Replies: 4 comments 4 replies
-
|
@jupyter-ai-contrib/decision-makers |
Beta Was this translation helpful? Give feedback.
-
|
Would it be possible to eventually unify our tools & MCP servers under a single repo? I'm already getting lost between We can build these repos separately for now & plan to unify them later in a separate proposal. Just want to make sure we're all thinking of a unified outcome in the long-term. |
Beta Was this translation helpful? Give feedback.
-
|
NVM, Jeremy & Brian's replies make sense. cc @jtpio @ellisonbg |
Beta Was this translation helpful? Give feedback.
-
|
Given the goals of jupyter-ai-contrib to create modular building blocks, I think some level of "separate repo/package" makes sense. However, I do think we should aim to have one package for each such building block. So, for right now, both both have tools in jupyternaut and in some of the above repos - we should definitely unify those. Question: what is the difference between Another question/idea: do we want to name our repos that have actual tool implementations using the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
https://github.com/jtpio/jupyterlab-ai-commands defines a couple of extra "agents friendly" JupyterLab commands for working with the files and notebooks, since they work on the
sharedModeldirectly.For now the current commands are limited to file and notebook operations, but the idea would be to add more commands to that repo to enable more functionalities to agents.
Currently
jupyterlab-ai-commandsis useful for fully browser-based AI workflows, such as https://github.com/jupyterlite/ai.But the current state of
jupyterlab-ai-commandscan also be combined with https://github.com/jupyter-ai-contrib/jupyter-server-mcp and https://github.com/jupyter-ai-contrib/jupyterlab-commands-toolkit, to make agents like Claude Code are able to discover such commands and execute them.So it feels like this repo would belong to this org, as the JupyterLab / frontend equivalent of https://github.com/jupyter-ai-contrib/jupyter-ai-tools.
Beta Was this translation helpful? Give feedback.
All reactions