mirror of
https://github.com/microsoft/autogen.git
synced 2025-10-01 19:16:50 +00:00

* Added Runtime Factory to support multiple implementations * Rename to ComponentEnsemble to ZMQRuntime * rename zmq_runtime * rename zmq_runtime * pre-commit fixes * pre-commit fix * pre-commit fixes and default runtime * pre-commit fixes * Rename constants * Rename Constants --------- Co-authored-by: Li Jiang <bnujli@gmail.com>
4 lines
107 B
Python
4 lines
107 B
Python
Termination_Topic: str = "Termination"
|
|
Directory_Svc_Topic: str = "Directory_Svc"
|
|
ZMQ_Runtime: str = "ZMQ"
|