Alejandro Cuadron Lafuente bb416009c5 [Fix] Fixed the inputs to the ManagerAgent (#4427) hace 1 año
..
_instructions e6847e9e61 Move agenthub within openhands (#4130) hace 1 año
coder e6847e9e61 Move agenthub within openhands (#4130) hace 1 año
commit_writer e6847e9e61 Move agenthub within openhands (#4130) hace 1 año
manager bb416009c5 [Fix] Fixed the inputs to the ManagerAgent (#4427) hace 1 año
math_agent e6847e9e61 Move agenthub within openhands (#4130) hace 1 año
postgres_agent e6847e9e61 Move agenthub within openhands (#4130) hace 1 año
repo_explorer e6847e9e61 Move agenthub within openhands (#4130) hace 1 año
study_repo_for_task e6847e9e61 Move agenthub within openhands (#4130) hace 1 año
typo_fixer_agent e6847e9e61 Move agenthub within openhands (#4130) hace 1 año
verifier e6847e9e61 Move agenthub within openhands (#4130) hace 1 año
README.md e6847e9e61 Move agenthub within openhands (#4130) hace 1 año
agent.py e6847e9e61 Move agenthub within openhands (#4130) hace 1 año
instructions.py e6847e9e61 Move agenthub within openhands (#4130) hace 1 año
registry.py e6847e9e61 Move agenthub within openhands (#4130) hace 1 año

README.md

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.

Micro-agents can be used independently. You can also use ManagerAgent which knows how to coordinate the agents and collaboratively finish a task.