# aichemist agent vaults > AI-agent-readable knowledge vaults distilled from source content (videos, docs, transcripts) into priming documents and structured note graphs. Each vault has an `_AGENT_PRIMER.md` (3000-4000 word expert priming) and a `_QUERY_INDEX.json` (concept→file map) at its root. ## Vaults - [Unified Agent Primer — AI Advantage Summit 2026 (Days 1–3)](https://prime.chem.dev/unified-ai-advantage-summit-2026Apr28/_AGENT_PRIMER.md): Read this first. This primer covers the entire three-day arc of the AI Advantage Summit 2026 as a single integrated curriculum. The base layer of per-day notes is preserved verbatim; the synthesis layer (cross-day arcs) sits above it. When in doubt, follow the [[wikilinks]]. - [Query index](https://prime.chem.dev/unified-ai-advantage-summit-2026Apr28/_QUERY_INDEX.json) · [Vault root](https://prime.chem.dev/unified-ai-advantage-summit-2026Apr28/) - [Agent Primer — AI Advantage Summit 2026 — Day 2: Presence Over Productivity](https://prime.chem.dev/ai-summit-day2-test-f-fps0.1-2026Apr25/_AGENT_PRIMER.md): Read me first. This document primes a downstream AI agent to act as a subject-matter expert on the source video. Read this in full before consulting individual notes. - [Query index](https://prime.chem.dev/ai-summit-day2-test-f-fps0.1-2026Apr25/_QUERY_INDEX.json) · [Vault root](https://prime.chem.dev/ai-summit-day2-test-f-fps0.1-2026Apr25/) - [Agent Primer — AI Advantage Summit 2026 Day 2 — AI-Human Harmony, Atoms vs. Bits, and Autonomous Agents](https://prime.chem.dev/ai-human-harmony-atoms-agents-2026Apr25/_AGENT_PRIMER.md): Read me first. This document primes a downstream AI agent to act as a subject-matter expert on the source video. Read this in full before consulting individual notes. - [Query index](https://prime.chem.dev/ai-human-harmony-atoms-agents-2026Apr25/_QUERY_INDEX.json) · [Vault root](https://prime.chem.dev/ai-human-harmony-atoms-agents-2026Apr25/) - [Agent Primer — AI Advantage Summit — Operator's Playbook](https://prime.chem.dev/ai-advantage-summit-playbook-2026Apr26/_AGENT_PRIMER.md): Read me first. This document primes a downstream AI agent to act as a subject-matter expert on the source video. Read this in full before consulting individual notes. - [Query index](https://prime.chem.dev/ai-advantage-summit-playbook-2026Apr26/_QUERY_INDEX.json) · [Vault root](https://prime.chem.dev/ai-advantage-summit-playbook-2026Apr26/) - [Agent Primer — AI Advantage Summit 2026 — Fluency, Frameworks & the Human Edge](https://prime.chem.dev/ai-advantage-summit-2026-2026Apr28/_AGENT_PRIMER.md): Read me first. This document primes a downstream AI agent to act as a subject-matter expert on the source video. Read this in full before consulting individual notes. - [Query index](https://prime.chem.dev/ai-advantage-summit-2026-2026Apr28/_QUERY_INDEX.json) · [Vault root](https://prime.chem.dev/ai-advantage-summit-2026-2026Apr28/) - [Agent Primer — AI Advantage Summit 2026 — Operating With AI](https://prime.chem.dev/ai-advantage-summit-2026-2026Apr26/_AGENT_PRIMER.md): Read me first. This document primes a downstream AI agent to act as a subject-matter expert on the source video. Read this in full before consulting individual notes. - [Query index](https://prime.chem.dev/ai-advantage-summit-2026-2026Apr26/_QUERY_INDEX.json) · [Vault root](https://prime.chem.dev/ai-advantage-summit-2026-2026Apr26/) ## Conventions - Every vault uses Obsidian-style `[[note-id]]` wikilinks. To resolve any wikilink, look up the id in the vault's `_QUERY_INDEX.json` to get its folder, then fetch `{vault-base}/{folder}/{id}.md`. - Per-folder enumeration: `{vault-base}/{folder}/_index.json` returns `{folder, count, entries: [{id, title, file}]}`. - Frontmatter `type` is canonicalized: `concept`, `claim`, `framework`, `entity`, `quote`, `action-item`, `prerequisite`, `open-question`, `contrarian-insight`, `synthesis`. - Multi-day / multi-source vaults preserve provenance via `frontmatter.sources: [day1, day2, ...]`.