Skip to content

Commit e7e1b05

Browse files
committed
docs: add examples index
1 parent cd82f55 commit e7e1b05

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

docs/examples/README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Examples
2+
3+
Examples show how AI-OS is used in practical work.
4+
5+
## Example catalog
6+
7+
- Continuous improvement task: `examples/continuous-improvement-task.md`
8+
- Wiki sync evaluation: `evals/wiki-sync.md`
9+
- Project context template: `templates/complete-project-context.md`
10+
- Agent instruction template: `templates/agent-instructions-template.md`
11+
12+
## Example loop
13+
14+
```mermaid
15+
flowchart TD
16+
A[Choose scenario] --> B[Open matching loop]
17+
B --> C[Copy prompt]
18+
C --> D[Run task]
19+
D --> E[Record evidence]
20+
```

0 commit comments

Comments
 (0)