Boxuan Li b845a38169 Small improvements & fixes to SWE-Bench (#1874) 1 年之前
..
_instructions bf14b47890 feat: make other agents support asking user input in MessageAction. (#1777) 1 年之前
coder 76abca361c feat: simplify state.history with to_memory call in micro-agent. Or the call to LLM may exceed the token limit. (#1806) 1 年之前
commit_writer 76abca361c feat: simplify state.history with to_memory call in micro-agent. Or the call to LLM may exceed the token limit. (#1806) 1 年之前
manager 76abca361c feat: simplify state.history with to_memory call in micro-agent. Or the call to LLM may exceed the token limit. (#1806) 1 年之前
math_agent 76abca361c feat: simplify state.history with to_memory call in micro-agent. Or the call to LLM may exceed the token limit. (#1806) 1 年之前
postgres_agent 76abca361c feat: simplify state.history with to_memory call in micro-agent. Or the call to LLM may exceed the token limit. (#1806) 1 年之前
repo_explorer 76abca361c feat: simplify state.history with to_memory call in micro-agent. Or the call to LLM may exceed the token limit. (#1806) 1 年之前
study_repo_for_task 76abca361c feat: simplify state.history with to_memory call in micro-agent. Or the call to LLM may exceed the token limit. (#1806) 1 年之前
typo_fixer_agent 76abca361c feat: simplify state.history with to_memory call in micro-agent. Or the call to LLM may exceed the token limit. (#1806) 1 年之前
verifier 76abca361c feat: simplify state.history with to_memory call in micro-agent. Or the call to LLM may exceed the token limit. (#1806) 1 年之前
README.md c7dd443fa2 CoderAgent: Render summary prompt conditionally (#1461) 1 年之前
agent.py b845a38169 Small improvements & fixes to SWE-Bench (#1874) 1 年之前
instructions.py f8d4b1ab0d Use generic types (#1680) 1 年之前
registry.py 0c2ebfd6e1 Ruff: use I rule for isort (#1410) 1 年之前

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.