Merge pull request #3578 from xiaolai/fix/nlpm-agents-missing-frontmatter
docs(agents): add YAML frontmatter to AGENTS.md documentation files
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
---
|
||||
name: agents-directory
|
||||
description: Developer reference for all 11 Oh My OpenAgent agent definitions, factory patterns, tool restrictions, and model routing.
|
||||
---
|
||||
|
||||
# src/agents/ — 11 Agent Definitions
|
||||
|
||||
**Generated:** 2026-04-18
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
---
|
||||
name: hephaestus-agent
|
||||
description: Developer reference for the Hephaestus autonomous deep worker agent — model variants, key behaviors, and delegation patterns.
|
||||
---
|
||||
|
||||
# src/agents/hephaestus/ -- Autonomous Deep Worker
|
||||
|
||||
**Generated:** 2026-04-11
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
---
|
||||
name: prometheus-agent
|
||||
description: Developer reference for the Prometheus strategic planner agent — interview flow, plan output format, and key constraints.
|
||||
---
|
||||
|
||||
# src/agents/prometheus/ -- Strategic Planner
|
||||
|
||||
**Generated:** 2026-04-11
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
---
|
||||
name: sisyphus-variants
|
||||
description: Developer reference for Sisyphus orchestrator model-specific prompt variants — selection logic and key exports.
|
||||
---
|
||||
|
||||
# src/agents/sisyphus/ -- Orchestrator Variants
|
||||
|
||||
**Generated:** 2026-04-11
|
||||
|
||||
Reference in New Issue
Block a user