-
Notifications
You must be signed in to change notification settings - Fork 65
docs: Notebook/tool selection #259
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
docs: Notebook/tool selection #259
Conversation
Merge ProtectionsYour pull request matches the following merge protections and will not be merged until they are valid. 🟢 Enforce conventional commitWonderful, this rule succeeded.Make sure that we follow https://www.conventionalcommits.org/en/v1.0.0/
|
nrfulton
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One small change to dependency management. Otherwise LGTM. Thanks for the contribution!
Please also re-run the notebook to ensure that recent changes on main didn't break anything.
| "colab": { | ||
| "gpuType": "T4", | ||
| "provenance": [] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
| }, | ||
| "outputs": [], | ||
| "source": [ | ||
| "!git clone https://github.com/generative-computing/mellea-contribs.git" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change this to uv pip install mellea-contribs. We will start co-releasing this library with mellea imminently. If you need me to cut a release in the meantime please let me know and I will.
Added Jupyter notebook which runs on Colab and shows a simple example of Tooling selection using Top-K and Double Round Robin
Provided by Mellea Team for Agents