ianvs_agent_chat 0.1.0
ianvs_agent_chat: ^0.1.0 copied to clipboard
Reusable Flutter agent chat UI with streaming messages, tools, permissions, ACP integration contracts and an OpenAI-compatible LLM adapter.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add ianvs_agent_chatThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
ianvs_agent_chat: ^0.1.0Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:ianvs_agent_chat/ianvs_agent_chat.dart';