AgentForge

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 --help

Commands

CommandDescription
initScaffold a new AgentForge project
runExecute an agent
traceView run traces
replayReplay and diff runs
devDevelopment mode with watch
memoryManage agent memories
inspectorStart the visual inspector

Next Steps

  • init — scaffold a project
  • run — execute agents