Skip to content
Changelog

Predictable, schema‑enforced Claude responses across sync, async, and streaming

Agno Team

November 21, 20251 min read

We added first-class support for Anthropic’s structured outputs, including schema enforcement, strict tool calling, and robust response parsing across synchronous, asynchronous, and streaming APIs. This delivers predictable, typed responses, cuts custom parsing and boilerplate, and improves reliability and governance for production workloads using Claude.

Details

  • Enforce JSON/object schemas to keep outputs consistent and machine-readable
  • Strict tools and end-to-end parsing reduce failure modes and post-processing
  • Streaming support preserves low latency while maintaining structure
  • Backward-compatible and additive; adopt incrementally

Who this is for: Teams standardizing on Claude, building workflow automations, or requiring dependable, typed outputs.

Shipped around the same time