Skip to content

Commit cb30e22

Browse files
authored
fix/Fixed indentation. (#78)
1 parent 7953612 commit cb30e22

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

ae/core/system_orchestrator.py

+7-7
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,13 @@ def __init__(self, agent_scenario:str="user,planner_agent,browser_nav_agent,brow
5050

5151

5252
def __populate_orchestrator_info(self):
53-
"""
54-
Populates the orchestrator information by retrieving the API key, gateway, and endpoint from environment variables.
55-
"""
56-
self.orchestrator_api_key = os.getenv('ORCHESTRATOR_API_KEY')
57-
self.orchestrator_gateway = os.getenv('ORCHESTRATOR_GATEWAY')
58-
self.orchestrator_endpoint = f"{self.orchestrator_gateway}/api/orchestrate"
59-
self.use_orchestrator = True
53+
"""
54+
Populates the orchestrator information by retrieving the API key, gateway, and endpoint from environment variables.
55+
"""
56+
self.orchestrator_api_key = os.getenv('ORCHESTRATOR_API_KEY')
57+
self.orchestrator_gateway = os.getenv('ORCHESTRATOR_GATEWAY')
58+
self.orchestrator_endpoint = f"{self.orchestrator_gateway}/api/orchestrate"
59+
self.use_orchestrator = True
6060

6161

6262
def __parse_user_and_browser_agent_names(self):

0 commit comments

Comments
 (0)