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

15 lines
654 B
Python
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.

"""pipeline_platform — 产线平台内部 agent 模块(宿主不装则零接触)。
内部 agent = 平台自身的运维/管理会话能力:
- 能力包platform_ability模型治理状态/模型自动配置(通读 API 文档→
供应商端点/适配模板/模型目录/定价)/平台模块清单
- 前端入口wwwroot/agent_platformpipeline_id=platform_general 会话页
- 技能随 pipeline-core skills_library/pipelines/platform_general 分发
权限模型所有工具仅管理员owner.superuser / owner.admin可用代码层硬门禁。
"""
__version__ = "0.1.0"
PIPELINE_ID = "platform_general"