acpd 1.0.0 copy "acpd: ^1.0.0" to clipboard
acpd: ^1.0.0 copied to clipboard

Dart SDK for the Agent Client Protocol (ACP). Build clients, agents, and proxies that speak the ACP wire protocol.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add acpd

With Flutter:

 $ flutter pub add acpd

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  acpd: ^1.0.0

Alternatively, 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:acpd/acpd.dart';
1
likes
160
points
114
downloads

Documentation

Documentation
API reference

Publisher

verified publisherfluttercandies.com

Weekly Downloads

Dart SDK for the Agent Client Protocol (ACP). Build clients, agents, and proxies that speak the ACP wire protocol.

Homepage
Repository (GitHub)
View/report issues

Topics

#acp #agent #protocol #ai #llm

License

Apache-2.0 (license)

Dependencies

meta

More

Packages that depend on acpd