# nexa-core Runtime artifacts for Nexa: n8n workflows, configuration, AI prompts, scripts. 📖 Documentation lives one level up in [`../docs/`](../docs/index.md). ## Layout - `n8n-workflows/` — exported workflows (per phase). Imported into the running n8n. - `ai-prompts/` — system prompts for SAIA / LiteLLM. - `config/` — runtime config (`agents.yaml`, `infra_manifest.yaml`, `qdrant_schema.json`). - `scripts/` — automation helpers (workflow backup, etc.). - `.env.example` — bootstrap secrets only; runtime config lives in Qdrant `_config` namespace. ## Quickstart See [`../docs/09-deployment.md`](../docs/09-deployment.md).