renamed agent.py to proxy

This commit is contained in:
Dillon DuPont
2025-08-27 21:18:06 -04:00
parent 95cefc50f0
commit 15301935c0
2 changed files with 1 additions and 1 deletions

View File

@@ -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
# ---------------------------------------------------------------------------