mirror of
https://github.com/OpenHands/OpenHands.git
synced 2025-12-26 05:48:36 +08:00
* CoderAgent: Render repo summary conditionally * Add unittests --------- Co-authored-by: Robert Brennan <accounts@rbren.io>
357 B
357 B
Introduction
This package contains definitions of micro-agents. A micro-agent is defined in the following structure:
[AgentName]
├── agent.yaml
└── prompt.md
Note that prompt.md could use jinja2 template syntax. During runtime, prompt.md
is loaded and rendered, and used together with agent.yaml to initialize a
micro-agent.