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
[Runtime] Added the runtime event bus and run-lineage foundation for request, model, agent-turn, action, and workflow observation.
[Runtime] Added model request observation lifecycle events, including prompt build, request, streaming, retry, completion, and meta stages.
[DevTools] Introduced agently-devtools as an optional companion package for local observation, evaluation, logs, and playground workflows.
[DevTools] Added public integration entrypoints around ObservationBridge and create_local_observation_app.
TriggerFlow
[TriggerFlow] TriggerFlow executions now emit workflow definitions so local execution graphs can display the full static flow, including branches that have not run yet.
[TriggerFlow] Added chunk-level runtime scope, including signal metadata, runtime input and output payloads, and origin-chunk metadata on workflow stream and result events.
[TriggerFlow] Added flow definition export and import through JSON and YAML, plus Mermaid generation for reviewable workflow assets.
[TriggerFlow] Added execution state save and load support for restart-safe pause and resume workflows.
[TriggerFlow] Added sub-flow support, runtime resources, and stronger contract typing, including FastAPI Helper alignment with TriggerFlow contracts.
Tools And Developer Experience
[Tools] Added Playwright and PyAutoGUI-powered built-in browsing support, with fallback integration in Browse.
[Skills] Published the official installable Agently skills catalog.
Updates
Request, Response, And Settings
[Request] Split ModelRequest response and result handling into clearer response-side modules.
[Response] Refined response reuse paths around ModelResponse and ModelResponseResult.
[Settings] Added auto_load_env=True support to settings.load_settings() and to entities that expose .load_settings().
[Prompt] Added save_to and encoding support to .get_json_prompt() and .get_yaml_prompt().
[Output] Added Enum support in output format declarations.
[Utils] Renamed RuntimeData to StateData while keeping compatibility aliases.
Session And Tooling
[Session] Streamlined session resize pipeline and handler APIs, with follow-up typing and behavior fixes.
[Tools] Refactored tool handlers and multi-round action flow to make tool execution paths easier to observe and maintain.
Bug Fixes
[Runtime] Fixed parsed model completion payload fields in runtime observation.
[TriggerFlow] Fixed cases where flow definition export or Mermaid generation could miss chunks.
[Prompt] Fixed long-string handling in .load_yaml_prompt() and .load_json_prompt().
[Settings] Fixed auth-header handling and preserved compatibility between options and request_options.
[Data] Fixed list-at-root handling in DataLocator.
[Session] Fixed chat-history mutation bugs caused by pointer behavior in session helpers.