mirror of
https://github.com/velocitatem/PHANTOM.git
synced 2026-05-31 08:33:36 +00:00
fixing agents and ignore
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -3,3 +3,6 @@
|
|||||||
**/__pycache__
|
**/__pycache__
|
||||||
**/.ipynb_checkpoints/
|
**/.ipynb_checkpoints/
|
||||||
**/.virtual_documents/
|
**/.virtual_documents/
|
||||||
|
**/session_*.svg
|
||||||
|
**/*graph.svg
|
||||||
|
paper/src/bib/auto
|
||||||
@@ -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 browser_use import Browser, Agent, ChatOpenAI
|
||||||
from enum import Enum
|
from enum import Enum
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user