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
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: {}
|