2025-08-23 00:20:41 +08:00
|
|
|
[project]
|
|
|
|
|
name = "medresearcher"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
description = "Add your description here"
|
|
|
|
|
readme = "README.md"
|
|
|
|
|
requires-python = ">=3.13"
|
2025-08-23 16:33:36 +08:00
|
|
|
dependencies = [
|
2025-08-25 17:33:11 +08:00
|
|
|
"agno>=1.7.12",
|
|
|
|
|
"ollama>=0.5.3",
|
|
|
|
|
"openai>=1.101.0",
|
|
|
|
|
"pydantic",
|
|
|
|
|
"pyyaml>=6.0.2",
|
2025-08-23 16:33:36 +08:00
|
|
|
"requests>=2.32.5",
|
|
|
|
|
]
|