Skip to content

v1.1.3

Choose a tag to compare

@raychen911 raychen911 released this 13 May 02:19

Features

  • Model: Added an OpenAI-compatible adapter layer to isolate provider-specific behaviors, including DeepSeek v4 reasoning/format handling and hy3-preview tool-prompt parsing support.
  • Memory: Added MemPalace integration with MemPalaceMemoryService and mempalace_tool, plus related examples and documentation.
  • Code Execution: Added Cube/E2B sandbox executor and workspace runtime with optional dependency support and end-to-end example coverage.
  • Eval: Added support for evaluating the same metric across different LLMs.

Bug Fixes

  • Model: Fixed ToolPrompt streaming parsing so multiple tool calls in one response are preserved instead of only the last call.
  • Storage: Improved SQL storage compatibility by filtering empty content parts, fixing MySQL DynamicPickleType serialization, and stabilizing session timestamp updates.
  • Eval: Fixed judge-agent JSON output handling in the eval module.
  • CI: Added missing e2b-code-interpreter test dependency to prevent cube test collection failures.