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/src/content/docs/reference/markdown.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,20 @@ sidebar:
7
7
8
8
The markdown content is where you write natural language instructions for the AI agent.
9
9
10
+
For example:
11
+
12
+
```aw wrap
13
+
---
14
+
...frontmatter...
15
+
---
16
+
17
+
# Issue Triage
18
+
19
+
Read the issue #${{ github.event.issue.number }}. Add a comment to the issue listing useful resources and links.
20
+
```
21
+
22
+
The markdown is the most important part of your agentic workflow, and should describe its intended operation.
23
+
10
24
## Writing Good Agentic Markdown
11
25
12
26
Effective agentic markdown combines clear instructions, contextual information, and structured guidance to help AI agents perform tasks accurately and consistently.
0 commit comments