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 pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ test = [
"a2a-sdk>=0.3.0,<1.0.0",
"acp-sdk>=1.0.0",
"openai>=2.0.0",
"google-genai>=1.0.0",
"google-genai>=2.16.0",
"agntcy-acp>=1.5.0",
]
postgres = [
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ mcp>=1.27.0,<2.0.0
a2a-sdk>=0.3.0,<1.0.0 # 0.3.x ships the JSON-RPC pydantic types we target
acp-sdk>=1.0.0 # ACP models (server class is bypassed; see docs/PROTOCOL_SUPPORT.md)
openai>=2.0.0 # ChatCompletionMessageToolCall (function-calling format)
google-genai>=1.0.0 # Gemini FunctionCall / FunctionResponse
google-genai>=2.16.0 # Gemini FunctionCall / FunctionResponse
agntcy-acp>=1.5.0 # AGNTCY Agent Connect Protocol (RunCreateStateless, MessageTextBlock)

# Governance plane (runtime): Ed25519 agent identity / signatures + signed audit checkpoints
Expand Down