This repository has been archived on 2026-05-23. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
damascus-frontier/redis.conf
root 2c98a23ee4 Initial commit: Damascus Frontier multi-agent startup swarm
- 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
2026-05-21 04:41:02 +00:00

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