accept object message type in AgentBase.PublishEventAsync
Why is this needed?
AgentBase.PublishEventAsync requires the input message to be protobuf IMessage. If we can figure out a way to support object message type, we can make protobuf an optional config for in-memory use case.
What feature would you like to be added?
accept
object
message type inAgentBase.PublishEventAsync
Why is this needed?
AgentBase.PublishEventAsync
requires the input message to be protobufIMessage
. If we can figure out a way to supportobject
message type, we can make protobuf an optional config for in-memory use case.