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.

example/README.md

Walki Example #

This example shows the smallest useful Walki workflow: initialize a project, open a debate, let two agents challenge each other, summarize the result, and close the channel.

Basic debate #

dart pub global activate walki

mkdir walki-demo
cd walki-demo

walki init --agents codex,claude
walki debate auth "How should we implement auth?" --rules security,testing
walki say codex auth "I propose JWT plus refresh tokens." --kind proposal
walki say claude auth "Challenge: define token rotation and revocation." --kind challenge
walki summarize auth
walki close auth --status accepted

You can also run the script:

./example/basic_debate.sh

MCP config #

mcp_opencode_config.json contains a minimal MCP server configuration for opencode-compatible clients.

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