Skip to content
Draft
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
8 changes: 4 additions & 4 deletions benchmark/requirements-deepagents.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# deepagents arm only — install in a separate venv from the core stack.
deepagents>=0.1,<0.2
langgraph>=0.2,<0.3
langchain-openai>=0.2,<0.3
langchain-mcp-adapters>=0.1,<0.2
deepagents>=0.7.10,<0.8
langgraph>=1.2.11,<1.3
langchain-openai>=1.6.0,<1.7
langchain-mcp-adapters>=0.3.2,<0.4
2 changes: 1 addition & 1 deletion benchmark/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Core arms (TrueForge + CMA) and the judge.
# - TrueForge arm calls its own /api/v1 HTTP API over the stdlib (no extra dep).
# - CMA arm and the judge use the Anthropic SDK.
anthropic>=0.40,<0.41
anthropic>=1.2.0,<1.3

# The deepagents arm pulls in LangGraph + LangChain, which can conflict with the
# core stack. If pip resolves a conflict, install the deepagents arm in its own
Expand Down