modelscope·@rolenet/McpAgentRobot
暂无描述。
这是一个基于多智能体架构的人机交互系统,集成了视觉识别、语音识别和语音合成等功能。系统由多个专门的智能体协同工作,实现了自然的人机交互体验。
This is a human-computer interaction system based on multi-agent architecture, integrating visual recognition, speech recognition, and speech synthesis capabilities. The system consists of multiple specialized agents working together to achieve a natural human-computer interaction experience.
系统由以下主要组件构成 / The system consists of the following main components:
大脑智能体 (Brain Agent)
视觉智能体 (Eye Agent)
听觉智能体 (Ear Agent)
发声智能体 (Mouth Agent)
人脸识别 / Face Recognition
语音交互 / Voice Interaction
Web界面 / Web Interface
克隆项目 / Clone the project bash git clone [repository-url] cd mcpTest
安装依赖 / Install dependencies bash pip install -r requirements.txt
在config.py中可以配置以下参数 / The following parameters can be configured in config.py:
运行主程序 / Run the main program bash python main.py
访问Web界面 / Access the Web interface
人脸识别 / Face Recognition
语音交互 / Voice Interaction
后端 / Backend
前端 / Frontend
├── config.py # 配置文件 / Configuration file ├── main.py # 主程序 / Main program ├── requirements.txt # 依赖清单 / Dependencies list ├── src/ │ ├── agents/ # 智能体实现 / Agent implementations │ ├── brain/ # 大脑逻辑 / Brain logic │ ├── platform/ # 平台核心 / Platform core │ ├── utils/ # 工具函数 / Utility functions │ └── web/ # Web服务 / Web service ├── static/ # 静态资源 / Static resources └── templates/ # 页面模板 / Page templates
一种模型上下文协议服务器,使像 Claude 这样的人工智能助手能够通过 Twilio 和 OpenAI 的语音模型发起和管理实时语音通话。
该服务器允许人工智能模型通过 ClickSend 的 API 以编程方式发送短信和发起文本转语音电话呼叫,并具有内置的速率限制和输入验证功能。
一种专用的模型上下文协议(MCP)服务器,它能够提供由人工智能驱动的面试角色扮演场景,用于练习,并给予逼真的对话反馈。
一种模型上下文协议服务器的实现,使人工智能助手能够与RetellAI的语音服务进行交互,以管理呼叫、座席、电话号码和语音选项。
通过MCP协议使用AI代理辅助操作, enables用户管理Gmail账户,支持通过语音界面进行电子邮件的搜索、阅读、删除和发送。
为克劳德提供智能转录处理功能,具备自然格式化、上下文修复和由深度思维大语言模型驱动的智能总结功能。