diff --git a/livekit/livekit_agent_simulation.pb.go b/livekit/livekit_agent_simulation.pb.go index 82dff485d..c6b2b7611 100644 --- a/livekit/livekit_agent_simulation.pb.go +++ b/livekit/livekit_agent_simulation.pb.go @@ -494,7 +494,9 @@ type Scenario struct { Tags map[string]string `protobuf:"bytes,4,rep,name=tags,proto3" json:"tags,omitempty" protobuf_key:"bytes,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"` // Arbitrary JSON-encoded object, surfaced to the agent under test as // SimulationContext userdata (e.g. inputs and benchmark target state). - Userdata string `protobuf:"bytes,5,opt,name=userdata,proto3" json:"userdata,omitempty"` + Userdata string `protobuf:"bytes,5,opt,name=userdata,proto3" json:"userdata,omitempty"` + Environment *Scenario_Environment `protobuf:"bytes,6,opt,name=environment,proto3" json:"environment,omitempty"` + Options *Scenario_Options `protobuf:"bytes,7,opt,name=options,proto3" json:"options,omitempty"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } @@ -564,6 +566,20 @@ func (x *Scenario) GetUserdata() string { return "" } +func (x *Scenario) GetEnvironment() *Scenario_Environment { + if x != nil { + return x.Environment + } + return nil +} + +func (x *Scenario) GetOptions() *Scenario_Options { + if x != nil { + return x.Options + } + return nil +} + // A named group of scenarios, mirroring a whole scenarios.yaml file. type ScenarioGroup struct { state protoimpl.MessageState `protogen:"open.v1"` @@ -2681,6 +2697,163 @@ func (*Scenario_CreateFromSession) Descriptor() ([]byte, []int) { return file_livekit_agent_simulation_proto_rawDescGZIP(), []int{2, 0} } +type Scenario_NoiseEvent struct { + state protoimpl.MessageState `protogen:"open.v1"` + Condition string `protobuf:"bytes,1,opt,name=condition,proto3" json:"condition,omitempty"` // natural language condition + Audio string `protobuf:"bytes,2,opt,name=audio,proto3" json:"audio,omitempty"` // car_honk, child_crying, ... + unknownFields protoimpl.UnknownFields + sizeCache protoimpl.SizeCache +} + +func (x *Scenario_NoiseEvent) Reset() { + *x = Scenario_NoiseEvent{} + mi := &file_livekit_agent_simulation_proto_msgTypes[33] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) +} + +func (x *Scenario_NoiseEvent) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*Scenario_NoiseEvent) ProtoMessage() {} + +func (x *Scenario_NoiseEvent) ProtoReflect() protoreflect.Message { + mi := &file_livekit_agent_simulation_proto_msgTypes[33] + if x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use Scenario_NoiseEvent.ProtoReflect.Descriptor instead. +func (*Scenario_NoiseEvent) Descriptor() ([]byte, []int) { + return file_livekit_agent_simulation_proto_rawDescGZIP(), []int{2, 1} +} + +func (x *Scenario_NoiseEvent) GetCondition() string { + if x != nil { + return x.Condition + } + return "" +} + +func (x *Scenario_NoiseEvent) GetAudio() string { + if x != nil { + return x.Audio + } + return "" +} + +type Scenario_Environment struct { + state protoimpl.MessageState `protogen:"open.v1"` + BackgroundNoise string `protobuf:"bytes,1,opt,name=background_noise,json=backgroundNoise,proto3" json:"background_noise,omitempty"` + NoiseEvents []*Scenario_NoiseEvent `protobuf:"bytes,2,rep,name=noise_events,json=noiseEvents,proto3" json:"noise_events,omitempty"` + AudioDegradations []string `protobuf:"bytes,3,rep,name=audio_degradations,json=audioDegradations,proto3" json:"audio_degradations,omitempty"` // audio_loss, low_bitrate, muffled_voice, far_speaker, echo + unknownFields protoimpl.UnknownFields + sizeCache protoimpl.SizeCache +} + +func (x *Scenario_Environment) Reset() { + *x = Scenario_Environment{} + mi := &file_livekit_agent_simulation_proto_msgTypes[34] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) +} + +func (x *Scenario_Environment) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*Scenario_Environment) ProtoMessage() {} + +func (x *Scenario_Environment) ProtoReflect() protoreflect.Message { + mi := &file_livekit_agent_simulation_proto_msgTypes[34] + if x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use Scenario_Environment.ProtoReflect.Descriptor instead. +func (*Scenario_Environment) Descriptor() ([]byte, []int) { + return file_livekit_agent_simulation_proto_rawDescGZIP(), []int{2, 2} +} + +func (x *Scenario_Environment) GetBackgroundNoise() string { + if x != nil { + return x.BackgroundNoise + } + return "" +} + +func (x *Scenario_Environment) GetNoiseEvents() []*Scenario_NoiseEvent { + if x != nil { + return x.NoiseEvents + } + return nil +} + +func (x *Scenario_Environment) GetAudioDegradations() []string { + if x != nil { + return x.AudioDegradations + } + return nil +} + +type Scenario_Options struct { + state protoimpl.MessageState `protogen:"open.v1"` + // The simulator backchannels the agent under test. + Backchannel bool `protobuf:"varint,1,opt,name=backchannel,proto3" json:"backchannel,omitempty"` + unknownFields protoimpl.UnknownFields + sizeCache protoimpl.SizeCache +} + +func (x *Scenario_Options) Reset() { + *x = Scenario_Options{} + mi := &file_livekit_agent_simulation_proto_msgTypes[35] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) +} + +func (x *Scenario_Options) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*Scenario_Options) ProtoMessage() {} + +func (x *Scenario_Options) ProtoReflect() protoreflect.Message { + mi := &file_livekit_agent_simulation_proto_msgTypes[35] + if x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use Scenario_Options.ProtoReflect.Descriptor instead. +func (*Scenario_Options) Descriptor() ([]byte, []int) { + return file_livekit_agent_simulation_proto_rawDescGZIP(), []int{2, 3} +} + +func (x *Scenario_Options) GetBackchannel() bool { + if x != nil { + return x.Backchannel + } + return false +} + type Scenario_CreateFromSession_Request struct { state protoimpl.MessageState `protogen:"open.v1"` ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"` @@ -2692,7 +2865,7 @@ type Scenario_CreateFromSession_Request struct { func (x *Scenario_CreateFromSession_Request) Reset() { *x = Scenario_CreateFromSession_Request{} - mi := &file_livekit_agent_simulation_proto_msgTypes[34] + mi := &file_livekit_agent_simulation_proto_msgTypes[37] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -2704,7 +2877,7 @@ func (x *Scenario_CreateFromSession_Request) String() string { func (*Scenario_CreateFromSession_Request) ProtoMessage() {} func (x *Scenario_CreateFromSession_Request) ProtoReflect() protoreflect.Message { - mi := &file_livekit_agent_simulation_proto_msgTypes[34] + mi := &file_livekit_agent_simulation_proto_msgTypes[37] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -2750,7 +2923,7 @@ type Scenario_CreateFromSession_Response struct { func (x *Scenario_CreateFromSession_Response) Reset() { *x = Scenario_CreateFromSession_Response{} - mi := &file_livekit_agent_simulation_proto_msgTypes[35] + mi := &file_livekit_agent_simulation_proto_msgTypes[38] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -2762,7 +2935,7 @@ func (x *Scenario_CreateFromSession_Response) String() string { func (*Scenario_CreateFromSession_Response) ProtoMessage() {} func (x *Scenario_CreateFromSession_Response) ProtoReflect() protoreflect.Message { - mi := &file_livekit_agent_simulation_proto_msgTypes[35] + mi := &file_livekit_agent_simulation_proto_msgTypes[38] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -3100,13 +3273,15 @@ const file_livekit_agent_simulation_proto_rawDesc = "" + "\x12STATUS_SUMMARIZING\x10\x03\x12\x14\n" + "\x10STATUS_COMPLETED\x10\x04\x12\x11\n" + "\rSTATUS_FAILED\x10\x05\x12\x14\n" + - "\x10STATUS_CANCELLED\x10\x06J\x04\b\b\x10\tR\asummary\"\xa5\x03\n" + + "\x10STATUS_CANCELLED\x10\x06J\x04\b\b\x10\tR\asummary\"\xb5\x06\n" + "\bScenario\x12\x14\n" + "\x05label\x18\x01 \x01(\tR\x05label\x12\"\n" + "\finstructions\x18\x02 \x01(\tR\finstructions\x12-\n" + "\x12agent_expectations\x18\x03 \x01(\tR\x11agentExpectations\x12/\n" + "\x04tags\x18\x04 \x03(\v2\x1b.livekit.Scenario.TagsEntryR\x04tags\x12\x1a\n" + - "\buserdata\x18\x05 \x01(\tR\buserdata\x1a\xa9\x01\n" + + "\buserdata\x18\x05 \x01(\tR\buserdata\x12?\n" + + "\venvironment\x18\x06 \x01(\v2\x1d.livekit.Scenario.EnvironmentR\venvironment\x123\n" + + "\aoptions\x18\a \x01(\v2\x19.livekit.Scenario.OptionsR\aoptions\x1a\xa9\x01\n" + "\x11CreateFromSession\x1aY\n" + "\aRequest\x12\x1d\n" + "\n" + @@ -3114,7 +3289,17 @@ const file_livekit_agent_simulation_proto_rawDesc = "" + "\aroom_id\x18\x02 \x01(\tR\x06roomId\x12\x16\n" + "\x06region\x18\x03 \x01(\tR\x06region\x1a9\n" + "\bResponse\x12-\n" + - "\bscenario\x18\x01 \x01(\v2\x11.livekit.ScenarioR\bscenario\x1a7\n" + + "\bscenario\x18\x01 \x01(\v2\x11.livekit.ScenarioR\bscenario\x1a@\n" + + "\n" + + "NoiseEvent\x12\x1c\n" + + "\tcondition\x18\x01 \x01(\tR\tcondition\x12\x14\n" + + "\x05audio\x18\x02 \x01(\tR\x05audio\x1a\xa8\x01\n" + + "\vEnvironment\x12)\n" + + "\x10background_noise\x18\x01 \x01(\tR\x0fbackgroundNoise\x12?\n" + + "\fnoise_events\x18\x02 \x03(\v2\x1c.livekit.Scenario.NoiseEventR\vnoiseEvents\x12-\n" + + "\x12audio_degradations\x18\x03 \x03(\tR\x11audioDegradations\x1a+\n" + + "\aOptions\x12 \n" + + "\vbackchannel\x18\x01 \x01(\bR\vbackchannel\x1a7\n" + "\tTagsEntry\x12\x10\n" + "\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n" + "\x05value\x18\x02 \x01(\tR\x05value:\x028\x01\"T\n" + @@ -3151,7 +3336,7 @@ func file_livekit_agent_simulation_proto_rawDescGZIP() []byte { } var file_livekit_agent_simulation_proto_enumTypes = make([]protoimpl.EnumInfo, 3) -var file_livekit_agent_simulation_proto_msgTypes = make([]protoimpl.MessageInfo, 36) +var file_livekit_agent_simulation_proto_msgTypes = make([]protoimpl.MessageInfo, 39) var file_livekit_agent_simulation_proto_goTypes = []any{ (SimulationMode)(0), // 0: livekit.SimulationMode (SimulationRun_Status)(0), // 1: livekit.SimulationRun.Status @@ -3189,73 +3374,79 @@ var file_livekit_agent_simulation_proto_goTypes = []any{ (*SimulationRun_Cancel_Request)(nil), // 33: livekit.SimulationRun.Cancel.Request (*SimulationRun_Cancel_Response)(nil), // 34: livekit.SimulationRun.Cancel.Response (*Scenario_CreateFromSession)(nil), // 35: livekit.Scenario.CreateFromSession - nil, // 36: livekit.Scenario.TagsEntry - (*Scenario_CreateFromSession_Request)(nil), // 37: livekit.Scenario.CreateFromSession.Request - (*Scenario_CreateFromSession_Response)(nil), // 38: livekit.Scenario.CreateFromSession.Response - (*timestamppb.Timestamp)(nil), // 39: google.protobuf.Timestamp - (*agent.ChatContext)(nil), // 40: livekit.agent.ChatContext - (agent.ChatRole)(0), // 41: livekit.agent.ChatRole - (*PresignedPostRequest)(nil), // 42: livekit.PresignedPostRequest - (*TokenPagination)(nil), // 43: livekit.TokenPagination + (*Scenario_NoiseEvent)(nil), // 36: livekit.Scenario.NoiseEvent + (*Scenario_Environment)(nil), // 37: livekit.Scenario.Environment + (*Scenario_Options)(nil), // 38: livekit.Scenario.Options + nil, // 39: livekit.Scenario.TagsEntry + (*Scenario_CreateFromSession_Request)(nil), // 40: livekit.Scenario.CreateFromSession.Request + (*Scenario_CreateFromSession_Response)(nil), // 41: livekit.Scenario.CreateFromSession.Response + (*timestamppb.Timestamp)(nil), // 42: google.protobuf.Timestamp + (*agent.ChatContext)(nil), // 43: livekit.agent.ChatContext + (agent.ChatRole)(0), // 44: livekit.agent.ChatRole + (*PresignedPostRequest)(nil), // 45: livekit.PresignedPostRequest + (*TokenPagination)(nil), // 46: livekit.TokenPagination } var file_livekit_agent_simulation_proto_depIdxs = []int32{ 9, // 0: livekit.SimulationRunSummary.issues:type_name -> livekit.SimulationRunSummary.Issue 8, // 1: livekit.SimulationRunSummary.chat_history:type_name -> livekit.SimulationRunSummary.ChatHistoryEntry 1, // 2: livekit.SimulationRun.status:type_name -> livekit.SimulationRun.Status - 39, // 3: livekit.SimulationRun.created_at:type_name -> google.protobuf.Timestamp + 42, // 3: livekit.SimulationRun.created_at:type_name -> google.protobuf.Timestamp 10, // 4: livekit.SimulationRun.jobs:type_name -> livekit.SimulationRun.Job 6, // 5: livekit.SimulationRun.scenario_group:type_name -> livekit.ScenarioGroup - 39, // 6: livekit.SimulationRun.ended_at:type_name -> google.protobuf.Timestamp + 42, // 6: livekit.SimulationRun.ended_at:type_name -> google.protobuf.Timestamp 18, // 7: livekit.SimulationRun.usage:type_name -> livekit.SimulationRun.Usage 0, // 8: livekit.SimulationRun.mode:type_name -> livekit.SimulationMode 12, // 9: livekit.SimulationRun.metrics:type_name -> livekit.SimulationRun.RunMetrics - 36, // 10: livekit.Scenario.tags:type_name -> livekit.Scenario.TagsEntry - 5, // 11: livekit.ScenarioGroup.scenarios:type_name -> livekit.Scenario - 5, // 12: livekit.SimulationDispatch.scenario:type_name -> livekit.Scenario - 0, // 13: livekit.SimulationDispatch.mode:type_name -> livekit.SimulationMode - 40, // 14: livekit.SimulationRunSummary.ChatHistoryEntry.value:type_name -> livekit.agent.ChatContext - 2, // 15: livekit.SimulationRun.Job.status:type_name -> livekit.SimulationRun.Job.Status - 39, // 16: livekit.SimulationRun.Job.started_at:type_name -> google.protobuf.Timestamp - 39, // 17: livekit.SimulationRun.Job.ended_at:type_name -> google.protobuf.Timestamp - 19, // 18: livekit.SimulationRun.Job.usage:type_name -> livekit.SimulationRun.Job.Usage - 11, // 19: livekit.SimulationRun.Job.metrics:type_name -> livekit.SimulationRun.JobMetrics - 20, // 20: livekit.SimulationRun.JobMetrics.stt:type_name -> livekit.SimulationRun.JobMetrics.STT - 21, // 21: livekit.SimulationRun.JobMetrics.llm:type_name -> livekit.SimulationRun.JobMetrics.LLM - 22, // 22: livekit.SimulationRun.JobMetrics.tts:type_name -> livekit.SimulationRun.JobMetrics.TTS - 23, // 23: livekit.SimulationRun.JobMetrics.conversation:type_name -> livekit.SimulationRun.JobMetrics.Conversation - 24, // 24: livekit.SimulationRun.JobMetrics.turns:type_name -> livekit.SimulationRun.JobMetrics.Turn - 39, // 25: livekit.SimulationRun.JobMetrics.t0:type_name -> google.protobuf.Timestamp - 20, // 26: livekit.SimulationRun.RunMetrics.stt:type_name -> livekit.SimulationRun.JobMetrics.STT - 21, // 27: livekit.SimulationRun.RunMetrics.llm:type_name -> livekit.SimulationRun.JobMetrics.LLM - 22, // 28: livekit.SimulationRun.RunMetrics.tts:type_name -> livekit.SimulationRun.JobMetrics.TTS - 23, // 29: livekit.SimulationRun.RunMetrics.conversation:type_name -> livekit.SimulationRun.JobMetrics.Conversation - 41, // 30: livekit.SimulationRun.JobMetrics.Turn.role:type_name -> livekit.agent.ChatRole - 6, // 31: livekit.SimulationRun.Create.Request.scenario_group:type_name -> livekit.ScenarioGroup - 0, // 32: livekit.SimulationRun.Create.Request.mode:type_name -> livekit.SimulationMode - 42, // 33: livekit.SimulationRun.Create.Response.presigned_post_request:type_name -> livekit.PresignedPostRequest - 4, // 34: livekit.SimulationRun.Get.Response.run:type_name -> livekit.SimulationRun - 1, // 35: livekit.SimulationRun.List.Request.status:type_name -> livekit.SimulationRun.Status - 43, // 36: livekit.SimulationRun.List.Request.page_token:type_name -> livekit.TokenPagination - 4, // 37: livekit.SimulationRun.List.Response.runs:type_name -> livekit.SimulationRun - 43, // 38: livekit.SimulationRun.List.Response.next_page_token:type_name -> livekit.TokenPagination - 5, // 39: livekit.Scenario.CreateFromSession.Response.scenario:type_name -> livekit.Scenario - 25, // 40: livekit.AgentSimulation.CreateSimulationRun:input_type -> livekit.SimulationRun.Create.Request - 27, // 41: livekit.AgentSimulation.ConfirmSimulationSourceUpload:input_type -> livekit.SimulationRun.ConfirmSourceUpload.Request - 29, // 42: livekit.AgentSimulation.GetSimulationRun:input_type -> livekit.SimulationRun.Get.Request - 31, // 43: livekit.AgentSimulation.ListSimulationRuns:input_type -> livekit.SimulationRun.List.Request - 33, // 44: livekit.AgentSimulation.CancelSimulationRun:input_type -> livekit.SimulationRun.Cancel.Request - 37, // 45: livekit.AgentSimulation.CreateScenarioFromSession:input_type -> livekit.Scenario.CreateFromSession.Request - 26, // 46: livekit.AgentSimulation.CreateSimulationRun:output_type -> livekit.SimulationRun.Create.Response - 28, // 47: livekit.AgentSimulation.ConfirmSimulationSourceUpload:output_type -> livekit.SimulationRun.ConfirmSourceUpload.Response - 30, // 48: livekit.AgentSimulation.GetSimulationRun:output_type -> livekit.SimulationRun.Get.Response - 32, // 49: livekit.AgentSimulation.ListSimulationRuns:output_type -> livekit.SimulationRun.List.Response - 34, // 50: livekit.AgentSimulation.CancelSimulationRun:output_type -> livekit.SimulationRun.Cancel.Response - 38, // 51: livekit.AgentSimulation.CreateScenarioFromSession:output_type -> livekit.Scenario.CreateFromSession.Response - 46, // [46:52] is the sub-list for method output_type - 40, // [40:46] is the sub-list for method input_type - 40, // [40:40] is the sub-list for extension type_name - 40, // [40:40] is the sub-list for extension extendee - 0, // [0:40] is the sub-list for field type_name + 39, // 10: livekit.Scenario.tags:type_name -> livekit.Scenario.TagsEntry + 37, // 11: livekit.Scenario.environment:type_name -> livekit.Scenario.Environment + 38, // 12: livekit.Scenario.options:type_name -> livekit.Scenario.Options + 5, // 13: livekit.ScenarioGroup.scenarios:type_name -> livekit.Scenario + 5, // 14: livekit.SimulationDispatch.scenario:type_name -> livekit.Scenario + 0, // 15: livekit.SimulationDispatch.mode:type_name -> livekit.SimulationMode + 43, // 16: livekit.SimulationRunSummary.ChatHistoryEntry.value:type_name -> livekit.agent.ChatContext + 2, // 17: livekit.SimulationRun.Job.status:type_name -> livekit.SimulationRun.Job.Status + 42, // 18: livekit.SimulationRun.Job.started_at:type_name -> google.protobuf.Timestamp + 42, // 19: livekit.SimulationRun.Job.ended_at:type_name -> google.protobuf.Timestamp + 19, // 20: livekit.SimulationRun.Job.usage:type_name -> livekit.SimulationRun.Job.Usage + 11, // 21: livekit.SimulationRun.Job.metrics:type_name -> livekit.SimulationRun.JobMetrics + 20, // 22: livekit.SimulationRun.JobMetrics.stt:type_name -> livekit.SimulationRun.JobMetrics.STT + 21, // 23: livekit.SimulationRun.JobMetrics.llm:type_name -> livekit.SimulationRun.JobMetrics.LLM + 22, // 24: livekit.SimulationRun.JobMetrics.tts:type_name -> livekit.SimulationRun.JobMetrics.TTS + 23, // 25: livekit.SimulationRun.JobMetrics.conversation:type_name -> livekit.SimulationRun.JobMetrics.Conversation + 24, // 26: livekit.SimulationRun.JobMetrics.turns:type_name -> livekit.SimulationRun.JobMetrics.Turn + 42, // 27: livekit.SimulationRun.JobMetrics.t0:type_name -> google.protobuf.Timestamp + 20, // 28: livekit.SimulationRun.RunMetrics.stt:type_name -> livekit.SimulationRun.JobMetrics.STT + 21, // 29: livekit.SimulationRun.RunMetrics.llm:type_name -> livekit.SimulationRun.JobMetrics.LLM + 22, // 30: livekit.SimulationRun.RunMetrics.tts:type_name -> livekit.SimulationRun.JobMetrics.TTS + 23, // 31: livekit.SimulationRun.RunMetrics.conversation:type_name -> livekit.SimulationRun.JobMetrics.Conversation + 44, // 32: livekit.SimulationRun.JobMetrics.Turn.role:type_name -> livekit.agent.ChatRole + 6, // 33: livekit.SimulationRun.Create.Request.scenario_group:type_name -> livekit.ScenarioGroup + 0, // 34: livekit.SimulationRun.Create.Request.mode:type_name -> livekit.SimulationMode + 45, // 35: livekit.SimulationRun.Create.Response.presigned_post_request:type_name -> livekit.PresignedPostRequest + 4, // 36: livekit.SimulationRun.Get.Response.run:type_name -> livekit.SimulationRun + 1, // 37: livekit.SimulationRun.List.Request.status:type_name -> livekit.SimulationRun.Status + 46, // 38: livekit.SimulationRun.List.Request.page_token:type_name -> livekit.TokenPagination + 4, // 39: livekit.SimulationRun.List.Response.runs:type_name -> livekit.SimulationRun + 46, // 40: livekit.SimulationRun.List.Response.next_page_token:type_name -> livekit.TokenPagination + 36, // 41: livekit.Scenario.Environment.noise_events:type_name -> livekit.Scenario.NoiseEvent + 5, // 42: livekit.Scenario.CreateFromSession.Response.scenario:type_name -> livekit.Scenario + 25, // 43: livekit.AgentSimulation.CreateSimulationRun:input_type -> livekit.SimulationRun.Create.Request + 27, // 44: livekit.AgentSimulation.ConfirmSimulationSourceUpload:input_type -> livekit.SimulationRun.ConfirmSourceUpload.Request + 29, // 45: livekit.AgentSimulation.GetSimulationRun:input_type -> livekit.SimulationRun.Get.Request + 31, // 46: livekit.AgentSimulation.ListSimulationRuns:input_type -> livekit.SimulationRun.List.Request + 33, // 47: livekit.AgentSimulation.CancelSimulationRun:input_type -> livekit.SimulationRun.Cancel.Request + 40, // 48: livekit.AgentSimulation.CreateScenarioFromSession:input_type -> livekit.Scenario.CreateFromSession.Request + 26, // 49: livekit.AgentSimulation.CreateSimulationRun:output_type -> livekit.SimulationRun.Create.Response + 28, // 50: livekit.AgentSimulation.ConfirmSimulationSourceUpload:output_type -> livekit.SimulationRun.ConfirmSourceUpload.Response + 30, // 51: livekit.AgentSimulation.GetSimulationRun:output_type -> livekit.SimulationRun.Get.Response + 32, // 52: livekit.AgentSimulation.ListSimulationRuns:output_type -> livekit.SimulationRun.List.Response + 34, // 53: livekit.AgentSimulation.CancelSimulationRun:output_type -> livekit.SimulationRun.Cancel.Response + 41, // 54: livekit.AgentSimulation.CreateScenarioFromSession:output_type -> livekit.Scenario.CreateFromSession.Response + 49, // [49:55] is the sub-list for method output_type + 43, // [43:49] is the sub-list for method input_type + 43, // [43:43] is the sub-list for extension type_name + 43, // [43:43] is the sub-list for extension extendee + 0, // [0:43] is the sub-list for field type_name } func init() { file_livekit_agent_simulation_proto_init() } @@ -3280,7 +3471,7 @@ func file_livekit_agent_simulation_proto_init() { GoPackagePath: reflect.TypeOf(x{}).PkgPath(), RawDescriptor: unsafe.Slice(unsafe.StringData(file_livekit_agent_simulation_proto_rawDesc), len(file_livekit_agent_simulation_proto_rawDesc)), NumEnums: 3, - NumMessages: 36, + NumMessages: 39, NumExtensions: 0, NumServices: 1, }, diff --git a/livekit/livekit_agent_simulation.twirp.go b/livekit/livekit_agent_simulation.twirp.go index ea1e91970..2d8b31c02 100644 --- a/livekit/livekit_agent_simulation.twirp.go +++ b/livekit/livekit_agent_simulation.twirp.go @@ -1912,221 +1912,231 @@ func (s *agentSimulationServer) PathPrefix() string { } var twirpFileDescriptor9 = []byte{ - // 3454 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x5a, 0xcd, 0x6f, 0x1b, 0x49, - 0x76, 0x37, 0xbf, 0xc9, 0xc7, 0x4f, 0x95, 0x28, 0x89, 0xee, 0xb1, 0xc7, 0xb6, 0xbc, 0xde, 0x75, - 0x6c, 0x2f, 0xed, 0x68, 0xc7, 0x3b, 0x91, 0x67, 0x37, 0x89, 0x28, 0xd1, 0xa6, 0x1c, 0x49, 0xd6, - 0x14, 0x29, 0x24, 0xeb, 0x20, 0x68, 0xb4, 0xba, 0xcb, 0x54, 0xcb, 0xcd, 0x2e, 0x4e, 0x57, 0xb5, - 0x6d, 0x2d, 0x90, 0x5b, 0x0e, 0x03, 0xe4, 0x94, 0xe4, 0x1e, 0xe4, 0xb2, 0x87, 0xec, 0x35, 0xd7, - 0x00, 0x41, 0xfe, 0x84, 0x5c, 0x02, 0x04, 0xc8, 0x5f, 0x90, 0xfb, 0xde, 0x83, 0xfa, 0xe8, 0x66, - 0xf3, 0x4b, 0x96, 0x17, 0x63, 0x20, 0x87, 0xdc, 0xd8, 0xef, 0xfd, 0xea, 0xd5, 0xeb, 0x57, 0xef, - 0x57, 0xaf, 0xaa, 0x1f, 0xe1, 0x4b, 0xcf, 0x7d, 0x47, 0xde, 0xba, 0xdc, 0xb4, 0x86, 0xc4, 0xe7, - 0x26, 0x73, 0x47, 0xa1, 0x67, 0x71, 0x97, 0xfa, 0xed, 0x71, 0x40, 0x39, 0x45, 0x05, 0xad, 0x37, - 0xee, 0x48, 0xc0, 0xe3, 0x19, 0x38, 0x61, 0x2c, 0xc6, 0x1a, 0xb7, 0x86, 0x94, 0x0e, 0x3d, 0xf2, - 0x58, 0x3e, 0x9d, 0x86, 0x6f, 0x1e, 0x73, 0x77, 0x44, 0x18, 0xb7, 0x46, 0x63, 0x0d, 0xb8, 0x1e, - 0x8d, 0xb6, 0x3d, 0x1a, 0x3a, 0xca, 0x86, 0x56, 0x35, 0x23, 0xd5, 0x88, 0x3a, 0xc4, 0x63, 0x4a, - 0xba, 0xf9, 0x1f, 0x19, 0x68, 0xf6, 0x63, 0x97, 0x70, 0xe8, 0xf7, 0xc3, 0xd1, 0xc8, 0x0a, 0x2e, - 0xd0, 0x3a, 0xe4, 0xc7, 0x16, 0x63, 0xc4, 0x69, 0xa5, 0x6e, 0xa7, 0xee, 0xe7, 0xb0, 0x7e, 0x12, - 0xf2, 0x37, 0x96, 0xeb, 0x11, 0xa7, 0x95, 0x56, 0x72, 0xf5, 0x84, 0x6e, 0x02, 0x0c, 0xa9, 0xeb, - 0x0f, 0xcd, 0xf7, 0xc4, 0xf3, 0x5a, 0x99, 0xdb, 0xa9, 0xfb, 0x25, 0x5c, 0x92, 0x92, 0x3f, 0x27, - 0x9e, 0x27, 0xd4, 0x9c, 0x9a, 0xee, 0x68, 0x1c, 0xd0, 0x77, 0xa4, 0x95, 0x55, 0x6a, 0x4e, 0xf7, - 0x95, 0x00, 0x7d, 0x03, 0x79, 0x97, 0xb1, 0x90, 0xb0, 0x56, 0xee, 0x76, 0xe6, 0x7e, 0x79, 0xeb, - 0x6e, 0x5b, 0x7b, 0xdb, 0x5e, 0xe4, 0x5c, 0x7b, 0x5f, 0x60, 0xb1, 0x1e, 0x82, 0xbe, 0x85, 0x8a, - 0x7d, 0x66, 0x71, 0xf3, 0xcc, 0x65, 0x9c, 0x06, 0x17, 0xad, 0xbc, 0x34, 0xd1, 0xbe, 0xdc, 0xc4, - 0xee, 0x99, 0xc5, 0x7b, 0x6a, 0x40, 0xd7, 0xe7, 0xc1, 0x05, 0x2e, 0xdb, 0x13, 0x89, 0xf1, 0x1a, - 0x1a, 0xb3, 0x00, 0xd4, 0x80, 0xcc, 0x5b, 0x72, 0x21, 0xc3, 0x51, 0xc2, 0xe2, 0x27, 0x7a, 0x02, - 0xb9, 0x77, 0x96, 0x17, 0x12, 0x19, 0x8a, 0xf2, 0x96, 0x11, 0xcf, 0xa8, 0xe2, 0x2e, 0x2c, 0xec, - 0x52, 0x9f, 0x93, 0x0f, 0x1c, 0x2b, 0xe0, 0xb3, 0xf4, 0x1f, 0xa5, 0x0c, 0x13, 0x72, 0xd2, 0x7f, - 0x74, 0x1b, 0xca, 0x0e, 0x61, 0x76, 0xe0, 0x8e, 0x85, 0x6f, 0xda, 0x70, 0x52, 0x84, 0xbe, 0x04, - 0x60, 0xe1, 0x70, 0x48, 0x98, 0x04, 0xa4, 0x25, 0x20, 0x21, 0x41, 0x4d, 0xc8, 0x79, 0xd6, 0x29, - 0x89, 0xe2, 0xad, 0x1e, 0x36, 0xff, 0x61, 0x07, 0xaa, 0x53, 0xef, 0x8c, 0x6a, 0x90, 0x76, 0x1d, - 0x3d, 0x41, 0xda, 0x95, 0x8b, 0x35, 0x0e, 0xe8, 0x39, 0xb1, 0xb9, 0xe9, 0x3a, 0xda, 0x6e, 0x49, - 0x4b, 0xf6, 0x1d, 0xf4, 0x14, 0xf2, 0x8c, 0x5b, 0x3c, 0x64, 0xd2, 0x6e, 0x6d, 0xeb, 0xe6, 0xe2, - 0x50, 0xb6, 0xfb, 0x12, 0x84, 0x35, 0x18, 0x3d, 0x84, 0x15, 0x95, 0xb4, 0xc9, 0xb7, 0x52, 0x4b, - 0xdd, 0x90, 0x8a, 0xbd, 0xc4, 0xab, 0x35, 0x21, 0x47, 0x82, 0x80, 0x06, 0xad, 0x9c, 0x72, 0x5d, - 0x3e, 0xa0, 0x6d, 0x00, 0x3b, 0x20, 0x16, 0x27, 0x8e, 0x69, 0xf1, 0x56, 0x5e, 0x87, 0x55, 0x65, - 0x7d, 0x3b, 0xca, 0xfa, 0xf6, 0x20, 0xca, 0x7a, 0x5c, 0xd2, 0xe8, 0x1d, 0x8e, 0xda, 0x90, 0x3d, - 0xa7, 0xa7, 0xac, 0x55, 0x90, 0xab, 0x6f, 0x2c, 0x71, 0xf9, 0x25, 0x3d, 0xc5, 0x12, 0x27, 0x62, - 0xa0, 0xbc, 0xf5, 0xad, 0x11, 0x69, 0x95, 0x54, 0x0c, 0xa4, 0xe4, 0xc8, 0x1a, 0x11, 0xf4, 0x4b, - 0xa8, 0x31, 0x9b, 0xf8, 0x56, 0xe0, 0x52, 0x73, 0x18, 0xd0, 0x70, 0xdc, 0x02, 0xe9, 0xcd, 0xfa, - 0xc4, 0xb0, 0x56, 0xbf, 0x10, 0x5a, 0x5c, 0x65, 0xc9, 0x47, 0xf4, 0x14, 0x8a, 0xc4, 0x77, 0xd4, - 0x6b, 0x94, 0x3f, 0xfa, 0x1a, 0x05, 0x89, 0xdd, 0xe1, 0xe8, 0x0b, 0x28, 0x9d, 0xd3, 0x53, 0xd3, - 0xa6, 0xa1, 0xcf, 0x5b, 0x15, 0x49, 0xb0, 0xe2, 0x39, 0x3d, 0xdd, 0x15, 0xcf, 0xe8, 0x0e, 0x54, - 0x14, 0x09, 0xb5, 0xbe, 0x2a, 0xf5, 0x65, 0x25, 0x8b, 0x21, 0x8a, 0x8f, 0x1a, 0x52, 0x53, 0x10, - 0x25, 0x53, 0x90, 0x9f, 0x40, 0xdd, 0x0f, 0x47, 0x89, 0x7d, 0x88, 0xb5, 0xea, 0x12, 0x55, 0xf3, - 0xc3, 0xd1, 0x24, 0x58, 0x0c, 0x6d, 0x41, 0x2e, 0x64, 0xd6, 0x90, 0xb4, 0x1a, 0xd2, 0xff, 0x1b, - 0x4b, 0x22, 0x7a, 0x22, 0x30, 0x58, 0x41, 0x45, 0x4a, 0xdb, 0xd4, 0xb7, 0xc3, 0x20, 0x20, 0xbe, - 0x7d, 0xd1, 0x5a, 0x51, 0xd3, 0x27, 0x44, 0xe8, 0x21, 0x64, 0xc5, 0x06, 0xd4, 0x42, 0x32, 0xb3, - 0x36, 0x16, 0x18, 0x3d, 0xa4, 0x0e, 0xc1, 0x12, 0x84, 0xbe, 0x81, 0xc2, 0x88, 0xf0, 0xc0, 0xb5, - 0x59, 0x6b, 0x55, 0x3a, 0x71, 0x67, 0x89, 0x13, 0x38, 0xf4, 0x0f, 0x15, 0x10, 0x47, 0x23, 0x44, - 0x2c, 0x98, 0x22, 0xbb, 0xf9, 0x6b, 0xc6, 0x9d, 0x56, 0xf3, 0x76, 0xea, 0x7e, 0x05, 0x97, 0xb5, - 0xec, 0x35, 0xe3, 0x8e, 0xf1, 0x9f, 0x39, 0xc8, 0xbc, 0xa4, 0xa7, 0x73, 0xfc, 0xd8, 0x8e, 0x09, - 0x90, 0x96, 0x6e, 0xde, 0x59, 0x9e, 0x4d, 0xb3, 0x24, 0xd8, 0x84, 0x8a, 0xeb, 0x33, 0x1e, 0x84, - 0xb6, 0x8a, 0xad, 0x62, 0xe6, 0x94, 0x6c, 0x92, 0xfb, 0xd9, 0x64, 0xee, 0xff, 0x14, 0x90, 0x4a, - 0x48, 0xf2, 0x61, 0x4c, 0x6c, 0xae, 0xd7, 0x46, 0xd1, 0x43, 0x11, 0xab, 0x9b, 0x50, 0x4c, 0xb8, - 0x9f, 0x4f, 0x70, 0x1f, 0x21, 0xc8, 0x72, 0x6b, 0xa8, 0x58, 0x50, 0xc2, 0xf2, 0xb7, 0x48, 0xaa, - 0x80, 0xd2, 0x91, 0x4a, 0xf4, 0xa2, 0x44, 0x17, 0x85, 0x40, 0xe6, 0xf9, 0x36, 0x00, 0xe3, 0x56, - 0xa0, 0x19, 0x07, 0x1f, 0x67, 0x9c, 0x46, 0xef, 0xf0, 0xdf, 0x37, 0xc7, 0x37, 0xa0, 0x20, 0xdd, - 0x71, 0x1d, 0x99, 0xe1, 0x25, 0x9c, 0x17, 0x8f, 0xfb, 0x0e, 0xfa, 0x79, 0x94, 0x70, 0x55, 0x69, - 0xec, 0xf6, 0x25, 0x41, 0x9f, 0x4a, 0xba, 0x44, 0x96, 0xd4, 0x2e, 0xcd, 0x92, 0x97, 0xf4, 0x74, - 0x36, 0x4b, 0x8c, 0xbf, 0x82, 0x9c, 0x34, 0x86, 0xee, 0x43, 0x43, 0xec, 0xd4, 0x26, 0x0f, 0x03, - 0x9f, 0x69, 0xfa, 0xa8, 0xd2, 0x57, 0x13, 0xf2, 0x81, 0x10, 0x2b, 0x06, 0x3d, 0x80, 0x15, 0x2b, - 0x74, 0x5c, 0x3a, 0x05, 0x55, 0xd5, 0xb0, 0x2e, 0x15, 0x13, 0xec, 0x26, 0x85, 0xbc, 0x4a, 0x10, - 0x84, 0xa0, 0xd6, 0x1f, 0xec, 0x0c, 0x4e, 0xfa, 0xe6, 0x71, 0xf7, 0x68, 0x6f, 0xff, 0xe8, 0x45, - 0xe3, 0x5a, 0x42, 0x86, 0x4f, 0x8e, 0x8e, 0x84, 0x2c, 0x85, 0x9a, 0xd0, 0xd0, 0xb2, 0xdd, 0x57, - 0x87, 0xc7, 0x07, 0xdd, 0x41, 0x77, 0xaf, 0x91, 0x46, 0x2b, 0x50, 0xd5, 0xd2, 0xe7, 0x3b, 0xfb, - 0x07, 0xdd, 0xbd, 0x46, 0x26, 0x09, 0xdc, 0x39, 0xda, 0xed, 0x1e, 0x08, 0x69, 0xf6, 0x65, 0xb6, - 0x58, 0x6a, 0x80, 0xf1, 0xef, 0xf7, 0x00, 0x26, 0x6f, 0x8b, 0x1e, 0x40, 0xcd, 0xb2, 0xed, 0x30, - 0xb0, 0xec, 0x0b, 0x93, 0xd9, 0x34, 0x20, 0xf2, 0xcd, 0xd2, 0xbd, 0x6b, 0xb8, 0x1a, 0xc9, 0xfb, - 0x42, 0xfc, 0x7d, 0x2a, 0x85, 0xda, 0xd0, 0x10, 0x09, 0x18, 0xb8, 0xc4, 0xb7, 0x89, 0x46, 0xa7, - 0x25, 0x3a, 0x85, 0xeb, 0x13, 0x4d, 0x8c, 0x7f, 0x04, 0x75, 0x6e, 0xb1, 0xb7, 0xa6, 0x4d, 0x47, - 0x63, 0x8f, 0xc8, 0x3d, 0x3f, 0x23, 0xe1, 0x69, 0x5c, 0x13, 0x8a, 0xdd, 0x58, 0x2e, 0xd0, 0x5f, - 0x43, 0x86, 0x71, 0x2e, 0x13, 0xbf, 0xbc, 0x75, 0xef, 0xa3, 0xeb, 0xd4, 0xee, 0x0f, 0x06, 0x58, - 0x8c, 0x10, 0x03, 0x3d, 0x6f, 0x24, 0xe9, 0x70, 0xa5, 0x81, 0x07, 0x07, 0x87, 0x58, 0x8c, 0x10, - 0x03, 0x39, 0x67, 0xba, 0x96, 0x5c, 0x61, 0xe0, 0x60, 0xd0, 0xc7, 0x62, 0x04, 0xc2, 0x50, 0xb1, - 0xa9, 0xff, 0x8e, 0x04, 0x4c, 0xc2, 0x5a, 0x05, 0x69, 0xa1, 0xfd, 0x71, 0x0b, 0xbb, 0x89, 0x51, - 0x78, 0xca, 0x06, 0xfa, 0x05, 0xe4, 0x64, 0xd2, 0xb4, 0x4a, 0xb2, 0x4a, 0xfd, 0xf8, 0x0a, 0xee, - 0x84, 0x81, 0x8f, 0xd5, 0x20, 0x74, 0x0b, 0xca, 0xe7, 0xa1, 0x33, 0x24, 0xea, 0x08, 0x27, 0xc9, - 0x5a, 0xc2, 0x20, 0x45, 0x62, 0xd3, 0xf4, 0xd0, 0x23, 0x40, 0x67, 0x16, 0x33, 0x03, 0x32, 0xa2, - 0x9c, 0x44, 0x67, 0x47, 0xc9, 0xb2, 0x22, 0x6e, 0x9c, 0x59, 0x0c, 0x4b, 0x45, 0x5f, 0xc9, 0xd1, - 0x03, 0x48, 0xf3, 0x27, 0x9a, 0x6c, 0x97, 0x31, 0x37, 0xcd, 0x9f, 0xa0, 0x7b, 0x6a, 0x63, 0x77, - 0x19, 0xf1, 0x09, 0x53, 0x3c, 0x4b, 0xf7, 0x32, 0x38, 0x29, 0x14, 0xcb, 0xbb, 0x0d, 0xeb, 0xa1, - 0xef, 0x13, 0x9b, 0x30, 0x26, 0xf6, 0x5d, 0x4e, 0xa9, 0x67, 0xda, 0x96, 0xe7, 0xa9, 0x1a, 0x53, - 0xec, 0x65, 0x71, 0x33, 0xa1, 0x1f, 0x50, 0xea, 0xed, 0x0a, 0xad, 0xce, 0x3b, 0xd7, 0x7f, 0x43, - 0x83, 0x91, 0x8c, 0x82, 0xe9, 0x51, 0xc6, 0x64, 0xe5, 0x29, 0xf6, 0x72, 0xb8, 0x9e, 0xd0, 0x1c, - 0x50, 0x35, 0xd5, 0xcf, 0xa1, 0x19, 0x10, 0x27, 0xf4, 0x1d, 0x4b, 0x1c, 0x93, 0xb9, 0xc5, 0xc9, - 0x88, 0xf8, 0x9c, 0xc9, 0x9a, 0x53, 0xec, 0xe5, 0xf1, 0x6a, 0xac, 0xed, 0xc7, 0x4a, 0x95, 0x81, - 0x6b, 0x63, 0x4a, 0x03, 0xf3, 0xbb, 0x50, 0x1d, 0xa2, 0xcc, 0xef, 0x42, 0xcb, 0x73, 0xf9, 0x85, - 0xac, 0x48, 0xc5, 0x5e, 0x01, 0xaf, 0x0a, 0xf5, 0xb7, 0x5a, 0xfb, 0xad, 0x52, 0x8a, 0x81, 0x7f, - 0x0c, 0xad, 0xe4, 0x5a, 0x9a, 0xe3, 0x80, 0x0e, 0x03, 0x1d, 0xe2, 0x55, 0x19, 0x8f, 0x22, 0xde, - 0x48, 0x22, 0x8e, 0x27, 0x80, 0xef, 0x53, 0x29, 0xe3, 0xef, 0xf3, 0x90, 0xe9, 0x0f, 0x06, 0x68, - 0x0d, 0x32, 0xef, 0x49, 0x10, 0x33, 0x50, 0x3c, 0x08, 0xf3, 0xd7, 0x21, 0xf7, 0x9e, 0x06, 0x8e, - 0x2a, 0x39, 0xd5, 0x5e, 0x0a, 0xab, 0x47, 0xa1, 0xfa, 0x11, 0x94, 0xc5, 0x6f, 0x53, 0xd6, 0x09, - 0x55, 0x52, 0xaa, 0xbd, 0x34, 0x06, 0x21, 0xec, 0x4a, 0x99, 0x40, 0xad, 0x41, 0xc6, 0x26, 0xaa, - 0xa6, 0x88, 0xa5, 0x11, 0x0f, 0xda, 0xae, 0x7d, 0x66, 0x05, 0x4c, 0x1e, 0x71, 0xaa, 0xbd, 0x2c, - 0x56, 0x8f, 0xda, 0xae, 0xf8, 0x1d, 0xd9, 0x05, 0x09, 0xc8, 0x61, 0x10, 0xc2, 0x89, 0xdd, 0x7b, - 0x50, 0x61, 0x5c, 0x1c, 0xea, 0x3c, 0xeb, 0xc2, 0x1c, 0x31, 0x59, 0x41, 0xaa, 0xbd, 0x3c, 0x06, - 0xc6, 0xf9, 0x9e, 0x10, 0x1e, 0x4a, 0xd8, 0x16, 0x20, 0xe2, 0x73, 0x97, 0x5f, 0x98, 0x01, 0xb1, - 0xe9, 0xd0, 0x77, 0x25, 0x69, 0xca, 0xd2, 0x9b, 0x02, 0x5e, 0x51, 0x3a, 0x3c, 0x51, 0x45, 0x7b, - 0x8d, 0x90, 0xbb, 0x84, 0x99, 0x21, 0xe7, 0x24, 0x20, 0xaa, 0x26, 0x54, 0x7b, 0x45, 0x5c, 0x8f, - 0x34, 0x27, 0x4a, 0x21, 0xf0, 0x5f, 0xc1, 0x6a, 0x8c, 0xd7, 0xb3, 0xfc, 0x9a, 0x38, 0x32, 0x85, - 0xab, 0xbd, 0x12, 0x46, 0x91, 0x12, 0xc7, 0x3a, 0x31, 0xea, 0x3e, 0x54, 0x27, 0x9e, 0x59, 0x9e, - 0xa7, 0xb3, 0x17, 0x70, 0x25, 0x76, 0xca, 0xf2, 0x3c, 0x81, 0xfc, 0x13, 0xb8, 0x1e, 0xdb, 0xb7, - 0xec, 0xef, 0x42, 0x37, 0x20, 0x4e, 0xec, 0x58, 0x5d, 0xce, 0x52, 0xc6, 0x1b, 0x11, 0x64, 0x47, - 0x23, 0x12, 0x0e, 0x76, 0xe1, 0xc6, 0xbc, 0x81, 0x84, 0xa7, 0x0d, 0x69, 0xa3, 0x82, 0x8d, 0x59, - 0x1b, 0x53, 0x1e, 0x77, 0xf2, 0x90, 0x35, 0xdf, 0x93, 0xa0, 0x53, 0x84, 0xbc, 0x29, 0xb3, 0xa0, - 0x53, 0x83, 0x8a, 0x99, 0xc8, 0x01, 0x89, 0xb0, 0x35, 0x42, 0xae, 0xa7, 0x44, 0x24, 0x56, 0xb3, - 0x53, 0x87, 0xaa, 0x99, 0x5c, 0xb7, 0xce, 0x1a, 0xac, 0x9a, 0xf3, 0x2b, 0xd4, 0x59, 0x85, 0x15, - 0x73, 0x76, 0x11, 0x3a, 0xeb, 0xd0, 0x34, 0x17, 0x44, 0xba, 0xd3, 0x80, 0x9a, 0x39, 0x15, 0xcb, - 0xce, 0x0d, 0x30, 0xcc, 0xa5, 0x31, 0xeb, 0xdc, 0x82, 0x9b, 0xe6, 0x65, 0x01, 0x31, 0xfe, 0x29, - 0x05, 0x99, 0x83, 0x83, 0x43, 0x74, 0x03, 0x0a, 0x9c, 0xbf, 0xe1, 0x22, 0xbf, 0x52, 0x32, 0x46, - 0xd7, 0x70, 0x5e, 0x08, 0x54, 0x6e, 0x29, 0x2d, 0x13, 0xda, 0x88, 0x1d, 0x42, 0xcb, 0x94, 0xf6, - 0x31, 0xac, 0x70, 0xfa, 0x96, 0xf8, 0xcc, 0x1c, 0x93, 0xc0, 0x64, 0xc4, 0xa6, 0xbe, 0x13, 0xd7, - 0xa0, 0xba, 0x52, 0x1d, 0x93, 0xa0, 0x2f, 0x15, 0x22, 0xbc, 0x00, 0x45, 0x53, 0xcf, 0x16, 0xfd, - 0x16, 0xb6, 0x3b, 0x4d, 0x40, 0xe6, 0x9c, 0x25, 0xe3, 0x6f, 0xf2, 0x90, 0x19, 0x0c, 0xfa, 0xda, - 0x89, 0xd3, 0x89, 0x13, 0xca, 0xc5, 0xd3, 0xc3, 0x88, 0x7d, 0x82, 0xd5, 0x19, 0x5d, 0x29, 0xe7, - 0x58, 0x5d, 0xd0, 0xa4, 0x5d, 0xca, 0x6a, 0x45, 0xab, 0xcc, 0x12, 0x56, 0x97, 0xa4, 0xdd, 0xec, - 0x3c, 0xab, 0x23, 0xd2, 0x2e, 0x65, 0x75, 0x39, 0xa2, 0xeb, 0x34, 0xab, 0x17, 0xd3, 0xb5, 0xf6, - 0xc9, 0x74, 0xad, 0x7f, 0x3a, 0x5d, 0x1b, 0x9f, 0x48, 0xd7, 0x95, 0xdf, 0x8b, 0xae, 0xe8, 0x07, - 0xa0, 0xeb, 0xea, 0xd5, 0xe8, 0xaa, 0x73, 0x48, 0xa4, 0xc6, 0x0f, 0x42, 0xdd, 0xff, 0x93, 0x4c, - 0xfd, 0x5d, 0x01, 0x2a, 0xc9, 0x93, 0x8d, 0xa4, 0x5d, 0x18, 0xf8, 0x26, 0xb7, 0xde, 0xba, 0xfe, - 0x70, 0xe6, 0x5c, 0x59, 0x17, 0xaa, 0x81, 0xd4, 0xc4, 0x27, 0xc5, 0x6f, 0xa0, 0x75, 0x46, 0x2c, - 0x11, 0x88, 0x2d, 0x62, 0x7a, 0x16, 0x17, 0xf7, 0x41, 0x73, 0xfc, 0xf4, 0x49, 0xc4, 0xa8, 0x5c, - 0x2f, 0x85, 0x9b, 0x12, 0xd1, 0xdd, 0x22, 0x07, 0x4a, 0x7f, 0xfc, 0xf4, 0x89, 0xe2, 0xd7, 0xe2, - 0xc1, 0xdb, 0x4f, 0xc5, 0xe0, 0x8c, 0x1c, 0x9c, 0x9e, 0x1f, 0xbc, 0xfd, 0xf4, 0xd2, 0xc1, 0xdb, - 0x62, 0x70, 0x56, 0x0e, 0xce, 0x2c, 0x18, 0xbc, 0xad, 0x06, 0x3f, 0x82, 0x06, 0x77, 0x47, 0xc4, - 0xe4, 0xd4, 0xbc, 0x70, 0x89, 0xe7, 0x88, 0x41, 0x39, 0x5d, 0x4b, 0xab, 0x42, 0x33, 0xa0, 0xbf, - 0x12, 0xf2, 0x68, 0xaa, 0x0d, 0x42, 0xb9, 0x39, 0x72, 0xd9, 0x38, 0x20, 0x8e, 0x2b, 0x6f, 0x7c, - 0xfa, 0x8a, 0x90, 0xd7, 0x54, 0x5d, 0x23, 0x94, 0x1f, 0x26, 0xf5, 0xf2, 0xaa, 0xa0, 0x53, 0x9f, - 0xbe, 0x23, 0x81, 0x67, 0x8d, 0xcd, 0x40, 0x04, 0x59, 0xee, 0x1a, 0xe9, 0x5e, 0x1e, 0x57, 0xb4, - 0x18, 0x0b, 0xa9, 0xde, 0xf3, 0x22, 0x24, 0x1b, 0x13, 0x62, 0x9f, 0x4d, 0x2a, 0x73, 0x01, 0xd7, - 0xb5, 0xaa, 0x2f, 0x35, 0xca, 0xaf, 0x87, 0x50, 0xe7, 0x94, 0x5b, 0x5e, 0x02, 0x5e, 0xd2, 0xd4, - 0xad, 0x4a, 0x45, 0x12, 0xfc, 0x35, 0xac, 0x59, 0xef, 0xdf, 0xbe, 0x17, 0x11, 0x63, 0xae, 0x27, - 0x2f, 0x02, 0xea, 0x15, 0xca, 0x9a, 0xba, 0xab, 0x5a, 0xdd, 0x57, 0xda, 0xf8, 0x05, 0xda, 0xd0, - 0x08, 0x7d, 0xcb, 0x67, 0xef, 0x45, 0x4e, 0xa9, 0xfb, 0x91, 0x2e, 0xe8, 0x80, 0xeb, 0x13, 0x8d, - 0xbc, 0x20, 0x09, 0xfc, 0x2f, 0xa1, 0xf5, 0xc6, 0xf2, 0x18, 0x31, 0x5d, 0x9f, 0x93, 0x20, 0x08, - 0xc7, 0x89, 0x70, 0x55, 0x35, 0x81, 0xd7, 0x25, 0x62, 0x3f, 0x01, 0x88, 0xa7, 0xfb, 0x03, 0xa8, - 0x25, 0x57, 0x74, 0xc4, 0xf4, 0x76, 0x54, 0xc1, 0x15, 0x12, 0x2f, 0xa4, 0x7c, 0x25, 0xb5, 0xb7, - 0xcf, 0xa6, 0x6b, 0xe7, 0x0b, 0xb8, 0x6e, 0x2e, 0xcb, 0xc9, 0x65, 0x4a, 0x99, 0x73, 0x4b, 0x95, - 0x22, 0xa7, 0x24, 0x53, 0x67, 0x73, 0xa6, 0x63, 0x40, 0xcb, 0x5c, 0x92, 0x1a, 0x92, 0xad, 0x53, - 0x2b, 0x2f, 0xfd, 0x9d, 0x5b, 0xe1, 0x0e, 0x82, 0x86, 0x39, 0xb3, 0x8c, 0x9d, 0x16, 0xac, 0x9b, - 0x0b, 0x57, 0x4b, 0xba, 0x31, 0xbb, 0x1c, 0xd2, 0xf1, 0x65, 0x31, 0xef, 0xac, 0x40, 0xdd, 0x9c, - 0x8e, 0xa8, 0xf1, 0xdb, 0x02, 0x64, 0xc5, 0x7a, 0xa1, 0x26, 0xe4, 0x5c, 0xdf, 0x21, 0x1f, 0x54, - 0x81, 0xc6, 0xea, 0x01, 0x3d, 0x84, 0x6c, 0x40, 0x3d, 0xa2, 0x3f, 0x94, 0x6c, 0x2c, 0xf8, 0x04, - 0x8a, 0xa9, 0x47, 0xb0, 0x04, 0xa1, 0x2f, 0xa1, 0x28, 0x3f, 0x1f, 0x44, 0xa4, 0x15, 0x35, 0xb4, - 0x20, 0x25, 0x2a, 0xef, 0x0c, 0xc8, 0x13, 0xdf, 0x89, 0x58, 0x29, 0x0f, 0xc1, 0xc4, 0xd7, 0xc4, - 0x9a, 0x3d, 0x86, 0xe6, 0xa2, 0x53, 0xf0, 0xf4, 0x31, 0xf4, 0x2e, 0x94, 0x3d, 0x6f, 0x14, 0x95, - 0x77, 0xcd, 0xb9, 0x0c, 0x2e, 0x79, 0xde, 0x68, 0x10, 0x9f, 0x27, 0x26, 0x20, 0x79, 0xa6, 0x28, - 0x68, 0x36, 0x6b, 0x10, 0x8b, 0x0f, 0x1d, 0x12, 0x34, 0x56, 0xc4, 0x4a, 0xf7, 0x72, 0x38, 0x2f, - 0x00, 0xe3, 0xc8, 0x04, 0xe7, 0x2c, 0xda, 0xf6, 0x35, 0x97, 0xf2, 0xb8, 0xc4, 0x39, 0x1b, 0xc4, - 0x87, 0x82, 0xf9, 0xfc, 0x04, 0x4d, 0xd1, 0xd9, 0xfc, 0x44, 0x5f, 0x41, 0x73, 0x3e, 0x9d, 0x46, - 0xaa, 0x7c, 0xe7, 0x7a, 0x45, 0xbc, 0x32, 0xb3, 0x3d, 0x2d, 0xdf, 0x9b, 0x2a, 0x9a, 0xa3, 0xf3, - 0x7b, 0xd3, 0xc2, 0x1d, 0xbb, 0xaa, 0xab, 0xeb, 0xa2, 0x1d, 0x7b, 0xe1, 0xad, 0xaf, 0x3c, 0x77, - 0xeb, 0x7b, 0x02, 0x2b, 0x73, 0x89, 0xad, 0x2f, 0x7c, 0x15, 0xdc, 0x98, 0xdd, 0xed, 0xf4, 0x47, - 0x83, 0x99, 0x94, 0xd5, 0x77, 0xbd, 0x2a, 0xae, 0x4d, 0x6f, 0x2d, 0x2a, 0xd6, 0x30, 0x49, 0x63, - 0x7d, 0xc1, 0xab, 0xe1, 0x84, 0x4c, 0x10, 0xbc, 0x0c, 0x25, 0x33, 0x4a, 0xae, 0x4e, 0x09, 0x0a, - 0xa6, 0xca, 0xa4, 0xf9, 0x73, 0xb0, 0xa8, 0xb6, 0x89, 0x14, 0x49, 0x3e, 0xb3, 0xe8, 0x44, 0xa8, - 0x17, 0x5e, 0xea, 0x12, 0xcb, 0xbc, 0x80, 0x1f, 0x9d, 0x0d, 0x58, 0x33, 0x17, 0xad, 0xdc, 0xe2, - 0x4d, 0x60, 0xf1, 0x36, 0x24, 0x0f, 0x00, 0x93, 0x98, 0x4a, 0xd4, 0x5c, 0x44, 0x25, 0xf9, 0x67, - 0xa2, 0xd6, 0xa9, 0x42, 0x39, 0x41, 0x71, 0xe9, 0xdf, 0xf4, 0x97, 0x1e, 0x75, 0x6a, 0x98, 0xf9, - 0xa0, 0xa3, 0xf6, 0x91, 0xe9, 0xaf, 0x36, 0x73, 0x4e, 0x5c, 0x87, 0x0d, 0x73, 0xf1, 0x65, 0x5e, - 0xda, 0x9c, 0xbd, 0xac, 0xcb, 0x40, 0x2c, 0xba, 0x91, 0xcb, 0x0d, 0x6a, 0xe1, 0x95, 0x5b, 0xee, - 0x45, 0xcb, 0xee, 0xd4, 0xc6, 0x7f, 0x65, 0x00, 0x26, 0xdf, 0x75, 0x3f, 0xeb, 0x37, 0xac, 0x3f, - 0x04, 0x14, 0x7f, 0xec, 0x1f, 0x5b, 0x8c, 0x89, 0x3d, 0x98, 0xc4, 0x57, 0x88, 0x46, 0xa4, 0x3b, - 0xb6, 0x18, 0xc3, 0x16, 0x27, 0xff, 0xff, 0x21, 0xeb, 0xca, 0x89, 0x26, 0x8e, 0xb2, 0xf3, 0xa1, - 0x35, 0x7e, 0x97, 0x81, 0xfc, 0xae, 0x6c, 0xdd, 0x18, 0xff, 0x9d, 0x86, 0x02, 0x26, 0x32, 0x35, - 0x66, 0xfa, 0x52, 0xa9, 0xd9, 0xbe, 0xd4, 0x74, 0xcb, 0x26, 0x3d, 0xdb, 0xb2, 0x59, 0xd0, 0xd9, - 0xc8, 0x2e, 0xec, 0x6c, 0xac, 0x43, 0x3e, 0x20, 0x43, 0x11, 0x8a, 0xbc, 0xfe, 0x00, 0x2d, 0x9f, - 0x50, 0x67, 0xae, 0xe7, 0x53, 0xb8, 0xac, 0xe7, 0x23, 0x52, 0x6f, 0xaa, 0xeb, 0x93, 0xd8, 0x32, - 0xa3, 0x0e, 0x48, 0x51, 0x9f, 0x6b, 0x93, 0x42, 0x75, 0x1c, 0x53, 0x6d, 0x90, 0xd2, 0x15, 0xda, - 0x20, 0x32, 0xd8, 0xd3, 0x8e, 0xc5, 0x64, 0xd5, 0x26, 0x5f, 0x66, 0x8b, 0x99, 0x46, 0x16, 0xcf, - 0xf7, 0xdf, 0x8c, 0xbf, 0x4d, 0x41, 0x11, 0x13, 0x36, 0xa6, 0x3e, 0x23, 0xe8, 0x01, 0xac, 0x4c, - 0xa2, 0x63, 0x06, 0xa1, 0x3f, 0x09, 0x73, 0x9d, 0x25, 0xb3, 0x60, 0xdf, 0x41, 0x7d, 0x58, 0x1f, - 0x07, 0x84, 0xb9, 0x43, 0x9f, 0x38, 0xe6, 0x98, 0x32, 0x6e, 0x06, 0x6a, 0x95, 0x74, 0xb7, 0x73, - 0xd2, 0x14, 0x3c, 0x8e, 0x60, 0xc7, 0x94, 0x71, 0xbd, 0x94, 0xb8, 0x39, 0x5e, 0x20, 0x15, 0xd7, - 0xfd, 0xd5, 0x5d, 0xea, 0xbf, 0x71, 0x83, 0x51, 0x9f, 0x86, 0x81, 0x4d, 0x4e, 0xc6, 0x1e, 0xb5, - 0x1c, 0xe3, 0xaf, 0xaf, 0x9c, 0x03, 0x0b, 0x5f, 0x21, 0xbd, 0xf8, 0x15, 0x7e, 0x02, 0x75, 0x9b, - 0x3a, 0x44, 0xdc, 0x6b, 0x82, 0x8b, 0x31, 0x75, 0x7d, 0xae, 0xdb, 0x31, 0x35, 0x21, 0xee, 0xc6, - 0x52, 0x03, 0x26, 0x31, 0x32, 0xfe, 0x2e, 0x05, 0x99, 0x17, 0x84, 0x1b, 0x83, 0xcf, 0xe1, 0x92, - 0xf1, 0x55, 0x62, 0x35, 0xee, 0x43, 0x26, 0x08, 0x55, 0xdf, 0x77, 0x2a, 0xc7, 0x92, 0x43, 0xb0, - 0x80, 0x18, 0xff, 0x96, 0x86, 0xec, 0x81, 0xcb, 0xb8, 0xf1, 0xaf, 0xa9, 0x2b, 0x7b, 0xf5, 0x6c, - 0xa6, 0x87, 0x75, 0x79, 0x13, 0xb7, 0x77, 0x2d, 0xea, 0x60, 0x89, 0xec, 0xfc, 0x05, 0xc0, 0xd8, - 0x1a, 0x12, 0xf5, 0x31, 0x44, 0xc6, 0xac, 0xbc, 0xd5, 0x8a, 0xc7, 0x0f, 0x84, 0xf4, 0xd8, 0x1a, - 0xba, 0xbe, 0x34, 0xd2, 0x4b, 0xe1, 0x92, 0x40, 0x4b, 0xb1, 0xa8, 0xc4, 0xa2, 0xf8, 0x2a, 0x5b, - 0xb2, 0x3c, 0x4d, 0x2c, 0x19, 0x1f, 0xa6, 0x72, 0x31, 0x1b, 0x84, 0x3e, 0x6b, 0xa5, 0xe4, 0x97, - 0xf0, 0x65, 0xaf, 0x2f, 0x31, 0xe8, 0x4f, 0xa1, 0xee, 0x93, 0x0f, 0x3c, 0x61, 0x4a, 0x27, 0xe1, - 0x52, 0xa7, 0x70, 0x55, 0x0c, 0x38, 0x8e, 0xdc, 0x32, 0xce, 0x21, 0xbf, 0x6b, 0xf9, 0x36, 0xf1, - 0x3e, 0xd3, 0xba, 0x26, 0x33, 0xe8, 0x33, 0xb7, 0x94, 0x7e, 0x93, 0x8a, 0x7b, 0x4a, 0xd7, 0x61, - 0x6d, 0xba, 0xa7, 0x64, 0x9e, 0x1c, 0x1f, 0xbc, 0xda, 0xd9, 0x6b, 0x5c, 0x43, 0x6b, 0xb0, 0xa2, - 0x55, 0x2f, 0xba, 0x47, 0x5d, 0xbc, 0x33, 0x50, 0xdd, 0xa5, 0xf9, 0x8e, 0x53, 0x1a, 0xad, 0x03, - 0xd2, 0xb2, 0xfe, 0xc9, 0xe1, 0xe1, 0x0e, 0xde, 0x7f, 0x2d, 0xe4, 0x99, 0x85, 0x9d, 0xa8, 0xec, - 0x7c, 0x27, 0x2a, 0xb7, 0xb0, 0x13, 0x95, 0x7f, 0x99, 0x2d, 0x16, 0x1b, 0x25, 0x5c, 0xd0, 0xfd, - 0xd6, 0xcd, 0xdf, 0x64, 0xa0, 0x18, 0x6d, 0x9f, 0x93, 0xe6, 0x65, 0x2a, 0xd9, 0xbc, 0x9c, 0xed, - 0x9d, 0xa6, 0x17, 0xf4, 0x4e, 0x17, 0x77, 0x49, 0x33, 0xcb, 0xba, 0xa4, 0x8f, 0x75, 0x3f, 0x34, - 0x2b, 0xb3, 0xec, 0x8b, 0xb9, 0x8d, 0xbc, 0x3d, 0xb0, 0x86, 0x4c, 0xfd, 0x01, 0x44, 0x35, 0x4b, - 0x0d, 0x28, 0x86, 0x8c, 0x04, 0x8e, 0xc5, 0x2d, 0xdd, 0x7b, 0x8d, 0x9f, 0x8d, 0x7f, 0x4e, 0xc1, - 0x8a, 0xaa, 0x5a, 0xcf, 0x03, 0x3a, 0xd2, 0x6d, 0x14, 0xe3, 0x57, 0x57, 0x4e, 0xa8, 0x44, 0xe7, - 0x33, 0x3d, 0xd5, 0xf9, 0x9c, 0x14, 0xa4, 0x4c, 0xb2, 0x20, 0x19, 0xdb, 0x09, 0xbe, 0xfc, 0x14, - 0x8a, 0x51, 0x0d, 0xd0, 0x5b, 0xc6, 0xca, 0xdc, 0xdb, 0xe0, 0x18, 0x62, 0x7c, 0x0d, 0xa5, 0xf8, - 0xd5, 0x16, 0xfc, 0x75, 0xa5, 0x99, 0xfc, 0xeb, 0x4a, 0x29, 0xf1, 0xf7, 0x94, 0xcd, 0x01, 0x54, - 0xa7, 0xaa, 0x1c, 0x42, 0x90, 0x95, 0xf5, 0x56, 0x8d, 0x96, 0xbf, 0xd1, 0x63, 0x28, 0x45, 0x33, - 0x89, 0x65, 0xca, 0x2c, 0xf6, 0x66, 0x82, 0xd9, 0xfc, 0x97, 0x14, 0xa0, 0x09, 0xb3, 0xf7, 0x5c, - 0x36, 0xb6, 0xb8, 0x7d, 0xf6, 0x49, 0x05, 0x69, 0x0d, 0xf2, 0xe7, 0xf4, 0x74, 0x12, 0xbc, 0xdc, - 0x39, 0x3d, 0xdd, 0x77, 0xa6, 0xe2, 0x92, 0xf9, 0x68, 0x5c, 0xe2, 0xc2, 0x9b, 0xbd, 0x42, 0xe1, - 0x7d, 0xf0, 0x06, 0x6a, 0xd3, 0x72, 0x74, 0x0b, 0xbe, 0xe8, 0xef, 0x1f, 0x9e, 0x1c, 0xec, 0x0c, - 0xf6, 0x5f, 0x1d, 0x99, 0x87, 0xaf, 0xf6, 0xba, 0xe6, 0xc9, 0x51, 0xff, 0xb8, 0xbb, 0xbb, 0xff, - 0x7c, 0xbf, 0x2b, 0x78, 0xd7, 0x82, 0xe6, 0x2c, 0x60, 0xd0, 0xfd, 0x8b, 0x41, 0x23, 0x25, 0xc9, - 0x3a, 0xa3, 0xd9, 0x39, 0xd9, 0xdb, 0x7f, 0xd5, 0x48, 0x6f, 0xfd, 0x63, 0x0e, 0xea, 0x3b, 0x22, - 0x77, 0x27, 0xb3, 0x21, 0x07, 0x56, 0x55, 0xae, 0x4d, 0xff, 0x95, 0x67, 0xd9, 0xc1, 0x4f, 0x61, - 0xdb, 0x51, 0xa1, 0xfd, 0xf1, 0xc7, 0x60, 0x3a, 0xab, 0xbe, 0x4f, 0xc1, 0xcd, 0xa8, 0x20, 0xc7, - 0xc0, 0x64, 0x69, 0x46, 0x5b, 0xcb, 0x2c, 0xcd, 0x97, 0xf1, 0x78, 0xf6, 0x9f, 0x7d, 0xd2, 0x18, - 0xed, 0xca, 0x5f, 0x42, 0xe3, 0x05, 0xe1, 0xd3, 0x6f, 0xbb, 0xb9, 0xc4, 0xd0, 0x0b, 0xc2, 0xe3, - 0xc9, 0xee, 0x5e, 0x8a, 0xd1, 0xc6, 0x4d, 0x40, 0xa2, 0x80, 0x4e, 0x21, 0x18, 0x5a, 0x36, 0x54, - 0x40, 0x63, 0xfb, 0x3f, 0xba, 0x1c, 0xa4, 0x27, 0x10, 0xcb, 0x25, 0x0b, 0xcc, 0x15, 0x97, 0x4b, - 0x62, 0x3f, 0xbe, 0x5c, 0x11, 0x4c, 0xcf, 0xf2, 0x0e, 0xae, 0xeb, 0xa4, 0xd0, 0xf9, 0x9c, 0xd8, - 0x88, 0xd0, 0xc3, 0xf9, 0xdd, 0x6d, 0x6e, 0xb7, 0x8a, 0x67, 0x7c, 0x74, 0x35, 0xb0, 0x9a, 0xb7, - 0xf3, 0xfc, 0xf5, 0xdd, 0xa1, 0xcb, 0xcf, 0xc2, 0xd3, 0xb6, 0x4d, 0x47, 0xd1, 0x5f, 0x14, 0xd5, - 0xdf, 0x10, 0x6d, 0xea, 0x45, 0x82, 0xdf, 0xa6, 0xab, 0x07, 0xee, 0x3b, 0xf2, 0x67, 0xf2, 0x4c, - 0x48, 0x39, 0xfd, 0x9f, 0x74, 0x4d, 0x3f, 0x3f, 0x7b, 0x26, 0x05, 0xa7, 0x79, 0x39, 0xe4, 0x67, - 0xff, 0x1b, 0x00, 0x00, 0xff, 0xff, 0x26, 0x6e, 0x51, 0x9a, 0x15, 0x29, 0x00, 0x00, + // 3615 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x5a, 0xcd, 0x6f, 0x1c, 0x47, + 0x76, 0xd7, 0x7c, 0xcf, 0xbc, 0xf9, 0x64, 0x71, 0x48, 0x8d, 0xda, 0x92, 0x2d, 0xcb, 0xeb, 0x5d, + 0xad, 0xe4, 0x1d, 0x29, 0xb4, 0xb5, 0x0e, 0xed, 0xdd, 0x78, 0x39, 0xe4, 0x58, 0x43, 0x85, 0xa4, + 0xe8, 0x9a, 0x21, 0x92, 0x75, 0x10, 0x34, 0x9a, 0xdd, 0xa5, 0x61, 0x53, 0x3d, 0x5d, 0xe3, 0xae, + 0x6a, 0x4a, 0x5c, 0x20, 0xb7, 0x1c, 0x0c, 0xe4, 0x94, 0xe4, 0x1e, 0xe4, 0x12, 0x20, 0xd9, 0x6b, + 0x90, 0x5b, 0x80, 0x20, 0x7f, 0x42, 0x2e, 0x01, 0x02, 0xe4, 0x2f, 0xc8, 0x7d, 0xef, 0x41, 0x7d, + 0xf4, 0xc7, 0x7c, 0x51, 0xd4, 0xc2, 0x02, 0x72, 0xc8, 0x6d, 0xea, 0xbd, 0x5f, 0xbd, 0x7e, 0xfd, + 0xea, 0xf7, 0xaa, 0x5e, 0xf5, 0x1b, 0x78, 0xdf, 0x73, 0x2f, 0xc8, 0x4b, 0x97, 0x9b, 0xd6, 0x98, + 0xf8, 0xdc, 0x64, 0xee, 0x24, 0xf4, 0x2c, 0xee, 0x52, 0xbf, 0x3b, 0x0d, 0x28, 0xa7, 0xa8, 0xa4, + 0xf5, 0xc6, 0x87, 0x12, 0xf0, 0x68, 0x0e, 0x4e, 0x18, 0x8b, 0xb1, 0xc6, 0x07, 0x63, 0x4a, 0xc7, + 0x1e, 0x79, 0x24, 0x47, 0xa7, 0xe1, 0x8b, 0x47, 0xdc, 0x9d, 0x10, 0xc6, 0xad, 0xc9, 0x54, 0x03, + 0x6e, 0x45, 0xb3, 0x6d, 0x8f, 0x86, 0x8e, 0xb2, 0xa1, 0x55, 0xed, 0x48, 0x35, 0xa1, 0x0e, 0xf1, + 0x98, 0x92, 0xde, 0xfb, 0x8f, 0x1c, 0xb4, 0x87, 0xb1, 0x4b, 0x38, 0xf4, 0x87, 0xe1, 0x64, 0x62, + 0x05, 0x97, 0x68, 0x13, 0x8a, 0x53, 0x8b, 0x31, 0xe2, 0x74, 0x32, 0x77, 0x33, 0xf7, 0x0b, 0x58, + 0x8f, 0x84, 0xfc, 0x85, 0xe5, 0x7a, 0xc4, 0xe9, 0x64, 0x95, 0x5c, 0x8d, 0xd0, 0x1d, 0x80, 0x31, + 0x75, 0xfd, 0xb1, 0xf9, 0x8a, 0x78, 0x5e, 0x27, 0x77, 0x37, 0x73, 0xbf, 0x82, 0x2b, 0x52, 0xf2, + 0x27, 0xc4, 0xf3, 0x84, 0x9a, 0x53, 0xd3, 0x9d, 0x4c, 0x03, 0x7a, 0x41, 0x3a, 0x79, 0xa5, 0xe6, + 0x74, 0x5f, 0x09, 0xd0, 0x97, 0x50, 0x74, 0x19, 0x0b, 0x09, 0xeb, 0x14, 0xee, 0xe6, 0xee, 0x57, + 0xb7, 0x3e, 0xea, 0x6a, 0x6f, 0xbb, 0xcb, 0x9c, 0xeb, 0xee, 0x0b, 0x2c, 0xd6, 0x53, 0xd0, 0x37, + 0x50, 0xb3, 0xcf, 0x2c, 0x6e, 0x9e, 0xb9, 0x8c, 0xd3, 0xe0, 0xb2, 0x53, 0x94, 0x26, 0xba, 0x57, + 0x9b, 0xd8, 0x3d, 0xb3, 0xf8, 0x40, 0x4d, 0xe8, 0xfb, 0x3c, 0xb8, 0xc4, 0x55, 0x3b, 0x91, 0x18, + 0xdf, 0x42, 0x6b, 0x1e, 0x80, 0x5a, 0x90, 0x7b, 0x49, 0x2e, 0x65, 0x38, 0x2a, 0x58, 0xfc, 0x44, + 0x8f, 0xa1, 0x70, 0x61, 0x79, 0x21, 0x91, 0xa1, 0xa8, 0x6e, 0x19, 0xf1, 0x13, 0x55, 0xdc, 0x85, + 0x85, 0x5d, 0xea, 0x73, 0xf2, 0x9a, 0x63, 0x05, 0xfc, 0x22, 0xfb, 0x87, 0x19, 0xc3, 0x84, 0x82, + 0xf4, 0x1f, 0xdd, 0x85, 0xaa, 0x43, 0x98, 0x1d, 0xb8, 0x53, 0xe1, 0x9b, 0x36, 0x9c, 0x16, 0xa1, + 0xf7, 0x01, 0x58, 0x38, 0x1e, 0x13, 0x26, 0x01, 0x59, 0x09, 0x48, 0x49, 0x50, 0x1b, 0x0a, 0x9e, + 0x75, 0x4a, 0xa2, 0x78, 0xab, 0xc1, 0xbd, 0xbf, 0xdd, 0x81, 0xfa, 0xcc, 0x3b, 0xa3, 0x06, 0x64, + 0x5d, 0x47, 0x3f, 0x20, 0xeb, 0xca, 0xc5, 0x9a, 0x06, 0xf4, 0x9c, 0xd8, 0xdc, 0x74, 0x1d, 0x6d, + 0xb7, 0xa2, 0x25, 0xfb, 0x0e, 0x7a, 0x02, 0x45, 0xc6, 0x2d, 0x1e, 0x32, 0x69, 0xb7, 0xb1, 0x75, + 0x67, 0x79, 0x28, 0xbb, 0x43, 0x09, 0xc2, 0x1a, 0x8c, 0x1e, 0xc2, 0x9a, 0x22, 0x6d, 0xfa, 0xad, + 0xd4, 0x52, 0xb7, 0xa4, 0x62, 0x2f, 0xf5, 0x6a, 0x6d, 0x28, 0x90, 0x20, 0xa0, 0x41, 0xa7, 0xa0, + 0x5c, 0x97, 0x03, 0xb4, 0x0d, 0x60, 0x07, 0xc4, 0xe2, 0xc4, 0x31, 0x2d, 0xde, 0x29, 0xea, 0xb0, + 0x2a, 0xd6, 0x77, 0x23, 0xd6, 0x77, 0x47, 0x11, 0xeb, 0x71, 0x45, 0xa3, 0x77, 0x38, 0xea, 0x42, + 0xfe, 0x9c, 0x9e, 0xb2, 0x4e, 0x49, 0xae, 0xbe, 0xb1, 0xc2, 0xe5, 0x67, 0xf4, 0x14, 0x4b, 0x9c, + 0x88, 0x81, 0xf2, 0xd6, 0xb7, 0x26, 0xa4, 0x53, 0x51, 0x31, 0x90, 0x92, 0x23, 0x6b, 0x42, 0xd0, + 0x2f, 0xa1, 0xc1, 0x6c, 0xe2, 0x5b, 0x81, 0x4b, 0xcd, 0x71, 0x40, 0xc3, 0x69, 0x07, 0xa4, 0x37, + 0x9b, 0x89, 0x61, 0xad, 0x7e, 0x2a, 0xb4, 0xb8, 0xce, 0xd2, 0x43, 0xf4, 0x04, 0xca, 0xc4, 0x77, + 0xd4, 0x6b, 0x54, 0xdf, 0xf8, 0x1a, 0x25, 0x89, 0xdd, 0xe1, 0xe8, 0x3d, 0xa8, 0x9c, 0xd3, 0x53, + 0xd3, 0xa6, 0xa1, 0xcf, 0x3b, 0x35, 0x99, 0x60, 0xe5, 0x73, 0x7a, 0xba, 0x2b, 0xc6, 0xe8, 0x43, + 0xa8, 0xa9, 0x24, 0xd4, 0xfa, 0xba, 0xd4, 0x57, 0x95, 0x2c, 0x86, 0xa8, 0x7c, 0xd4, 0x90, 0x86, + 0x82, 0x28, 0x99, 0x82, 0xfc, 0x04, 0x9a, 0x7e, 0x38, 0x49, 0xed, 0x43, 0xac, 0xd3, 0x94, 0xa8, + 0x86, 0x1f, 0x4e, 0x92, 0x60, 0x31, 0xb4, 0x05, 0x85, 0x90, 0x59, 0x63, 0xd2, 0x69, 0x49, 0xff, + 0x6f, 0xaf, 0x88, 0xe8, 0x89, 0xc0, 0x60, 0x05, 0x15, 0x94, 0xb6, 0xa9, 0x6f, 0x87, 0x41, 0x40, + 0x7c, 0xfb, 0xb2, 0xb3, 0xa6, 0x1e, 0x9f, 0x12, 0xa1, 0x87, 0x90, 0x17, 0x1b, 0x50, 0x07, 0x49, + 0x66, 0xdd, 0x5c, 0x62, 0xf4, 0x90, 0x3a, 0x04, 0x4b, 0x10, 0xfa, 0x12, 0x4a, 0x13, 0xc2, 0x03, + 0xd7, 0x66, 0x9d, 0x75, 0xe9, 0xc4, 0x87, 0x2b, 0x9c, 0xc0, 0xa1, 0x7f, 0xa8, 0x80, 0x38, 0x9a, + 0x21, 0x62, 0xc1, 0x54, 0xb2, 0x9b, 0xbf, 0x61, 0xdc, 0xe9, 0xb4, 0xef, 0x66, 0xee, 0xd7, 0x70, + 0x55, 0xcb, 0xbe, 0x65, 0xdc, 0x31, 0xfe, 0xb3, 0x00, 0xb9, 0x67, 0xf4, 0x74, 0x21, 0x3f, 0xb6, + 0xe3, 0x04, 0xc8, 0x4a, 0x37, 0x3f, 0x5c, 0xcd, 0xa6, 0xf9, 0x24, 0xb8, 0x07, 0x35, 0xd7, 0x67, + 0x3c, 0x08, 0x6d, 0x15, 0x5b, 0x95, 0x99, 0x33, 0xb2, 0x84, 0xfb, 0xf9, 0x34, 0xf7, 0x7f, 0x06, + 0x48, 0x11, 0x92, 0xbc, 0x9e, 0x12, 0x9b, 0xeb, 0xb5, 0x51, 0xe9, 0xa1, 0x12, 0xab, 0x9f, 0x52, + 0x24, 0xb9, 0x5f, 0x4c, 0xe5, 0x3e, 0x42, 0x90, 0xe7, 0xd6, 0x58, 0x65, 0x41, 0x05, 0xcb, 0xdf, + 0x82, 0x54, 0x01, 0xa5, 0x13, 0x45, 0xf4, 0xb2, 0x44, 0x97, 0x85, 0x40, 0xf2, 0x7c, 0x1b, 0x80, + 0x71, 0x2b, 0xd0, 0x19, 0x07, 0x6f, 0xce, 0x38, 0x8d, 0xde, 0xe1, 0xbf, 0x2f, 0xc7, 0x6f, 0x42, + 0x49, 0xba, 0xe3, 0x3a, 0x92, 0xe1, 0x15, 0x5c, 0x14, 0xc3, 0x7d, 0x07, 0xfd, 0x3c, 0x22, 0x5c, + 0x5d, 0x1a, 0xbb, 0x7b, 0x45, 0xd0, 0x67, 0x48, 0x97, 0x62, 0x49, 0xe3, 0x4a, 0x96, 0x3c, 0xa3, + 0xa7, 0xf3, 0x2c, 0x31, 0xfe, 0x1c, 0x0a, 0xd2, 0x18, 0xba, 0x0f, 0x2d, 0xb1, 0x53, 0x9b, 0x3c, + 0x0c, 0x7c, 0xa6, 0xd3, 0x47, 0x1d, 0x7d, 0x0d, 0x21, 0x1f, 0x09, 0xb1, 0xca, 0xa0, 0x07, 0xb0, + 0x66, 0x85, 0x8e, 0x4b, 0x67, 0xa0, 0xea, 0x34, 0x6c, 0x4a, 0x45, 0x82, 0xbd, 0x47, 0xa1, 0xa8, + 0x08, 0x82, 0x10, 0x34, 0x86, 0xa3, 0x9d, 0xd1, 0xc9, 0xd0, 0x3c, 0xee, 0x1f, 0xed, 0xed, 0x1f, + 0x3d, 0x6d, 0xdd, 0x48, 0xc9, 0xf0, 0xc9, 0xd1, 0x91, 0x90, 0x65, 0x50, 0x1b, 0x5a, 0x5a, 0xb6, + 0xfb, 0xfc, 0xf0, 0xf8, 0xa0, 0x3f, 0xea, 0xef, 0xb5, 0xb2, 0x68, 0x0d, 0xea, 0x5a, 0xfa, 0xf5, + 0xce, 0xfe, 0x41, 0x7f, 0xaf, 0x95, 0x4b, 0x03, 0x77, 0x8e, 0x76, 0xfb, 0x07, 0x42, 0x9a, 0x7f, + 0x96, 0x2f, 0x57, 0x5a, 0x60, 0xfc, 0xfb, 0xc7, 0x00, 0xc9, 0xdb, 0xa2, 0x07, 0xd0, 0xb0, 0x6c, + 0x3b, 0x0c, 0x2c, 0xfb, 0xd2, 0x64, 0x36, 0x0d, 0x88, 0x7c, 0xb3, 0xec, 0xe0, 0x06, 0xae, 0x47, + 0xf2, 0xa1, 0x10, 0x7f, 0x9f, 0xc9, 0xa0, 0x2e, 0xb4, 0x04, 0x01, 0x03, 0x97, 0xf8, 0x36, 0xd1, + 0xe8, 0xac, 0x44, 0x67, 0x70, 0x33, 0xd1, 0xc4, 0xf8, 0x4f, 0xa0, 0xc9, 0x2d, 0xf6, 0xd2, 0xb4, + 0xe9, 0x64, 0xea, 0x11, 0xb9, 0xe7, 0xe7, 0x24, 0x3c, 0x8b, 0x1b, 0x42, 0xb1, 0x1b, 0xcb, 0x05, + 0xfa, 0x73, 0xc8, 0x31, 0xce, 0x25, 0xf1, 0xab, 0x5b, 0x1f, 0xbf, 0x71, 0x9d, 0xba, 0xc3, 0xd1, + 0x08, 0x8b, 0x19, 0x62, 0xa2, 0xe7, 0x4d, 0x64, 0x3a, 0x5c, 0x6b, 0xe2, 0xc1, 0xc1, 0x21, 0x16, + 0x33, 0xc4, 0x44, 0xce, 0x99, 0x3e, 0x4b, 0xae, 0x31, 0x71, 0x34, 0x1a, 0x62, 0x31, 0x03, 0x61, + 0xa8, 0xd9, 0xd4, 0xbf, 0x20, 0x01, 0x93, 0xb0, 0x4e, 0x49, 0x5a, 0xe8, 0xbe, 0xd9, 0xc2, 0x6e, + 0x6a, 0x16, 0x9e, 0xb1, 0x81, 0x7e, 0x01, 0x05, 0x49, 0x9a, 0x4e, 0x45, 0x9e, 0x52, 0x3f, 0xbe, + 0x86, 0x3b, 0x61, 0xe0, 0x63, 0x35, 0x09, 0x7d, 0x00, 0xd5, 0xf3, 0xd0, 0x19, 0x13, 0x55, 0xc2, + 0xc9, 0x64, 0xad, 0x60, 0x90, 0x22, 0xb1, 0x69, 0x7a, 0xe8, 0x13, 0x40, 0x67, 0x16, 0x33, 0x03, + 0x32, 0xa1, 0x9c, 0x44, 0xb5, 0xa3, 0xcc, 0xb2, 0x32, 0x6e, 0x9d, 0x59, 0x0c, 0x4b, 0xc5, 0x50, + 0xc9, 0xd1, 0x03, 0xc8, 0xf2, 0xc7, 0x3a, 0xd9, 0xae, 0xca, 0xdc, 0x2c, 0x7f, 0x8c, 0x3e, 0x56, + 0x1b, 0xbb, 0xcb, 0x88, 0x4f, 0x98, 0xca, 0xb3, 0xec, 0x20, 0x87, 0xd3, 0x42, 0xb1, 0xbc, 0xdb, + 0xb0, 0x19, 0xfa, 0x3e, 0xb1, 0x09, 0x63, 0x62, 0xdf, 0xe5, 0x94, 0x7a, 0xa6, 0x6d, 0x79, 0x9e, + 0x3a, 0x63, 0xca, 0x83, 0x3c, 0x6e, 0xa7, 0xf4, 0x23, 0x4a, 0xbd, 0x5d, 0xa1, 0xd5, 0xbc, 0x73, + 0xfd, 0x17, 0x34, 0x98, 0xc8, 0x28, 0x98, 0x1e, 0x65, 0x4c, 0x9e, 0x3c, 0xe5, 0x41, 0x01, 0x37, + 0x53, 0x9a, 0x03, 0xaa, 0x1e, 0xf5, 0x73, 0x68, 0x07, 0xc4, 0x09, 0x7d, 0xc7, 0x12, 0x65, 0x32, + 0xb7, 0x38, 0x99, 0x10, 0x9f, 0x33, 0x79, 0xe6, 0x94, 0x07, 0x45, 0xbc, 0x1e, 0x6b, 0x87, 0xb1, + 0x52, 0x31, 0x70, 0x63, 0x4a, 0x69, 0x60, 0x7e, 0x17, 0xaa, 0x22, 0xca, 0xfc, 0x2e, 0xb4, 0x3c, + 0x97, 0x5f, 0xca, 0x13, 0xa9, 0x3c, 0x28, 0xe1, 0x75, 0xa1, 0xfe, 0x46, 0x6b, 0xbf, 0x51, 0x4a, + 0x31, 0xf1, 0x8f, 0xa0, 0x93, 0x5e, 0x4b, 0x73, 0x1a, 0xd0, 0x71, 0xa0, 0x43, 0xbc, 0x2e, 0xe3, + 0x51, 0xc6, 0x37, 0xd3, 0x88, 0xe3, 0x04, 0xf0, 0x7d, 0x26, 0x63, 0xfc, 0x4d, 0x11, 0x72, 0xc3, + 0xd1, 0x08, 0x6d, 0x40, 0xee, 0x15, 0x09, 0xe2, 0x0c, 0x14, 0x03, 0x61, 0xfe, 0x16, 0x14, 0x5e, + 0xd1, 0xc0, 0x51, 0x47, 0x4e, 0x7d, 0x90, 0xc1, 0x6a, 0x28, 0x54, 0x3f, 0x82, 0xaa, 0xf8, 0x6d, + 0xca, 0x73, 0x42, 0x1d, 0x29, 0xf5, 0x41, 0x16, 0x83, 0x10, 0xf6, 0xa5, 0x4c, 0xa0, 0x36, 0x20, + 0x67, 0x13, 0x75, 0xa6, 0x88, 0xa5, 0x11, 0x03, 0x6d, 0xd7, 0x3e, 0xb3, 0x02, 0x26, 0x4b, 0x9c, + 0xfa, 0x20, 0x8f, 0xd5, 0x50, 0xdb, 0x15, 0xbf, 0x23, 0xbb, 0x20, 0x01, 0x05, 0x0c, 0x42, 0x98, + 0xd8, 0xfd, 0x18, 0x6a, 0x8c, 0x8b, 0xa2, 0xce, 0xb3, 0x2e, 0xcd, 0x09, 0x93, 0x27, 0x48, 0x7d, + 0x50, 0xc4, 0xc0, 0x38, 0xdf, 0x13, 0xc2, 0x43, 0x09, 0xdb, 0x02, 0x44, 0x7c, 0xee, 0xf2, 0x4b, + 0x33, 0x20, 0x36, 0x1d, 0xfb, 0xae, 0x4c, 0x9a, 0xaa, 0xf4, 0xa6, 0x84, 0xd7, 0x94, 0x0e, 0x27, + 0xaa, 0x68, 0xaf, 0x11, 0x72, 0x97, 0x30, 0x33, 0xe4, 0x9c, 0x04, 0x44, 0x9d, 0x09, 0xf5, 0x41, + 0x19, 0x37, 0x23, 0xcd, 0x89, 0x52, 0x08, 0xfc, 0x67, 0xb0, 0x1e, 0xe3, 0xf5, 0x53, 0x7e, 0x43, + 0x1c, 0x49, 0xe1, 0xfa, 0xa0, 0x82, 0x51, 0xa4, 0xc4, 0xb1, 0x4e, 0xcc, 0xba, 0x0f, 0xf5, 0xc4, + 0x33, 0xcb, 0xf3, 0x34, 0x7b, 0x01, 0xd7, 0x62, 0xa7, 0x2c, 0xcf, 0x13, 0xc8, 0xaf, 0xe0, 0x56, + 0x6c, 0xdf, 0xb2, 0xbf, 0x0b, 0xdd, 0x80, 0x38, 0xb1, 0x63, 0x4d, 0xf9, 0x94, 0x2a, 0xbe, 0x19, + 0x41, 0x76, 0x34, 0x22, 0xe5, 0x60, 0x1f, 0x6e, 0x2f, 0x1a, 0x48, 0x79, 0xda, 0x92, 0x36, 0x6a, + 0xd8, 0x98, 0xb7, 0x31, 0xe3, 0x71, 0xaf, 0x08, 0x79, 0xf3, 0x15, 0x09, 0x7a, 0x65, 0x28, 0x9a, + 0x92, 0x05, 0xbd, 0x06, 0xd4, 0xcc, 0x14, 0x07, 0x24, 0xc2, 0xd6, 0x08, 0xb9, 0x9e, 0x12, 0x91, + 0x5a, 0xcd, 0x5e, 0x13, 0xea, 0x66, 0x7a, 0xdd, 0x7a, 0x1b, 0xb0, 0x6e, 0x2e, 0xae, 0x50, 0x6f, + 0x1d, 0xd6, 0xcc, 0xf9, 0x45, 0xe8, 0x6d, 0x42, 0xdb, 0x5c, 0x12, 0xe9, 0x5e, 0x0b, 0x1a, 0xe6, + 0x4c, 0x2c, 0x7b, 0xb7, 0xc1, 0x30, 0x57, 0xc6, 0xac, 0xf7, 0x01, 0xdc, 0x31, 0xaf, 0x0a, 0x88, + 0xf1, 0xf7, 0x19, 0xc8, 0x1d, 0x1c, 0x1c, 0xa2, 0xdb, 0x50, 0xe2, 0xfc, 0x05, 0x17, 0xfc, 0xca, + 0xc8, 0x18, 0xdd, 0xc0, 0x45, 0x21, 0x50, 0xdc, 0x52, 0x5a, 0x26, 0xb4, 0x51, 0x76, 0x08, 0x2d, + 0x53, 0xda, 0x47, 0xb0, 0xc6, 0xe9, 0x4b, 0xe2, 0x33, 0x73, 0x4a, 0x02, 0x93, 0x11, 0x9b, 0xfa, + 0x4e, 0x7c, 0x06, 0x35, 0x95, 0xea, 0x98, 0x04, 0x43, 0xa9, 0x10, 0xe1, 0x05, 0x28, 0x9b, 0xfa, + 0x69, 0xd1, 0x6f, 0x61, 0xbb, 0xd7, 0x06, 0x64, 0x2e, 0x58, 0x32, 0xfe, 0xb2, 0x08, 0xb9, 0xd1, + 0x68, 0xa8, 0x9d, 0x38, 0x4d, 0x9c, 0x50, 0x2e, 0x9e, 0x1e, 0x46, 0xd9, 0x27, 0xb2, 0x3a, 0xa7, + 0x4f, 0xca, 0x85, 0xac, 0x2e, 0xe9, 0xa4, 0x5d, 0x99, 0xd5, 0x2a, 0xad, 0x72, 0x2b, 0xb2, 0xba, + 0x22, 0xed, 0xe6, 0x17, 0xb3, 0x3a, 0x4a, 0xda, 0x95, 0x59, 0x5d, 0x8d, 0xd2, 0x75, 0x36, 0xab, + 0x97, 0xa7, 0x6b, 0xe3, 0xad, 0xd3, 0xb5, 0xf9, 0xf6, 0xe9, 0xda, 0x7a, 0xcb, 0x74, 0x5d, 0xfb, + 0xbd, 0xd2, 0x15, 0xfd, 0x00, 0xe9, 0xba, 0x7e, 0xbd, 0x74, 0xd5, 0x1c, 0x12, 0xd4, 0xf8, 0x41, + 0x52, 0xf7, 0xff, 0x64, 0xa6, 0xfe, 0xae, 0x04, 0xb5, 0x74, 0x65, 0x23, 0xd3, 0x2e, 0x0c, 0x7c, + 0x93, 0x5b, 0x2f, 0x5d, 0x7f, 0x3c, 0x57, 0x57, 0x36, 0x85, 0x6a, 0x24, 0x35, 0x71, 0xa5, 0xf8, + 0x25, 0x74, 0xce, 0x88, 0x25, 0x02, 0xb1, 0x45, 0x4c, 0xcf, 0xe2, 0xe2, 0x3e, 0x68, 0x4e, 0x9f, + 0x3c, 0x8e, 0x32, 0xaa, 0x30, 0xc8, 0xe0, 0xb6, 0x44, 0xf4, 0xb7, 0xc8, 0x81, 0xd2, 0x1f, 0x3f, + 0x79, 0xac, 0xf2, 0x6b, 0xf9, 0xe4, 0xed, 0x27, 0x62, 0x72, 0x4e, 0x4e, 0xce, 0x2e, 0x4e, 0xde, + 0x7e, 0x72, 0xe5, 0xe4, 0x6d, 0x31, 0x39, 0x2f, 0x27, 0xe7, 0x96, 0x4c, 0xde, 0x56, 0x93, 0x3f, + 0x81, 0x16, 0x77, 0x27, 0xc4, 0xe4, 0xd4, 0xbc, 0x74, 0x89, 0xe7, 0x88, 0x49, 0x05, 0x7d, 0x96, + 0xd6, 0x85, 0x66, 0x44, 0x7f, 0x2d, 0xe4, 0xd1, 0xa3, 0x6e, 0x12, 0xca, 0xcd, 0x89, 0xcb, 0xa6, + 0x01, 0x71, 0x5c, 0x79, 0xe3, 0xd3, 0x57, 0x84, 0xa2, 0x4e, 0xd5, 0x0d, 0x42, 0xf9, 0x61, 0x5a, + 0x2f, 0xaf, 0x0a, 0x9a, 0xfa, 0xf4, 0x82, 0x04, 0x9e, 0x35, 0x35, 0x03, 0x11, 0x64, 0xb9, 0x6b, + 0x64, 0x07, 0x45, 0x5c, 0xd3, 0x62, 0x2c, 0xa4, 0x7a, 0xcf, 0x8b, 0x90, 0x6c, 0x4a, 0x88, 0x7d, + 0x96, 0x9c, 0xcc, 0x25, 0xdc, 0xd4, 0xaa, 0xa1, 0xd4, 0x28, 0xbf, 0x1e, 0x42, 0x93, 0x53, 0x6e, + 0x79, 0x29, 0x78, 0x45, 0xa7, 0x6e, 0x5d, 0x2a, 0xd2, 0xe0, 0xcf, 0x61, 0xc3, 0x7a, 0xf5, 0xf2, + 0x95, 0x88, 0x18, 0x73, 0x3d, 0x79, 0x11, 0x50, 0xaf, 0x50, 0xd5, 0xa9, 0xbb, 0xae, 0xd5, 0x43, + 0xa5, 0x8d, 0x5f, 0xa0, 0x0b, 0xad, 0xd0, 0xb7, 0x7c, 0xf6, 0x4a, 0x70, 0x4a, 0xdd, 0x8f, 0xf4, + 0x81, 0x0e, 0xb8, 0x99, 0x68, 0xe4, 0x05, 0x49, 0xe0, 0x7f, 0x09, 0x9d, 0x17, 0x96, 0xc7, 0x88, + 0xe9, 0xfa, 0x9c, 0x04, 0x41, 0x38, 0x4d, 0x85, 0xab, 0xae, 0x13, 0x78, 0x53, 0x22, 0xf6, 0x53, + 0x80, 0xf8, 0x71, 0x3f, 0x85, 0x46, 0x7a, 0x45, 0x27, 0x4c, 0x6f, 0x47, 0x35, 0x5c, 0x23, 0xf1, + 0x42, 0xca, 0x57, 0x52, 0x7b, 0xfb, 0x3c, 0x5d, 0x7b, 0xef, 0xc1, 0x2d, 0x73, 0x15, 0x27, 0x57, + 0x29, 0x25, 0xe7, 0x56, 0x2a, 0x05, 0xa7, 0x64, 0xa6, 0xce, 0x73, 0xa6, 0x67, 0x40, 0xc7, 0x5c, + 0x41, 0x0d, 0x99, 0xad, 0x33, 0x2b, 0x2f, 0xfd, 0x5d, 0x58, 0xe1, 0x1e, 0x82, 0x96, 0x39, 0xb7, + 0x8c, 0xbd, 0x0e, 0x6c, 0x9a, 0x4b, 0x57, 0x4b, 0xba, 0x31, 0xbf, 0x1c, 0xd2, 0xf1, 0x55, 0x31, + 0xef, 0xad, 0x41, 0xd3, 0x9c, 0x8d, 0xa8, 0xf1, 0xdb, 0x12, 0xe4, 0xc5, 0x7a, 0xa1, 0x36, 0x14, + 0x5c, 0xdf, 0x21, 0xaf, 0xd5, 0x01, 0x8d, 0xd5, 0x00, 0x3d, 0x84, 0x7c, 0x40, 0x3d, 0xa2, 0x3f, + 0x94, 0xdc, 0x5c, 0xf2, 0x09, 0x14, 0x53, 0x8f, 0x60, 0x09, 0x42, 0xef, 0x43, 0x59, 0x7e, 0x3e, + 0x88, 0x92, 0x56, 0x9c, 0xa1, 0x25, 0x29, 0x51, 0xbc, 0x33, 0xa0, 0x48, 0x7c, 0x27, 0xca, 0x4a, + 0x59, 0x04, 0x13, 0x5f, 0x27, 0xd6, 0x7c, 0x19, 0x5a, 0x88, 0xaa, 0xe0, 0xd9, 0x32, 0xf4, 0x23, + 0xa8, 0x7a, 0xde, 0x24, 0x3a, 0xde, 0x75, 0xce, 0xe5, 0x70, 0xc5, 0xf3, 0x26, 0xa3, 0xb8, 0x9e, + 0x48, 0x40, 0xb2, 0xa6, 0x28, 0xe9, 0x6c, 0xd6, 0x20, 0x16, 0x17, 0x1d, 0x12, 0x34, 0x55, 0x89, + 0x95, 0x1d, 0x14, 0x70, 0x51, 0x00, 0xa6, 0x91, 0x09, 0xce, 0x59, 0xb4, 0xed, 0xeb, 0x5c, 0x2a, + 0xe2, 0x0a, 0xe7, 0x6c, 0x14, 0x17, 0x05, 0x8b, 0xfc, 0x04, 0x9d, 0xa2, 0xf3, 0xfc, 0x44, 0x9f, + 0x41, 0x7b, 0x91, 0x4e, 0x13, 0x75, 0x7c, 0x17, 0x06, 0x65, 0xbc, 0x36, 0xb7, 0x3d, 0xad, 0xde, + 0x9b, 0x6a, 0x3a, 0x47, 0x17, 0xf7, 0xa6, 0xa5, 0x3b, 0x76, 0x5d, 0x9f, 0xae, 0xcb, 0x76, 0xec, + 0xa5, 0xb7, 0xbe, 0xea, 0xc2, 0xad, 0xef, 0x31, 0xac, 0x2d, 0x10, 0x5b, 0x5f, 0xf8, 0x6a, 0xb8, + 0x35, 0xbf, 0xdb, 0xe9, 0x8f, 0x06, 0x73, 0x94, 0xd5, 0x77, 0xbd, 0x3a, 0x6e, 0xcc, 0x6e, 0x2d, + 0x2a, 0xd6, 0x90, 0xd0, 0x58, 0x5f, 0xf0, 0x1a, 0x38, 0x25, 0x13, 0x09, 0x5e, 0x85, 0x8a, 0x19, + 0x91, 0xab, 0x57, 0x81, 0x92, 0xa9, 0x98, 0xb4, 0x58, 0x07, 0x8b, 0xd3, 0x36, 0x45, 0x91, 0xf4, + 0x98, 0x45, 0x15, 0xa1, 0x5e, 0x78, 0xa9, 0x4b, 0x2d, 0xf3, 0x92, 0xfc, 0xe8, 0xdd, 0x84, 0x0d, + 0x73, 0xd9, 0xca, 0x2d, 0xdf, 0x04, 0x96, 0x6f, 0x43, 0xb2, 0x00, 0x48, 0x62, 0x2a, 0x51, 0x0b, + 0x11, 0x95, 0xc9, 0x3f, 0x17, 0xb5, 0x5e, 0x1d, 0xaa, 0xa9, 0x14, 0x97, 0xfe, 0xcd, 0x7e, 0xe9, + 0x51, 0x55, 0xc3, 0xdc, 0x07, 0x1d, 0xb5, 0x8f, 0xcc, 0x7e, 0xb5, 0x59, 0x70, 0xe2, 0x16, 0xdc, + 0x34, 0x97, 0x5f, 0xe6, 0xa5, 0xcd, 0xf9, 0xcb, 0xba, 0x0c, 0xc4, 0xb2, 0x1b, 0xb9, 0xdc, 0xa0, + 0x96, 0x5e, 0xb9, 0xe5, 0x5e, 0xb4, 0xea, 0x4e, 0x6d, 0xfc, 0x57, 0x0e, 0x20, 0xf9, 0xae, 0xfb, + 0x4e, 0xbf, 0x61, 0xfd, 0x01, 0xa0, 0xf8, 0x63, 0xff, 0xd4, 0x62, 0x4c, 0xec, 0xc1, 0x24, 0xbe, + 0x42, 0xb4, 0x22, 0xdd, 0xb1, 0xc5, 0x18, 0xb6, 0x38, 0xf9, 0xff, 0x0f, 0x59, 0xd7, 0x26, 0x9a, + 0x28, 0x65, 0x17, 0x43, 0x6b, 0xfc, 0x2e, 0x07, 0xc5, 0x5d, 0xd9, 0xba, 0x31, 0xfe, 0x3b, 0x0b, + 0x25, 0x4c, 0x24, 0x35, 0xe6, 0xfa, 0x52, 0x99, 0xf9, 0xbe, 0xd4, 0x6c, 0xcb, 0x26, 0x3b, 0xdf, + 0xb2, 0x59, 0xd2, 0xd9, 0xc8, 0x2f, 0xed, 0x6c, 0x6c, 0x42, 0x31, 0x20, 0x63, 0x11, 0x8a, 0xa2, + 0xfe, 0x00, 0x2d, 0x47, 0xa8, 0xb7, 0xd0, 0xf3, 0x29, 0x5d, 0xd5, 0xf3, 0x11, 0xd4, 0x9b, 0xe9, + 0xfa, 0xa4, 0xb6, 0xcc, 0xa8, 0x03, 0x52, 0xd6, 0x75, 0x6d, 0x5a, 0xa8, 0xca, 0x31, 0xd5, 0x06, + 0xa9, 0x5c, 0xa3, 0x0d, 0x22, 0x83, 0x3d, 0xeb, 0x58, 0x9c, 0xac, 0xda, 0xe4, 0xb3, 0x7c, 0x39, + 0xd7, 0xca, 0xe3, 0xc5, 0xfe, 0x9b, 0xf1, 0x57, 0x19, 0x28, 0x63, 0xc2, 0xa6, 0xd4, 0x67, 0x04, + 0x3d, 0x80, 0xb5, 0x24, 0x3a, 0x66, 0x10, 0xfa, 0x49, 0x98, 0x9b, 0x2c, 0xcd, 0x82, 0x7d, 0x07, + 0x0d, 0x61, 0x73, 0x1a, 0x10, 0xe6, 0x8e, 0x7d, 0xe2, 0x98, 0x53, 0xca, 0xb8, 0x19, 0xa8, 0x55, + 0xd2, 0xdd, 0xce, 0xa4, 0x29, 0x78, 0x1c, 0xc1, 0x8e, 0x29, 0xe3, 0x7a, 0x29, 0x71, 0x7b, 0xba, + 0x44, 0x2a, 0xae, 0xfb, 0xeb, 0xbb, 0xd4, 0x7f, 0xe1, 0x06, 0x93, 0x21, 0x0d, 0x03, 0x9b, 0x9c, + 0x4c, 0x3d, 0x6a, 0x39, 0xc6, 0x5f, 0x5c, 0x9b, 0x03, 0x4b, 0x5f, 0x21, 0xbb, 0xfc, 0x15, 0x7e, + 0x02, 0x4d, 0x9b, 0x3a, 0x44, 0xdc, 0x6b, 0x82, 0xcb, 0x29, 0x75, 0x7d, 0xae, 0xdb, 0x31, 0x0d, + 0x21, 0xee, 0xc7, 0x52, 0x03, 0x92, 0x18, 0x19, 0x7f, 0x9d, 0x81, 0xdc, 0x53, 0xc2, 0x8d, 0xd1, + 0xbb, 0x70, 0xc9, 0xf8, 0x2c, 0xb5, 0x1a, 0xf7, 0x21, 0x17, 0x84, 0xaa, 0xef, 0x3b, 0xc3, 0xb1, + 0xf4, 0x14, 0x2c, 0x20, 0xc6, 0xbf, 0x65, 0x21, 0x7f, 0xe0, 0x32, 0x6e, 0xfc, 0x6b, 0xe6, 0xda, + 0x5e, 0x7d, 0x31, 0xd7, 0xc3, 0xba, 0xba, 0x89, 0x3b, 0xb8, 0x11, 0x75, 0xb0, 0x04, 0x3b, 0x7f, + 0x01, 0x30, 0xb5, 0xc6, 0x44, 0x7d, 0x0c, 0x91, 0x31, 0xab, 0x6e, 0x75, 0xe2, 0xf9, 0x23, 0x21, + 0x3d, 0xb6, 0xc6, 0xae, 0x2f, 0x8d, 0x0c, 0x32, 0xb8, 0x22, 0xd0, 0x52, 0x2c, 0x4e, 0x62, 0x71, + 0xf8, 0x2a, 0x5b, 0xf2, 0x78, 0x4a, 0x2c, 0x19, 0xaf, 0x67, 0xb8, 0x98, 0x0f, 0x42, 0x9f, 0x75, + 0x32, 0xf2, 0x4b, 0xf8, 0xaa, 0xd7, 0x97, 0x18, 0xf4, 0x2b, 0x68, 0xfa, 0xe4, 0x35, 0x4f, 0x99, + 0xd2, 0x24, 0x5c, 0xe9, 0x14, 0xae, 0x8b, 0x09, 0xc7, 0x91, 0x5b, 0xc6, 0x39, 0x14, 0x77, 0x2d, + 0xdf, 0x26, 0xde, 0x3b, 0x5a, 0xd7, 0x34, 0x83, 0xde, 0x71, 0x4b, 0xe9, 0x1f, 0x32, 0x71, 0x4f, + 0xe9, 0x16, 0x6c, 0xcc, 0xf6, 0x94, 0xcc, 0x93, 0xe3, 0x83, 0xe7, 0x3b, 0x7b, 0xad, 0x1b, 0x68, + 0x03, 0xd6, 0xb4, 0xea, 0x69, 0xff, 0xa8, 0x8f, 0x77, 0x46, 0xaa, 0xbb, 0xb4, 0xd8, 0x71, 0xca, + 0xa2, 0x4d, 0x40, 0x5a, 0x36, 0x3c, 0x39, 0x3c, 0xdc, 0xc1, 0xfb, 0xdf, 0x0a, 0x79, 0x6e, 0x69, + 0x27, 0x2a, 0xbf, 0xd8, 0x89, 0x2a, 0x2c, 0xed, 0x44, 0x15, 0x9f, 0xe5, 0xcb, 0xe5, 0x56, 0x05, + 0x97, 0x74, 0xbf, 0xf5, 0xde, 0xbf, 0x14, 0xa1, 0x1c, 0x6d, 0x9f, 0x49, 0xf3, 0x32, 0x93, 0x6e, + 0x5e, 0xce, 0xf7, 0x4e, 0xb3, 0x4b, 0x7a, 0xa7, 0xcb, 0xbb, 0xa4, 0xb9, 0x55, 0x5d, 0xd2, 0x47, + 0xba, 0x1f, 0x9a, 0x97, 0x2c, 0x7b, 0x6f, 0x61, 0x23, 0xef, 0x8e, 0xac, 0x31, 0x53, 0x7f, 0x00, + 0x51, 0xcd, 0x52, 0x03, 0xca, 0x21, 0x23, 0x81, 0x63, 0x71, 0x4b, 0xf7, 0x5e, 0xe3, 0x31, 0xfa, + 0x0a, 0xaa, 0xc4, 0xbf, 0x70, 0x03, 0xea, 0x8b, 0xc2, 0x46, 0x9f, 0xc4, 0x77, 0x16, 0x6d, 0xf6, + 0x13, 0x10, 0x4e, 0xcf, 0x40, 0x9f, 0x42, 0x89, 0x4e, 0x95, 0xc7, 0xea, 0x64, 0xb9, 0xb5, 0x38, + 0xf9, 0xb9, 0x02, 0xe0, 0x08, 0x69, 0xfc, 0x53, 0x06, 0xd6, 0xd4, 0x59, 0xf9, 0x75, 0x40, 0x27, + 0xba, 0x79, 0x63, 0xfc, 0xfa, 0xda, 0x34, 0x4e, 0xf5, 0x5b, 0xb3, 0x33, 0xfd, 0xd6, 0xe4, 0x18, + 0xcc, 0xa5, 0x8f, 0x41, 0x63, 0x3b, 0x95, 0xa5, 0x3f, 0x83, 0x72, 0x74, 0xf2, 0xe8, 0x8d, 0x6a, + 0x6d, 0xc1, 0x65, 0x1c, 0x43, 0x8c, 0x5f, 0x01, 0x1c, 0x51, 0x97, 0x91, 0xfe, 0x85, 0x78, 0xdd, + 0xdb, 0x50, 0xb1, 0xa9, 0xef, 0xb8, 0xa9, 0xbf, 0xb7, 0x24, 0x02, 0xc1, 0x01, 0x49, 0x6d, 0xed, + 0x95, 0x1a, 0x18, 0xff, 0x98, 0x81, 0x6a, 0x2a, 0x7e, 0xe8, 0xa7, 0xd0, 0x3a, 0xb5, 0xec, 0x97, + 0xe2, 0xd4, 0xf3, 0x1d, 0xd3, 0x17, 0xc6, 0xa3, 0x13, 0x2b, 0x91, 0xcb, 0x67, 0xa2, 0xaf, 0xa0, + 0x26, 0xf5, 0x26, 0xb9, 0x90, 0x9d, 0xa0, 0xac, 0x5c, 0xf3, 0xdb, 0x8b, 0x21, 0x4e, 0x5c, 0xc4, + 0x55, 0x3f, 0xfe, 0xad, 0xb8, 0x25, 0xb3, 0xd0, 0x21, 0xe3, 0xc0, 0x72, 0x62, 0x6e, 0xe5, 0x24, + 0xb7, 0x84, 0x66, 0x2f, 0xa5, 0x30, 0x1e, 0x42, 0x49, 0x2f, 0x16, 0xba, 0x0b, 0x55, 0xe1, 0x8d, + 0x7d, 0x66, 0xf9, 0xbe, 0x66, 0x75, 0x19, 0xa7, 0x45, 0xc6, 0xe7, 0x50, 0x89, 0xa9, 0xb6, 0xe4, + 0xaf, 0x44, 0xed, 0xf4, 0x5f, 0x89, 0x2a, 0xa9, 0xbf, 0x0b, 0xdd, 0x1b, 0x41, 0x7d, 0xa6, 0xea, + 0x40, 0x08, 0xf2, 0xb2, 0xfe, 0x51, 0xb3, 0xe5, 0x6f, 0xf4, 0x08, 0x2a, 0xd1, 0x1a, 0x44, 0xef, + 0xbd, 0x64, 0x9d, 0x12, 0xcc, 0xbd, 0x7f, 0xce, 0x00, 0x4a, 0x76, 0xda, 0x3d, 0x97, 0x4d, 0x2d, + 0x6e, 0x9f, 0xbd, 0x55, 0x81, 0xb0, 0x01, 0xc5, 0x73, 0x7a, 0x9a, 0xd0, 0xaa, 0x70, 0x4e, 0x4f, + 0xf7, 0x9d, 0x19, 0xc6, 0xe4, 0xde, 0xc8, 0x98, 0xb8, 0x10, 0xca, 0x5f, 0xa3, 0x10, 0x7a, 0xf0, + 0x02, 0x1a, 0xb3, 0x72, 0xf4, 0x01, 0xbc, 0x37, 0xdc, 0x3f, 0x3c, 0x39, 0xd8, 0x19, 0xed, 0x3f, + 0x3f, 0x32, 0x0f, 0x9f, 0xef, 0xf5, 0xcd, 0x93, 0xa3, 0xe1, 0x71, 0x7f, 0x77, 0xff, 0xeb, 0xfd, + 0xbe, 0xd8, 0x07, 0x3b, 0xd0, 0x9e, 0x07, 0x8c, 0xfa, 0x7f, 0x3a, 0x6a, 0x65, 0xe4, 0xe6, 0x39, + 0xa7, 0xd9, 0x39, 0xd9, 0xdb, 0x7f, 0xde, 0xca, 0x6e, 0xfd, 0x5d, 0x01, 0x9a, 0x3b, 0x62, 0x2f, + 0x49, 0x9e, 0x86, 0x1c, 0x58, 0x57, 0x59, 0x38, 0xfb, 0xd7, 0xaa, 0x55, 0x85, 0xb8, 0xc2, 0x76, + 0xa3, 0xc2, 0xe7, 0xc7, 0x6f, 0x82, 0xe9, 0x7c, 0xfb, 0x3e, 0x03, 0x77, 0xa2, 0x02, 0x29, 0x06, + 0xa6, 0x4b, 0x25, 0xb4, 0xb5, 0xca, 0xd2, 0x62, 0x59, 0x15, 0x3f, 0xfd, 0xd3, 0xb7, 0x9a, 0xa3, + 0x5d, 0xf9, 0x33, 0x68, 0x3d, 0x25, 0x7c, 0xf6, 0x6d, 0xef, 0xad, 0x30, 0xf4, 0x94, 0xf0, 0xf8, + 0x61, 0x1f, 0x5d, 0x89, 0xd1, 0xc6, 0x4d, 0x40, 0xa2, 0xa0, 0x99, 0x41, 0x30, 0xb4, 0x6a, 0xaa, + 0x80, 0xc6, 0xf6, 0x7f, 0x74, 0x35, 0x48, 0x3f, 0x40, 0x2c, 0x97, 0x3c, 0xf0, 0xaf, 0xb9, 0x5c, + 0x12, 0xfb, 0xe6, 0xe5, 0x8a, 0x60, 0xfa, 0x29, 0x17, 0x70, 0x4b, 0x93, 0x42, 0xf3, 0x39, 0xb5, + 0x45, 0xa3, 0x87, 0x8b, 0x3b, 0xcf, 0xc2, 0x3e, 0x1e, 0x3f, 0xf1, 0x93, 0xeb, 0x81, 0xd5, 0x73, + 0x7b, 0x5f, 0x7f, 0xfb, 0xd1, 0xd8, 0xe5, 0x67, 0xe1, 0x69, 0xd7, 0xa6, 0x93, 0xe8, 0x2f, 0xa3, + 0xea, 0x6f, 0xa1, 0x36, 0xf5, 0x22, 0xc1, 0x6f, 0xb3, 0xf5, 0x03, 0xf7, 0x82, 0xfc, 0xb1, 0xac, + 0xd1, 0x29, 0xa7, 0xff, 0x93, 0x6d, 0xe8, 0xf1, 0x17, 0x5f, 0x48, 0xc1, 0x69, 0x51, 0x4e, 0xf9, + 0xf4, 0x7f, 0x03, 0x00, 0x00, 0xff, 0xff, 0xca, 0xea, 0x9f, 0x0b, 0xa5, 0x2a, 0x00, 0x00, } diff --git a/protobufs/livekit_agent_simulation.proto b/protobufs/livekit_agent_simulation.proto index 8be7ccfc1..9db4a675d 100644 --- a/protobufs/livekit_agent_simulation.proto +++ b/protobufs/livekit_agent_simulation.proto @@ -325,6 +325,22 @@ message Scenario { } } + message NoiseEvent { + string condition = 1; // natural language condition + string audio = 2; // car_honk, child_crying, ... + } + + message Environment { + string background_noise = 1; + repeated NoiseEvent noise_events = 2; + repeated string audio_degradations = 3; // audio_loss, low_bitrate, muffled_voice, far_speaker, echo + } + + message Options { + // The simulator backchannels the agent under test. + bool backchannel = 1; + } + string label = 1; string instructions = 2; string agent_expectations = 3; @@ -333,6 +349,8 @@ message Scenario { // Arbitrary JSON-encoded object, surfaced to the agent under test as // SimulationContext userdata (e.g. inputs and benchmark target state). string userdata = 5; + Environment environment = 6; + Options options = 7; } // A named group of scenarios, mirroring a whole scenarios.yaml file.