Skip to content
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

[FEATURE] Support for Code Interpreter Tool like E2B so that we can run any Python Code using Interpreter tool once code generated by LLM #2493

Closed
ramda1234786 opened this issue Jun 3, 2024 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@ramda1234786
Copy link

Is your feature request related to a problem?
With Agents not able to run code generated by LLM.
Just like we have Tools for Index, Mapping, VectorDB, RAG, we can also have it for Code Interpreter Tool.

One example is here
https://github.com/e2b-dev/code-interpreter

What solution would you like?
Once the LLM Generated the Code, we should be run them. To start with Python Language
Should be able to Run the Code also when passing the code to the Agentic Workflow

What alternatives have you considered?
Using some other Agentic Tool like LlamaIndex with OpenSearch Vector Index, but this does not sound to be good solution

Do you have any additional context?
With this code interpreter we should be able to check the code response live by running them with the Agent Itself

@ylwu-amzn
Copy link
Collaborator

ylwu-amzn commented Jun 4, 2024

We are building a connector tool which allows Agent to call external service(#2497). If this Code Interpreter has REST API (or you can simply wrap it into a REST API), then you can use the connector tool to call external service.

@ylwu-amzn ylwu-amzn moved this to On-deck in ml-commons projects Jun 4, 2024
@ramda1234786
Copy link
Author

okay great. Thanks

@ylwu-amzn
Copy link
Collaborator

@ramda1234786 I will close this one as we are going to build Connector Tool (#2497) which can support this. Feel free to open if you think it's going to be a different feature.

@github-project-automation github-project-automation bot moved this from On-deck to Done in ml-commons projects Jun 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

No branches or pull requests

3 participants