35 lines
1000 B
YAML
35 lines
1000 B
YAML
- title: 起步
|
|
sections:
|
|
- local: index
|
|
title: 🤗 Agents
|
|
- local: guided_tour
|
|
title: 导览
|
|
- title: Tutorials
|
|
sections:
|
|
- local: tutorials/building_good_agents
|
|
title: ✨ 构建好用的 agents
|
|
- local: tutorials/tools
|
|
title: 🛠️ 工具 - 深度指南
|
|
- local: tutorials/secure_code_execution
|
|
title: 🛡️ 使用 E2B 保护你的代码执行
|
|
- title: Conceptual guides
|
|
sections:
|
|
- local: conceptual_guides/intro_agents
|
|
title: 🤖 Agent 化系统介绍
|
|
- local: conceptual_guides/react
|
|
title: 🤔 多步骤 Agent 是如何工作的?
|
|
- title: Examples
|
|
sections:
|
|
- local: examples/text_to_sql
|
|
title: Self-correcting Text-to-SQL
|
|
- local: examples/rag
|
|
title: Master you knowledge base with agentic RAG
|
|
- local: examples/multiagents
|
|
title: Orchestrate a multi-agent system
|
|
- title: Reference
|
|
sections:
|
|
- local: reference/agents
|
|
title: Agent-related objects
|
|
- local: reference/tools
|
|
title: Tool-related objects
|