We would encourage the community to contribute in both action generation algorithms and new testing tasks.
We actively welcome your pull requests.
- Fork the repo and create your branch from
main
. - If you've added code that should be tested, add tests.
- If you've changed APIs, update the documentation.
- Make sure your code is well formatted by running
black .
.
Make a PR to add a new generator in action_generator/
.
- Follow the folder structure described in Tasks section in the Readme, with API definitions, test cases and optional demonstration examples parpared in the correspoding files and folder.
- Send an email to us with the link to download your prepared data.
- Prepare a PR to provide several exampels to the Readme. We will actively review your PR and merge them into main once the new tasks passes the check.
We use GitHub issues to track public bugs. Please ensure your description is clear and has sufficient instructions to be able to reproduce the issue.
By contributing to SambaNova ToolBench, you agree that your contributions will be licensed under the LICENSE file in the root directory of this source tree.