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
+16
View File
@@ -0,0 +1,16 @@
# Agents
**作用**: 介绍 AG-UI 中 Agent 的概念、架构、类型和实现方式。
**源文件**: `llms-full.txt`
**行号范围**: 35-451
**内容索引**:
- 什么是 Agent (行 47-62)
- Agent Architecture - AbstractAgent, 核心组件 (行 63-91)
- Agent Types - HttpAgent, Custom Agents (行 93-130)
- Implementing Agents - 基本实现示例 (行 132-197)
- Agent Capabilities - 交互通信、工具使用、状态管理、多 Agent 协作、人机协作、对话记忆 (行 199-358)
- 使用 Agent (行 360-399)
- Agent Configuration (行 401-424)
- Agent State Management (行 426-439)