- 新增 OpenAIClientModel 类,用于调用 OpenAI 兼容模型 - 重构 AutoToolChatSession 类,支持 OpenAI 兼容模型- 增加了更多日志输出,以便调试和跟踪程序执行流程 - 优化了工具调用和结果处理的逻辑- 调整了环境变量加载方式,使用 dotenv 库
11 lines
201 B
TOML
11 lines
201 B
TOML
[project]
|
|
name = "testmcp"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.12"
|
|
dependencies = [
|
|
"mcp[cli]>=1.13.1",
|
|
"openai>=1.102.0",
|
|
]
|