mirror of
https://github.com/microsoft/autogen.git
synced 2026-01-08 13:10:03 +00:00
Remove unused code, refactor AgentBase and AgentWorker/Runtime to use interfaces throughout to enable future implementation of alternate runtimes and separation of the gprpc service from Agent Base (for future in-memory version). Also adds the missing RegisterAgentResponse methods