agentivity_ag_ui 0.2.0
agentivity_ag_ui: ^0.2.0 copied to clipboard
Flutter package for AI agent UIs — AG-UI protocol, SSE streaming, chat panel, HIL forms, AI assistant, and agent run monitor. Bring your own backend.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add agentivity_ag_uiWith Flutter:
$ flutter pub add agentivity_ag_uiThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
agentivity_ag_ui: ^0.2.0Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:agentivity_ag_ui/agentivity_ag_ui.dart';