Skip to main content

Documentation Index

Fetch the complete documentation index at: https://labs.prompthon.io/llms.txt

Use this file to discover all available pages before exploring further.

This lane captures reusable design patterns that show up across agent implementations, independent of framework choice.

What belongs here

  • Tool use
  • Planning and task decomposition
  • Reflection and repair loops
  • Short-term and long-term memory patterns
  • Subagents and delegation
  • Browser and computer-use patterns
  • Human-in-the-loop workflows
  • Long-running task design
  • Deep research patterns

Editorial intent

Pages in this lane should explain mechanism, tradeoffs, and failure modes. They should stay useful even as individual frameworks rise or fall.

Current pages

Example starters

  • Agent Memory Retrieval Starter: a small code sketch for separating active notes, verifiable RAG retrieval inputs, citations, and durable artifacts.
  • Prompt Cache Agent Starter: a small code sketch for keeping stable prompt prefixes separate from dynamic memory and current-turn inputs.