Ai
28 Star 30 Fork 74

openEuler/euler-copilot-framework

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pyproject.toml 1.08 KB
一键复制 编辑 原始数据 按行查看 历史
ObjectNotFound 提交于 2025-12-17 01:07 +08:00 . 添加Thinking过程
[project]
name = "euler-copilot-framework"
version = "0.10.1"
description = "EulerCopilot 后端服务"
requires-python = "==3.11.6"
dependencies = [
"aiofiles==24.1.0",
"asyncer==0.0.8",
"asyncpg==0.30.0",
"cryptography==42.0.2",
"fastapi==0.115.12",
"httpx==0.28.1",
"httpx-sse==0.4.0",
"jinja2==3.1.3",
"jionlp==1.5.22",
"jsonschema==4.21.1",
"mcp==1.17.0",
"minio==7.2.15",
"ollama==0.6.1",
"openai==2.3.0",
"pandas==2.2.2",
"pgvector==0.4.1",
"pillow==10.3.0",
"pydantic==2.11.7",
"python-jsonpath==1.3.0",
"python-magic==0.4.27",
"python-multipart==0.0.20",
"pyyaml==6.0.1",
"rich==14.2.0",
"sqlalchemy==2.0.41",
"tiktoken==0.9.0",
"toml==0.10.2",
"uvicorn==0.34.0",
"xmltodict==1.0.0",
]
[[tool.uv.index]]
name = "aliyun"
url = "https://mirrors.aliyun.com/pypi/simple/"
[dependency-groups]
dev = [
"autodoc-pydantic==2.2.0",
"coverage==7.7.1",
"fastapi-cprofile>=0.0.2",
"fastapi-profiler-lite>=0.3.2",
"pytest==8.3.5",
"pytest-mock==3.14.0",
"ruff==0.12.5",
]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/openeuler/euler-copilot-framework.git
git@gitee.com:openeuler/euler-copilot-framework.git
openeuler
euler-copilot-framework
euler-copilot-framework
dev

搜索帮助