first commit
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
# Redis configuration
|
||||
REDIS_DB=0
|
||||
REDIS_PASSWORD=
|
||||
REDIS_HOST=localhost
|
||||
REDIS_PORT=9736
|
||||
|
||||
# Storage directories
|
||||
CONTEXT_DIR=workspace/data/contexts
|
||||
CONTEXT_AUTO_SUMMARIZE_TRIGGER=1000000
|
||||
SKETCH_DIR=workspace/data/sketches
|
||||
|
||||
# Logging
|
||||
LOG_DIR=workspace/agent_logs
|
||||
LOG_LEVEL=WARNING
|
||||
|
||||
# Langfuse configuration, optional
|
||||
LANGFUSE_SECRET_KEY=your_langfuse_secret_key
|
||||
LANGFUSE_PUBLIC_KEY=your_langfuse_public_key
|
||||
LANGFUSE_BASE_URL=https://cloud.langfuse.com
|
||||
Reference in New Issue
Block a user