Skip to content

Commit

Permalink
fix/Fixed indentation. (EmergenceAI#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
merlynmarc authored Jul 10, 2024
1 parent 7953612 commit cb30e22
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions ae/core/system_orchestrator.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@ def __init__(self, agent_scenario:str="user,planner_agent,browser_nav_agent,brow


def __populate_orchestrator_info(self):
"""
Populates the orchestrator information by retrieving the API key, gateway, and endpoint from environment variables.
"""
self.orchestrator_api_key = os.getenv('ORCHESTRATOR_API_KEY')
self.orchestrator_gateway = os.getenv('ORCHESTRATOR_GATEWAY')
self.orchestrator_endpoint = f"{self.orchestrator_gateway}/api/orchestrate"
self.use_orchestrator = True
"""
Populates the orchestrator information by retrieving the API key, gateway, and endpoint from environment variables.
"""
self.orchestrator_api_key = os.getenv('ORCHESTRATOR_API_KEY')
self.orchestrator_gateway = os.getenv('ORCHESTRATOR_GATEWAY')
self.orchestrator_endpoint = f"{self.orchestrator_gateway}/api/orchestrate"
self.use_orchestrator = True


def __parse_user_and_browser_agent_names(self):
Expand Down

0 comments on commit cb30e22

Please sign in to comment.