Agent Server Module
The Agent Server module provides an HTTP server with Server-Sent Events (SSE) for real-time agent communication.Features
- REST API - HTTP endpoints for agent operations
- SSE Streaming - Real-time event streaming to clients
- CORS Support - Configurable cross-origin settings
- Multi-client - Handle multiple concurrent connections
Quick Start
API Reference
ServerConfig
AgentServer
HTTP Endpoints
| Endpoint | Method | Description |
|---|---|---|
/health | GET | Health check |
/info | GET | Server information |
/events | GET | SSE event stream |
/publish | POST | Publish event to clients |

