Humanlearning commited on
Commit
3e4da9f
·
1 Parent(s): 49f76f6

+ requirements.txt

Browse files
Files changed (2) hide show
  1. agent.py +1 -1
  2. requirements.txt +110 -0
agent.py CHANGED
@@ -54,7 +54,7 @@ class TeacherStudentAgentWorkflow:
54
  ),
55
  llm=self.llm,
56
  tools=[review_report],
57
- can_handoff_to=["WriteAgent"],
58
  )
59
 
60
  self.agent_workflow = AgentWorkflow(
 
54
  ),
55
  llm=self.llm,
56
  tools=[review_report],
57
+ can_handoff_to=["ResearchAgent","WriteAgent"],
58
  )
59
 
60
  self.agent_workflow = AgentWorkflow(
requirements.txt ADDED
@@ -0,0 +1,110 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==24.1.0
2
+ aiohappyeyeballs==2.6.1
3
+ aiohttp==3.12.10
4
+ aiosignal==1.3.2
5
+ aiosqlite==0.21.0
6
+ annotated-types==0.7.0
7
+ anyio==4.9.0
8
+ asyncio==3.4.3
9
+ attrs==25.3.0
10
+ audioop-lts==0.2.1
11
+ banks==2.1.2
12
+ beautifulsoup4==4.13.4
13
+ certifi==2025.4.26
14
+ charset-normalizer==3.4.2
15
+ click==8.2.1
16
+ colorama==0.4.6
17
+ dataclasses-json==0.6.7
18
+ deprecated==1.2.18
19
+ dirtyjson==1.0.8
20
+ distro==1.9.0
21
+ dotenv==0.9.9
22
+ fastapi==0.115.12
23
+ ffmpy==0.6.0
24
+ filelock==3.18.0
25
+ filetype==1.2.0
26
+ frozenlist==1.6.2
27
+ fsspec==2025.5.1
28
+ gradio==5.33.0
29
+ gradio-client==1.10.2
30
+ greenlet==3.2.3
31
+ griffe==1.7.3
32
+ groovy==0.1.2
33
+ h11==0.16.0
34
+ httpcore==1.0.9
35
+ httpx==0.28.1
36
+ huggingface-hub==0.32.4
37
+ idna==3.10
38
+ jinja2==3.1.6
39
+ jiter==0.10.0
40
+ joblib==1.5.1
41
+ llama-cloud==0.1.23
42
+ llama-cloud-services==0.6.30
43
+ llama-index==0.12.40
44
+ llama-index-agent-openai==0.4.9
45
+ llama-index-cli==0.4.3
46
+ llama-index-core==0.12.40
47
+ llama-index-embeddings-openai==0.3.1
48
+ llama-index-indices-managed-llama-cloud==0.7.4
49
+ llama-index-llms-openai==0.4.3
50
+ llama-index-multi-modal-llms-openai==0.5.1
51
+ llama-index-program-openai==0.3.2
52
+ llama-index-question-gen-openai==0.3.1
53
+ llama-index-readers-file==0.4.9
54
+ llama-index-readers-llama-parse==0.4.0
55
+ llama-parse==0.6.30
56
+ markdown-it-py==3.0.0
57
+ markupsafe==3.0.2
58
+ marshmallow==3.26.1
59
+ mdurl==0.1.2
60
+ multidict==6.4.4
61
+ mypy-extensions==1.1.0
62
+ nest-asyncio==1.6.0
63
+ networkx==3.5
64
+ nltk==3.9.1
65
+ numpy==2.2.6
66
+ openai==1.84.0
67
+ orjson==3.10.18
68
+ packaging==25.0
69
+ pandas==2.2.3
70
+ pillow==11.2.1
71
+ platformdirs==4.3.8
72
+ propcache==0.3.1
73
+ pydantic==2.11.5
74
+ pydantic-core==2.33.2
75
+ pydub==0.25.1
76
+ pygments==2.19.1
77
+ pypdf==5.6.0
78
+ python-dateutil==2.9.0.post0
79
+ python-dotenv==1.1.0
80
+ python-multipart==0.0.20
81
+ pytz==2025.2
82
+ pyyaml==6.0.2
83
+ regex==2024.11.6
84
+ requests==2.32.3
85
+ rich==14.0.0
86
+ ruff==0.11.13
87
+ safehttpx==0.1.6
88
+ semantic-version==2.10.0
89
+ shellingham==1.5.4
90
+ six==1.17.0
91
+ sniffio==1.3.1
92
+ soupsieve==2.7
93
+ sqlalchemy==2.0.41
94
+ starlette==0.46.2
95
+ striprtf==0.0.26
96
+ tavily-python==0.7.5
97
+ tenacity==9.1.2
98
+ tiktoken==0.9.0
99
+ tomlkit==0.13.3
100
+ tqdm==4.67.1
101
+ typer==0.16.0
102
+ typing-extensions==4.14.0
103
+ typing-inspect==0.9.0
104
+ typing-inspection==0.4.1
105
+ tzdata==2025.2
106
+ urllib3==2.4.0
107
+ uvicorn==0.34.3
108
+ websockets==15.0.1
109
+ wrapt==1.17.2
110
+ yarl==1.20.0