A lightweight, fast, minimalistic agent harness.
- Rust (edition 2024, stable toolchain)
- just — command runner
- The
wasm32-wasip2target (installed automatically byjust build)
git clone https://github.com/duckedup/phx.git
cd phx
just buildjust build # Build everything (plugins + binary)
just test # Run all tests
just lint # Format + clippy
just run # Run phx
just run-plugins # Run with example plugins loaded- Fork the repo and create a feature branch.
- Make your changes.
- Run
just lintandjust testto verify. - Submit a pull request.