Skip to main content
Release notes and version history for the Flint AI Python SDK.
July 17, 2026
Maintenance release.Changed:
  • X-Agent-Id header - The ADK and LangChain plugins now send X-Agent-Id only when the AGENT_ID environment variable is set, instead of falling back to the plugin’s own name. Set AGENT_ID if 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 .env file, or arguments to wrap(). See configuration
  • Python 3.10 or later - Supports 3.10, 3.11, 3.12, and 3.13