Download Latest Version v2.5.13 source code.tar.gz (15.1 MB)
Email in envelope

Get an email when there's a new version of Agno

Home / v2.5.13
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2026-04-01 3.8 kB
v2.5.13 source code.tar.gz 2026-04-01 15.1 MB
v2.5.13 source code.zip 2026-04-01 17.5 MB
Totals: 3 Items   32.6 MB 0

Changelog

Improvements:

  • ReliabilityEval: Add subset matching, argument validation, and missing tool call tracking with multi-round tool call collection fixes.
  • AgentOS: Enhance /sessions list API to return additional fields (user_id, agent_id, team_id, workflow_id, session_summary, metrics, total_tokens, metadata).
  • AgentOS: Add /info API endpoint to return agent, team, and workflow count as lightweight, unauthenticated instance metadata.
  • ChromaDB: Implement dynamic batch splitting for large upsert/query operations.
  • Reader: Propagate chunk_size to default chunking strategies in reader classes.
  • Slack Interface: Add show_member_tool_calls param and automatic card overflow rotation — rotates to a new message when text exceeds a threshold

Bug Fixes:

  • VertexAI/Bedrock Claude: Support messages parameter in _prepare_request_kwargs for Claude sub classes
  • Workflows: Fix continue_run to correctly pause at Condition, Loop, and Router HITL steps — previously only Step instances were checked.
  • AgentOS: Exclude interface routes (Slack, Telegram, WhatsApp, A2A) from JWT middleware so webhook deliveries are not rejected with 401.
  • Tracing: Fix trace session stats grouping to use session_id only, preventing duplicate rows when a session has runs from different users.
  • SurrealDB: Fix trace session stats to use array::first() instead of math::max() for string fields.
  • ReliabilityEval: Fix multi-round tool call extraction so all rounds are collected; fix mutation bug modifying original RunOutput.messages; fix arun() using wrong ID for file save.

What's Changed

Full Changelog: https://github.com/agno-agi/agno/compare/v2.5.12...v2.5.13

Source: README.md, updated 2026-04-01