first commit
This commit is contained in:
13
agent_dhal/agentdhal_extensions/runtimes/grpc/_constants.py
Normal file
13
agent_dhal/agentdhal_extensions/runtimes/grpc/_constants.py
Normal file
@@ -0,0 +1,13 @@
|
||||
GRPC_IMPORT_ERROR_STR = (
|
||||
"Distributed runtime features require additional dependencies. Install them with: pip install autogen-core[grpc]"
|
||||
)
|
||||
|
||||
DATA_CONTENT_TYPE_ATTR = "datacontenttype"
|
||||
DATA_SCHEMA_ATTR = "dataschema"
|
||||
AGENT_SENDER_TYPE_ATTR = "agagentsendertype"
|
||||
AGENT_SENDER_KEY_ATTR = "agagentsenderkey"
|
||||
MESSAGE_KIND_ATTR = "agmsgkind"
|
||||
MESSAGE_KIND_VALUE_PUBLISH = "publish"
|
||||
MESSAGE_KIND_VALUE_RPC_REQUEST = "rpc_request"
|
||||
MESSAGE_KIND_VALUE_RPC_RESPONSE = "rpc_response"
|
||||
MESSAGE_KIND_VALUE_RPC_ERROR = "error"
|
||||
Reference in New Issue
Block a user