Skip to content

Commit 6ef8099

Browse files
committed
ai-researcher: add missing agent dependencies
1 parent 56d7e78 commit 6ef8099

2 files changed

Lines changed: 54 additions & 4 deletions

File tree

examples/coagents-ai-researcher/agent/poetry.lock

Lines changed: 50 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/coagents-ai-researcher/agent/pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ dependencies = [
1717
"langchain-community",
1818
"tavily-python",
1919
"copilotkit",
20+
"python-dotenv",
21+
"uvicorn",
2022
]
2123

2224
[build-system]
@@ -33,6 +35,8 @@ openai = "^1.43.0"
3335
langchain-community = "^0.2.14"
3436
tavily-python = "^0.4.0"
3537
copilotkit = "0.1.16"
38+
python-dotenv = "^0.19.1"
39+
uvicorn = "^0.30.6"
3640

3741
[tool.poetry.scripts]
3842
demo = "ai_researcher.demo:main"

0 commit comments

Comments
 (0)