Agent file

agents/

Raw
agents/ 26 lines 1.1 KB
# Agent Entry Points

Dewey serves raw text, JSON, and markdown at stable URLs for AI agents and tooling:

## Primary Files
- /AGENTS.md    — Combined context for AI coding assistants
- /llms.txt     — Plain text project summary (llms.txt convention)
- /install.md   — LLM-executable installation guide
- /lm.txt       — Short alias for llms.txt

## Retrieval Surface
- /agent/manifest.json       — Discovery index for docs, prompts, raw markdown, and bundles
- /agent/docs.json           — Structured docs manifest with markdown bodies
- /agent/prompts.json        — Prompt registry from docs/prompts/*.md
- /agent/context.md          — Compact context bundle for agent ingestion
- /agent/context.json        — JSON context bundle for tools
- /agent/bundles/core.md     — Recommended core reading bundle
- /agent/bundles/prompts.md  — Combined prompt bundle
- /agent/raw/docs/           — Raw markdown mirror preserving nested paths

## Agent-Optimized Docs
- /agents/overview.md   — Agent-optimized overview

Human docs live at /docs/*.
Styled views live at /view/*.
The generator can publish a static site, but these files are the agent contract.