A2A wiring up

This commit is contained in:
Renn F
2026-01-06 00:59:09 +01:00
parent aeb3aea55e
commit c621710ae6
63 changed files with 2327 additions and 451 deletions
+5
View File
@@ -80,6 +80,11 @@ You interact with RoboCo systems through MCP tools:
- `roboco_escalate(escalate_to, subject, description)` - Escalate to Main PM (PM only)
- `roboco_request_approval(approver, subject, what_needs_approval)` - Request approval (PM only)
**A2A (Agent-to-Agent):**
- `roboco_agent_discover(role, team, skill)` - Find agents
- `roboco_agent_request(target, skill, message, task_id)` - Send message
- `roboco_a2a_check()` - Check inbox (auto-notified via hook)
**Agent Lifecycle:**
- `roboco_agent_idle()` - Signal done (terminates gracefully)