# Kylin Linux SysOps 依赖
# pip install -r requirements.txt -i https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple

# 核心依赖
pydantic-ai>=1.102.0
pydantic-graph>=0.0.1
fastapi>=0.104.0
uvicorn[standard]>=0.24.0
pydantic>=2.5.0
pyyaml>=6.0
httpx>=0.25.0
psutil>=5.9.0
openai>=2.36.0

# 数据库
sqlalchemy>=2.0.0
aiosqlite>=0.19.0
numpy>=2.4.6
#pysqlite>=0.6.0

# 认证
python-jose[cryptography]>=3.3.0
bcrypt>=4.0.0
# 网络和异步
websockets>=12.0

# CLI 工具
prompt_toolkit>=3.0.0
rich>=13.0.0

# 可选依赖 (如需要 Milvus 或 PostgreSQL)
# pymilvus>=2.3.0
# asyncpg>=0.29.0
# psycopg2-binary>=2.9.0
