July 17, 2026
Maintenance release.Changed:
X-Agent-Idheader - The ADK and LangChain plugins now sendX-Agent-Idonly when theAGENT_IDenvironment variable is set, instead of falling back to the plugin’s own name. SetAGENT_IDif you rely on this header to identify your agent
July 15, 2026
Maintenance release.
July 15, 2026
Initial public release of the Flint AI Python SDK.Added:
flintai.wrap()- Wrap an existing LLM client with one function call to route its traffic through the Flint AI gateway, so you can see its sessions and apply guardrails to its responses. Your prompts, model choice, and the rest of your code stay as they are. See usage- Provider integrations - OpenAI, Anthropic, and Google GenAI clients, plus LangChain chat models and a Google ADK plugin. See integrations
- Provider extras - Install only what you need with
flintai-sdk-py[openai],[anthropic],[genai],[adk],[langchain], or[all]. See installation - Environment and inline configuration - Set the gateway URL, API key, and optional policy through
FLINTAI_*environment variables, a.envfile, or arguments towrap(). See configuration - Python 3.10 or later - Supports 3.10, 3.11, 3.12, and 3.13