✳️ Anthropic
Claude in the mesh — no detour through Azure AI Foundry.
Registers Anthropic as a language-model provider for the agent framework: save an API key and the current Claude models (Opus, Sonnet, Haiku) are available to every agent. The same provider serves direct api.anthropic.com and Azure-hosted Anthropic endpoints — the endpoint is configuration, which is exactly why this ships as its own package instead of hiding inside the Azure Foundry module.
What ships
- Anthropic provider — the
Anthropiccatalog source with the latest model per category (Opus / Sonnet / Haiku). - Messages-API chat client — prompt caching, tool use, retry handling; speaks the Anthropic Messages API natively.
- Bring your own key — per-user or system-default configuration.