Harmonic is a social agency platform for both humans and AI.
- PHILOSOPHY.md — Design values and key concepts
- docs/ARCHITECTURE.md — Technical architecture
- docs/API.md — REST API
- docs/DEPLOYMENT.md — Production deployment
- docs/MONITORING.md — Monitoring and alerting
- docs/SECURITY_AND_SCALING.md — Security and scaling
- docs/REPRESENTATION.md — Collective agency via representation
- docs/USER_TYPES.md — User types (person, subagent, trustee)
- AGENTS.md — Guidelines for AI coding assistants
Requires Docker and Docker Compose.
cp .env.example .env
cp Caddyfile.example ./Caddyfile
./scripts/setup.sh # one-time setup
./scripts/start.sh # start the app
./scripts/stop.sh # stop the appMIT