- Rust 1.75 or later (install from https://rustup.rs)
- Git
git clone https://github.com/agentralabs/agentic-forge.git
cd agentic-forge
cargo build --workspace --release
cargo install --path crates/agentic-forge-clibash scripts/install.shaforge version
aforge health
aforge infoTo build the C FFI library:
cargo build --release -p agentic-forge-ffiOutput files:
- Static:
target/release/libagentic_forge_ffi.a - Dynamic:
target/release/libagentic_forge_ffi.dylib(macOS)
cargo uninstall agentic-forge-cliIf aforge is not found after installation, ensure ~/.cargo/bin is in
your PATH:
export PATH="$HOME/.cargo/bin:$PATH"See docs/public/troubleshooting.md for more help.