Runtime Layout 参考
本页区分 source checkout 和 runtime home。
Source Checkout
典型 repository checkout:
demiurge-agent/
demiurge/
agents/
package-repository/
docs/
website/
ui-tui/
scripts/
tests/
重要 source paths:
| Path | Owner / role |
|---|---|
demiurge/ | Python host package。 |
agents/agent.yaml | 全局 fallback config 的 source template。 |
agents/<core>/agent.yaml | 具体 Agent Core 的 source template。 |
agents/<core>/agent/ | 该 core 的 source authored surface。 |
package-repository/ | Built-in package repository。 |
docs/ | Source documentation。 |
在 source templates 中,agents/agent.yaml 不是 Agent Core。具体 cores 位于 agents/<core>/ 下。