Skip to content
Open
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 pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies = [
# --- AgentForge framework (runtime + provider + serving) ---
# Pinned to the 0.3.x line (re-validated: full gate + MCP server construct
# green on agentforge-py 0.3.1; Tool/BudgetPolicy/MCPServer surfaces unchanged).
"agentforge-py>=0.3,<0.4", # core contracts + Agent runtime + CLI
"agentforge-py>=0.3,<0.5", # core contracts + Agent runtime + CLI
"agentforge-anthropic[anthropic]>=0.3,<0.4", # LLM provider for enrichment (feat-010, feat-012)
"agentforge-mcp[mcp]>=0.3,<0.4", # MCP serving layer + mcp SDK (feat-008)
"python-dotenv>=1.0",
Expand Down
Loading