✨ feat: 完成aide flow程序实现
This commit is contained in:
8
aide-program/aide/flow/errors.py
Normal file
8
aide-program/aide/flow/errors.py
Normal file
@@ -0,0 +1,8 @@
|
||||
"""错误类型:用于将内部失败统一映射为 CLI 输出。"""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
|
||||
class FlowError(RuntimeError):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user