feat: wire brain, org, sessionlog, retrospective skills into supervisor
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -6,3 +6,12 @@ SUPERVISOR_MODELS_FILE=./config/models.yaml
|
||||
# LiteLLM gateway (iguana)
|
||||
LITELLM_BASE_URL=http://iguana:4000
|
||||
LITELLM_API_KEY=your-litellm-master-key
|
||||
|
||||
# Ingestion server
|
||||
INGEST_BASE_URL=http://localhost:3300
|
||||
INGEST_PORT=3300
|
||||
INGEST_BRAIN_DIR=./brain
|
||||
|
||||
# Brain directories
|
||||
SUPERVISOR_SESSIONS_DIR=./brain/sessions
|
||||
SUPERVISOR_BRAIN_DIR=./brain
|
||||
|
||||
Reference in New Issue
Block a user