github agno-agi/agno v2.6.7

8 hours ago

Changelog

New Features:

  • Gemini Interactions: Added a new GeminiInteractions model class that makes use of Googles new stateful interactions API
  • AgentOS: Added an opt-in per-user data isolation layer for AgentOS authenticated endpoints.

Improvements:

  • Knowledge Readers: Added allowed_hosts parameter to URL-fetching readers to restrict outbound fetches.

Bug Fixes:

  • Qdrant: Fixed to remove duplicate sparse encoder call in Qdrant async_insert.
  • Traces: Fixed the parent trace's session_id / agent_id / team_id from being overwritten by a child agent's spans when both share a trace_id. Most visible when a Team uses a post-hook (e.g. @hook(run_in_background=True).
  • Workflow: Fixed workflow’s HITL continue path to use corresponding async function acleanup_run if running in an async context.

What's Changed

New Contributors

Full Changelog: v2.6.6...v2.6.7

Don't miss a new agno release

NewReleases is sending notifications on new releases.