Cyber Catalyst Team commited on
Commit
4a2e37c
·
1 Parent(s): 12ab90a

fix: correct Space 5 URL to point to agent-worker-loop-v2

Browse files
Files changed (1) hide show
  1. backend.py +1 -1
backend.py CHANGED
@@ -1893,7 +1893,7 @@ import httpx
1893
  # ---------------------------------------------------------------------------
1894
  SPACE3_URL = os.environ.get("SPACE3_URL", "https://augment17-claude-code-backend.hf.space")
1895
  SPACE4_URL = os.environ.get("SPACE4_URL", "https://shyota-mcp-cloud-host.hf.space")
1896
- SPACE5_URL = os.environ.get("SPACE5_URL", "https://augment17-agent-worker-loop.hf.space") # Dedicated Vault container
1897
  SPACE6_URL = os.environ.get("SPACE6_URL", "https://augment17-mcp-cloud-host.hf.space")
1898
 
1899
  async def get_active_projects():
 
1893
  # ---------------------------------------------------------------------------
1894
  SPACE3_URL = os.environ.get("SPACE3_URL", "https://augment17-claude-code-backend.hf.space")
1895
  SPACE4_URL = os.environ.get("SPACE4_URL", "https://shyota-mcp-cloud-host.hf.space")
1896
+ SPACE5_URL = os.environ.get("SPACE5_URL", "https://augment17-agent-worker-loop-v2.hf.space") # Dedicated Vault container
1897
  SPACE6_URL = os.environ.get("SPACE6_URL", "https://augment17-mcp-cloud-host.hf.space")
1898
 
1899
  async def get_active_projects():