docs(docs-site): add agent notes across docs

This commit is contained in:
Luca Martial 2026-05-11 16:44:31 -07:00
parent 885072d2a9
commit f3f8aa613b
8 changed files with 146 additions and 0 deletions

View file

@ -57,3 +57,16 @@ If you've ever watched an agent confidently generate a query that joins on the w
- **Get hands-on** — follow the [Quickstart](/docs/getting-started/quickstart) to set up KTX with your own database in under 10 minutes.
- **Understand the theory** — read [The Context Layer](/docs/concepts/the-context-layer) to learn why schema access alone breaks on real analytics and how KTX addresses it.
## Agent usage notes
Use this page as the high-level routing document for KTX docs.
| Agent task | Read next |
|------------|-----------|
| Set up a new KTX project | [Quickstart](/docs/getting-started/quickstart) |
| Explain what problem KTX solves | [The Context Layer](/docs/concepts/the-context-layer) |
| Scan a database and ingest metadata | [Building Context](/docs/guides/building-context) |
| Edit semantic sources or knowledge pages | [Writing Context](/docs/guides/writing-context) |
| Connect KTX to an agent client | [Serving Agents](/docs/guides/serving-agents) |
| Look up exact command flags | [CLI Reference](/docs/cli-reference/ktx-setup) |