yls_agi_sdk_dart 0.1.1
yls_agi_sdk_dart: ^0.1.1 copied to clipboard
Flutter/Dart SDK for the YLS AGI gateway, bridged from yls-agi-rust-sdk with flutter_rust_bridge.
0.1.1 #
- Add OpenAI
gpt-image-2image generation support. - Add low-level FRB bindings for
ChatGptImageRequest,ChatGptImageResponse, andChatGptReferenceImage. - Add high-level OpenAI image APIs such as
openai.images.generate(...)andopenai.imageRequest().generate(). - Add
chatgptImageApiKey,chatgptImageAuthMode, andchatgptImageBaseUrlto client configuration.
0.1.0 #
- Initial public release.
- Bridge
yls-agi-rust-sdkinto Flutter/Dart withflutter_rust_bridge. - Support unified OpenAI, Gemini, and Claude chat APIs.
- Support streaming chat, multimodal messages, and Gemini image generation.
- Add ergonomic high-level APIs such as
YlsAgi.openai(config),responses.create(...),chat.completions.stream(...), and chain-style builders.