beaver-agent
v1.0.0
Published
A lightweight, database-native AI agent workflow engine. 让 AI 长任务不再跑丢,每一步都能看见,失败可以从断点继续。
Downloads
165
Maintainers
Readme
Beaver Agent CLI
This package ships the beaver / beaver-agent command-line entry point for Beaver Agent, a local-first AI workflow engine with observable runs, SQLite-backed state, and human approval gates.
Install
npm i -g beaver-agent
BEAVER_AUTO_INIT=1 beaver startThen open http://127.0.0.1:4588.
Without a global install:
BEAVER_AUTO_INIT=1 npx beaver-agent startThe CLI stores local state, artifacts, and encrypted secrets under ~/.beaver by default. No model API key is required for the dashboard demo or the zero-config human approval template.
Release checks
Before publishing a new version, maintainers should:
- publish the package to npm,
- run
beaver --help,beaver doctor, and a local start smoke test, - confirm the packed manifest has no unresolved
workspace:*runtime dependencies.
The repository includes pnpm run verify:npm-package, which builds, packs, installs, starts, and probes the package in a disposable npm project.
