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 evaluation/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies = [
"langgraph==1.1.9",
# tomllib is in stdlib since 3.11 and the project pins >=3.13, so we
# don't need a backport for the config loader.
"python-dotenv>=1.0.0",
"python-dotenv>=1.2.2",
# NVD CVE lookup for phase_recon. nvdlib handles NIST NVD API rate
# limiting (50 req/30s with key, 5 req/30s without) and pagination.
"nvdlib>=0.8.3",
Expand Down
129 changes: 63 additions & 66 deletions evaluation/uv.lock

Large diffs are not rendered by default.

193 changes: 81 additions & 112 deletions examples/ag2-integration/uv.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/oss-upload/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"agent-sandbox",
"python-dotenv>=1.0.0",
"python-dotenv>=1.2.2",
"boto3>=1.34.0",
"tos>=2.6.0",
]
Expand Down
585 changes: 290 additions & 295 deletions examples/oss-upload/uv.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/site-to-markdown/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ requires-python = ">=3.11"
dependencies = [
"agent-sandbox",
"playwright>=1.48.0",
"python-dotenv>=1.0.0",
"python-dotenv>=1.2.2",
]

[tool.uv.sources]
Expand Down
393 changes: 183 additions & 210 deletions examples/site-to-markdown/uv.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/volcengine-provider/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"agent-sandbox",
"python-dotenv>=1.0.0",
"python-dotenv>=1.2.2",
]

[tool.uv.sources]
Expand Down
295 changes: 130 additions & 165 deletions examples/volcengine-provider/uv.lock

Large diffs are not rendered by default.