Expand description
Unix domain socket server for the Cortex protocol.
Handles connection lifecycle, inactivity timeouts, malformed JSON, rate limiting, and concurrent request management.
Structs§
- Server
- The Cortex socket server.
- Shared
State - Shared state passed to connection handlers.
Functions§
- handle_
request - Handle a parsed request and return a JSON response string.