mirror of
https://github.com/OpenHands/OpenHands.git
synced 2025-12-26 05:48:36 +08:00
* Fix micro agents definitions * Add tests for micro agents * Add to CI * Revert "Add to CI" This reverts commit 94f3b4e7c8408a1b0267f3847cbaefdcd995db05. * Remove test artifacts for ManagerAgent --------- Co-authored-by: Engel Nyst <enyst@users.noreply.github.com>
7 lines
149 B
YAML
7 lines
149 B
YAML
name: ManagerAgent
|
|
description: Delegates tasks to microagents based on their area of expertise
|
|
generates: Action
|
|
inputs:
|
|
task: string
|
|
outputs: {}
|