mirror of
https://github.com/All-Hands-AI/OpenHands.git
synced 2026-04-29 03:00:45 -04:00
* Fix micro agents definitions
* Add tests for micro agents
* Add to CI
* Revert "Add to CI"
This reverts commit 94f3b4e7c8.
* Remove test artifacts for ManagerAgent
---------
Co-authored-by: Engel Nyst <enyst@users.noreply.github.com>
8 lines
171 B
YAML
8 lines
171 B
YAML
name: VerifierAgent
|
|
description: Given a particular task, verifies that the task has been completed
|
|
inputs:
|
|
task: string
|
|
outputs:
|
|
completed: boolean
|
|
summary: string
|