agentic_contract
Run this command in a terminal, in your project's directory:
cargo add agentic-contract
To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:
Cargo.toml
[dependencies]
agentic-contract = "0.1.0"
The agentic_contract library will be automatically available globally. Read the agentic_contract library documentation.
Back to the crate overview.