Overview
The Droidrun SDK provides a comprehensive set of APIs for building mobile automation workflows with AI agents. This reference documentation covers all major components and tools.Core Components
DroidAgent
Main agent coordinator with multi-agent orchestration
AndroidDriver
Android device driver via ADB
IOSDriver
iOS device driver and automation
DeviceDriver Base
Base class, StateProvider, UIState, ActionContext, and ToolRegistry
Configuration
Configuration API
DroidrunConfig API and YAML configuration reference
API Documentation
Detailed API documentation for each component is available in the sections linked above. Each page includes:- Class/function signatures
- Parameter descriptions
- Return types
- Usage examples
- Best practices

