Skip to main content

Module server

Module server 

Source
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.
SharedState
Shared state passed to connection handlers.

Functions§

handle_request
Handle a parsed request and return a JSON response string.