Backend Setup
Installation
SKILL.md
Backend Setup
Overview
Setting up an agent runtime backend involves:
- Configuring environment variables
- Implementing a PersistenceAdapter
- Creating the runtime with configuration
- Starting REST and WebSocket servers
Environment Variables
Required environment variables:
# Modal credentials (for sandbox creation)
MODAL_TOKEN_ID=your_modal_token_id
MODAL_TOKEN_SECRET=your_modal_token_secret