mirror of
https://github.com/droidrun/droidrun.git
synced 2026-05-23 07:40:37 +00:00
Remove v3, v4, and v5 directories. Move latest (v5) docs to docs root. Update docs.json navigation to use flat tabs instead of versioned layout. Fix all internal links to use unversioned paths.
52 lines
2.0 KiB
Plaintext
52 lines
2.0 KiB
Plaintext
---
|
|
title: 'Overview'
|
|
description: 'Droidrun is a powerful framework that enables you to control Android and iOS devices through intelligent LLM agents. Build sophisticated mobile automation workflows with natural language commands.'
|
|
---
|
|
|
|
<CardGroup cols={2}>
|
|
<Card title="Quickstart" icon="rocket" href="/quickstart">
|
|
Get up and running with Droidrun in minutes
|
|
</Card>
|
|
<Card title="Guides" icon="code" href="/guides/overview">
|
|
View Templates for example Use Cases
|
|
</Card>
|
|
<Card title="Agent Architecture" icon="bot" href="/concepts/architecture">
|
|
Understand the hierarchical agent system
|
|
</Card>
|
|
<Card title="SDK Reference" icon="book" href="/sdk/reference">
|
|
Explore the complete API documentation
|
|
</Card>
|
|
</CardGroup>
|
|
|
|
## Core Features
|
|
|
|
Learn about the powerful features that make Droidrun a comprehensive mobile automation framework. These capabilities enable you to build sophisticated, production-ready automation workflows.
|
|
|
|
<CardGroup cols={2}>
|
|
<Card title="Structured Output" icon="table" href="/features/structured-output">
|
|
Extract typed data with Pydantic
|
|
</Card>
|
|
<Card title="Credential Management" icon="shield-check" href="/features/credentials">
|
|
Store and manage API keys securely
|
|
</Card>
|
|
<Card title="App Cards" icon="id-card" href="/features/app-cards">
|
|
Provide app-specific guidance
|
|
</Card>
|
|
<Card title="Custom Tools" icon="wrench" href="/features/custom-tools">
|
|
Extend capabilities with custom functions
|
|
</Card>
|
|
</CardGroup>
|
|
|
|
|
|
## Runtime
|
|
|
|
Choose your preferred environment for running Droidrun automations, from local physical devices to cloud-based solutions.
|
|
|
|
<CardGroup cols={2}>
|
|
<Card icon="smartphone" title="Physical Device" href="/guides/device-setup" arrow>
|
|
- Connect your own physical Android device for direct automation
|
|
</Card>
|
|
<Card icon="cloud" title="Cloud Environment" href="https://cloud.droidrun.ai">
|
|
- Access our managed cloud environment for instant mobile app automation without any setup.
|
|
</Card>
|
|
</CardGroup> |