Files
autogen/protos/agent_states.proto
Ryan Sweet a72ebaef90 Rysweet 531 dotnet create hello agent continued (#606)
fixing base agent classes for io
2024-09-23 17:50:18 +00:00

9 lines
150 B
Protocol Buffer

syntax = "proto3";
package agents;
option csharp_namespace = "Microsoft.AutoGen.Agents.Worker.Client";
message AgentState {
string message = 1;
}