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>
7 lines
183 B
YAML
7 lines
183 B
YAML
name: CoderAgent
|
|
description: Given a particular task, and a detailed description of the codebase, accomplishes the task
|
|
inputs:
|
|
task: string
|
|
codebase_summary: string
|
|
outputs: {}
|