agentivity_artifacts 0.1.1
agentivity_artifacts: ^0.1.1 copied to clipboard
Flutter widgets for AI agent artifacts — charts, metrics, code, JSON, math, SVG and status cards. Built for the AG-UI protocol and Agentivity platform.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add agentivity_artifactsThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
agentivity_artifacts: ^0.1.1Alternatively, 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:agentivity_artifacts/agentivity_artifacts.dart';