mirror of
https://github.com/microsoft/autogen.git
synced 2026-04-20 03:02:16 -04:00
9 lines
150 B
Protocol Buffer
9 lines
150 B
Protocol Buffer
syntax = "proto3";
|
|
package agents;
|
|
|
|
option csharp_namespace = "Microsoft.AutoGen.Agents.Worker.Client";
|
|
|
|
message AgentState {
|
|
string message = 1;
|
|
}
|