Skip to content

v3.0.4

Choose a tag to compare

@mykolademyanov mykolademyanov released this 25 Mar 11:10
· 6 commits to main since this release

onceonly-sdk v3.0.4 (2026-03-25)

Added

  • post_event(...) / post_event_async(...) for POST /v1/events
  • get_run_timeline(...) / get_run_timeline_async(...) for GET /v1/runs/{run_id}
  • High-level wrappers: ai_run(...) / ai_run_async(...)
  • Optional run_id in AI high-level calls:
    • ai.run*, ai.run_and_wait*, ai.run_tool*
    • Auto-propagation to metadata.run_id (key mode) and args.run_id (tool mode)

Improved

  • events(...) / events_async(...) now support offset
  • New debug examples:
    • examples/ai/run_debug_timeline.py
    • examples/ai/run_debug_failure.py
  • README and examples docs updated for run timeline/debug workflows

Compatibility

  • Backward-compatible release, no breaking changes.