You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.