ReliaKit is a containerized multi-agent system with autonomous evolution capabilities, memory tracking, and GUI visualization.
- 12 Core Agents + 4 Visual Agents
- Model arbitration and fallback
- Memory logging and reflection
- Self-evolving agentic loop
- Dockerized deployment
# Build container
docker build -t reliakit-loop .
# Run with GUI (requires X11)
xhost + 127.0.0.1
docker run -it -e DISPLAY=host.docker.internal:0 -v /tmp/.X11-unix:/tmp/.X11-unix reliakit-loop
# Run headless
docker run -it reliakit-loop
See docs/ARCHITECTURE.md for system design and docs/USAGE.md for detailed usage.
MIT