CLI Overview
AgentForge command-line interface — init, run, trace, replay, dev, memory, and inspector.
Installation
The CLI is included with @ahzan-agentforge/core:
npx @ahzan-agentforge/core --help
# or if installed globally:
agentforge --helpCommands
| Command | Description |
|---|---|
init | Scaffold a new AgentForge project |
run | Execute an agent |
trace | View run traces |
replay | Replay and diff runs |
dev | Development mode with watch |
memory | Manage agent memories |
inspector | Start the visual inspector |