walki 0.3.1 copy "walki: ^0.3.1" to clipboard
walki: ^0.3.1 copied to clipboard

Local coordination protocol for AI agents. Let agents debate, reach agreements, and produce reviewable decisions through Markdown files in your repo.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate walki

Use it

The package has the following executables:

$ walki
$ walki-mcp

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add walki

With Flutter:

 $ flutter pub add walki

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

dependencies:
  walki: ^0.3.1

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:walki/walki.dart';
0
likes
160
points
269
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Local coordination protocol for AI agents. Let agents debate, reach agreements, and produce reviewable decisions through Markdown files in your repo.

Repository (GitHub)
View/report issues

Topics

#cli #ai #markdown #developer-tools

License

MIT (license)

Dependencies

args, mason_logger, mcp_server, path, yaml

More

Packages that depend on walki