Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions internal/agentkit/content/agents/background-worker.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
name: background-worker
description: Runs background tasks without MCP tool access.
mode: subagent
hidden: true
---

# Background Worker
Expand Down
1 change: 1 addition & 0 deletions internal/agentkit/content/agents/coordinator.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
name: coordinator
description: Orchestrates forge coordination and supervises worker agents.
mode: subagent
---

# Forge Coordinator
Expand Down
2 changes: 2 additions & 0 deletions internal/agentkit/content/agents/worker.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
name: worker
description: Executes a single subtask with file reservations and progress reporting.
mode: subagent
hidden: true
---

# Forge Worker
Expand Down
Loading