AutonomousAgent is perfect for tasks that require filesystem or shell access. It comes pre-configured with:
- InMemoryStorage as the default storage backend
- Full session memory enabled for conversation history persistence
- Filesystem and shell tools ready to use
Basic Creation
The simplest way to create an autonomous agent:Workspace Configuration
The workspace is where all file and shell operations take place. It’s sandboxed for security:Adding Agent Identity
Give your agent a role and personality:Custom Storage
Use custom storage instead of the default InMemoryStorage:Selective Toolkits
Enable only the tools you need:Adding Custom Tools
Add your own tools alongside the default ones:Next Steps
- Running an Autonomous Agent - Learn execution methods
- Filesystem Tools - Detailed filesystem operations
- Shell Tools - Shell command execution

