v1.2.5
Changelog
New Features:
- E2B Tools: Added E2B Tools to run code in E2B Sandbox
Improvements:
- Teams Tools: Add
tools
andtool_call_limit
toTeam
. This means the team leader itself can also have tools provided by the user, so it can act as an agent. - Teams Instructions: Improved instructions around attached images, audio, videos, and files. This should increase success when attaching artifacts to prompts meant for member agents.
- MCP Include/Exclude Tools: Expanded
MCPTools
to allow you to specify tools to specifically include or exclude from all the available tools on an MCP server. This is very useful for limiting which tools the model has access to. - Tool Decorator Async Support: The
@tool()
decorator now supports async functions, including async pre and post-hooks.
Bug Fixes:
- Default Chain-of-Thought Reasoning: Fixed issue where reasoning would not default to manual CoT if the provided reasoning model was not capable of reasoning.
- Teams non-markdown responses: Fixed issue with non-markdown responses in teams.
- Ollama tool choice: Removed
tool_choice
from Ollama usage as it is not supported. - Worklow session retrieval from storage: Fixed
entity_id
mappings
What's Changed
- Prevent agent memory user id override by @Sebastiao-Assuncao in #2458
- Update CONTRIBUTING.md by @KPCOFGS in #2546
- fix: reasoning COT for non reasoning models by @pritipsingh in #2545
- Fix response issues with team members by @dirkbrnd in #2558
- e2b code interpreter by @Ayush0054 in #2414
- Add more instructions for handling of files by @dirkbrnd in #2561
- Improve tool call logs ag 2919 by @ysolanky in #2563
- feat: add cookbooks for search types by @lakshdhamija in #2565
- gemini-tool-role-fix-ag-2920 by @ysolanky in #2567
- Add ability to include/exclude tools in MCP by @dirkbrnd in #2564
- Add tools to teams by @dirkbrnd in #2560
- fix: return title in teams sessions by @anuragts in #2573
- Bug fix for Workflow session retrieval by @willemcdejongh in #2575
- Add Team to Team members response definition by @willemcdejongh in #2578
- Multimodal upload in teams playground by @anuragts in #2576
- fix: multi agent teams example by @spartanz51 in #2577
- add seperate panel for tool calls in each team pass by @kausmeows in #2539
- Release 1.2.5 by @dirkbrnd in #2574
New Contributors
- @lakshdhamija made their first contribution in #2565
- @spartanz51 made their first contribution in #2577
Full Changelog: v1.2.4...v1.2.5