mirror of
https://github.com/microsoft/autogen.git
synced 2025-08-20 06:31:54 +00:00

Changes to align the .NET code more with the python codebase. * rename *Worker to *Runtime * refactor shared runtime elements to AgentRuntimeBase * align runtime interface with python ## Why are these changes needed? Aligning the .NET with the python code and then we can evolve together from there. ## Related issue number Closes #5201