- 4 agents: VP (orchestrator), PM, Sales, Engineer - Redis pub/sub inter-agent communication - LLM-powered via LiteLLM proxy - CEO CLI for human direction - Gitea integration for code storage - All agents Docker-ready
8 lines
130 B
Plaintext
8 lines
130 B
Plaintext
# Damascus Frontier Redis Config
|
|
maxmemory 256mb
|
|
maxmemory-policy allkeys-lru
|
|
save 900 1
|
|
save 300 10
|
|
save 60 10000
|
|
appendonly yes
|