Agent-to-User event streaming API endpoints
http://127.0.0.1:8083
| Event | Description |
|---|---|
agent.started | Agent started processing |
agent.thinking | Agent is thinking/processing |
agent.tool_call | Agent called a tool |
agent.response | Agent generated a response |
agent.completed | Agent completed task |
agent.error | Agent encountered an error |
| Status | Description |
|---|---|
| 200 | Success |
| 400 | Invalid request |
| 404 | Subscription not found |
| 500 | Server error |