# Create new agent
x a n # Interactive creation
x a n --name "bot" --folder "." --framework "agno" # Non-interactive
# Download agent to work locally
x a i # Shows list to select from
x a i my-agent # Download specific agent
# Deploy to cloud
x a d # Shows list to select from
x a d my-agent # Deploy specific agent
# Monitor logs
x a l # Shows list to select from
x a l my-agent # Stream logs for specific agent
# Test agent with messages
x a invoke "Hello, test message" # Interactive agent selection
x a invoke my-agent "Hello" # Test specific agent by name
x a invoke --agent-id <id> "Hello" # Test specific agent by ID