mirror of
https://github.com/microsoft/autogen.git
synced 2025-11-01 18:29:49 +00:00
* refactor renaming agent base * 1st draft * 1st draft * format * rename the tsts * move IagentWorker * 1st draft * format * gen-proto * run gen-proto-samples * format * merge problem format
9 lines
139 B
Protocol Buffer
9 lines
139 B
Protocol Buffer
syntax = "proto3";
|
|
package agents;
|
|
|
|
option csharp_namespace = "Microsoft.AutoGen.Contracts";
|
|
|
|
message AgentState {
|
|
string message = 1;
|
|
}
|