fixing agents and ignore

This commit is contained in:
2025-11-15 16:06:03 +01:00
parent 55a760713f
commit ca65f6a066
2 changed files with 4 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
from experiments.agents.base import Agent as BaseAgent
from base import Agent as BaseAgent
from browser_use import Browser, Agent, ChatOpenAI
from enum import Enum