Source · docs/README.mdMarkdown · GitHub source

docs/

General design documents and reusable principles for LLM/Agent systems.

Use this directory for documents that answer:

  • What is the mechanism?
  • What are the design principles?
  • How should agents reason about this pattern across tools and runtimes?
  • What protocol should an agent follow when implementing this pattern elsewhere?

docs/ is intentionally flat at the beginning. Create subdirectories only when several real documents accumulate around the same topic.

Current documents

Start here:

  • Agent Adoption Guide — Low-context protocol selection, reading order, minimal bindings, and bootstrap record.
  • Protocol manifest — Machine-readable versions, maturity, level namespaces, dependencies, artifacts, and evidence.

Practiced protocols:

Design-only protocols:

Advanced: