上下文感知
vui:小型对话式语音模型,能在本地设备上运行
Vui 是一款能在本地设备上运行的小型对话式语音模型,包含 Vui.BASE、Vui.ABRAHAM 和 Vui.COHOST 三个版本,分别支持单人对话和两人互动,并具备上下文感知能力。
1.7k星!专为闲鱼平台打造的AI值守解决方案
Xianyu AutoAgent 是专为闲鱼平台打造的AI值守解决方案,实现24小时自动化客服。支持多专家协同决策、智能议价和上下文感知对话,具备上下文管理、情感分析增强等功能模块。
一个LangChain与MCP结合使用的案例!
MCP 是 Anthropic 开发的开源协议,用于将 LLM 连接到上下文、工具和提示词。本文展示了如何使用 MCP 服务器与 LangGraph agents 集成,通过 Python 安装依赖、创建服务器文件和运行客户端来实现数据交换。
一个LangChain与MCP结合使用的案例
Model Context Protocol (MCP) is an open-source protocol developed by Anthropic to standardize the connection of LLMs to contexts, tools, and prompts. It enables seamless integration of AI agents with external data sources and tools.