Agent-box provides sandboxed development workflows for coding agents, plus optional Portal-based host capability mediation.
Note
This repository now uses the mdBook docs site as the primary documentation source.
Read the docs in one of these ways:
- Build locally:
nix develop --command 'mdbook build docs' - Open generated site:
docs/book/index.html
Entry points:
- Agent-box first run
- Agent-box profiles guide
- Portal standalone first run
- Connect Portal to Agent-box
- Agent-box config reference
- Agent-box requirements
- Agent-box workflow internals
- Agent-box CLI reference (generated)
- Portal CLI reference (generated)
From the repo root, run checks in the flake devshell:
nix develop --command cargo fmt --all
nix develop --command cargo check --workspace
nix develop --command cargo clippy --workspace --all-targets -- -D warningsRegenerate CLI reference pages:
nix develop --command nix-shell -p nushell --run 'nu docs/scripts/generate-cli-reference.nu'