```json
{
"title": "Agent Architecture",
"author": "",
"site": "Example Engineering",
"published": ""
}
```
Here is the top-level directory layout for the project:
#### Plain Text
```
AGENTS.md
ARCHITECTURE.md
docs/
├── design-docs/
│ ├── index.md
│ └── core-beliefs.md
src/
└── main.ts
```
Each agent is defined in its own module under `src/agents/`.