multi agent
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -6,7 +6,7 @@ pandas
|
|
| 6 |
langchain==0.3.26
|
| 7 |
langgraph==0.5.0
|
| 8 |
litellm==1.63
|
| 9 |
-
openai
|
| 10 |
dspy==2.6.27
|
| 11 |
llama-index==0.12.38
|
| 12 |
faiss-cpu
|
|
@@ -45,4 +45,4 @@ spacy==3.8.7
|
|
| 45 |
https://github.com/explosion/spacy-models/releases/download/en_core_web_lg-3.8.0/en_core_web_lg-3.8.0-py3-none-any.whl
|
| 46 |
|
| 47 |
#MULTI
|
| 48 |
-
agno
|
|
|
|
| 6 |
langchain==0.3.26
|
| 7 |
langgraph==0.5.0
|
| 8 |
litellm==1.63
|
| 9 |
+
openai #==1.61.0 #instructor bugs
|
| 10 |
dspy==2.6.27
|
| 11 |
llama-index==0.12.38
|
| 12 |
faiss-cpu
|
|
|
|
| 45 |
https://github.com/explosion/spacy-models/releases/download/en_core_web_lg-3.8.0/en_core_web_lg-3.8.0-py3-none-any.whl
|
| 46 |
|
| 47 |
#MULTI
|
| 48 |
+
agno #==1.3
|