docs: 添加 ag-ui 和 crewai 项目 skills 及更新文档

This commit is contained in:
qzl
2026-03-02 17:02:09 +08:00
parent 6fdbc34526
commit ca1ce3d84a
43 changed files with 56074 additions and 3 deletions
+18
View File
@@ -0,0 +1,18 @@
# 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)