Skip to content

Commit 2e71596

Browse files
committed
Create visual agents
1 parent 738f223 commit 2e71596

File tree

2 files changed

+300
-218
lines changed

2 files changed

+300
-218
lines changed

sentience/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
from .actions import click, click_rect, press, type_text
66
from .agent import SentienceAgent, SentienceAgentAsync
7-
from .visual_agent import SentienceVisualAgent, SentienceVisualAgentAsync
87
from .agent_config import AgentConfig
98

109
# Agent Layer (Phase 1 & 2)
@@ -71,6 +70,7 @@
7170

7271
# Formatting (v0.12.0+)
7372
from .utils.formatting import format_snapshot_for_llm
73+
from .visual_agent import SentienceVisualAgent, SentienceVisualAgentAsync
7474
from .wait import wait_for
7575

7676
__version__ = "0.92.1"

0 commit comments

Comments
 (0)