cli
Installation
# Create a new agent project
bunx @regent/cli my-agent
# Or install globally
bun add -g @regent/cli
regent my-agentQuick Start
# Interactive wizard
bunx @regent/cli my-agent
# With specific template
bunx @regent/cli my-agent --template=identity
# Non-interactive
bunx @regent/cli my-agent --template=blank --non-interactiveCommand Options
Option
Description
Adapters
hono
express
tanstack-ui
tanstack-headless
next
Templates
blank
axllm
axllm-flow
identity
trading-data-agent
trading-recommendation-agent
Network Selection
Non-Interactive Mode
Generated Project Structure
Environment Variables
Common Variables
Identity Template
AxLLM Templates
Project Scripts
Examples
Create Hono Agent with Identity
Create Express Agent with LLM
Create Next.js Dashboard Agent
CI/CD Pipeline
TEE Deployment
Deploy to TEE
What TEE Deployment Does
TEE Options
Option
Description
TEE Environment Variables
Full TEE Deployment Example
Last updated