|
8 | 8 | # title: 안내서 |
9 | 9 | - title: 튜토리얼 |
10 | 10 | sections: |
11 | | - - title: 좋은 에이전트 구축하기 |
12 | | - local: tutorials/building_good_agents |
| 11 | + - local: tutorials/building_good_agents |
| 12 | + title: 좋은 에이전트 구축하기 |
| 13 | +# - local: tutorials/inspect_runs |
| 14 | +# title: 📊 Inspect your agent runs using telemetry |
| 15 | +# - local: tutorials/tools |
| 16 | +# title: 🛠️ Tools - in-depth guide |
| 17 | +# - local: tutorials/secure_code_execution |
| 18 | +# title: 🛡️ Secure code execution |
| 19 | +# - local: tutorials/memory |
| 20 | +# title: 📚 Manage your agent's memory |
| 21 | +- title: Conceptual guides |
| 22 | + sections: |
| 23 | +# - local: conceptual_guides/intro_agents |
| 24 | +# title: 🤖 What are agents? |
| 25 | + - local: conceptual_guides/react |
| 26 | + title: 🤔 멀티스텝 에이전트는 어떻게 동작하나요? |
13 | 27 | - title: 예제 |
14 | 28 | sections: |
15 | 29 | - local: examples/text_to_sql |
16 | 30 | title: 스스로 오류를 수정하는 Text-to-SQL |
| 31 | +# - local: examples/rag |
| 32 | +# title: Master your knowledge base with agentic RAG |
17 | 33 | - local: examples/multiagents |
18 | 34 | title: 멀티 에이전트 시스템 오케스트레이션 |
19 | | -# - local: in_translation |
| 35 | +# - local: examples/web_browser |
20 | 36 | # title: (번역중) Build a web browser agent using vision models |
21 | | -# - local: in_translation |
| 37 | +# - local: examples/using_different_models |
22 | 38 | # title: (번역중) Using different models |
23 | | -# - local: in_translation |
| 39 | +# - local: examples/plan_customization |
24 | 40 | # title: "(번역중) Human-in-the-Loop: Customize agent plan interactively" |
25 | | -# - local: in_translation |
| 41 | +# - local: examples/async_agent |
26 | 42 | # title: (번역중) Async Applications with Agents |
27 | 43 | #- title: Reference |
28 | 44 | # sections: |
|
0 commit comments