Overview

Provider Integration
| Guide |
Scope |
| Provider Setup |
OpenAI Agents SDK, Anthropic Claude, Google ADK, xAI Grok, Mistral AI, and LangChain registration and invocation. |
| Configuration & API Keys |
Environment variables, API keys, OAuth credentials, Google service settings, and a complete .env template. |
Tool Domains
Provider Import Paths
from fonky.gpt import tools as gpt_tools
from fonky.claude import tools as claude_tools
from fonky.gemini import tools as gemini_tools
from fonky.grok import tools as grok_tools
from fonky.mistral import tools as mistral_tools
from fonky.langchain import tools as langchain_tools