Skip to main content

Module providers

Module providers 

Source
Expand description

Provider detection and tool-layer dispatch.

Determines which LLM provider is running the operator from the model name string and returns the appropriate tool-calling prompt layer.

Modules§

claude
Claude-specific tool layer.
gemini
Tool layer for Google Gemini models.
ollama
Tool layer for local/open-source models (Llama, Mistral, Qwen, etc.).
openai
OpenAI-family tool layer (GPT, Codex, o-series).

Enums§

Provider
Known LLM provider families.