Files
lang-agent/lang_agent/__init__.py
Therainclouds bb91a68c78 feat: 添加项目文档和配置更新
docs: 完善README文档结构和内容
refactor: 更新配置类注释和文档字符串
style: 统一代码格式和命名规范
fix: 修正MCP服务器配置和依赖项
2025-11-07 15:50:22 +08:00

10 lines
391 B
Python
Raw 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.
"""
LangChain Agent - 智能代理系统
这是一个基于LangChain和LangGraph构建的智能代理系统集成了RAG(检索增强生成)、
工具调用和WebSocket通信功能。项目主要用于茶饮场景的智能对话和订单处理
支持多种工具调用和远程MCP(Model Context Protocol)服务器集成。
"""
__version__ = "0.1.0"
__author__ = "LangChain Agent Team"