Skip to content

Add-ons

Optional integrations that extend what Companion can do. Configure them in Settings → Extensions → Add-ons. Most are off by default.

Add-onWhat it enablesSlash command
LiteLLMLegacy inference rail (cloud routing)
Auto RouterSemantic routing — picks the model per message
ObsidianVault sync for the memory wiki
Web Search (Tavily)Live web search tool for the agent
Voice LiveFull-duplex voice via Gemini Live
Hermes AgentReal-machine coding agent/hermes
PiReflective conversational TUI agent/pi
ComfyUI ImagerFlux image generation/comfyui

The legacy inference rail — routes through a LiteLLM proxy when no engine is in gateway mode, or to reach cloud providers via an intermediary. In gateway mode with OdyssAI-X you can disable LiteLLM entirely (Settings → Inference) and route through the engine directly. See Engine pairing. It is a fallback, not the centre.

Inspects each incoming message and picks the best model pool before forwarding — useful in Easy mode. (This is Companion’s chat router, distinct from CoeOS, the engine-side per-skill router for agents.)

Syncs your Obsidian vault into the memory wiki: a vault ZIP export/import, plus a bearer token for the Companion Obsidian plugin that pushes vault changes back automatically. After sync the wiki re-indexes. See Memory.

Gives the agent a live web_search tool. Requires a Tavily key. Appears in the agent’s catalog when agent mode is on.

Full-duplex voice via Gemini Live (requires a Gemini key) — a Voice button in the chat header opens a low-latency bidirectional surface. Separate from the always-on, browser-side push-to-talk.

The connector add-ons — each wires an external bridge to a slash command:

  • Hermes Agent/hermes (workstation coding agent). Bridge URL + optional token.
  • Pi/pi (reflective TUI). Bridge URL.
  • ComfyUI Imager/comfyui (image generation). Bridge URL + token.

Full detail: Coding agents and ComfyUI.