Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion deepagents/examples/deep_research/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
description = "Deep research agent example using deepagents package"
requires-python = ">=3.11"
dependencies = [
"langchain-openai>=1.0.2",
"langchain-openai>=1.1.14",
"langchain-anthropic>=1.3.4",
"langchain_tavily>=0.2.13",
"pydantic>=2.0.0",
Expand Down
14 changes: 7 additions & 7 deletions deepagents/examples/deep_research/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions deepagents/libs/acp/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 16 additions & 12 deletions deepagents/libs/cli/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 13 additions & 9 deletions deepagents/libs/deepagents/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions deepagents/libs/harbor/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,17 @@ dependencies = [
# Harbor runtime
"harbor>=0.1.12",
"langchain-anthropic>=1.3.4",
"langchain-openai>=1.0.0",
"langchain-openai>=1.1.14",
"deepagents>=0.2.5",
# LangSmith for observability
"langsmith>=0.8.18",
"langsmith>=0.10.2",
"modal>=0.64.0",
"deepagents-cli",
]

[dependency-groups]
test = [
"pytest>=9.0.3",
"pytest>=9.1.1",
"pytest-asyncio>=1.2.0",
"pytest-watcher>=0.3.4,<1.0.0",
"ruff>=0.8.0",
Expand Down
Loading
Loading