autogenhub / autogen

A programming framework for agentic AI. Discord: https://discord.gg/pAbnFJrkgZ
https://autogenhub.github.io/autogen/
Apache License 2.0
119 stars 23 forks source link

[Feature Request]: KubernetesPodCodeExecutor #49

Open r4881t opened 1 month ago

r4881t commented 1 month ago

Is your feature request related to a problem? Please describe.

In many production apps, people use kubernetes to deploy and run their apps. I would like an option where the kubernetes pods can be used for execution.

Describe the solution you'd like

Very similar to DockerCommandLineCodeExecutor, have a class called KubernetesCommandLineCodeExecutor which has same API and can be used in a kubernetes environment.

Additional context

No response