Fremko - Code Executor

Device Selection
No devices connected
Python Code Editor
Ready Line 1, Col 1
Execution Results

Console Output

Ready to execute code...

Tool Actions

No tool actions yet

Execution Info

Status: Ready
Execution Time: -
Memory Usage: 0 items
Available Tools

DEFAULT Persona Tools

swipe(start_x, start_y, end_x, end_y, duration_ms=300)

Perform swipe gesture between coordinates

input_text(index: int, text: str)

Type text into element at index

press_key(keycode: int)

Press device key (HOME=3, BACK=4, ENTER=66, DELETE=67)

tap_by_index(index: int)

Tap UI element at the specified index

start_app(package: str, activity: str = "")

Launch app by package name

list_packages(include_system: bool = False)

Get list of installed packages

remember(information: str)

Store information in memory

complete(success: bool, reason: str)

Mark task as complete with status

Note

Only DEFAULT persona tools are available. Functions like get_state(), take_screenshot(), back(), tap_by_description() are NOT in this persona and will cause errors if used.