Runtime Layout Reference
This page distinguishes the source checkout from the runtime home.
Source Checkout
Typical repository checkout:
demiurge-agent/
demiurge/
agents/
package-repository/
docs/
website/
ui-tui/
scripts/
tests/
Important source paths:
| Path | Owner / role |
|---|---|
demiurge/ | Python host package. |
agents/agent.yaml | Source template for the global fallback config. |
agents/<core>/agent.yaml | Source template for a concrete Agent Core. |
agents/<core>/agent/ | Source authored surface for that core. |
package-repository/ | Built-in package repository. |
docs/ | Source documentation. |
In source templates, agents/agent.yaml is not an Agent Core. Concrete cores
live under agents/<core>/.