Module server

Module server 

Source
Expand description

HTTP server implementation with OpenAI-compatible API endpoints.

Provides a production-ready server that interfaces with the Abaddon inference engine for text generation, chat completions, and embeddings.

Structsยง

AppState
Shared application state.
Server
The HTTP server.
ServerConfig
Server configuration.
ServerConfigBuilder
Builder for ServerConfig.