liteagent_sdk_dart 0.2.9
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
ERRORevents as terminal without appending an automaticDONE
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
originalTaskIdand task statustaskId - 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
onStreamFunctionCalloptional; default behavior returnsFunctionNotSupported. - Auto-emit
DONEstream callback afteronStreamFunctionCallreturns 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.