@agentforge-ai/cli
v0.7.1
Published
CLI tool for creating, running, and managing AgentForge projects
Maintainers
Readme
@agentforge-ai/cli
Command-line interface for creating, running, and managing AgentForge projects.
Installation
npm install -g @agentforge-ai/cliCommands
agentforge create <project-name>
Creates a new AgentForge project with all the necessary boilerplate.
agentforge create my-agent-projectagentforge run
Starts the local development environment (Convex dev server).
cd my-agent-project
agentforge runagentforge deploy
Deploy your project (coming soon).
License
Apache-2.0
