Skip to content

v1.3.2

Choose a tag to compare

@dirkbrnd dirkbrnd released this 16 Apr 20:10
· 1261 commits to main since this release
61467f7

Changelog

New Features:

  • Redis Memory DB: Added Redis as a storage provider for Memory. See here.

Improvements:

  • Memory Updates: Various performance improvements made and convenience functions added:
    • agent.get_session_summary() → Use to get the previous session summary from the agent.
    • agent.get_user_memories() → Use to get the current user’s memories.
    • You can also add additional instructions to the MemoryManager or SessionSummarizer.
  • Confluence Bypass SSL Verification: If required, you can now skip SSL verification for Confluence connections.
  • More Flexibility On Team Prompts: Added add_member_tools_to_system_message to remove the member tool names from the system message given to the team leader, which allows flexibility to make teams transfer functions work in more cases.

Bug Fixes:

  • LiteLLM Streaming Tool Calls: Fixed issues with tool call streaming in LiteLLM.
  • E2B Casing Issue: Fixed issues with parsed Python code that would make some values lowercase.
  • Team Member IDs: Fixed edge-cases with team member IDs causing teams to break.

What's Changed

New Contributors

Full Changelog: v1.3.1...v.1.3.2