microsoft / autogen

A programming framework for agentic AI. Discord: https://aka.ms/autogen-dc. Roadmap: https://aka.ms/autogen-roadmap
https://microsoft.github.io/autogen/
Creative Commons Attribution 4.0 International
28.04k stars 4.09k forks source link

[Feature Request]: Kubernetes Code Execution #2967

Open Nold360 opened 2 weeks ago

Nold360 commented 2 weeks ago

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

I'm running my workloads on K8s, so no docker. Docker in Docker is also not a real solution, idk if i can even use (rootless) podman for this.

Describe the solution you'd like

It would be great if autogen could directly utilize the k8s api to spawn code execution environments.

Additional context

No response