mirror of
https://github.com/All-Hands-AI/OpenHands.git
synced 2026-01-10 07:18:10 -05:00
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
|