agentos_sdk
Dart SDK for integrating with AgentOS APIs and clients.
What this package is like to depend on
Last release 2 days ago
21 Aug 2026
Ships fairly regularly
a new release about every 3 weeks
Nearly every release is documented
notes for 8 of 8 stable releases
Nothing withdrawn
no release was ever pulled
2 months old
8 releases · first in 2026
8 releases in the last 12 months
see the full history below
Release timeline
8 releases · Jun 2026 to Aug 2026Releases
latest 8-
0.7.021 Aug 2026Release notes
Open source →- breaking: require
opentool_daemon ^0.5.0and expose its V2 daemon API, server, pull, and tool DTOs. - breaking: align ToolKit server metadata with daemon 0.5 by replacing
repo/tagwithnamespace/version. - feat: expose daemon 0.5 tool materialization metadata through
ToolDto, includingmaterializedArtifactDigestandcontentState. - feat: re-export daemon 0.5 typed pull events, detailed server deletion
results, and stable
DaemonApiExceptionclient errors. - fix: accept both V2
namespace/versionand legacyrepo/tagmetadata in AppKit OpenTool registration and provisioning responses.
- breaking: require
-
0.6.130 Jul 2026Release notes
Open source →- feat: expose optional AgentKit
Capabilityexecution limits for LLM requests, tool usage, repeated tool rounds, and task duration.
- feat: expose optional AgentKit
-
0.6.016 Jul 2026Release notes
Open source →- feat: declare native OpenTool server dependencies during AppKit registration and expose typed registration statuses.
- feat: deliver AppKit
appEventnotifications with typed OpenTool provisioning success and failure results through the subscription handler. - breaking: remove the retired AppKit
callAppevent DTO and handler callback.
-
0.5.214 Jul 2026Release notes
Open source →- fix: internally manage AgentKit chat subscriptions so
stop()anddispose()close the HTTP stream without exposing the underlying stream API. - fix: serialize asynchronous AgentKit event handlers before terminal callbacks.
- fix: internally manage AgentKit chat subscriptions so
-
0.5.112 Jul 2026Release notes
Open source →- feat: add typed AgentKit task-turn history summaries and lazy process history APIs.
- feat: expose history summary and process pagination through
AgentKitModule. - fix: preserve child session IDs for AgentKit message, chunk, and function-call callbacks.
-
0.5.010 Jul 2026Release notes
Open source →- feat: add typed AgentKit history responses with optional paired pagination.
- feat: expose AgentKit root task and task status metadata with legacy response compatibility.
- fix: use upstream ToolKit server metadata returned by the gateway.
-
0.4.106 Jul 2026 -
0.4.009 Jun 2026Release notes
Open source →- feat: add the
ModelKitAPI (sdk.modelkit) with task-oriented model listing and OpenAI-compatible chat / embedding / asr / tts clients under/modelkit/*; document it in README/README-zh_CN and use it in the example. - feat: add
AgentOSSDK(connectTimeout:, receiveTimeout:)options for long-running stream configuration. - feat: add managed AppKit subscription lifecycle with
agentos.subscribe(...)andAgentOSSDK.dispose(). - feat: keep
agentos.subscribe(AgentOSEventHandler)signature unchanged while making it idempotent during active subscriptions. - docs: clarify unified
AgentOSSDKpublic import usage, subscription lifecycle, and long-running timeout configuration.
Release notes
Open source →- feat: add the
ModelKitAPI (sdk.modelkit) with task-oriented model listing and OpenAI-compatible chat / embedding / asr / tts clients under/modelkit/*; document it in README/README-zh_CN and use it in the example. - feat: add
AgentOSSDK(connectTimeout:, receiveTimeout:)options for long-running stream configuration. - feat: add managed AppKit subscription lifecycle with
agentos.subscribe(...)andAgentOSSDK.dispose(). - feat: keep
agentos.subscribe(AgentOSEventHandler)signature unchanged while making it idempotent during active subscriptions. - docs: clarify unified
AgentOSSDKpublic import usage, subscription lifecycle, and long-running timeout configuration.
- feat: add the