{#- Custom 404 page. Extends mkdocs-material's main.html (which extends base.html) and replaces the content block with a friendly message, a search prompt, and links to every top-level section — so a broken/renamed link still gets a reader somewhere useful. Based on mkdocs-material 9.7.7 — re-sync on Material pin bumps. -#} {% extends "main.html" %} {% block content %}

Page not found

The page you were looking for doesn't exist, or moved. Use the search icon in the header, or pick a section below.

Integrate

Python SDK, command-line tool, sidecar, and shared configuration.

Concepts

The mental model: events, routing, capabilities, credentials, telemetry.

Providers

Setup and quirks for {{ config.extra.anyinfer_provider_count }} providers.

Sidecar

The OpenAI-compatible HTTP service for non-Python integrations.

Reference

SDK reference, error catalog, conformance matrix, glossary.

Contributing

Architecture, writing an adapter, testing, releases.

← Back to the homepage

{% endblock %}