liteagent_sdk_dart 0.2.9 copy "liteagent_sdk_dart: ^0.2.9" to clipboard
liteagent_sdk_dart: ^0.2.9 copied to clipboard

A LiteAgent Dart SDK, easy way to access your agent.

0.2.9 #

  • defer SSE HTTP connection startup until the SDK EventSource listener is attached
  • preserve immediate chat and session-subscription events from fast-closing servers

0.2.8 #

  • propagate SSE consumer cancellation through EventSource to the underlying HTTP response stream
  • adopt the sse_client_dart 3.0 lifecycle and await EventSource close on cancellation
  • disable automatic SSE reconnection to preserve terminal chat and subscription semantics
  • forward connection failures from EventSource's dedicated error stream

0.2.7 #

  • notify SSE handlers of terminal done/error before waiting for in-flight function-call callbacks
  • make chat terminal delivery idempotent across upstream and function-call dispatch failures
  • treat stream function-call ERROR events as terminal without appending an automatic DONE

0.2.6 #

  • add task-level history summaries for summary-first history loading
  • add paginated lazy loading of process messages by originalTaskId
  • preserve standalone reasoning messages in persisted history
  • coalesce duplicate root/child function-call events and prefer child sessions

0.2.5 #

  • preserve child session IDs when routing multi-agent SSE messages, function calls, and callbacks
  • keep root-session fallback compatibility for legacy SSE payloads without a session ID

0.2.4 #

  • support persisted session history pagination
  • expose originalTaskId and task status taskId
  • document transparent persisted session restoration

0.2.3 #

  • follow liteagent with lite_oneapi

0.2.2 #

  • add skills support

0.2.1 #

  • apikey nullable

0.2.0 #

  • Add stream function call handling via onStreamFunctionCall.
  • Make onStreamFunctionCall optional; default behavior returns FunctionNotSupported.
  • Auto-emit DONE stream callback after onStreamFunctionCall returns when user code does not emit one.
  • Improve docs for stream callback behavior and function call routing.

0.1.1 #

  • update github url

0.1.0 #

  • Initial version.
1
likes
130
points
420
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A LiteAgent Dart SDK, easy way to access your agent.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

dio, json_annotation, opentool_dart, retrofit, sse_client_dart

More

Packages that depend on liteagent_sdk_dart