From 15301935c0749b0c6fa8cf0e86016dbc39cc2634 Mon Sep 17 00:00:00 2001 From: Dillon DuPont Date: Wed, 27 Aug 2025 21:18:06 -0400 Subject: [PATCH] renamed agent.py to proxy --- libs/python/agent/agent/integrations/hud/__init__.py | 2 +- libs/python/agent/agent/integrations/hud/{agent.py => proxy.py} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename libs/python/agent/agent/integrations/hud/{agent.py => proxy.py} (100%) diff --git a/libs/python/agent/agent/integrations/hud/__init__.py b/libs/python/agent/agent/integrations/hud/__init__.py index c73532c7..21695026 100644 --- a/libs/python/agent/agent/integrations/hud/__init__.py +++ b/libs/python/agent/agent/integrations/hud/__init__.py @@ -19,7 +19,7 @@ from hud.tools.computer.settings import computer_settings from hud import trace from agent.agent import ComputerAgent as BaseComputerAgent -from .agent import FakeAsyncOpenAI +from .proxy import FakeAsyncOpenAI # --------------------------------------------------------------------------- diff --git a/libs/python/agent/agent/integrations/hud/agent.py b/libs/python/agent/agent/integrations/hud/proxy.py similarity index 100% rename from libs/python/agent/agent/integrations/hud/agent.py rename to libs/python/agent/agent/integrations/hud/proxy.py