tuul_sdk_flutter 0.1.5
tuul_sdk_flutter: ^0.1.5 copied to clipboard
Flutter SDK for Tuul agent runtime, streaming, widget config, and local tool orchestration.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project follows Semantic Versioning.
0.1.0 - 2026-04-06 #
Added #
- Initial Flutter and Dart SDK release for Tuul agent endpoints
TuulClientConfigfor SDK and widget configuration- Typed SDK manifest, endpoint catalog, widget, conversation, message, and resource models
TuulClient.generate()for standard prompt executionTuulClient.stream()for SSE response streamingTuulClient.prompt()unified helper for blocking and streaming flows- Local tool declaration and execution support with automatic continuation
- Conversation helpers:
- list conversations
- rename conversation
- delete conversation
- generate conversation title
- Message helpers for conversation and run message retrieval
- Public widget helpers:
getWidgetConfig()getWidgetTheme()getWidgetEmbed()getEndpointCatalog()
TuulChatControllerfor Flutter chat state handlingTuulAgentPanelstarter widget for quick embedding
Notes #
- First public documentation set added: README, CHANGELOG, and LICENSE