camel
camel copied to clipboard
[Feature Request] Code Interpreter optimize
Required prerequisites
- [x] I have searched the Issue Tracker and Discussions that this hasn't already been reported. (+1 or comment there if it has.)
- [ ] Consider asking first in a Discussion.
Motivation
- support dynamic dependency loading (when the code require some dependency, can install it automaticlly)
- support more coding languages
Solution
No response
Alternatives
No response
Additional context
No response
@Wendong-Fan is this subprocesses?
The current terminal toolkit should be able to do this?
hey @GitHoobar , it's for ALL code interpreters if it's doable @fengju0213 terminal toolkit could make it, but it's just using subprocess I think, user still have the requirement when they using other types of code interpreters like docker, ipython and so on
code could reused: https://github.com/camel-ai/camel/blob/master/camel/verifiers/python_verifier.py#L64