agent.yaml 171 B

1234567
  1. name: VerifierAgent
  2. description: Given a particular task, verifies that the task has been completed
  3. inputs:
  4. task: string
  5. outputs:
  6. completed: boolean
  7. summary: string