ymq 282474898c cockpit v2.0: agent loop with tool calling (LLM decides → execute → loop)
Replace hardcoded intent routing with agent loop:
- 14 tool definitions injected into prompt
- LLM decides which tools to call and in what order
- Multi-turn: one message can trigger switch_project + create_task + add_repo + agent_status
- Max 8 turns, security scan kept, question routing preserved
- 1200→600 lines, all business logic in tool executors
2026-08-08 15:40:34 +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%