Enhancing AI workflow

This commit is contained in:
TySP-Dev
2025-11-13 22:00:32 -10:00
parent 0f579c973d
commit d3fed1cea0
8 changed files with 1118 additions and 74 deletions
+3
View File
@@ -30,6 +30,7 @@ from .settings_dialog import SettingsDialog
from .main_gui import MainGUI
from .utils import Logger, PRNumberManager, ContentBuilders
from .workflow import WorkflowManager, WorkflowItem, GitHubRepoFetcher
from .ai_action_planner import AIActionPlanner, ActionPlan
__all__ = [
'ConfigManager',
@@ -43,6 +44,8 @@ __all__ = [
'WorkflowManager',
'WorkflowItem',
'GitHubRepoFetcher',
'AIActionPlanner',
'ActionPlan',
'__version__',
'__author__',
'__app_name__',