Please ensure your code is formatted correctly using pre-commit
We strongly recommend your git commit follows the format below
git commit -m <type>: <subject>
feat |
Add new features |
fix |
Fix bugs |
docs |
Modify documents like README, CONTRIBUTE |
style |
Modify code format like space and comma without changing code logic |
refactor |
Refactor code structure without adding new features or fixing new bugs |
perf |
Improve performance or user experience |
test |
Test features, including unit test and integration test |
chore |
Change the build procedure or add dependencies |
revert |
Revert to the previous version |
- Write a title and describe your changes in the description. And it is recommended to select the label of the change to make it more clear.
The inspiration for the hierarchical multi-agent idea came up when Danni was working with Zhaolong Zhong ([email protected]) on another project called mini-agent.