github agno-agi/agno v2.3.25

latest release: v2.3.26
17 hours ago

Changelog

New Features:

  • LearningMachine: A unified learning system that enables agents to learn from every interaction. It coordinates multiple learning types, each with its own storage backend and retrieval pattern.
  • Code Chunker: A new chunker that leverages ASTs to split code into contextually relevant segments

Improvements:

  • BrowserbaseTools: Fixed get_page_content() tool failing on large pages by parsing HTML to extract only visible text content (strips scripts, styles, comments)
  • Models: Skip retries for non-retryable errors from LLM providers (auth failures, context limits)
  • AgentOS: Fixed inconsistent URL handling where trailing slashes caused 404 errors or unnecessary redirects.

Bug Fixes:

  • GoogleBigQueryTools: Fixed SQL statement parsing/cleanup when queries include comments.
  • DocumentChunking: Fixed to properly respect chunk_size Parameter

What's Changed

Full Changelog: v2.3.24...v2.3.25

Don't miss a new agno release

NewReleases is sending notifications on new releases.