-
Notifications
You must be signed in to change notification settings - Fork 87
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
Code execution tool #137
Comments
great idea! |
+1 |
Perhaps one using @e2b-dev ? |
Reopening for tracking. @sahanxdissanayake please unsubscribe if you don't want to follow. @mattapperson yes - e2b is one of the options. Ideally there would be multiple tools that could be extensions. In core, I'd only implement a JS execution tool - and even for that I'm not sure if it should be in core bc of security, reliability, prompts, etc. |
I agree with that thinking. Even just for package bloat. |
Tools are pretty easy (TM) to implement, at east from the ModelFusion interface side, see e.g. https://github.com/lgrammel/modelfusion/tree/main/extensions/google-custom-search-tool A naming convention would be nice. Maybe I need to write up more on how to create and publish a custom tool to make it easier. |
Hi there,
Is it possible to build something similar to PythonREPLTool() (Langchain) to JS/Nodejs ecosystem?
The text was updated successfully, but these errors were encountered: