Ensure agentic-sdk v0.2.0 is available. If developing locally, add a path
override in .cargo/config.toml:
[patch.crates-io]
agentic-sdk = { path = "../agentic-sdk" }The FFI crate produces both static and dynamic libraries. Ensure you link against the correct one for your platform.
Blueprint IDs are UUIDs. Verify the ID with aforge blueprint list.
Blueprints are stored in memory and lost when the process exits unless
exported with aforge export forge <id> <path>.
The EntityInferrer expects descriptive natural language. Provide context about the domain objects, their relationships, and actions.
Ensure aforge serve --mode stdio is running and your client connects to
stdin/stdout. Check stderr for error messages.
This means the tool name is not recognized. Verify against the 15 supported tools listed in MCP Tools.
Check the required fields for each tool. All blueprint operations require
a blueprint_id parameter (string UUID).
Run in release mode: cargo build --release. Debug builds are significantly
slower due to lack of optimizations.
- File issues at https://github.com/agentralabs/agentic-forge
- Check
aforge healthto verify the installation - Use
aforge --verbosefor debug-level logging