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

@@ -1,5 +1,7 @@
import sys
from aide.main import main
if __name__ == "__main__":
main()
sys.exit(main())