a request enters
↓
01
Control Plane · the tower itself
the shell that wraps everything below
Identity & RBAC
Humans and agents get roles, both kept to least-privilege on
data and actions.
+
Policy engine
Policy as code. It decides which tools, which model, which
data class, and whether sign-off is needed.
+
Approval / HITL
High-risk actions stop and wait on role-based approval. A
checker, then an approver.
+
Audit log & compliance
Every action logged to a principal, tamper-evident, ready for
SOX-style review.
+
02Agent Runtime · the workers (Hermes)agentic fleet composition
A pool of Hermes agents, each scoped to one role or domain.
The control plane decides what tools they get; an agent
doesn't grant itself anything.
Role-scoped agent pool
Planning-health, exception-handling, forecasting. Each
owns one bounded domain.
Per-agent: orchestrator + skills + memory
Skills are codified, versioned SOPs. Memory is scoped to
the role, and the orchestrator runs the loop.
Sandboxed execution
Workspaces are isolated and tool access comes from policy,
so one bad agent can't reach far.
governs · constrains · enforces
03Knowledge & Memorycontext layer
Where the tower keeps what it knows, locked down so no agent
can reach past its role.
Per-agent persistent memory
Long-term, Honcho-style context, isolated per tenant and
locked to one role.
Shared org skill / knowledge library
Shared SOPs as versioned, reviewed skills pushed out to
the whole fleet.
Data-classification tags
Labels that tell policy and routing who can see the data,
down to which model.
reads / writes · scoped
04Inference Routingmodel-agnostic
No single vendor lock. Policy routes each task by data
sensitivity: sensitive work stays on AMAT's own hardware,
everything else may reach a frontier model that keeps nothing.
Which brain sees what is a permission, not a choice.
Frontier via ZDR
Claude or GPT with zero data retention, for complex
reasoning that isn't sensitive.
Self-hosted open weights
Kimi K3 and deepseek-v4-flash on AMAT hardware, for work
that can't leave the building.
Eval gates
No model gets to touch anything consequential until it
passes the eval harness.
policy-driven routing
05Integration Layerenterprise connectors
Where read and write rights are actually enforced, not inside
the agent.
SAP · Databricks · ServiceNow · internal APIs
Planning tables, analytics, ITSM, and internal systems
behind one surface with enforced entitlements.