Skip to content

Commit 738f223

Browse files
committed
Create visual agents
1 parent 391d9e0 commit 738f223

File tree

2 files changed

+1966
-1
lines changed

2 files changed

+1966
-1
lines changed

sentience/__init__.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"""
44

55
from .actions import click, click_rect, press, type_text
6-
from .agent import SentienceAgent
6+
from .agent import SentienceAgent, SentienceAgentAsync
7+
from .visual_agent import SentienceVisualAgent, SentienceVisualAgentAsync
78
from .agent_config import AgentConfig
89

910
# Agent Layer (Phase 1 & 2)
@@ -119,6 +120,9 @@
119120
"AnthropicProvider",
120121
"LocalLLMProvider",
121122
"SentienceAgent",
123+
"SentienceAgentAsync",
124+
"SentienceVisualAgent",
125+
"SentienceVisualAgentAsync",
122126
"ConversationalAgent",
123127
# Agent Layer Models
124128
"AgentActionResult",

0 commit comments

Comments
 (0)