MedResearcher/pyproject.toml
iomgaa f7a06775ca feat: 实现基于Agno框架的SubAgent系统
- 新增SubAgent核心类,支持多LLM提供商
- 实现动态prompt模板构建功能
- 添加JSON结构化输出和零容错解析
- 集成配置管理和模型工厂模式
- 提供完整的错误处理和日志系统
- 支持阿里云、DeepSeek、OpenAI等主流LLM服务
2025-08-25 17:33:11 +08:00

15 lines
285 B
TOML

[project]
name = "medresearcher"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"agno>=1.7.12",
"ollama>=0.5.3",
"openai>=1.101.0",
"pydantic",
"pyyaml>=6.0.2",
"requests>=2.32.5",
]