multi agent
Browse files- human.py +1 -1
- requirements.txt +3 -2
human.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
from typing import Annotated, Any, Literal
|
2 |
|
3 |
-
from
|
4 |
from langchain_core.prompts import ChatPromptTemplate
|
5 |
from langchain_core.tools import tool
|
6 |
from langgraph.checkpoint.memory import MemorySaver
|
|
|
1 |
from typing import Annotated, Any, Literal
|
2 |
|
3 |
+
from langchain_tavily import TavilySearch
|
4 |
from langchain_core.prompts import ChatPromptTemplate
|
5 |
from langchain_core.tools import tool
|
6 |
from langgraph.checkpoint.memory import MemorySaver
|
requirements.txt
CHANGED
@@ -10,7 +10,8 @@ openai==1.61.0 #instructor bugs
|
|
10 |
dspy==2.6.27
|
11 |
llama-index==0.12.38
|
12 |
faiss-cpu
|
13 |
-
tavily-python
|
|
|
14 |
anthropic==0.55.0
|
15 |
|
16 |
#GRAPHRAG
|
@@ -44,4 +45,4 @@ spacy==3.8.7
|
|
44 |
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
|
45 |
|
46 |
#MULTI
|
47 |
-
agno
|
|
|
10 |
dspy==2.6.27
|
11 |
llama-index==0.12.38
|
12 |
faiss-cpu
|
13 |
+
tavily-python
|
14 |
+
langchain-tavily
|
15 |
anthropic==0.55.0
|
16 |
|
17 |
#GRAPHRAG
|
|
|
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
|