> ## Documentation Index
> Fetch the complete documentation index at: https://artemiscity.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# System Diagram

```mermaid theme={null}
flowchart LR
U["User / Trigger"] --> K["Kernel"]
K --> R["Router Policy"]
R --> A1["Agent A"]
R --> A2["Agent B"]
R --> A3["Agent C"]
A1 --> M["Memory Bus"]
A2 --> M
A3 --> M
M --> G["Governance Checks"]
G --> K
```

This reflects the separation of runtime control (kernel/governance) from task execution (agents).


## Related topics

- [Changelog](/Changelog/changelog.md)
- [Artemiscity (Hebbian Agents) Whitepaper V.3](/Documentation/concepts/whitepaper.md)
- [translator_protocol](/Documentation/integrations/translator_protocol.md)
- [Memory Lawyer Protocol](/Documentation/concepts/memory_lawyer.md)
- [Artemis Agentic Memory Layer](/Documentation/memory/MEMORY_INTEGRATION.md)
