feat: 初步实现aide decide

This commit is contained in:
2025-12-15 02:08:06 +08:00
parent b67ff60c70
commit 1381e8c7cd
16 changed files with 1649 additions and 13 deletions

View File

@@ -42,6 +42,12 @@ path = "requirements.txt"
[flow]
phases = ["task-optimize", "flow-design", "impl", "verify", "docs", "finish"]
[decide]
# HTTP 服务起始端口
port = 3721
# 超时时间0 表示不超时
timeout = 0
"""