Boxuan Li 9b371b1b5f Refactor agent delegation and tweak micro agents (#1910) 1 year ago
..
_instructions 9b371b1b5f Refactor agent delegation and tweak micro agents (#1910) 1 year ago
coder 9b371b1b5f Refactor agent delegation and tweak micro agents (#1910) 1 year ago
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 year ago
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 year ago
math_agent 9b371b1b5f Refactor agent delegation and tweak micro agents (#1910) 1 year ago
postgres_agent 9b371b1b5f Refactor agent delegation and tweak micro agents (#1910) 1 year ago
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 year ago
study_repo_for_task 9b371b1b5f Refactor agent delegation and tweak micro agents (#1910) 1 year ago
typo_fixer_agent 9b371b1b5f Refactor agent delegation and tweak micro agents (#1910) 1 year ago
verifier 9b371b1b5f Refactor agent delegation and tweak micro agents (#1910) 1 year ago
README.md c7dd443fa2 CoderAgent: Render summary prompt conditionally (#1461) 1 year ago
agent.py 9b371b1b5f Refactor agent delegation and tweak micro agents (#1910) 1 year ago
instructions.py f8d4b1ab0d Use generic types (#1680) 1 year ago
registry.py 9b371b1b5f Refactor agent delegation and tweak micro agents (#1910) 1 year ago

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.