feat(alias core): add data source management (#110)

Co-authored-by: Tianjing Zeng <39507457+StCarmen@users.noreply.github.com>
Co-authored-by: stcarmen <1106135234@qq.com>
This commit is contained in:
Dandan Liu
2026-02-02 13:57:16 +08:00
committed by GitHub
parent df0776cac4
commit 679431b303
36 changed files with 3330 additions and 318 deletions

View File

@@ -45,7 +45,8 @@ dependencies = [
"agentscope-runtime>=1.0.0",
"aiosqlite>=0.21.0",
"asyncpg>=0.30.0",
"itsdangerous>=2.2.0"
"itsdangerous>=2.2.0",
"polars>=1.37.1"
]
[tool.setuptools]