We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd82f55 commit e7e1b05Copy full SHA for e7e1b05
1 file changed
docs/examples/README.md
@@ -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