Changelog
Improvements:
- AgentOS Home: Added route for
/
to avoid 404 errors. - Ag-UI: Fixed Ag-UI <> AgentOS integration.
- AgentOS with Custom FastAPI: Extended further support for custom FastAPI apps with AgentOS, where existing routes that clash with AgentOS routes are overwritten by default, but can be switched off with
replace_routes=False
. - Migration Script Updates: Updated the v1 → v2 migration script to support parsing for metrics and migrations for MongoDB. See the full migration guide here
- OpenAI Responses: Added accurate metric tracking for OpenAI Responses
What's Changed
- cookbook: Agentos-demo by @ashpreetbedi in #4547
- [fix] Remove @DataClass decorator from Streamlit class to resolve AwsApp parameter inheritance by @crilofer in #4581
- fix:whatsapp documentation change by @VirusDumb in #4594
- feat: fix reasoning demo example by @anuragts in #4602
- [fix] update parameter name in Google search function for consistency by @ishrath99 in #4607
- fix: custom function step data not storing properly in db by @kausmeows in #4605
- [chore] Add link to website in README by @kyleaton in #4615
- feat: Update Duckduckgo tools with new search_engine param by @Mustafa-Esoofally in #4616
- fix: Cohere and SentenceTransformer cookbooks by @willemcdejongh in #4624
- feat: cookbook for webSearch reader and remove urlReader by @Ayush0054 in #4609
- Fix: reasoning content duplication issue by @Mustafa-Esoofally in #4618
- fix: Migration script updates and mongo support by @willemcdejongh in #4627
- fix: populate reasoning steps on RunSchemas by @anuragts in #4628
- fix: tool call none argument by @ysolanky in #4631
- fix: media deserialization from messages by @kausmeows in #4629
- feat: Add AgentOS Home route by @dirkbrnd in #4599
- chore: Add token metric at openai responses API by @anch0vy in #4621
- [feat] Add userid in context for discord integration by @maanya145 in #4623
- fix: content_db autodiscovery by @willemcdejongh in #4633
- cookbook: chainlit app by @ysolanky in #4635
- feat: AGUI bug fixes - Multiple tool calling, duplicate events, etc by @Mustafa-Esoofally in #4636
- fix: session summary generation by @ysolanky in #4639
- chore: Release 2.0.5 by @dirkbrnd in #4637
New Contributors
- @crilofer made their first contribution in #4581
- @kyleaton made their first contribution in #4615
- @anch0vy made their first contribution in #4621
- @maanya145 made their first contribution in #4623
Full Changelog: v2.0.4...v2.0.5