docs: Notebook/tool selection#259
docs: Notebook/tool selection#259sasthan wants to merge 11 commits intogenerative-computing:mainfrom
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.
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": [] |
| }, | ||
| "outputs": [], | ||
| "source": [ | ||
| "!git clone https://github.com/generative-computing/mellea-contribs.git" |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
9cfa761 - Updates mellea-contribs installation with uv pip install mellea-contribs
The Notebook runs successfully in Google Colab with latest mellea release when installing mellea-contribs from the repo:
uv pip install git+https://github.com/generative-computing/mellea-contribs.git
@nrfulton - this depends on a new mellea-contribs release in PyPI to install dependencies correctly.
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