Repo Layout
Repo Layout
Section titled “Repo Layout”High-level map:
| Path | Purpose |
|---|---|
cmd/gormes | CLI, TUI startup, dashboard, gateway commands, setup/config. |
internal/config | Native config, GORMES_HOME, dotenv, schema validation. |
internal/llm | Provider and Hermes-compatible runtime surfaces. |
internal/gateway | Shared command, event, session, and rendering logic for channels. |
internal/tools | Tool registry and tool implementations. |
internal/goncho | Honcho-compatible memory facade. |
webpages/docs/content | Canonical documentation content consumed by the Astro/Starlight docs site. |
webpages/docs/src/content/docs | Generated Starlight content tree, recreated by npm run sync:content. |