Nguyen Trung Duc (john)
693ed39de4
Move prompts into LLMs module ( #70 )
...
Since the only usage of prompt is within LLMs, it is reasonable to keep it within the LLM module. This way, it would be easier to discover module, and make the code base less complicated.
Changes:
* Move prompt components into llms
* Bump version 0.3.1
* Make pip install dependencies in eager mode
---------
Co-authored-by: ian <ian@cinnamon.is>
2023-11-14 16:00:10 +07:00
ian_Cin
6095526dc7
Add Huggingface embeddings and Cohere embeddings ( #63 )
...
* Add huggingface embeddings and cohere embeddings
* Update openai interface and the mock for newer OpenAI SDK
---------
Co-authored-by: trducng <trungduc1992@gmail.com>
2023-11-10 09:38:30 +07:00
ian_Cin
d83c22aa4e
[AUR-395, AUR-415] Adopt Example1 Injury pipeline; add .flow() for enabling bottom-up pipeline execution ( #32 )
...
* add example1/injury pipeline example
* add dotenv
* update various api
2023-10-02 16:24:56 +07:00
Tuan Anh Nguyen Dang (Tadashi_Cin)
3cceec63ef
[AUR-431] Add ReAct Agent ( #34 )
...
* add base Tool
* minor update test_tool
* update test dependency
* update test dependency
* Fix namespace conflict
* update test
* add base Agent Interface, add ReWoo Agent
* minor update
* update test
* fix typo
* remove unneeded print
* update rewoo agent
* add LLMTool
* update BaseAgent type
* add ReAct agent
* add ReAct agent
* minor update
* minor update
* minor update
* minor update
* update docstring
* fix max_iteration
---------
Co-authored-by: trducng <trungduc1992@gmail.com>
2023-10-02 11:29:12 +07:00
Tuan Anh Nguyen Dang (Tadashi_Cin)
91048770fa
[AUR-431, AUR-435] Add Agent Interface and ReWOO Agent implementation ( #31 )
...
* add base Tool
* minor update test_tool
* update test dependency
* update test dependency
* Fix namespace conflict
* update test
* add base Agent Interface, add ReWoo Agent
* minor update
* update test
* fix typo
* remove unneeded print
* update rewoo agent
---------
Co-authored-by: trducng <trungduc1992@gmail.com>
2023-10-01 11:53:08 +07:00