|
| 1 | +# Agent Knowledge |
| 2 | + |
| 3 | +> Agent Knowledge is a portable standard for agent-readable knowledge packs. It defines how curated source-grounded knowledge is described, discovered, compiled, selected, cited, evaluated, maintained, and loaded by AI clients without turning the knowledge pack into a tool or a skill. |
| 4 | + |
| 5 | +Use this file as the concise navigation index for LLMs. Use `llms-full.txt` when a single prompt needs the current core documentation in one markdown file. |
| 6 | + |
| 7 | +## Full context |
| 8 | + |
| 9 | +- [llms-full.txt](https://limecloud.github.io/agentknowledge/llms-full.txt): Concatenated current English documentation with source URLs. |
| 10 | + |
| 11 | +## Primary docs |
| 12 | + |
| 13 | +- [What is Agent Knowledge?](https://limecloud.github.io/agentknowledge/en/what-is-agent-knowledge): Conceptual entry point and scope. |
| 14 | +- [Specification](https://limecloud.github.io/agentknowledge/en/specification): Latest portable Agent Knowledge specification. |
| 15 | +- [Knowledge vs Skills](https://limecloud.github.io/agentknowledge/en/agent-knowledge-vs-skills): Boundary between knowledge packs and skills. |
| 16 | +- [Quickstart](https://limecloud.github.io/agentknowledge/en/authoring/quickstart): Authoring quickstart. |
| 17 | + |
| 18 | +## Pack authoring |
| 19 | + |
| 20 | +- [Description and discovery](https://limecloud.github.io/agentknowledge/en/authoring/description-and-discovery): Pack metadata and discoverability. |
| 21 | +- [Best practices](https://limecloud.github.io/agentknowledge/en/authoring/best-practices): Authoring rules for high-quality knowledge. |
| 22 | +- [Knowledge engineering loop](https://limecloud.github.io/agentknowledge/en/authoring/knowledge-engineering-loop): Author, evaluate, maintain, and improve loop. |
| 23 | +- [Compilation model](https://limecloud.github.io/agentknowledge/en/authoring/compilation-model): Compile pipeline and outputs. |
| 24 | +- [Grounding and citations](https://limecloud.github.io/agentknowledge/en/authoring/grounding-and-citations): Source grounding and citation requirements. |
| 25 | +- [Linting and review](https://limecloud.github.io/agentknowledge/en/authoring/linting-and-review): Review and linting expectations. |
| 26 | +- [Maintenance automation](https://limecloud.github.io/agentknowledge/en/authoring/maintenance-automation): Automated refresh and maintenance. |
| 27 | +- [Skills interop](https://limecloud.github.io/agentknowledge/en/authoring/skills-interop): Interoperability with skills. |
| 28 | +- [Discovery evals](https://limecloud.github.io/agentknowledge/en/authoring/discovery-evals): Discovery evaluation design. |
| 29 | +- [Evaluating knowledge](https://limecloud.github.io/agentknowledge/en/authoring/evaluating-knowledge): Knowledge quality evaluation. |
| 30 | + |
| 31 | +## Client implementation |
| 32 | + |
| 33 | +- [Adding support](https://limecloud.github.io/agentknowledge/en/client-implementation/adding-support): Client support checklist. |
| 34 | +- [Discovery and loading](https://limecloud.github.io/agentknowledge/en/client-implementation/discovery-and-loading): Discovery, loading, and selection. |
| 35 | +- [Runtime standard](https://limecloud.github.io/agentknowledge/en/client-implementation/runtime-standard): Runtime integration. |
| 36 | +- [Runtime context resolver](https://limecloud.github.io/agentknowledge/en/client-implementation/runtime-context-resolver): Context resolver contract. |
| 37 | +- [Security model](https://limecloud.github.io/agentknowledge/en/client-implementation/security-model): Trust, permissions, and security. |
| 38 | + |
| 39 | +## Examples |
| 40 | + |
| 41 | +- [Personal IP pack](https://limecloud.github.io/agentknowledge/en/examples/personal-ip): Personal intellectual property example. |
| 42 | +- [Brand product pack](https://limecloud.github.io/agentknowledge/en/examples/brand-product): Brand and product example. |
| 43 | +- [Content operations pack](https://limecloud.github.io/agentknowledge/en/examples/content-operations): Content operations example. |
| 44 | +- [Private-domain operations pack](https://limecloud.github.io/agentknowledge/en/examples/private-domain-operations): Private-domain operations example. |
| 45 | +- [Organization know-how pack](https://limecloud.github.io/agentknowledge/en/examples/organization-knowhow): Organization know-how example. |
| 46 | +- [Complete pack](https://limecloud.github.io/agentknowledge/en/examples/complete-pack): Complete reference pack. |
| 47 | + |
| 48 | +## Reference |
| 49 | + |
| 50 | +- [LLM Wiki pattern](https://limecloud.github.io/agentknowledge/en/reference/llm-wiki-pattern): Pattern for LLM-friendly wiki-like knowledge. |
| 51 | +- [RAG comparison](https://limecloud.github.io/agentknowledge/en/reference/rag-comparison): Comparison with RAG approaches. |
| 52 | +- [Reference CLI](https://limecloud.github.io/agentknowledge/en/reference/reference-cli): Reference CLI documentation. |
| 53 | +- [Glossary](https://limecloud.github.io/agentknowledge/en/reference/glossary): Terms used by the standard. |
| 54 | + |
| 55 | +## Versions |
| 56 | + |
| 57 | +- [v0.6.1 overview](https://limecloud.github.io/agentknowledge/en/versions/v0.6.1/overview): Latest released version overview. |
| 58 | +- [v0.6.1 specification snapshot](https://limecloud.github.io/agentknowledge/en/versions/v0.6.1/specification): Latest released specification snapshot. |
| 59 | + |
| 60 | +## Schemas |
| 61 | + |
| 62 | +- [Compile run schema](https://limecloud.github.io/agentknowledge/schemas/compile-run.schema.json): Compile run schema. |
| 63 | +- [Context resolution schema](https://limecloud.github.io/agentknowledge/schemas/context-resolution.schema.json): Context resolution schema. |
| 64 | +- [Selection eval schema](https://limecloud.github.io/agentknowledge/schemas/selection-eval.schema.json): Selection evaluation schema. |
| 65 | +- [Source map schema](https://limecloud.github.io/agentknowledge/schemas/source-map.schema.json): Source map schema. |
| 66 | + |
| 67 | +## Language mirrors |
| 68 | + |
| 69 | +- Chinese documentation is available under `/zh/` with matching page structure where translated pages exist. |
0 commit comments