liteagent_sdk_dart 0.2.2
liteagent_sdk_dart: ^0.2.2 copied to clipboard
A LiteAgent Dart SDK, easy way to access your agent.
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.