Skip to content

EDOS agent index

Audience: Agent

Use this file as a compact entrypoint when consuming hosted docs.

Read first

  1. README.md
  2. SCOPE.md
  3. REPOS.md
  4. ARCHITECTURE.md
  5. IPC.md
  6. AGENTS.md
  7. DEPLOYMENT.md
  8. 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: Verify with a concrete next step.