|
| 1 | +site_name: tRPC-Agent-Python |
| 2 | +site_description: Python LLM agent framework with multi-model support, tool calling, session management, and service integrations. |
| 3 | +site_url: https://trpc-group.github.io/trpc-agent-python/ |
| 4 | +repo_url: https://github.com/trpc-group/trpc-agent-python |
| 5 | +repo_name: trpc-group/trpc-agent-python |
| 6 | +docs_dir: docs/mkdocs |
| 7 | +site_dir: site |
| 8 | + |
| 9 | +theme: |
| 10 | + name: readthedocs |
| 11 | + locale: en |
| 12 | + |
| 13 | +markdown_extensions: |
| 14 | + - admonition |
| 15 | + - fenced_code |
| 16 | + - tables |
| 17 | + - toc: |
| 18 | + permalink: true |
| 19 | + |
| 20 | +nav: |
| 21 | + - Home: index.md |
| 22 | + - English: |
| 23 | + - Overview: en/index.md |
| 24 | + - Agent: |
| 25 | + - LLM Agent: en/llm_agent.md |
| 26 | + - Custom Agent: en/custom_agent.md |
| 27 | + - LangGraph Agent: en/langgraph_agent.md |
| 28 | + - Claude Agent: en/claude_agent.md |
| 29 | + - Multi-Agent: en/multi_agents.md |
| 30 | + - Team: en/team.md |
| 31 | + - Graph: en/graph.md |
| 32 | + - Sub Agent: en/sub_agent.md |
| 33 | + - Model: en/model.md |
| 34 | + - Tools: |
| 35 | + - Tool: en/tool.md |
| 36 | + - Code Executor: en/code_executor.md |
| 37 | + - Skills: en/skill.md |
| 38 | + - Session & Memory: |
| 39 | + - Session: en/session.md |
| 40 | + - SQL Session: en/session_sql.md |
| 41 | + - Redis Session: en/session_redis.md |
| 42 | + - Session Summary: en/session_summary.md |
| 43 | + - Memory: en/memory.md |
| 44 | + - Knowledge: |
| 45 | + - Knowledge: en/knowledge.md |
| 46 | + - Document Loader: en/knowledge_document_loader.md |
| 47 | + - Text Splitter: en/knowledge_text_splitter.md |
| 48 | + - Embedder: en/knowledge_embedder.md |
| 49 | + - Vector Store: en/knowledge_vectorstore.md |
| 50 | + - Retrievers: en/knowledge_retrievers.md |
| 51 | + - Prompt Template: en/knowledge_prompt_template.md |
| 52 | + - Custom Components: en/knowledge_custom_components.md |
| 53 | + - Evaluation & Optimization: |
| 54 | + - Evaluation: en/evaluation.md |
| 55 | + - Optimization: en/optimization.md |
| 56 | + - Integrations: |
| 57 | + - A2A: en/a2a.md |
| 58 | + - AG-UI: en/agui.md |
| 59 | + - OpenClaw: en/openclaw.md |
| 60 | + - Runtime: |
| 61 | + - Filter: en/filter.md |
| 62 | + - Human in the Loop: en/human_in_the_loop.md |
| 63 | + - Cancellation: en/cancel.md |
| 64 | + - 中文: |
| 65 | + - 概览: zh/index.md |
| 66 | + - Agent: |
| 67 | + - LLM Agent: zh/llm_agent.md |
| 68 | + - 自定义 Agent: zh/custom_agent.md |
| 69 | + - LangGraph Agent: zh/langgraph_agent.md |
| 70 | + - Claude Agent: zh/claude_agent.md |
| 71 | + - 多 Agent: zh/multi_agents.md |
| 72 | + - Team: zh/team.md |
| 73 | + - Graph: zh/graph.md |
| 74 | + - Sub Agent: zh/sub_agent.md |
| 75 | + - 模型: zh/model.md |
| 76 | + - 工具: |
| 77 | + - 工具: zh/tool.md |
| 78 | + - 代码执行器: zh/code_executor.md |
| 79 | + - Skills: zh/skill.md |
| 80 | + - Session 与 Memory: |
| 81 | + - Session: zh/session.md |
| 82 | + - SQL Session: zh/session_sql.md |
| 83 | + - Redis Session: zh/session_redis.md |
| 84 | + - Session Summary: zh/session_summary.md |
| 85 | + - Memory: zh/memory.md |
| 86 | + - Knowledge: |
| 87 | + - Knowledge: zh/knowledge.md |
| 88 | + - 文档加载器: zh/knowledge_document_loader.md |
| 89 | + - 文本切分: zh/knowledge_text_splitter.md |
| 90 | + - Embedder: zh/knowledge_embedder.md |
| 91 | + - Vector Store: zh/knowledge_vectorstore.md |
| 92 | + - Retrievers: zh/knowledge_retrievers.md |
| 93 | + - Prompt Template: zh/knowledge_prompt_template.md |
| 94 | + - 自定义组件: zh/knowledge_custom_components.md |
| 95 | + - 评测与优化: |
| 96 | + - Evaluation: zh/evaluation.md |
| 97 | + - Optimization: zh/optimization.md |
| 98 | + - 集成: |
| 99 | + - A2A: zh/a2a.md |
| 100 | + - AG-UI: zh/agui.md |
| 101 | + - OpenClaw: zh/openclaw.md |
| 102 | + - 运行时: |
| 103 | + - Filter: zh/filter.md |
| 104 | + - Human in the Loop: zh/human_in_the_loop.md |
| 105 | + - Cancellation: zh/cancel.md |
0 commit comments