How It Works¶
LGOS is an HTTP adapter around application-owned LangGraph graphs. Start with the architecture, then read only the detail needed for your task.
-
Architecture
The request path, package boundary, and ownership of conversation and graph state.
-
LangGraph integration
How registration, adapters, the runner, streaming, interrupts, and cancellation work internally.
-
OpenAI compatibility
The precise client-facing contract for discovery, events, citations, errors, and interrupt replay.