pipeline-task/README.md

22 lines
592 B
Markdown
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_task
产线任务交互模块 —— 任务提交、状态监控、人工任务审批、产物查看。
## 功能
- **任务提交**:自然语言描述 → 意图识别 → 产线分发
- **任务列表**:实时状态轮询
- **任务详情**:步骤树 + 输入/输出产物
- **人工交互**:审批通过/拒绝、表单填写
- **Bug 管理**Agent 自动提交 Bug
## 集成
本模块无自有数据表(纯交互层),通过 ServerEnv 调用 `pipeline_service``pipeline_sdlc` 的函数。
## 安装
```bash
cd pkgs/pipeline-task && pip install .
```