Skip to content

Commit 0e42685

Browse files
fix: index of docs in overivew to align with filenames
1 parent b7d06af commit 0e42685

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -112,18 +112,18 @@ with ComputerAgent() as agent:
112112

113113
Ready to build your first agent? Check out our documentation:
114114

115-
1. **[Start Here](docs/00_overview.md)** - Overview and core concepts
116-
2. **[Setup](docs/01_setup.md)** - Installation and configuration
117-
3. **[Using Agents](docs/02_using_agents.md)** - Using the AskUI ComputerAgent and AndroidAgent
118-
4. **[System Prompts](docs/03_prompting.md)** - How to write effective instructions
119-
5. **[Using Models](docs/04_using_models.md)** - Using different models as backbone for act, get, and locate
120-
6. **[BYOM](docs/05_bring_your_own_model_provider.md)** - use your own model cloud by plugging in your own model provider
121-
7. **[Caching](docs/06_caching.md)** - Optimize performance and costs
122-
8. **[Tools](docs/07_tools.md)** - Extend agent capabilities
123-
9. **[Reporting](docs/08_reporting.md)** - Obtain agent logs as execution reports and summaries as test reports
124-
10. **[Observability](docs/09_observability_telemetry_tracing.md)** - Monitor and debug agents
125-
11. **[Extracting Data](docs/10_extracting_data.md)** - Extracting structured data from screenshots and files
126-
12. **[Callbacks](docs/11_callbacks.md)** - Inject custom logic into the control loop
115+
0. **[Start Here](docs/00_overview.md)** - Overview and core concepts
116+
1. **[Setup](docs/01_setup.md)** - Installation and configuration
117+
2. **[Using Agents](docs/02_using_agents.md)** - Using the AskUI ComputerAgent and AndroidAgent
118+
3. **[System Prompts](docs/03_prompting.md)** - How to write effective instructions
119+
4. **[Using Models](docs/04_using_models.md)** - Using different models as backbone for act, get, and locate
120+
5. **[BYOM](docs/05_bring_your_own_model_provider.md)** - use your own model cloud by plugging in your own model provider
121+
6. **[Caching](docs/06_caching.md)** - Optimize performance and costs
122+
7. **[Tools](docs/07_tools.md)** - Extend agent capabilities
123+
8. **[Reporting](docs/08_reporting.md)** - Obtain agent logs as execution reports and summaries as test reports
124+
9. **[Observability](docs/09_observability_telemetry_tracing.md)** - Monitor and debug agents
125+
10. **[Extracting Data](docs/10_extracting_data.md)** - Extracting structured data from screenshots and files
126+
11. **[Callbacks](docs/11_callbacks.md)** - Inject custom logic into the control loop
127127

128128
**Official documentation:** [docs.askui.com](https://docs.askui.com)
129129

0 commit comments

Comments
 (0)