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

3
.gitignore vendored
View File

@@ -3,3 +3,6 @@
**/__pycache__
**/.ipynb_checkpoints/
**/.virtual_documents/
**/session_*.svg
**/*graph.svg
paper/src/bib/auto

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