ymq f878b039e5 cockpit v2.1: streaming agent loop via stream_response
- Replaces single reply with NDJSON streaming via stream_response()
- Each tool_call yields {'type':'progress', 'tool':..., 'params':...}
- Each tool_result yields {'type':'tool_result', 'tool':..., 'result':...}
- Final yields {'type':'done', 'message':...}
- Frontend gets real-time progress instead of waiting for final reply
- New 'check_progress' tool for following task execution stages
2026-08-08 15:50:41 +08:00

pipeline_sdlc

SDLC 模块 —— 项目管理、迭代计划、Bug追踪、测试管理、AI 驾驶舱。

功能

  • 项目管理:软件项目 CRUD
  • 迭代管理:迭代计划与进度
  • Bug 追踪Bug 提交/确认/关闭human / agent
  • 测试管理:测试计划与用例
  • AI Cockpit:自然语言驱动开发驾驶舱

数据表

说明
sd_projects 项目定义
sd_iterations 迭代计划
sd_bugs Bug 追踪
sd_test_plans 测试计划
sd_test_cases 测试用例
sd_deploy_envs 部署环境

安装

cd pkgs/pipeline-sdlc && pip install .
Description
No description provided
Readme 2.7 MiB
Languages
Python 90.2%
CSS 4.8%
JavaScript 4.8%
Shell 0.2%