Agent-Readable Endpoints
| Endpoint | Use |
|---|---|
/llms.txt | Compact directory of all navigable documentation. |
/llms-full.txt | Full documentation context in Markdown form. |
/skill.md | Capability summary for agents and agent skill systems. |
/.well-known/agent-skills/ | Skill discovery endpoint when custom skills are present. |
Recommended Agent Flow
- Read
/llms.txtto identify the relevant library. - Fetch the target library overview, its custom workflow pages, and the API Surface page.
- Use
/llms-full.txtonly when broad architectural context is required. - Prefer source repositories for code-level details and docs pages for system boundaries.
Capability Map
| Goal | Primary pages |
|---|---|
| Locate peers | weave-dht, weave-dht-daemon |
| Message peers | weave-swarm, zer0-secret-stream |
| Share files | Locus, AgentFS |
| Store events | Trace, Trace Blobs |
| Build social apps | WOVEN, Nexus, Lens |