Thanks for contributing.
git clone https://github.com/cascade-protocol/agentbox.git
cd agentbox
pnpm install
cp .env.example .env
pnpm dev- Node.js 24+
- pnpm 9+
- Docker + Docker Compose (for local Postgres and production-like runs)
Run checks before opening a PR:
pnpm -w checkUse conventional commits:
feat: ...fix: ...chore: ...docs: ...
Optional scope is encouraged, for example feat(backend): ....
- Keep PRs focused
- Include rationale and testing notes
- Update docs for behavior or API changes
- Link related issues
By contributing, you agree your contributions are licensed under Apache-2.0.