Quick Start
Prerequisites
Installation
git clone <repository-url>
cd sandframeworkcp .env.example .env# LLM Provider
LLM_PROVIDER=openai
OPENAI_API_KEY=your_key_here
# Database
DATABASE_URL=postgresql://user:pass@localhost:5432/dbname
# Message Broker
BROKER_URL=amqp://user:pass@rabbitmq:5672/
# Discord (if using bot)
DISCORD_TOKEN=your_token_hereVerify Installation
Next Steps
Last updated