19 lines
584 B
Markdown
19 lines
584 B
Markdown
|
|
# Agents
|
||
|
|
|
||
|
|
**作用**: 介绍 CrewAI 中 Agent 的概念、属性、创建方式和高级特性。
|
||
|
|
|
||
|
|
**源文件**: `llms-full.md`
|
||
|
|
**行号范围**: 1-1276
|
||
|
|
|
||
|
|
**内容索引**:
|
||
|
|
- Overview of an Agent - Agent 定义和核心能力 (行 6-22)
|
||
|
|
- Agent Attributes - 完整属性表 (行 37-68)
|
||
|
|
- Creating Agents (行 70-741):
|
||
|
|
- YAML Configuration (推荐) (行 74-115)
|
||
|
|
- Direct Code Definition (行 117-155)
|
||
|
|
- 完整参数示例 (行 156-357)
|
||
|
|
- Tools 配置 (行 358-365)
|
||
|
|
- Context Management (行 366-543)
|
||
|
|
- Structured Output (行 578-741)
|
||
|
|
- CLI - 命令行工具 (行 742-1276)
|