pipeline-platform/pyproject.toml
yumoqing 25e71b548b feat: 平台内部agent独立模块(从pipeline-service迁出)
能力包(5工具/管理员硬门禁/模型自动配置)+前端入口+宿主集成说明
2026-09-02 15:26:16 +08:00

10 lines
270 B
TOML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[project]
name = "pipeline_platform"
version = "0.1.0"
description = "平台内部 agent平台运维/管理会话能力(模型自动配置等),仅管理员可用"
dependencies = []
[tool.setuptools.packages.find]
where = ["."]
include = ["pipeline_platform*"]