|
|
преди 1 година | |
|---|---|---|
| .. | ||
| _instructions | преди 1 година | |
| coder | преди 1 година | |
| commit_writer | преди 1 година | |
| manager | преди 1 година | |
| math_agent | преди 1 година | |
| postgres_agent | преди 1 година | |
| repo_explorer | преди 1 година | |
| study_repo_for_task | преди 1 година | |
| typo_fixer_agent | преди 1 година | |
| verifier | преди 1 година | |
| README.md | преди 1 година | |
| agent.py | преди 1 година | |
| instructions.py | преди 1 година | |
| registry.py | преди 1 година | |
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.