Commands

agent-commerce demo

Run the documented quickstart steps, checking each one.

Usagebash
agent-commerce demo

A thin wrapper around the documented quickstart. Run it from a clone of the repository: it starts the Docker stack, then runs the deterministic buyer agent, checking each step's exit code.

StepCommand
Start local chain + gateway + merchantdocker compose up --build -d
Run the deterministic buyer agentnpm run demo:agent
console
$ agent-commerce demo
agent-commerce demo — running the documented quickstart steps:

==> Start local chain + gateway + merchant (docker compose)
    $ docker compose up --build -d
OK    Start local chain + gateway + merchant (docker compose)

==> Run the deterministic buyer agent
    $ npm run demo:agent
OK    Run the deterministic buyer agent

PASS  Demo is up. Try: agent-commerce doctor --config config-demo.yaml

A failing step stops the run, prints the tail of its error output and the exact command to retry by hand. Nothing further is run. See the Quickstart for the manual version.