docs: expand LLM provider pages and agent docs#99
Merged
Conversation
- Expand all 14 LLM provider pages to 150-200+ lines each with models tables, pricing, function calling examples, error handling, and cost tracking sections (OpenAI, Anthropic, Ollama, Gemini, Cohere, Groq, DeepSeek, OpenRouter, Together AI, Fireworks AI, Perplexity AI, Cerebras, AWS Bedrock, Azure OpenAI) - Expand agents/overview.md with 30-tool table, which-agent-type decision guide, side-by-side ReAct vs FunctionCalling examples, streaming events, and multi-agent patterns (issue #80) - Add docs/agents/cookbook.md with 10 common agent patterns including RAG, file ops, SQL, cost-bounded, streaming, multi-agent handoff, and testing (issue #81) - Add docs/agents/tool-authoring.md with @tool decorator guide, type hint mapping, async tools, BaseTool class, error handling, ToolRegistry, and testing patterns (issue #82) - Update sidebars.ts to include agents/cookbook and agents/tool-authoring
This was referenced Mar 21, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
agents/overview.mdwith a 30-tool built-in tools table, which-agent-type decision guide, side-by-side ReAct vs FunctionCalling code examples, streaming events, and multi-agent patternsdocs/agents/cookbook.mdwith 10 common agent patterns (RAG, file ops, web research, SQL, cost-bounded, streaming, multi-agent handoff, testing, human-in-the-loop, multi-provider fallback)docs/agents/tool-authoring.mdwith complete guide to writing custom tools: @tool decorator, type hint to JSON Schema table, async tools, BaseTool class, error handling, ToolRegistry, parameterized tools, and pytest patternssidebars.tsto include the two new agent pagesCloses #75 #76 #77 #78 #79 #80 #81 #82