15 Commits

Author SHA1 Message Date
75c6d9d003 feat: 问题回路端点 question_list/question_answer + load_path注册
- question_list.dspy: 角色agent提问列表(project_id/task_id/status过滤)
- question_answer.dspy: 回填答案(任务waiting→submitted恢复)
- load_path.py: 注册两个新端点到logined权限
2026-08-05 13:00:21 +08:00
d3f483b012 docs: add README.md and skill/SKILL.md 2026-08-03 16:46:20 +08:00
5858bfcb2f feat: task center index.ui overhaul, add my_bugs API + task_tree_popup UI 2026-08-03 10:39:02 +08:00
0b3b7376e4 feat: add task_tree and pipeline_options APIs for SDLC dashboard 2026-08-01 10:27:07 +08:00
b556ab0cdc feat: task center - human task interaction, artifact view, restart capability
- Add human task dspy: human_complete, human_list, approval_approve, approval_reject
- Add task_restart.dspy for restarting completed/failed tasks
- Enhance task_detail.ui: inline human task forms, approval buttons, restart
- New step_panel.ui: view/modify step artifacts with cascade rerun
- Update task_list.ui: Tabular with search_form filter by pipeline/state
- Update index.ui: embed task list Tabular inline
- Update load_path.py: register new dspy/ui paths
2026-07-08 21:03:32 +08:00
Hermes Agent
6f85b7a282 feat: add i18n translations (zh/en/jp/ko) for all modules 2026-06-19 15:01:32 +08:00
3c371f8898 fix: task_submit.ui Form使用fields数组,移除arrow-left icon,修复target ID 2026-06-12 01:20:52 +08:00
f8a218ef6f fix: task_list.dspy返回rows键适配DataViewer 2026-06-12 00:24:31 +08:00
65984ae4a0 refactor: task_list.ui改用DataViewer,删除pipeline_task.js 2026-06-12 00:18:06 +08:00
41d6ee03fa refactor: 删除pipeline_task.js,改用纯bricks组件 2026-06-12 00:15:28 +08:00
72f04fdbba fix: add pipeline_task.js to any permissions 2026-06-11 23:54:19 +08:00
4a68f60f25 simplify load_path.py: remove APP_ROOT detection, use relative paths (cwd is app root) 2026-06-11 18:42:01 +08:00
a7a44eda11 fix: 移除 sage 引用,改为通用 APP_ROOT 2026-06-11 17:46:47 +08:00
50a38e15e1 feat: pipeline-task 交互模块初始版本
- 纯薄交互层,无数据表,调用 pipeline-service 引擎函数
- 6个dspy API(submit/list/detail/node/modify/control)
- 4个UI页面(index/list/detail/submit)
- pipeline_task.js 交互辅助函数
- load_path.py RBAC 权限注册
- 完整 README 文档
2026-06-11 17:36:37 +08:00
d7bde8ec31 Initial commit 2026-06-11 17:36:05 +08:00