feat: 完成aide flow程序实现

This commit is contained in:
2025-12-14 22:28:37 +08:00
parent a0c9173bc4
commit 1cf99c7b5f
11 changed files with 731 additions and 1 deletions

View File

@@ -0,0 +1,8 @@
"""错误类型:用于将内部失败统一映射为 CLI 输出。"""
from __future__ import annotations
class FlowError(RuntimeError):
pass