You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/index.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,29 +15,29 @@ This allows leveraging existing execution environments and reporting systems, pr
15
15
AI-driven tests at scale.
16
16
17
17
Because Trailblaze uses [Maestro](https://github.com/mobile-dev-inc/maestro) Command Models for UI interactions it
18
-
enables a [Longer Term Vision](#Longer-Term-Vision) of cross-platform ui testing while reusing the same authoring, agent
18
+
enables a [Longer Term Vision](roadmap.md#longer-term-vision) of cross-platform ui testing while reusing the same authoring, agent
19
19
and reporting capabilities.
20
20
21
21
### Core Features
22
22
23
23
-**AI-Powered Testing**: More resilient tests using natural language test steps
24
24
-**On-Device Execution**: Runs directly on Android devices using standard instrumentation tests (Espresso, UiAutomator)
25
-
-**[Custom Agent Tools](#Custom-Tools)**: Extend functionality by providing app-specific `TrailblazeTool`s to the agent
26
-
-**[Detailed Reporting](#Log-Server)**: Comprehensive test execution reports
25
+
-**[Custom Agent Tools](architecture.md#custom-tools)**: Extend functionality by providing app-specific `TrailblazeTool`s to the agent
26
+
-**[Detailed Reporting](logging.md)**: Comprehensive test execution reports
27
27
-**Maestro Integration**: Uses a custom on-device driver for Maestro to leverage intuitive, platform-agnostic UI interactions
28
28
29
29
### Multi-Agent V3 Features
30
30
31
31
Trailblaze implements cutting-edge features from [Mobile-Agent-v3](https://arxiv.org/abs/2508.15144) research:
32
32
33
-
-**[Exception Handling](mobile-agent-v3-features.md#phase-1-exception-handling)**: Automatically handles popups, ads, loading states, and errors
34
-
-**[Reflection & Self-Correction](mobile-agent-v3-features.md#phase-2-reflection--self-correction)**: Detects stuck states and loops, backtracks when needed
35
-
-**[Task Decomposition](mobile-agent-v3-features.md#phase-3-task-decomposition)**: Breaks complex objectives into manageable subtasks
36
-
-**[Cross-App Memory](mobile-agent-v3-features.md#phase-4-cross-app-memory)**: Remembers information across app switches for complex workflows
37
-
-**[Enhanced Recording](mobile-agent-v3-features.md#phase-5-enhanced-recording)**: Captures pre/post conditions for more robust replay
38
-
-**[Progress Reporting](mobile-agent-v3-features.md#phase-6-progress-reporting)**: Real-time MCP progress events for IDE integrations
33
+
-**Exception Handling**: Automatically handles popups, ads, loading states, and errors
34
+
-**Reflection & Self-Correction**: Detects stuck states and loops, backtracks when needed
35
+
-**Task Decomposition**: Breaks complex objectives into manageable subtasks
36
+
-**Cross-App Memory**: Remembers information across app switches for complex workflows
37
+
-**Enhanced Recording**: Captures pre/post conditions for more robust replay
38
+
-**Progress Reporting**: Real-time MCP progress events for IDE integrations
39
39
40
-
See the [Mobile-Agent-v3 Features Guide](mobile-agent-v3-features.md)for detailed usage examples and configuration.
40
+
See the [Architecture](architecture.md#multi-agent-v3-architecture) page for details.
0 commit comments