structure: sync docs/ARCHITECTURE.md

This commit is contained in:
Ty
2026-07-27 16:08:58 +00:00
parent 11fbf068c5
commit aa023cc356
+21
View File
@@ -0,0 +1,21 @@
# Architecture (operator summary)
Full design: **[design/DESIGN_PLAN.md](../design/DESIGN_PLAN.md)**.
## Layers
```text
Host (bootstrap, Docker, product scripts, nemohermes/openshell CLIs)
→ OpenShell gateway (credentials, L7 policy, sandbox lifecycle)
→ Hermes sandbox (minimal Lumina profile)
skills, channels, MCP clients (allowlisted)
→ External OpenAI-compatible model (outside containers OK)
```
## Related design docs
- [Planes](../design/planes.md)
- [Det vs inference](../design/det-vs-inf.md)
- [MCP integrations](../design/mcp-integrations.md)
- [Updates lifecycle](../design/updates-lifecycle.md)
- [Platform research notes](../design/research/platform-notes.md)