Skip to content

v1.17.0

Latest
Compare
Choose a tag to compare
@albertvillanova albertvillanova released this 27 May 11:26
· 13 commits to main since this release
81132c5

New Features ✨

  • Structured Generation in CodeAgent: Add optional support for structured outputs in CodeAgent, enabling more reliable and consistent generation patterns
  • Support for Streamable HTTP MCP Servers: Expand compatibility with new server types to support streamable HTTP MCP implementations
  • Run Results from Agent.run(): The Agent.run() method can now return a RunResult object, providing richer metadata on agent execution

Security Enhancements 🔒

  • Safer LocalPythonExecutor: Prevent indirect submodule access via attribute resolution, mitigating potential security risks in user-defined code
    • Prevent submodules through indirect attribute access in LocalPythonExecutor by @albertvillanova in #1375

Enhancements 🛠️

Bug Fixes 🐛

Documentation Improvements 📚

Maintenance 🏗️

New Contributors

Full Changelog: v1.16.1...v1.17.0