ahp_sdk 0.1.0 copy "ahp_sdk: ^0.1.0" to clipboard
ahp_sdk: ^0.1.0 copied to clipboard

A Dart implementation of the Agent Host Protocol (AHP) — synchronized multi-client state for AI agent sessions.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate ahp_sdk

Use it

The package has the following executables:

$ ahp

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add ahp_sdk

With Flutter:

 $ flutter pub add ahp_sdk

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

dependencies:
  ahp_sdk: ^0.1.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:ahp_sdk/ahp_sdk.dart';
1
likes
140
points
32
downloads

Documentation

Documentation
API reference

Publisher

verified publishermosesgameli.com

Weekly Downloads

A Dart implementation of the Agent Host Protocol (AHP) — synchronized multi-client state for AI agent sessions.

Repository (GitHub)
View/report issues

Topics

#agent #protocol #jsonrpc #websocket

License

unknown (license)

Dependencies

web_socket_channel

More

Packages that depend on ahp_sdk