We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36542af commit 409faeeCopy full SHA for 409faee
1 file changed
README.md
@@ -36,6 +36,13 @@
36
<a href="#-roadmap">Roadmap</a>
37
</p>
38
39
+<p align="center">
40
+ <strong>Start Here:</strong>
41
+ <a href="docs/tutorial_en.md">English Guide</a>
42
+ ·
43
+ <a href="docs/tutorial_zh.md">中文教程</a>
44
+</p>
45
+
46
<p align="center">
47
<img src="assets/examples/example_fig6_two_layer.png" alt="AutoR example figure" width="92%" />
48
@@ -47,6 +54,9 @@
54
> It is a structured research harness over a coding agent execution layer:
55
> **AI handles execution, humans own the direction, and every run becomes an inspectable research artifact on disk.**
49
56
57
+> New users should start with the step-by-step guides:
58
+> [English Guide](docs/tutorial_en.md) or [中文教程](docs/tutorial_zh.md).
59
50
60
## Overview
51
61
52
62
Most autoresearch systems optimize for autonomy.
0 commit comments