Skip to content

Integrations

The repository includes optional clients and gateway configurations built on the OpenAI-compatible LGOS contract. They are not part of the core API.

  • Chainlit

    Model discovery, Chat Settings, persistence, login, streaming, and HITL.

    Use Chainlit

  • Open WebUI

    A general manifold Pipe plus a dedicated simple-graph UserValve demo.

    Use Open WebUI

  • Proxies

    Route inference and detailed model discovery through Bifrost, LiteLLM, or another OpenAI-compatible gateway.

    Configure a proxy

Capabilities

Integration Runtime settings Interrupts Discovery requirement
Chainlit Top-level booleans and strings Separate HITL UI Detailed model retrieval
Open WebUI manifold Pipe Server defaults only Approval through the Pipe Standard model list
Open WebUI simple-graph Pipe Fixed use_history and audience UserValves None None; targets a fixed model
OpenAI-compatible proxy Preserved when metadata is forwarded Preserved when tool calls and metadata are forwarded Detailed extension requires direct LGOS or a raw pass-through route

Direct OpenAI SDK clients use the core contract without an integration adapter. See OpenAI clients.