Build a working autonomous agent in just a few lines of code. TheDocumentation Index
Fetch the complete documentation index at: https://docs.upsonic.ai/llms.txt
Use this file to discover all available pages before exploring further.
AutonomousAgent comes pre-configured with filesystem and shell tools, automatic storage, and workspace sandboxing.
Basic Example
What’s Included by Default
When you create anAutonomousAgent, you get:
- InMemoryStorage as the default storage backend
- Full session memory enabled for conversation history persistence
- Filesystem toolkit for file operations (read, write, edit, search, etc.)
- Shell toolkit for terminal command execution
- Workspace sandboxing for security

