lingshu-proxy 0.10.0

Local OpenAI-compatible proxy for subscription/OAuth LLM backends
docs.rs failed to build lingshu-proxy-0.10.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

lingshu-proxy

Local OpenAI-compatible HTTP server that exposes Lingshu-configured LLM providers to third-party clients (Aider, OpenAI SDK, LiteLLM, etc.).

Modes

  • Provider bridge (Mode B): OpenAI JSON → [edgequake_llm::LLMProvider] → OpenAI JSON/SSE.
  • Credential forwarder (Mode A): verbatim HTTP proxy with upstream OAuth bearer (Hermes hermes proxy style) — see [backend::forwarder].

This is not the gateway API server: no agent loop, no tool execution.