v1.3.4

April 18, 2025

1.3.4

New Features:
  • Web Browser Tool: Introduced a webbrowser tool for agents to interact with the web.
  • Proxy Support: Added proxy parameter support to both URL and PDF tools for network customization.
Improvements:
  • Session State: Added examples for managing session state in agents.
  • AzureOpenAIEmbedder: Now considers client_params passed in the client_params argument for more flexible configuration.
  • LiteLLM: Now uses built-in environment validation to simplify setup.
  • Team Class: Added a mode attribute to team data serialization for enhanced team configuration.
  • Insert/Upsert/Log Optimization: insert/upsert/log_info operations now trigger only when documents are present in the reader.
  • Database Preference: Session state now prefers database-backed storage if available.
  • Memory Management: Internal memory system updated for better session handling and resource efficiency.
  • Module Exports: Init files that only import now explicitly export symbols using __all__.
Bug Fixes:
  • DynamoDB Storage: Fixed an issue with storage handling in DynamoDB-based setups.
  • DeepSeek: Fixed a bug with API key validation logic.