Commands
agent-commerce demo
Run the documented quickstart steps, checking each one.
agent-commerce demoA 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.
| Step | Command |
|---|---|
| Start local chain + gateway + merchant | docker compose up --build -d |
| Run the deterministic buyer agent | npm run demo:agent |
$ 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.yamlA 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.