Overview of Mobilerun SDK Core Components
mainThe Mobilerun SDK provides APIs for building mobile automation workflows using AI agents. The core architecture consists of the following components:
- MobileAgent: The main agent coordinator responsible for multi-agent orchestration.
- AndroidDriver: An Android device driver that operates via ADB.
- IOSDriver: A driver for iOS device automation.
- DeviceDriver Base: The foundational layer containing the
Base class,StateProvider,UIState,ActionContext, andToolRegistry.