yls_agi_sdk_dart 0.1.2
yls_agi_sdk_dart: ^0.1.2 copied to clipboard
Flutter/Dart SDK for the YLS AGI gateway, bridged from yls-agi-rust-sdk with flutter_rust_bridge.
0.1.2 #
- 将 README 全面改为中文文档。
- 补充中文使用示例,覆盖聊天、流式输出、Gemini 生图、OpenAI
gpt-image-2生图与参考图编辑。
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.