v0.20 alpha skill-driven python core

This commit is contained in:
kai
2026-05-06 16:26:41 +08:00
parent d1169646b8
commit db626f1d58
87 changed files with 5213 additions and 2865 deletions
+3 -2
View File
@@ -1,7 +1,7 @@
[project]
name = "deep-research"
version = "0.12.0"
description = "生物医药 Deep Research 系统 - OpenCode 多 agent 协作研究流水线"
version = "0.20.0"
description = "生物医药 Deep Research 系统 - Python core + skills driven research pipeline"
requires-python = ">=3.10"
readme = "README.md"
license = { text = "MIT" }
@@ -20,6 +20,7 @@ dependencies = [
"PyYAML>=6.0.1",
"rich>=13.7.0",
"pypdf>=6.10.2",
"pymupdf>=1.26.0",
]
[project.optional-dependencies]