Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-10-03 | 1.7 kB | |
v2.1.1 source code.tar.gz | 2025-10-03 | 13.2 MB | |
v2.1.1 source code.zip | 2025-10-03 | 14.8 MB | |
Totals: 3 Items | 28.0 MB | 0 |
Changelog
Improvements:
- AgentOS Interface Route Prefix: Added the option to specify a
prefix
forAGUI
,Whatsapp
, andSlack
interfaces. This enables running multiple interfaces on the same AgentOS instance.
Bug Fixes:
- Fix JSON serialize issue in websocket handler:
WebSocketHandler.handle_event()
andhandle_dict()
methods intypes.py
failed to serialize datetime/date objects when sending workflow events via WebSocket, causing "Object of type datetime is not JSON serializable" errors. - Update reasoning_effort options to include 'low' for openai: As per docs currently supported values of reasoning_effort are minimal, low, medium, and high
What's Changed
- chore: Update agent and team valid filter fetching by @willemcdejongh in https://github.com/agno-agi/agno/pull/4860
- chore: update reasoning_effort options to include 'low' by @kayue in https://github.com/agno-agi/agno/pull/4884
- [Fix] Mongodb session serialization by @Mustafa-Esoofally in https://github.com/agno-agi/agno/pull/4845
- chore: add comprehensive .cursorrules by @Nancy-Chauhan in https://github.com/agno-agi/agno/pull/4864
- fix: json serialize issue in websocket by @kausmeows in https://github.com/agno-agi/agno/pull/4900
- feat: Custom route prefix for interfaces by @dirkbrnd in https://github.com/agno-agi/agno/pull/4902
- chore: Release 2.1.1 by @kausmeows in https://github.com/agno-agi/agno/pull/4901
New Contributors
- @kayue made their first contribution in https://github.com/agno-agi/agno/pull/4884
Full Changelog: https://github.com/agno-agi/agno/compare/v2.1.0...v2.1.1