Agent contract
Your Docker image must expose the following endpoints:| Endpoint | Method | Description |
|---|---|---|
/health | GET | Returns {"status": "ok"} |
/.well-known/agent.json | GET | Agent manifest with capabilities |
/stream | POST | Streaming response (SSE) |
/invoke | POST | Blocking response |
Register an agent
- Python
- CLI

