Backend Setup

Installation
SKILL.md

Backend Setup

Overview

Setting up an agent runtime backend involves:

  1. Configuring environment variables
  2. Implementing a PersistenceAdapter
  3. Creating the runtime with configuration
  4. 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
Installs
First Seen
Backend Setup — hhopkins95/ai-systems