You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Changelog
## New Features:
- **WorkflowTools**: Added `WorkflowTools` as a tool for agents and
teams that allows the agent/team to run a workflow. Also has reasoning
support for think/analyze.
- **MemoryTools**: Added `MemoryTools` as a tool for agents and teams to
add, update, delete memories. Also has reasoning support for
think/analyze.
- **Gemini TTS**: Added support for Gemini Text to Speech.
- Added support for `encoding` to be passed on reader class.
## Improvements:
- **AgentOS `kwargs` on runs:** Added support for additional arguments
on running an agent/team/workflow via `AgentOS` API.
## Bug Fixes:
- **Cerebras:** Fixed issues with `parallel_tool_calls` in Cerebras
model.
- **OpenAIResponses:** Fixed a bug with `store=False` in
`OpenAIResponses` class.
- **AgentOS Slack Interface**: the events endpoint was wrongly exposed
on `slack/slack/events`, it is now exposed on `slack/events`
- **AgentOS WhatsApp Interface:** fixed a bug where some messages
wouldn’t be sent.
- **Team MemoryManager**: Added `memory_manager` parameter to Teams.
- **FixedSizeChunking:** Default chunk_size increased to 5000.
- **Parser Model output in `print_response_stream`:** In streaming case
the structured output from parser model was not being displayed json
formatted in cli.
---------
Co-authored-by: Kaustubh <[email protected]>
Co-authored-by: Dirk Brand <[email protected]>
0 commit comments