generated from Templates/Docker_Image
feat(ai-software-factory): add n8n setup agent and enhance orchestration refs NOISSUE
This commit is contained in:
@@ -42,7 +42,9 @@ class AgentOrchestrator:
|
||||
self.ui_manager = UIManager(project_id)
|
||||
self.gitea_api = GiteaAPI(
|
||||
token=settings.GITEA_TOKEN,
|
||||
base_url=settings.GITEA_URL
|
||||
base_url=settings.GITEA_URL,
|
||||
owner=settings.GITEA_OWNER,
|
||||
repo=settings.GITEA_REPO or ""
|
||||
)
|
||||
|
||||
# Initialize database manager if db session provided
|
||||
|
||||
Reference in New Issue
Block a user