TapKit integrates with Lux, the computer-use model from OpenAGI Foundation, enabling AI agents to control iPhones through visual understanding and action execution. The integration provides drop-in replacements for the standard OAGI SDK components:Documentation Index
Fetch the complete documentation index at: https://docs.tapkit.ai/llms.txt
Use this file to discover all available pages before exploring further.
- TapKitAsyncActionHandler - Replaces
AsyncPyautoguiActionHandlerto execute actions on the phone - TapKitAsyncImageProvider - Replaces
AsyncScreenshotMakerto capture phone screenshots
Installation
Quick Start
Supported Actions
The TapKit action handler supports the following Lux action types:| Action | Phone Behavior |
|---|---|
CLICK | Tap at coordinates |
LEFT_DOUBLE | Double tap |
RIGHT_SINGLE | Long press (2 second hold) |
DRAG | Drag from one point to another |
TYPE | Type text |
SCROLL | Flick in a direction |
WAIT | Pause for 3 seconds |
FINISH | Reset handler state |
CALL_USER | Request user intervention |