Agent Commands
Manage agents using the MEMANTO CLI.memanto agent create
Create a new agent.NAME- Unique agent identifier (required)
-d, --description TEXT- Optional description
- Agent names must be unique
- Use lowercase, hyphens, underscores only
- No spaces in agent names
memanto agent list
List all created agents.--limit INTEGER- Max agents to show (default: 10)--sort TEXT- Sort by: created, name, recent (default: created)
memanto agent activate
Start a new session for an agent. Required before storing/recalling memories.NAME- Agent name (required)
--extend-hours INTEGER- Extend session (default: 6)
- Session token saved automatically
- Only one active session per agent
- Session lasts 6 hours by default
- Can be extended multiple times
memanto agent deactivate
End the current session for the active agent.-f, --force- Skip confirmation
- Memories persist after deactivation
- Agent can be reactivated anytime
- Requires new activation to use again
memanto agent bootstrap
View detailed metadata and statistics for an agent.NAME- Agent name (required)
--limit INTEGER- Limit sample memories (default: 5)
- Shows memory type breakdown
- Displays sample memories
- Indicates last activity
- Useful for agent assessment
Workflow: Create and Activate
Complete workflow:Multi-Agent Management
Create Multiple Agents
Switch Between Agents
Monitor Agents
Tips & Best Practices
Naming Conventions
Use clear, descriptive names:Organization Strategy
Regular Assessment
Troubleshooting
”Agent not found"
"Session already active"
"No memories” after creating agent
This is normal—agents start with zero memories. Store some:Next Steps
- Memory Commands: Store and Recall Memories
- Session Management: Session Commands
- Full CLI Guide: CLI Overview