Skip to content

v0.18.0

Choose a tag to compare

@yuebing-yb yuebing-yb released this 20 Mar 12:36
· 228 commits to main since this release

[0.18.0] - 2026-03-19

Added

  • Skills feature (Beta) (All SDKs): Skills metadata API (get_metadata) and session-level skill loading via skill_ids parameter in session creation.
  • Agent streaming output (Beta) (All SDKs): WebSocket-based streaming for agent task execution with TaskExecution handle, delivering real-time reasoning and content events via typed callbacks (on_reasoning, on_content, on_call_for_user, on_error). Includes MobileTaskOptions and StreamOptions for structured configuration.

Breaking Changes

  • MobileUseAgent.execute_task (All SDKs): Now returns TaskExecution instead of ExecutionResult. Use execution.wait(timeout) to get the result. ComputerUseAgent and BrowserUseAgent are not affected.