Boxuan Li c7dd443fa2 CoderAgent: Render summary prompt conditionally (#1461) hai 1 ano
..
_instructions 1e95fa435d Microagents and Delegation (#1238) hai 1 ano
coder c7dd443fa2 CoderAgent: Render summary prompt conditionally (#1461) hai 1 ano
manager 319b9ac0f3 Fix micro-agents schema bug (#1424) hai 1 ano
math_agent 319b9ac0f3 Fix micro-agents schema bug (#1424) hai 1 ano
postgres_agent 319b9ac0f3 Fix micro-agents schema bug (#1424) hai 1 ano
repo_explorer 319b9ac0f3 Fix micro-agents schema bug (#1424) hai 1 ano
study_repo_for_task 319b9ac0f3 Fix micro-agents schema bug (#1424) hai 1 ano
verifier 319b9ac0f3 Fix micro-agents schema bug (#1424) hai 1 ano
README.md c7dd443fa2 CoderAgent: Render summary prompt conditionally (#1461) hai 1 ano
agent.py 0c2ebfd6e1 Ruff: use I rule for isort (#1410) hai 1 ano
instructions.py 0c2ebfd6e1 Ruff: use I rule for isort (#1410) hai 1 ano
registry.py 0c2ebfd6e1 Ruff: use I rule for isort (#1410) hai 1 ano

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.