feat: 添加项目文档和配置更新
docs: 完善README文档结构和内容 refactor: 更新配置类注释和文档字符串 style: 统一代码格式和命名规范 fix: 修正MCP服务器配置和依赖项
This commit is contained in:
9
lang_agent/dummy/__init__.py
Normal file
9
lang_agent/dummy/__init__.py
Normal file
@@ -0,0 +1,9 @@
|
||||
"""
|
||||
示例工具模块
|
||||
|
||||
该模块包含各种示例工具的实现,用于演示代理系统的工具调用能力。
|
||||
"""
|
||||
|
||||
from .calculator import Calculator
|
||||
|
||||
__all__ = ["Calculator"]
|
||||
Reference in New Issue
Block a user