Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
File size: 19,683 Bytes
74c93f6 379f8cb 74c93f6 cf80979 8772a92 cf80979 052302c 3811036 052302c 74c93f6 39ad88a 3811036 74c93f6 3811036 74c93f6 3811036 74c93f6 3811036 74c93f6 3811036 74c93f6 3811036 74c93f6 3811036 74c93f6 3811036 74c93f6 3811036 74c93f6 3811036 74c93f6 f572763 a21b3d7 f572763 39ad88a 74c93f6 39ad88a f572763 052302c d2a16a2 052302c 6fdb42a c5a6fe8 052302c 70ee3f9 5749cc3 ba38624 74c93f6 3811036 dc86104 74c93f6 3811036 dc86104 74c93f6 3811036 dc86104 74c93f6 dc86104 74c93f6 379f8cb 74c93f6 052302c 74c93f6 379f8cb 74c93f6 8772a92 74c93f6 8772a92 74c93f6 dc86104 74c93f6 a17b4a6 74c93f6 dc86104 74c93f6 052302c dc86104 052302c 74c93f6 379f8cb 74c93f6 052302c 74c93f6 379f8cb 74c93f6 dc86104 74c93f6 052302c 74c93f6 551cb60 74c93f6 dc86104 74c93f6 052302c 74c93f6 dc86104 74c93f6 052302c 74c93f6 ba38624 74c93f6 dc86104 94436e0 74c93f6 ba38624 74c93f6 3811036 ba38624 cf80979 5749cc3 74c93f6 ba38624 74c93f6 e077aba ad64912 e077aba 09ce891 e077aba ba38624 cf80979 74c93f6 ba38624 c5a6fe8 3811036 74c93f6 5749cc3 74c93f6 13ad481 6fdb42a 13ad481 6fdb42a d2a16a2 6fdb42a 30ce637 13ad481 6fdb42a a21b3d7 13ad481 30ce637 13ad481 af435c9 13ad481 6fdb42a 13ad481 af435c9 13ad481 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 |
import os
import time
import base64
from io import BytesIO
from textwrap import dedent
from typing import Any, Dict, List, Optional, Tuple
import json
import unicodedata
# HF API params
from huggingface_hub import InferenceClient
# E2B imports
from e2b_desktop import Sandbox
from PIL import Image
# SmolaAgents imports
from smolagents import CodeAgent, tool, HfApiModel
from smolagents.memory import ActionStep
from smolagents.models import ChatMessage, MessageRole, Model
from smolagents.monitoring import LogLevel
from smolagents.agent_types import AgentImage
from PIL import ImageDraw
E2B_SYSTEM_PROMPT_TEMPLATE = """You are a desktop automation assistant that can control a remote desktop environment.
<action process>
You willbe given a task to solve in several steps. At each step you will perform an action.
After each action, you'll receive an updated screenshot.
Then you will proceed as follows, with these sections: don't skip any!
Short term goal: ...
Where I am: ...
What I see: ...
Reflection: ...
Action: ...
Code:
```python
click(250, 300)
```<end_code>
</action_process>
<tools>
On top of performing computations in the Python code snippets that you create, you only have access to these tools to interact with the desktop, no additional ones:
{%- for tool in tools.values() %}
- {{ tool.name }}: {{ tool.description }}
Takes inputs: {{tool.inputs}}
Returns an output of type: {{tool.output_type}}
{%- endfor %}
The desktop has a resolution of <<resolution_x>>x<<resolution_y>>, take it into account to decide clicking coordinates.
If you clicked somewhere in the previous action, a red crosshair will appear at the exact location of the previous click.
The image might have change since then but the cross stays at the previous click. If your click seems to have changed nothing, check that this location is exactly where you intended to click. Otherwise correct the click coordinates.
</tools>
<code_format>
Always format your actions as Python code blocks, as shown below:
Code:
```python
click(250, 300)
```<end_code>
</code_format>
<task_resolution_example>
For a task like "Open a text editor and type 'Hello World'":
Step 1:
Short term goal: I want to open a text editor.
Where I am: I am on the homepage of my desktop.
What I see: I see the applications
Reflection: I think that a notes application would fit in the Applications menu, let's open it.
Action: I'll click it, carefully clicking in the middle of the text 'Applications'/
Code:
```python
click(50, 10)
```<end_code>
Step 2:
Short term goal: I want to open a text editor.
Where I am: I am on the homepage of my desktop, with the applications menu open.
What I see: I see an Accessories section, I see it is a section in the menu thanks to the tiny white triangle after the text accessories.
Reflection: I think that a notes application would fit the Accessories section. I SHOULD NOT try to move through the menus with scroll, it won't work:.
Action: I'll look for Accessories and click on it being very precise, clicking in the middle of the text 'Accessories'.
Code:
```python
click(76, 195)
```<end_code>
Step 3:
Short term goal: I want to open a text editor.
Where I am: I am under the Accessories menu.
What I see: under the open submenu Accessories, I've found 'Text Editor'.
Reflection: This must be my notes app. I remember that menus are navigated through clicking.
Action: I will now click on it being very precise, clicking in the middle of the text 'Text Editor'.
Code:
```python
click(251, 441)
```<end_code>
Step 4:
Short term goal: I want to open a text editor.
Where I am: I am still under the Accessories menu.
What I see: Nothing has changed compared to previous screenshot. Under the open submenu Accessories, I still see 'Text Editor'. The red crosshair is off from the element.
Reflection: My last click must have been off. Let's correct this.
Action: I will click the correct place, right in the middle of the element.
Code:
```python
click(241, 441)
```<end_code>
Step 5:
Short term goal: I want to type 'Hello World'.
Where I am: I have opened a Notepad.
What I see: The Notepad app is open on an empty page
Reflection: Now Notepad is open as intended, time to type text.
Action: I will type the requested text.
Code:
```python
type_text("Hello World")
```<end_code>
Step 6:
Short term goal: I want to type 'Hello World'.
Where I am: I have opened a Notepad.
What I see: The Notepad app displays 'Hello World'
Reflection: Now that I've 1. Opened the notepad and 2. typed 'Hello World', and 3. the result seems correct, I think the Task is completed.
Action: I will return a confirmation that the task is completed.
Code:
```python
final_answer("Done")
```<end_code>
</task_resolution_example>
<click_guidelines>
Look at elements on the screen to determine what to click or interact with.
Use precise coordinates for mouse movements and clicks. When clicking an element, ALWAYS CLICK THE MIDDLE of that element, not UNDER OR ABOVE! Else you risk to miss it.
Sometimes you may have missed a click, so never assume that you're on the right page, always make sure that your previous action worked. In the screenshot you can see if the mouse is out of the clickable area. Pay special attention to this.
Remember the tools that you have as those can save you time, for example open_url to enter a website rather than searching for the browser in the OS.
Whenever you click, MAKE SURE to click in the middle of the button, text, link or any other clickable element. Not under, not on the side. IN THE MIDDLE. In menus it is always better to click in the middle of the text rather than in the tiny icon. Calculate extremelly well the coordinates. A mistake here can make the full task fail.
</click_guidelines>
<general_guidelines>
You can wait for appropriate loading times using the wait() tool. But don't wait forever, sometimes you've just misclicked and the process didn't launch.
Use precise coordinates based on the current screenshot. Don't do hypothesis or guessing: USE TRUE COORDINATES.
Execute one action at a time: don't try to pack a click and typing in one action.
On each step, look at the last screenshot and action to validate if previous steps worked and decide the next action. If you repeated an action already without effect, it means that this action is useless: don't repeat it and try something else.
Use click to move through menus on the desktop and scroll for web and specific applications.
Always analyze the latest screenshot carefully before performing actions. Make sure to:
To navigate the desktop you should open menus and click. Menus usually expand with more options, the tiny triangle next to some text in a menu means that menu expands. For example in Office in the Applications menu expands showing presentation or writing applications.
Always analyze the latest screenshot carefully before performing actions.
</general_guidelines>
"""
def draw_marker_on_image(image, click_coordinates):
x, y = click_coordinates
draw = ImageDraw.Draw(image)
cross_size, linewidth = 10, 3
# Draw red cross lines
draw.line((x - cross_size, y, x + cross_size, y), fill="red", width=linewidth)
draw.line((x, y - cross_size, x, y + cross_size), fill="red", width=linewidth)
# Add a circle around it for better visibility
draw.ellipse((x - cross_size * 2, y - cross_size * 2, x + cross_size * 2, y + cross_size * 2), outline="red", width=linewidth)
class E2BVisionAgent(CodeAgent):
"""Agent for e2b desktop automation with Qwen2.5VL vision capabilities"""
def __init__(
self,
model: HfApiModel,
data_dir: str,
desktop: Sandbox,
tools: List[tool] = None,
max_steps: int = 200,
verbosity_level: LogLevel = 2,
planning_interval: int = 10,
**kwargs
):
self.desktop = desktop
self.data_dir = data_dir
self.planning_interval = planning_interval
# Initialize Desktop
self.width, self.height = self.desktop.get_screen_size()
print(f"Screen size: {self.width}x{self.height}")
# Set up temp directory
os.makedirs(self.data_dir, exist_ok=True)
print(f"Screenshots and steps will be saved to: {self.data_dir}")
# Initialize base agent
super().__init__(
tools=tools or [],
model=model,
max_steps=max_steps,
verbosity_level=verbosity_level,
planning_interval = self.planning_interval,
**kwargs
)
self.prompt_templates["system_prompt"] = E2B_SYSTEM_PROMPT_TEMPLATE.replace("<<resolution_x>>", str(self.width)).replace("<<resolution_y>>", str(self.height))
# Add screen info to state
self.state["screen_width"] = self.width
self.state["screen_height"] = self.height
# Add default tools
self.logger.log("Setting up agent tools...")
self._setup_desktop_tools()
self.step_callbacks.append(self.take_screenshot_callback)
def _setup_desktop_tools(self):
"""Register all desktop tools"""
@tool
def click(x: int, y: int) -> str:
"""
Performs a left-click at the specified coordinates
Args:
x: The x coordinate (horizontal position)
y: The y coordinate (vertical position)
"""
self.desktop.move_mouse(x, y)
self.desktop.left_click()
self.click_coordinates = [x, y]
self.logger.log(f"Clicked at coordinates ({x}, {y})")
return f"Clicked at coordinates ({x}, {y})"
@tool
def right_click(x: int, y: int) -> str:
"""
Performs a right-click at the specified coordinates
Args:
x: The x coordinate (horizontal position)
y: The y coordinate (vertical position)
"""
self.desktop.move_mouse(x, y)
self.desktop.right_click()
self.click_coordinates = [x, y]
self.logger.log(f"Right-clicked at coordinates ({x}, {y})")
return f"Right-clicked at coordinates ({x}, {y})"
@tool
def double_click(x: int, y: int) -> str:
"""
Performs a double-click at the specified coordinates
Args:
x: The x coordinate (horizontal position)
y: The y coordinate (vertical position)
"""
self.desktop.move_mouse(x, y)
self.desktop.double_click()
self.click_coordinates = [x, y]
self.logger.log(f"Double-clicked at coordinates ({x}, {y})")
return f"Double-clicked at coordinates ({x}, {y})"
@tool
def move_mouse(x: int, y: int) -> str:
"""
Moves the mouse cursor to the specified coordinates
Args:
x: The x coordinate (horizontal position)
y: The y coordinate (vertical position)
"""
self.desktop.move_mouse(x, y)
self.logger.log(f"Moved mouse to coordinates ({x}, {y})")
return f"Moved mouse to coordinates ({x}, {y})"
def normalize_text(text):
return ''.join(c for c in unicodedata.normalize('NFD', text) if not unicodedata.combining(c))
@tool
def type_text(text: str, delay_in_ms: int = 75) -> str:
"""
Types the specified text at the current cursor position.
Args:
text: The text to type
delay_in_ms: Delay between keystrokes in milliseconds
"""
clean_text = normalize_text(text)
self.desktop.write(clean_text, delay_in_ms=delay_in_ms)
self.logger.log(f"Typed text: '{clean_text}'")
return f"Typed text: '{clean_text}'"
@tool
def press_key(key: str) -> str:
"""
Presses a keyboard key
Args:
key: The key to press (e.g. "enter", "space", "backspace", etc.).
"""
self.desktop.press(key)
self.logger.log(f"Pressed key: {key}")
return f"Pressed key: {key}"
@tool
def go_back() -> str:
"""
Goes back to the previous page in the browser. If using this tool doesn't work, just click the button directly.
Args:
"""
self.desktop.press(["alt", "left"])
self.logger.log("Went back one page")
return "Went back one page"
@tool
def drag_and_drop(x1: int, y1: int, x2: int, y2: int) -> str:
"""
Clicks [x1, y1], drags mouse to [x2, y2], then release click.
Args:
x1: origin x coordinate
y1: origin y coordinate
x2: end x coordinate
y2: end y coordinate
"""
self.desktop.drag([x1, y1], [x2, y2])
message = f"Dragged and dropped from [{x1}, {y1}] to [{x2}, {y2}]"
self.logger.log(message)
return message
@tool
def scroll(x: int, y: int, direction: str = "down", amount: int = 1) -> str:
"""
Uses scroll button: this could scroll the page or zoom, depending on the app. DO NOT use scroll to move through linux desktop menus.
Args:
x: The x coordinate (horizontal position) of the element to scroll/zoom
y: The y coordinate (vertical position) of the element to scroll/zoom
direction: The direction to scroll ("up" or "down"), defaults to "down"
amount: The amount to scroll. A good amount is 1 or 2.
"""
self.desktop.scroll(direction=direction, amount=amount)
self.logger.log(f"Scrolled {direction} by {amount}")
return f"Scrolled {direction} by {amount}"
@tool
def wait(seconds: float) -> str:
"""
Waits for the specified number of seconds. Very useful in case the prior order is still executing (for example starting very heavy applications like browsers or office apps)
Args:
seconds: Number of seconds to wait, generally 3 is enough.
"""
time.sleep(seconds)
self.logger.log(f"Waited for {seconds} seconds")
return f"Waited for {seconds} seconds"
@tool
def open_url(url: str) -> str:
"""
Directly opens a browser with the specified url, saves time compared to clicking in a browser and going through the initial setup wizard.
Args:
url: The URL to open
"""
# Make sure URL has http/https prefix
if not url.startswith(("http://", "https://")):
url = "https://" + url
self.desktop.open(url)
# Give it time to load
time.sleep(2)
self.logger.log(f"Opening URL: {url}")
return f"Opened URL: {url}"
# Register the tools
self.tools["click"] = click
self.tools["right_click"] = right_click
self.tools["double_click"] = double_click
self.tools["move_mouse"] = move_mouse
self.tools["type_text"] = type_text
self.tools["press_key"] = press_key
self.tools["scroll"] = scroll
self.tools["wait"] = wait
self.tools["open_url"] = open_url
self.tools["go_back"] = go_back
self.tools["drag_and_drop"] = drag_and_drop
def take_screenshot_callback(self, memory_step: ActionStep, agent=None) -> None:
"""Callback that takes a screenshot + memory snapshot after a step completes"""
self.logger.log("Analyzing screen content...")
current_step = memory_step.step_number
time.sleep(2.0) # Let things happen on the desktop
screenshot_bytes = self.desktop.screenshot()
image = Image.open(BytesIO(screenshot_bytes))
if getattr(self, "click_coordinates", None):
# If a click was performed in the last action, mark it on the image
x, y = self.click_coordinates
draw = ImageDraw.Draw(image)
cross_size, linewidth = 10, 3
# Draw red cross lines
draw.line((x - cross_size, y, x + cross_size, y), fill="red", width=linewidth)
draw.line((x, y - cross_size, x, y + cross_size), fill="red", width=linewidth)
# Add a circle around it for better visibility
draw.ellipse((x - cross_size * 2, y - cross_size * 2, x + cross_size * 2, y + cross_size * 2), outline="red", width=linewidth)
# Create a filename with step number
screenshot_path = os.path.join(self.data_dir, f"step_{current_step:03d}.png")
image.save(screenshot_path)
self.last_screenshot = AgentImage(screenshot_path)
print(f"Saved screenshot for step {current_step} to {screenshot_path}")
for (
previous_memory_step
) in agent.memory.steps: # Remove previous screenshots from logs for lean processing
if (
isinstance(previous_memory_step, ActionStep)
and previous_memory_step.step_number <= current_step - 2
):
previous_memory_step.observations_images = None
if (
isinstance(previous_memory_step, ActionStep)
and previous_memory_step.step_number == current_step - 1
):
if previous_memory_step.tool_calls[0].arguments == memory_step.tool_calls[0].arguments:
memory_step.observations += "\nWARNING: You've executed the same action several times in a row. MAKE SURE TO NOT UNNECESSARILY REPEAT ACTIONS."
# Add to the current memory step
memory_step.observations_images = [image.copy()]
# memory_step.observations_images = [screenshot_path] # IF YOU USE THIS INSTEAD OF ABOVE, LAUNCHING A SECOND TASK BREAKS
self.click_coordinates = None # Reset click marker
def close(self):
"""Clean up resources"""
if self.desktop:
print("Stopping e2b stream and killing sandbox...")
self.desktop.stream.stop()
self.desktop.kill()
print("E2B sandbox terminated")
class QwenVLAPIModel(Model):
"""Model wrapper for Qwen2.5VL API with fallback mechanism"""
def __init__(
self,
model_id: str = "Qwen/Qwen2.5-VL-72B-Instruct",
hf_token: str = None,
):
super().__init__()
self.model_id = model_id
self.base_model = HfApiModel(
model_id="https://n5wr7lfx6wp94tvl.us-east-1.aws.endpoints.huggingface.cloud",
token=hf_token,
max_tokens=4096,
)
self.fallback_model = HfApiModel(
model_id,
provider="nebius",
token=hf_token,
max_tokens=4096,
)
def __call__(
self,
messages: List[Dict[str, Any]],
stop_sequences: Optional[List[str]] = None,
**kwargs
) -> ChatMessage:
try:
message = self.base_model(messages, stop_sequences, **kwargs)
return message
except Exception as e:
print(f"Base model failed with error: {e}. Calling fallback model.")
# Continue to fallback
try:
message = self.fallback_model(messages, stop_sequences, **kwargs)
return message
except Exception as e:
raise Exception(f"Both endpoints failed. Last error: {e}")
|