Agent-to-Agent Messaging
Why it matters: Agents coordinate without tight coupling.
Async request/reply and pub/sub messaging between agents with durable inboxes.
API endpoints
| Method | Path | Description |
|---|---|---|
POST | /v1/agents/:id/messages | Send a message |
GET | /v1/agents/:id/inbox | Read inbox |