v1.6.3
Changelog
New Features:
- User Control Flows on Playground: The Agno Platform now support user control flows on the playground.
- Team & Agent Events on RunResponse: Added
store_events
parameter to optionally add all events that happened during the course of an agent/team run on theRunResponse
/TeamRunResponse
. - Team Member Responses on Playground: The Agno Platform now shows member responses during team runs.
- Behind-the-scenes on Playground: The Agno Platform now shows what is happening during runs, for both agents and teams.
- Metadata filtering support for
csv
andcsv_url
knowledge bases: Add knowledge filters support for these knowledge base types.
Updates
- Removed
a
prefix from async function names:asearch_knowledge_base
, etc will now be the same as theirsync
counterparts when sent to the model. The names of functions are important for accurate function calling.
Bug Fixes:
- AG-UI Fix: Fixed issue related to missing messages when using the Agno AG-UI app.
- Chat History Fix: Fixed issue related to history not available when
agent_id
not set. - MongoDB ObjectId serialization issue when using with agent: Fixed issue while ****using mongodb vectordb with ObjectId present in the metadata it throws Object of type
ObjectId
is not JSON serializable
What's Changed
- fix: update agui app by @manuhortet in #3560
- [fix] Reset _tool_instructions in Agent and Team classes while calling 'determine_tools_for_model'. by @GitMarco27 in #3567
- feat: csv/csv-url metadata support by @kausmeows in #3572
- feat: continue run endpoint by @Ayush0054 in #3365
- feat: Persist events on run response by @dirkbrnd in #3548
- fix: mongodb json searialization issue if object id in metadata by @kausmeows in #3576
- chore: Release 1.6.3 by @dirkbrnd in #3582
New Contributors
- @GitMarco27 made their first contribution in #3567
Full Changelog: v1.6.2...v1.6.3