Connection check
local install
a2a-bridge
Agent-to-agent communication bridge for multi-agent systems
Tools
8
GitHub stars
1
Installs / wk
51
Licence
—
Transport
stdio
Last checked
never
Tools & capabilities
8 toolsRead from the published package source — this server runs locally, so there is no endpoint to query. Names are taken from the code, not observed at runtime, and descriptions are often absent.
broadcast_task
from source
Send a task to ALL agents matching a capability. Creates individual tasks for each match for aggregation. Send a task to ALL agents matching a capability. Creates individual tasks for each match for aggregation.
delegate_task
from source
Delegate a task to a specific registered agent. Creates a tracked task with status lifecycle (pending -> running -> completed/failed). Delegate a task to a specific registered agent. Creates a tracked task with status lifecycle (pending -> running -> completed/failed).
discover_agents
from source
Find registered agents matching a capability need. Returns scored results with fuzzy text matching. Find registered agents matching a capability need. Returns scored results with fuzzy text matching.
get_agent_card
from source
Get an agent Get an agent
get_task_result
from source
Get status/result of a delegated task. Executing agents call this with submit_result or submit_error to report completion. Get status/result of a delegated task. Executing agents call this with submit_result or submit_error to report completion.
health_check
from source
Returns server health, uptime, version, and call stats Returns server health, uptime, version, and call stats
list_agents
from source
List all registered agents. Optionally filter by a capability keyword. List all registered agents. Optionally filter by a capability keyword.
register_agent
from source