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 #4860
- chore: update reasoning_effort options to include 'low' by @kayue in #4884
- [Fix] Mongodb session serialization by @Mustafa-Esoofally in #4845
- chore: add comprehensive .cursorrules by @Nancy-Chauhan in #4864
- fix: json serialize issue in websocket by @kausmeows in #4900
- feat: Custom route prefix for interfaces by @dirkbrnd in #4902
- chore: Release 2.1.1 by @kausmeows in #4901
New Contributors
Full Changelog: v2.1.0...v2.1.1