mirror of
https://github.com/All-Hands-AI/OpenHands.git
synced 2026-01-09 14:57:59 -05:00
9 lines
209 B
YAML
9 lines
209 B
YAML
name: ManagerAgent
|
|
description: Delegates tasks to microagents based on their area of expertise
|
|
generates: Action
|
|
inputs:
|
|
task: string
|
|
outputs:
|
|
summary: string # if finished
|
|
reason: string # if rejected
|