@breadai/cli
v0.1.2
Published
The `bread` command-line interface — dev server, build, eval, and session management.
Downloads
222
Maintainers
Readme
@breadai/cli
The bread command-line interface.
bun add -g @breadai/cli # or: npm i -g @breadai/cli| Command | What it does |
|---------|--------------|
| bread dev | Hot-reload dev server |
| bread start | Production server (add auth yourself via authPlugin() — see auth.md) |
| bread build | Compile-check the app's agents and config |
| bread chat [agent] | Interactive REPL with human-in-the-loop support |
| bread invoke <agent> [input] | One-shot run (--json for structured output) |
| bread eval | Run the project's evals |
| bread sessions list\|cleanup | Inspect / prune stored sessions |
Requires Bun
bread requires Bun. It runs bun:sqlite (@breadai/store-sqlite) with
zero flags. If Bun isn't installed, bread fails immediately.
Part of bread — an explicit-by-design framework for AI agents. Docs: CLI · all docs.
License
MIT © Matteo Zambon
