EDOS agent index¶
Audience: Agent
Use this file as a compact entrypoint when consuming hosted docs.
Read first¶
- README.md
- SCOPE.md
- REPOS.md
- ARCHITECTURE.md
- IPC.md
- AGENTS.md
- DEPLOYMENT.md
- AGENT_DEPLOYMENT_QUICKREF.md
Optional (delegation/operator support only)¶
Key constraints¶
- Treat EDOS as a multi-repo ecosystem, not a monorepo.
- Route community API traffic through the cache/proxy pattern.
- Keep IPC origin allowlists explicit; do not widen to
*without documented reason. - For new deployable services, follow the compose + Traefik pattern in
DEPLOYMENT.md. - Mark uncertainty as
TODO: Verifywith a concrete next step.