wechat_ai/agent/REAMD.md

19 lines
510 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## golang 智能体
### 需要读取制定文件的md提示词、知识库、skill技能、员工蒸馏文件、历史回话记录
### 接入兼容OpenAI协议的模型
### 接入tts模型支持声音克隆与用户语音通话
### 接入asr模型。支持实时语音转文字
### 接入多模态模型,支持识别用户发来的视频、图片、文档等信息
### 支持多agent写作主agent调度
- 对话agent
- 任务agent
- 记忆总结agent
- 多模态agent
- 语音agent
- 视频agent