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.tsCustomization
- Edit
index.tsto change the model, description, or system prompt. - Add route-local tools under
tools/; tool input and output types are inferred from TypeScript. - Run
dawn verifybefore deploying generated LangGraph artifacts.