For the complete documentation index, see llms.txt. Markdown variants are available by appending .md to any URL or sending an Accept: text/markdown header. An agent skill is available at /.well-known/agent-skills/site-skill.md.
346
Sponsor

Docs Expert

Answers questions about libraries and APIs by searching the live web and citing sources.

Output will stream here when you run the agent.

Summary

The Docs Expert Agent answers technical questions about libraries, APIs, and tools by searching the live web — preferring official documentation and citing every claim. Reach for it as a grounded "ask the docs" helper that returns copy-pasteable answers instead of hallucinated APIs.

Installation

$ pnpm dlx shadcn@latest add @agentcn/langgraph/docs-expert

Composition

├── index.ts
├── instructions.md
├── tools/web_search.ts

Customization

  • Edit index.ts to change the model, description, or system prompt.
  • Add route-local tools under tools/; tool input and output types are inferred from TypeScript.
  • Run dawn verify before deploying generated LangGraph artifacts.