-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Add Docker Container Support #1422
Comments
Hey @zapgroupdev, I am trying to understand your requirements more here. Do you mean you want the ability to run the cookbook examples in docker containers? |
Autogen has this method called DockefCommandLineExecutor that works with a
programming agent to run code developed in a docker container to avoid
local runs and mitigate risk of malicious code. Current impediment of
Phidata’s Python tooling and agent is local runs. I’d like the ability to
run the code in a docker container so I can deploy my current program. Does
that help clarify?
…On Mon, Nov 11, 2024 at 2:19 AM Manthan Gupta ***@***.***> wrote:
Hey @zapgroupdev <https://github.com/zapgroupdev>, I am trying to
understand your requirements more here. Do you mean you want the ability to
run the cookbook examples in docker containers?
—
Reply to this email directly, view it on GitHub
<#1422 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BG6HHDI4SEIOT7XZXTTVPFL2ABLAJAVCNFSM6AAAAABRQZONT6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINRXGQYDONRVGU>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
So for example I'd have PythonAgent output code developed and in a conversation pass it to DockerExecutor which builds a container based on an app image to run the code and return the output. Even adding it as a tool to the PythonAgent would be nice. |
@zapgroupdev so a docker tool support should be good I guess? |
Similar to Autogen's DockerCommandLIneCodeExecutor to replace local code runs
The text was updated successfully, but these errors were encountered: