Engel Nyst 98adbf54ec Small refactoring (#1614) 1 năm trước cách đây
..
_instructions 4a72e83938 fix: AgentThinkAction deleted caused bug. (#1662) 1 năm trước cách đây
coder 4a72e83938 fix: AgentThinkAction deleted caused bug. (#1662) 1 năm trước cách đây
commit_writer af5bdf67aa Add AgentRejectAction across multiple modules (#1615) 1 năm trước cách đây
manager 319b9ac0f3 Fix micro-agents schema bug (#1424) 1 năm trước cách đây
math_agent af5bdf67aa Add AgentRejectAction across multiple modules (#1615) 1 năm trước cách đây
postgres_agent 4a72e83938 fix: AgentThinkAction deleted caused bug. (#1662) 1 năm trước cách đây
repo_explorer 4a72e83938 fix: AgentThinkAction deleted caused bug. (#1662) 1 năm trước cách đây
study_repo_for_task 4a72e83938 fix: AgentThinkAction deleted caused bug. (#1662) 1 năm trước cách đây
typo_fixer_agent 4a72e83938 fix: AgentThinkAction deleted caused bug. (#1662) 1 năm trước cách đây
verifier 4a72e83938 fix: AgentThinkAction deleted caused bug. (#1662) 1 năm trước cách đây
README.md c7dd443fa2 CoderAgent: Render summary prompt conditionally (#1461) 1 năm trước cách đây
agent.py 98adbf54ec Small refactoring (#1614) 1 năm trước cách đây
instructions.py f8d4b1ab0d Use generic types (#1680) 1 năm trước cách đây
registry.py 0c2ebfd6e1 Ruff: use I rule for isort (#1410) 1 năm trước cách đây

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.