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: microagents/README.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ When OpenHands works with a repository, it:
51
51
52
52
## Types of MicroAgents
53
53
54
-
All microagents use markdown files with YAML frontmatter.
54
+
Most microagents use markdown files with YAML frontmatter. For repository agents (repo.md), the frontmatter is optional - if not provided, the file will be loaded with default settings as a repository agent.
55
55
56
56
57
57
### 1. Knowledge Agents
@@ -147,6 +147,7 @@ You can see an example of a task-based agent in [OpenHands's pull request updati
147
147
- Specify testing and build procedures
148
148
- List environment requirements
149
149
- Maintain up-to-date team practices
150
+
- YAML frontmatter is optional - files without frontmatter will be loaded with default settings
0 commit comments