@aguil/agents
v0.8.0
Published
Bundled Bun CLI for aguil agents harnesses (code-review and future workflows). Requires Bun.
Readme
@aguil/agents
Bundled agents CLI for the
aguil/agents repository. Published builds
run the dist/agents launcher, which invokes Bun and loads the inlined
bundle.
Requirements
- Bun
>= 1.3.13onPATH
Install
npm install -g @aguil/agents(or pnpm add -g @aguil/agents, depending on how you manage global tooling)
Smoke test
agents code-review --help
agents code-review inbox --helpThe npm package includes the config-declared code-review harness, so
agents code-review works in repositories that do not commit their own
.agents/ tree:
agents code-review --workspace /path/to/repo
agents harness install code-review # optional: materialize a ~/.agents copyThen follow the canonical docs in the upstream repository
README.md for
harness-specific workflows, adapters, models, and configuration (including
.agents-code-review semantics; discovery still considers legacy
.review-agent/ trees).
Agent Skills playbooks for review/triage workflows live under
docs/skills/.
After installing @aguil/agents, run agents doctor, then
agents skills list / agents skills install or
agents skills install <id> (see agents doctor --help and
agents skills --help); the publish tarball ships docs/skills/ next
to the bundled CLI.
