tori/doc/todo.md
Fam Zheng d4d9edeb78 feat: startup git clone for template repo + pass config through
- ensure_repo_ready() at startup: clone if missing, fetch if exists
- TemplateRepoConfig gains local_path field
- list_all_templates/select_template/extract_repo_template accept repo config
- Remove hardcoded repo_dir(), use config.local_path
2026-03-09 08:42:23 +00:00

14 lines
555 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.

# Tori TODO
## 前端
- [ ] 需求输入优化 — 多行、复杂需求时输入框不够大,展示不够好
- [ ] 时间观察 apptimer/scheduler 可视化)
## Runtime
- [ ] 回退粒度 — 支持有选择地回退某些步骤,而非 docker-cache 式全部 invalidate
- [ ] 长任务生命周期 — `execute` 同步等待不适合 30min+ 的构建/测试任务
- [ ] 产出物累积 — scratchpad 之外需要结构化的"工作产出"概念
- [ ] 上下文管理 — `current_step_chat_history` 需要 token 预算控制 + 历史截断