17 lines
604 B
Markdown
17 lines
604 B
Markdown
|
|
# 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)
|