Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 24 additions & 5 deletions proto/ax.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion proto/ax.proto
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,9 @@ service AgentService {
message HarnessMessage {
// TODO(jbd): This is a placeholder message
// and will be replaced with the actual protocol.
repeated Message messages = 1;
string harness_id = 1; // The unique identifier of the harness.
bytes harness_config = 2; // The configuration for the harness.
repeated Message messages = 3; // The input/output messages.
}

service HarnessService {
Expand Down
24 changes: 12 additions & 12 deletions proto/ax_grpc.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion proto/content.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading