Expand description
高级 Agent 构建器 API
提供流式 API 来构建和运行智能体
该模块支持两种运行时模式:
- 当启用
dorafeature 时,使用 dora-rs 运行时 - 当未启用
dorafeature 时,使用内置的 SimpleRuntime
Structs§
- Agent
Builder - 智能体构建器 - 提供流式 API
- Simple
Agent Info - 智能体信息
- Simple
Agent Runtime - 简单智能体运行时 - 不依赖 dora-rs 的轻量级运行时
- Simple
Message Bus - 简单消息总线
- Simple
Runtime - 简单运行时 - 管理多个智能体的协同运行(非 dora 版本)