diff --git a/livekit/livekit_agent_simulation.pb.go b/livekit/livekit_agent_simulation.pb.go index d28bf6e7c..af7af849c 100644 --- a/livekit/livekit_agent_simulation.pb.go +++ b/livekit/livekit_agent_simulation.pb.go @@ -298,7 +298,6 @@ type SimulationRun struct { Error string `protobuf:"bytes,5,opt,name=error,proto3" json:"error,omitempty"` CreatedAt *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` Jobs []*SimulationRun_Job `protobuf:"bytes,7,rep,name=jobs,proto3" json:"jobs,omitempty"` - Summary *SimulationRunSummary `protobuf:"bytes,8,opt,name=summary,proto3" json:"summary,omitempty"` AgentName string `protobuf:"bytes,9,opt,name=agent_name,json=agentName,proto3" json:"agent_name,omitempty"` ScenarioGroup *ScenarioGroup `protobuf:"bytes,10,opt,name=scenario_group,json=scenarioGroup,proto3" json:"scenario_group,omitempty"` EndedAt *timestamppb.Timestamp `protobuf:"bytes,11,opt,name=ended_at,json=endedAt,proto3" json:"ended_at,omitempty"` @@ -313,7 +312,10 @@ type SimulationRun struct { // Conversation mode for every job in this run; unspecified = TEXT. Mode SimulationMode `protobuf:"varint,18,opt,name=mode,proto3,enum=livekit.SimulationMode" json:"mode,omitempty"` // Run-level metric aggregates. - Metrics *SimulationRun_RunMetrics `protobuf:"bytes,19,opt,name=metrics,proto3" json:"metrics,omitempty"` + Metrics *SimulationRun_RunMetrics `protobuf:"bytes,19,opt,name=metrics,proto3" json:"metrics,omitempty"` + // zstd-compressed SimulationRunSummary: decompress, then proto.Unmarshal. + // Compressed by default so the blob ships as-is on every hop. + SummaryZstd []byte `protobuf:"bytes,20,opt,name=summary_zstd,json=summaryZstd,proto3" json:"summary_zstd,omitempty"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } @@ -397,13 +399,6 @@ func (x *SimulationRun) GetJobs() []*SimulationRun_Job { return nil } -func (x *SimulationRun) GetSummary() *SimulationRunSummary { - if x != nil { - return x.Summary - } - return nil -} - func (x *SimulationRun) GetAgentName() string { if x != nil { return x.AgentName @@ -481,6 +476,13 @@ func (x *SimulationRun) GetMetrics() *SimulationRun_RunMetrics { return nil } +func (x *SimulationRun) GetSummaryZstd() []byte { + if x != nil { + return x.SummaryZstd + } + return nil +} + // A single scenario, mirroring one entry in a scenarios.yaml file. Scenarios // are no longer stored server-side; the yaml file is the source of truth. type Scenario struct { @@ -2765,7 +2767,7 @@ const file_livekit_agent_simulation_proto_rawDesc = "" + "\n" + "suggestion\x18\x02 \x01(\tR\n" + "suggestion\x12\x14\n" + - "\x05label\x18\x03 \x01(\tR\x05label\"\xe4<\n" + + "\x05label\x18\x03 \x01(\tR\x05label\"\xdd<\n" + "\rSimulationRun\x12\x0e\n" + "\x02id\x18\x01 \x01(\tR\x02id\x12\x1d\n" + "\n" + @@ -2775,8 +2777,7 @@ const file_livekit_agent_simulation_proto_rawDesc = "" + "\x05error\x18\x05 \x01(\tR\x05error\x129\n" + "\n" + "created_at\x18\x06 \x01(\v2\x1a.google.protobuf.TimestampR\tcreatedAt\x12.\n" + - "\x04jobs\x18\a \x03(\v2\x1a.livekit.SimulationRun.JobR\x04jobs\x127\n" + - "\asummary\x18\b \x01(\v2\x1d.livekit.SimulationRunSummaryR\asummary\x12\x1d\n" + + "\x04jobs\x18\a \x03(\v2\x1a.livekit.SimulationRun.JobR\x04jobs\x12\x1d\n" + "\n" + "agent_name\x18\t \x01(\tR\tagentName\x12=\n" + "\x0escenario_group\x18\n" + @@ -2789,7 +2790,8 @@ const file_livekit_agent_simulation_proto_rawDesc = "" + "\x05usage\x18\x10 \x01(\v2\x1c.livekit.SimulationRun.UsageR\x05usage\x12 \n" + "\vconcurrency\x18\x11 \x01(\x05R\vconcurrency\x12+\n" + "\x04mode\x18\x12 \x01(\x0e2\x17.livekit.SimulationModeR\x04mode\x12;\n" + - "\ametrics\x18\x13 \x01(\v2!.livekit.SimulationRun.RunMetricsR\ametrics\x1a\xd6\x05\n" + + "\ametrics\x18\x13 \x01(\v2!.livekit.SimulationRun.RunMetricsR\ametrics\x12!\n" + + "\fsummary_zstd\x18\x14 \x01(\fR\vsummaryZstd\x1a\xd6\x05\n" + "\x03Job\x12\x0e\n" + "\x02id\x18\x01 \x01(\tR\x02id\x129\n" + "\x06status\x18\x02 \x01(\x0e2!.livekit.SimulationRun.Job.StatusR\x06status\x12\"\n" + @@ -3027,7 +3029,7 @@ 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\x06\"\xa5\x03\n" + + "\x10STATUS_CANCELLED\x10\x06J\x04\b\b\x10\tR\asummary\"\xa5\x03\n" + "\bScenario\x12\x14\n" + "\x05label\x18\x01 \x01(\tR\x05label\x12\"\n" + "\finstructions\x18\x02 \x01(\tR\finstructions\x12-\n" + @@ -3132,60 +3134,59 @@ var file_livekit_agent_simulation_proto_depIdxs = []int32{ 1, // 2: livekit.SimulationRun.status:type_name -> livekit.SimulationRun.Status 40, // 3: livekit.SimulationRun.created_at:type_name -> google.protobuf.Timestamp 10, // 4: livekit.SimulationRun.jobs:type_name -> livekit.SimulationRun.Job - 3, // 5: livekit.SimulationRun.summary:type_name -> livekit.SimulationRunSummary - 6, // 6: livekit.SimulationRun.scenario_group:type_name -> livekit.ScenarioGroup - 40, // 7: livekit.SimulationRun.ended_at:type_name -> google.protobuf.Timestamp - 18, // 8: livekit.SimulationRun.usage:type_name -> livekit.SimulationRun.Usage - 0, // 9: livekit.SimulationRun.mode:type_name -> livekit.SimulationMode - 12, // 10: livekit.SimulationRun.metrics:type_name -> livekit.SimulationRun.RunMetrics - 37, // 11: livekit.Scenario.tags:type_name -> livekit.Scenario.TagsEntry - 5, // 12: livekit.ScenarioGroup.scenarios:type_name -> livekit.Scenario - 5, // 13: livekit.SimulationDispatch.scenario:type_name -> livekit.Scenario - 0, // 14: livekit.SimulationDispatch.mode:type_name -> livekit.SimulationMode - 41, // 15: livekit.SimulationRunSummary.ChatHistoryEntry.value:type_name -> livekit.agent.ChatContext - 2, // 16: livekit.SimulationRun.Job.status:type_name -> livekit.SimulationRun.Job.Status - 40, // 17: livekit.SimulationRun.Job.started_at:type_name -> google.protobuf.Timestamp - 40, // 18: livekit.SimulationRun.Job.ended_at:type_name -> google.protobuf.Timestamp - 19, // 19: livekit.SimulationRun.Job.usage:type_name -> livekit.SimulationRun.Job.Usage - 11, // 20: livekit.SimulationRun.Job.metrics:type_name -> livekit.SimulationRun.JobMetrics - 20, // 21: livekit.SimulationRun.JobMetrics.stt:type_name -> livekit.SimulationRun.JobMetrics.STT - 21, // 22: livekit.SimulationRun.JobMetrics.llm:type_name -> livekit.SimulationRun.JobMetrics.LLM - 22, // 23: livekit.SimulationRun.JobMetrics.tts:type_name -> livekit.SimulationRun.JobMetrics.TTS - 23, // 24: livekit.SimulationRun.JobMetrics.conversation:type_name -> livekit.SimulationRun.JobMetrics.Conversation - 24, // 25: livekit.SimulationRun.JobMetrics.simulator:type_name -> livekit.SimulationRun.JobMetrics.Simulator - 25, // 26: livekit.SimulationRun.JobMetrics.turns:type_name -> livekit.SimulationRun.JobMetrics.Turn - 40, // 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 - 42, // 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 - 43, // 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 - 44, // 38: livekit.SimulationRun.List.Request.page_token:type_name -> livekit.TokenPagination - 4, // 39: livekit.SimulationRun.List.Response.runs:type_name -> livekit.SimulationRun - 44, // 40: livekit.SimulationRun.List.Response.next_page_token:type_name -> livekit.TokenPagination - 5, // 41: livekit.Scenario.CreateFromSession.Response.scenario:type_name -> livekit.Scenario - 26, // 42: livekit.AgentSimulation.CreateSimulationRun:input_type -> livekit.SimulationRun.Create.Request - 28, // 43: livekit.AgentSimulation.ConfirmSimulationSourceUpload:input_type -> livekit.SimulationRun.ConfirmSourceUpload.Request - 30, // 44: livekit.AgentSimulation.GetSimulationRun:input_type -> livekit.SimulationRun.Get.Request - 32, // 45: livekit.AgentSimulation.ListSimulationRuns:input_type -> livekit.SimulationRun.List.Request - 34, // 46: livekit.AgentSimulation.CancelSimulationRun:input_type -> livekit.SimulationRun.Cancel.Request - 38, // 47: livekit.AgentSimulation.CreateScenarioFromSession:input_type -> livekit.Scenario.CreateFromSession.Request - 27, // 48: livekit.AgentSimulation.CreateSimulationRun:output_type -> livekit.SimulationRun.Create.Response - 29, // 49: livekit.AgentSimulation.ConfirmSimulationSourceUpload:output_type -> livekit.SimulationRun.ConfirmSourceUpload.Response - 31, // 50: livekit.AgentSimulation.GetSimulationRun:output_type -> livekit.SimulationRun.Get.Response - 33, // 51: livekit.AgentSimulation.ListSimulationRuns:output_type -> livekit.SimulationRun.List.Response - 35, // 52: livekit.AgentSimulation.CancelSimulationRun:output_type -> livekit.SimulationRun.Cancel.Response - 39, // 53: livekit.AgentSimulation.CreateScenarioFromSession:output_type -> livekit.Scenario.CreateFromSession.Response - 48, // [48:54] is the sub-list for method output_type - 42, // [42:48] is the sub-list for method input_type - 42, // [42:42] is the sub-list for extension type_name - 42, // [42:42] is the sub-list for extension extendee - 0, // [0:42] is the sub-list for field type_name + 6, // 5: livekit.SimulationRun.scenario_group:type_name -> livekit.ScenarioGroup + 40, // 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 + 37, // 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 + 41, // 14: livekit.SimulationRunSummary.ChatHistoryEntry.value:type_name -> livekit.agent.ChatContext + 2, // 15: livekit.SimulationRun.Job.status:type_name -> livekit.SimulationRun.Job.Status + 40, // 16: livekit.SimulationRun.Job.started_at:type_name -> google.protobuf.Timestamp + 40, // 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.simulator:type_name -> livekit.SimulationRun.JobMetrics.Simulator + 25, // 25: livekit.SimulationRun.JobMetrics.turns:type_name -> livekit.SimulationRun.JobMetrics.Turn + 40, // 26: livekit.SimulationRun.JobMetrics.t0:type_name -> google.protobuf.Timestamp + 20, // 27: livekit.SimulationRun.RunMetrics.stt:type_name -> livekit.SimulationRun.JobMetrics.STT + 21, // 28: livekit.SimulationRun.RunMetrics.llm:type_name -> livekit.SimulationRun.JobMetrics.LLM + 22, // 29: livekit.SimulationRun.RunMetrics.tts:type_name -> livekit.SimulationRun.JobMetrics.TTS + 23, // 30: livekit.SimulationRun.RunMetrics.conversation:type_name -> livekit.SimulationRun.JobMetrics.Conversation + 42, // 31: livekit.SimulationRun.JobMetrics.Turn.role:type_name -> livekit.agent.ChatRole + 6, // 32: livekit.SimulationRun.Create.Request.scenario_group:type_name -> livekit.ScenarioGroup + 0, // 33: livekit.SimulationRun.Create.Request.mode:type_name -> livekit.SimulationMode + 43, // 34: livekit.SimulationRun.Create.Response.presigned_post_request:type_name -> livekit.PresignedPostRequest + 4, // 35: livekit.SimulationRun.Get.Response.run:type_name -> livekit.SimulationRun + 1, // 36: livekit.SimulationRun.List.Request.status:type_name -> livekit.SimulationRun.Status + 44, // 37: livekit.SimulationRun.List.Request.page_token:type_name -> livekit.TokenPagination + 4, // 38: livekit.SimulationRun.List.Response.runs:type_name -> livekit.SimulationRun + 44, // 39: livekit.SimulationRun.List.Response.next_page_token:type_name -> livekit.TokenPagination + 5, // 40: livekit.Scenario.CreateFromSession.Response.scenario:type_name -> livekit.Scenario + 26, // 41: livekit.AgentSimulation.CreateSimulationRun:input_type -> livekit.SimulationRun.Create.Request + 28, // 42: livekit.AgentSimulation.ConfirmSimulationSourceUpload:input_type -> livekit.SimulationRun.ConfirmSourceUpload.Request + 30, // 43: livekit.AgentSimulation.GetSimulationRun:input_type -> livekit.SimulationRun.Get.Request + 32, // 44: livekit.AgentSimulation.ListSimulationRuns:input_type -> livekit.SimulationRun.List.Request + 34, // 45: livekit.AgentSimulation.CancelSimulationRun:input_type -> livekit.SimulationRun.Cancel.Request + 38, // 46: livekit.AgentSimulation.CreateScenarioFromSession:input_type -> livekit.Scenario.CreateFromSession.Request + 27, // 47: livekit.AgentSimulation.CreateSimulationRun:output_type -> livekit.SimulationRun.Create.Response + 29, // 48: livekit.AgentSimulation.ConfirmSimulationSourceUpload:output_type -> livekit.SimulationRun.ConfirmSourceUpload.Response + 31, // 49: livekit.AgentSimulation.GetSimulationRun:output_type -> livekit.SimulationRun.Get.Response + 33, // 50: livekit.AgentSimulation.ListSimulationRuns:output_type -> livekit.SimulationRun.List.Response + 35, // 51: livekit.AgentSimulation.CancelSimulationRun:output_type -> livekit.SimulationRun.Cancel.Response + 39, // 52: livekit.AgentSimulation.CreateScenarioFromSession:output_type -> livekit.Scenario.CreateFromSession.Response + 47, // [47:53] is the sub-list for method output_type + 41, // [41:47] is the sub-list for method input_type + 41, // [41:41] is the sub-list for extension type_name + 41, // [41:41] is the sub-list for extension extendee + 0, // [0:41] is the sub-list for field type_name } func init() { file_livekit_agent_simulation_proto_init() } diff --git a/livekit/livekit_agent_simulation.twirp.go b/livekit/livekit_agent_simulation.twirp.go index 3fe4f678c..364665b48 100644 --- a/livekit/livekit_agent_simulation.twirp.go +++ b/livekit/livekit_agent_simulation.twirp.go @@ -1912,216 +1912,217 @@ func (s *agentSimulationServer) PathPrefix() string { } var twirpFileDescriptor9 = []byte{ - // 3364 bytes of a gzipped FileDescriptorProto + // 3380 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x5a, 0x4d, 0x6c, 0x1b, 0x49, 0x76, 0x36, 0x7f, 0x45, 0x3e, 0x8a, 0x3f, 0x2a, 0xc9, 0x32, 0xdd, 0xb3, 0x9e, 0xb1, 0x3d, 0x33, - 0x3b, 0x86, 0x3d, 0x23, 0x3b, 0x9a, 0x75, 0x66, 0xe5, 0x99, 0x01, 0x22, 0x4a, 0xb4, 0x29, 0x47, - 0x92, 0x95, 0x22, 0x85, 0xcd, 0x4e, 0x10, 0x34, 0x9a, 0xcd, 0x32, 0xdd, 0x72, 0xb3, 0x8b, 0xe9, - 0xaa, 0xb6, 0xac, 0x00, 0xb9, 0x06, 0x0b, 0xe4, 0x94, 0x5b, 0x72, 0x09, 0x72, 0x99, 0x43, 0x72, - 0xcd, 0x35, 0x40, 0xce, 0x41, 0x72, 0xc9, 0x25, 0xa7, 0x1c, 0x73, 0x08, 0x92, 0x73, 0xee, 0x41, - 0xbd, 0xaa, 0x6e, 0x36, 0xff, 0x24, 0x4d, 0x00, 0xdf, 0xf6, 0xc6, 0x7a, 0xef, 0x7b, 0xf5, 0xfb, - 0xbd, 0x9f, 0xae, 0x22, 0x7c, 0xec, 0x7b, 0xef, 0xd8, 0x5b, 0x4f, 0xda, 0xce, 0x90, 0x05, 0xd2, - 0x16, 0xde, 0x28, 0xf2, 0x1d, 0xe9, 0xf1, 0x60, 0x6b, 0x1c, 0x72, 0xc9, 0xc9, 0x8a, 0xd1, 0x5b, - 0xf7, 0x10, 0xf0, 0x78, 0x06, 0xce, 0x84, 0x48, 0xb0, 0xd6, 0x27, 0x43, 0xce, 0x87, 0x3e, 0x7b, - 0x8c, 0xad, 0x7e, 0xf4, 0xfa, 0xb1, 0xf4, 0x46, 0x4c, 0x48, 0x67, 0x34, 0x36, 0x80, 0xdb, 0xb1, - 0xb5, 0xeb, 0xf3, 0x68, 0xa0, 0xfb, 0x30, 0xaa, 0x8d, 0x58, 0x35, 0xe2, 0x03, 0xe6, 0x0b, 0x2d, - 0xbd, 0xff, 0x6f, 0x39, 0xd8, 0xe8, 0x26, 0x53, 0xa2, 0x51, 0xd0, 0x8d, 0x46, 0x23, 0x27, 0xbc, - 0x20, 0x9b, 0x50, 0x1c, 0x3b, 0x42, 0xb0, 0x41, 0x33, 0x73, 0x37, 0xf3, 0xa0, 0x40, 0x4d, 0x4b, - 0xc9, 0x5f, 0x3b, 0x9e, 0xcf, 0x06, 0xcd, 0xac, 0x96, 0xeb, 0x16, 0xb9, 0x03, 0x30, 0xe4, 0x5e, - 0x30, 0xb4, 0xcf, 0x99, 0xef, 0x37, 0x73, 0x77, 0x33, 0x0f, 0xca, 0xb4, 0x8c, 0x92, 0x5f, 0x31, - 0xdf, 0x57, 0x6a, 0xc9, 0x6d, 0x6f, 0x34, 0x0e, 0xf9, 0x3b, 0xd6, 0xcc, 0x6b, 0xb5, 0xe4, 0x07, - 0x5a, 0x40, 0xbe, 0x85, 0xa2, 0x27, 0x44, 0xc4, 0x44, 0xb3, 0x70, 0x37, 0xf7, 0xa0, 0xb2, 0xfd, - 0xe9, 0x96, 0x99, 0xed, 0xd6, 0xa2, 0xc9, 0x6d, 0x1d, 0x28, 0x2c, 0x35, 0x26, 0xe4, 0x0f, 0x60, - 0xd5, 0x7d, 0xe3, 0x48, 0xfb, 0x8d, 0x27, 0x24, 0x0f, 0x2f, 0x9a, 0x45, 0xec, 0x62, 0xeb, 0xf2, - 0x2e, 0xf6, 0xde, 0x38, 0xb2, 0xa3, 0x0d, 0xda, 0x81, 0x0c, 0x2f, 0x68, 0xc5, 0x9d, 0x48, 0xac, - 0x1f, 0xa0, 0x31, 0x0b, 0x20, 0x0d, 0xc8, 0xbd, 0x65, 0x17, 0xb8, 0x1d, 0x65, 0xaa, 0x7e, 0x92, - 0x27, 0x50, 0x78, 0xe7, 0xf8, 0x11, 0xc3, 0xad, 0xa8, 0x6c, 0x5b, 0xc9, 0x88, 0x7a, 0xdf, 0x55, - 0x0f, 0x7b, 0x3c, 0x90, 0xec, 0xbd, 0xa4, 0x1a, 0xf8, 0x2c, 0xfb, 0xcb, 0x8c, 0x65, 0x43, 0x01, - 0xe7, 0x4f, 0xee, 0x42, 0x65, 0xc0, 0x84, 0x1b, 0x7a, 0x63, 0x35, 0x37, 0xd3, 0x71, 0x5a, 0x44, - 0x3e, 0x06, 0x10, 0xd1, 0x70, 0xc8, 0x04, 0x02, 0xb2, 0x08, 0x48, 0x49, 0xc8, 0x06, 0x14, 0x7c, - 0xa7, 0xcf, 0xe2, 0xfd, 0xd6, 0x8d, 0xfb, 0xff, 0xf9, 0x1d, 0x54, 0xa7, 0xd6, 0x4c, 0x6a, 0x90, - 0xf5, 0x06, 0x66, 0x80, 0xac, 0x87, 0x87, 0x35, 0x0e, 0xf9, 0x19, 0x73, 0xa5, 0xed, 0x0d, 0x4c, - 0xbf, 0x65, 0x23, 0x39, 0x18, 0x90, 0xa7, 0x50, 0x14, 0xd2, 0x91, 0x91, 0xc0, 0x7e, 0x6b, 0xdb, - 0x77, 0x16, 0x6f, 0xe5, 0x56, 0x17, 0x41, 0xd4, 0x80, 0xc9, 0x23, 0x58, 0xd3, 0xa4, 0x4d, 0xaf, - 0x4a, 0x1f, 0x75, 0x03, 0x15, 0xfb, 0xa9, 0xa5, 0x6d, 0x40, 0x81, 0x85, 0x21, 0x0f, 0x9b, 0x05, - 0x3d, 0x75, 0x6c, 0x90, 0x1d, 0x00, 0x37, 0x64, 0x8e, 0x64, 0x03, 0xdb, 0x91, 0xcd, 0xa2, 0xd9, - 0x56, 0xcd, 0xfa, 0xad, 0x98, 0xf5, 0x5b, 0xbd, 0x98, 0xf5, 0xb4, 0x6c, 0xd0, 0xbb, 0x92, 0x6c, - 0x41, 0xfe, 0x8c, 0xf7, 0x45, 0x73, 0x05, 0x4f, 0xdf, 0x5a, 0x32, 0xe5, 0x97, 0xbc, 0x4f, 0x11, - 0x47, 0xbe, 0x81, 0x15, 0xa1, 0xb9, 0xd0, 0x2c, 0xe1, 0x38, 0x77, 0x2e, 0x25, 0x0c, 0x8d, 0xd1, - 0x6a, 0xf3, 0xf4, 0x32, 0x03, 0x67, 0xc4, 0x9a, 0x65, 0xbd, 0x79, 0x28, 0x39, 0x76, 0x46, 0x8c, - 0x7c, 0x0f, 0x35, 0xe1, 0xb2, 0xc0, 0x09, 0x3d, 0x6e, 0x0f, 0x43, 0x1e, 0x8d, 0x9b, 0x80, 0xdd, - 0x6f, 0x4e, 0xba, 0x37, 0xea, 0x17, 0x4a, 0x4b, 0xab, 0x22, 0xdd, 0x24, 0x4f, 0xa1, 0xc4, 0x82, - 0x81, 0x5e, 0x7f, 0xe5, 0xca, 0xf5, 0xaf, 0x20, 0x76, 0x57, 0x92, 0x8f, 0xa0, 0x7c, 0xc6, 0xfb, - 0xb6, 0xcb, 0xa3, 0x40, 0x36, 0x57, 0xd1, 0x33, 0x4b, 0x67, 0xbc, 0xbf, 0xa7, 0xda, 0xe4, 0x1e, - 0xac, 0x6a, 0xef, 0x35, 0xfa, 0x2a, 0xea, 0x2b, 0x5a, 0x96, 0x40, 0xb4, 0x23, 0x1b, 0x48, 0x4d, - 0x43, 0xb4, 0x4c, 0x43, 0xbe, 0x80, 0x7a, 0x10, 0x8d, 0x52, 0x01, 0x4c, 0x34, 0xeb, 0x88, 0xaa, - 0x05, 0xd1, 0x68, 0xb2, 0x65, 0x82, 0x6c, 0x43, 0x21, 0x12, 0xce, 0x90, 0x35, 0x1b, 0x38, 0xff, - 0x9f, 0x2d, 0x39, 0x8a, 0x53, 0x85, 0xa1, 0x1a, 0xaa, 0x7c, 0xc1, 0xe5, 0x81, 0x1b, 0x85, 0x21, - 0x0b, 0xdc, 0x8b, 0xe6, 0x9a, 0x1e, 0x3e, 0x25, 0x22, 0x8f, 0x20, 0xaf, 0x22, 0x57, 0x93, 0x20, - 0x25, 0x6f, 0x2d, 0xe8, 0xf4, 0x88, 0x0f, 0x18, 0x45, 0x10, 0xf9, 0x16, 0x56, 0x46, 0x4c, 0x86, - 0x9e, 0x2b, 0x9a, 0xeb, 0x38, 0x89, 0x7b, 0x4b, 0x26, 0x41, 0xa3, 0xe0, 0x48, 0x03, 0x69, 0x6c, - 0x61, 0xfd, 0x7b, 0x01, 0x72, 0x2f, 0x79, 0x7f, 0xce, 0x6b, 0x76, 0x12, 0xb7, 0xc8, 0xe2, 0x1c, - 0xee, 0x2d, 0xe7, 0xd8, 0xac, 0x6b, 0xdc, 0x87, 0x55, 0x2f, 0x10, 0x32, 0x8c, 0x5c, 0xbd, 0x71, - 0xda, 0x5f, 0xa7, 0x64, 0x13, 0x8f, 0xc8, 0xa7, 0x3d, 0xe2, 0x2b, 0x20, 0x9a, 0x6d, 0xec, 0xfd, - 0x98, 0xb9, 0xd2, 0x6c, 0xbc, 0x76, 0x1a, 0xed, 0x6e, 0xed, 0x94, 0x62, 0x12, 0x11, 0x8a, 0xa9, - 0x88, 0x40, 0x08, 0xe4, 0xa5, 0x33, 0xd4, 0xbe, 0x51, 0xa6, 0xf8, 0x5b, 0x31, 0x26, 0xe4, 0x7c, - 0xa4, 0x59, 0x5c, 0x42, 0x74, 0x49, 0x09, 0x90, 0xc4, 0x3b, 0x00, 0x42, 0x3a, 0xa1, 0xf1, 0x43, - 0xb8, 0xda, 0x0f, 0x0d, 0x7a, 0x57, 0xfe, 0x7f, 0x09, 0x7c, 0x0b, 0x56, 0x70, 0x3a, 0xde, 0x00, - 0xe9, 0x5b, 0xa6, 0x45, 0xd5, 0x3c, 0x18, 0x90, 0xdf, 0x8d, 0xd9, 0x54, 0xc5, 0xce, 0xee, 0x5e, - 0xb2, 0xe9, 0x53, 0x8c, 0x4a, 0x51, 0xa0, 0x76, 0x29, 0x05, 0x5e, 0xf2, 0xfe, 0x1c, 0x05, 0xfe, - 0x18, 0x0a, 0xd8, 0x19, 0x79, 0x00, 0x0d, 0x15, 0xbf, 0x6d, 0x19, 0x85, 0x81, 0x30, 0xbe, 0xa1, - 0x13, 0x62, 0x4d, 0xc9, 0x7b, 0x4a, 0xac, 0xdd, 0xe3, 0x21, 0xac, 0x39, 0xd1, 0xc0, 0xe3, 0x53, - 0x50, 0x9d, 0x23, 0xeb, 0xa8, 0x98, 0x60, 0xef, 0x73, 0x28, 0x6a, 0x82, 0x10, 0x02, 0xb5, 0x6e, - 0x6f, 0xb7, 0x77, 0xda, 0xb5, 0x4f, 0xda, 0xc7, 0xfb, 0x07, 0xc7, 0x2f, 0x1a, 0x37, 0x52, 0x32, - 0x7a, 0x7a, 0x7c, 0xac, 0x64, 0x19, 0xb2, 0x01, 0x0d, 0x23, 0xdb, 0x7b, 0x75, 0x74, 0x72, 0xd8, - 0xee, 0xb5, 0xf7, 0x1b, 0x59, 0xb2, 0x06, 0x55, 0x23, 0x7d, 0xbe, 0x7b, 0x70, 0xd8, 0xde, 0x6f, - 0xe4, 0xd2, 0xc0, 0xdd, 0xe3, 0xbd, 0xf6, 0xa1, 0x92, 0xe6, 0x5f, 0xe6, 0x4b, 0xe5, 0x06, 0x58, - 0x7f, 0x7d, 0x17, 0x60, 0xb2, 0x5a, 0xf2, 0x10, 0x6a, 0x8e, 0xeb, 0x46, 0xa1, 0xe3, 0x5e, 0xd8, - 0xc2, 0xe5, 0x21, 0xc3, 0x95, 0x65, 0x3b, 0x37, 0x68, 0x35, 0x96, 0x77, 0x95, 0xf8, 0x37, 0x99, - 0x0c, 0xd9, 0x82, 0x86, 0x22, 0x60, 0xe8, 0xb1, 0xc0, 0x65, 0x06, 0x9d, 0x45, 0x74, 0x86, 0xd6, - 0x27, 0x9a, 0x04, 0xff, 0x25, 0xd4, 0xa5, 0x23, 0xde, 0xda, 0x2e, 0x1f, 0x8d, 0x7d, 0x86, 0x99, - 0x20, 0x87, 0xf0, 0x2c, 0xad, 0x29, 0xc5, 0x5e, 0x22, 0x57, 0xe8, 0x6f, 0x20, 0x27, 0xa4, 0x44, - 0xe2, 0x57, 0xb6, 0x3f, 0xbf, 0xf2, 0x9c, 0xb6, 0xba, 0xbd, 0x1e, 0x55, 0x16, 0xca, 0xd0, 0xf7, - 0x47, 0xe8, 0x0e, 0xd7, 0x32, 0x3c, 0x3c, 0x3c, 0xa2, 0xca, 0x42, 0x19, 0x4a, 0x29, 0x4c, 0x86, - 0xb9, 0x86, 0x61, 0xaf, 0xd7, 0xa5, 0xca, 0x82, 0x50, 0x58, 0x75, 0x79, 0xf0, 0x8e, 0x85, 0x02, - 0x61, 0xcd, 0x15, 0xec, 0x61, 0xeb, 0xea, 0x1e, 0xf6, 0x52, 0x56, 0x74, 0xaa, 0x0f, 0x72, 0x00, - 0x65, 0x13, 0x55, 0x79, 0x68, 0x92, 0xd1, 0xa3, 0x6b, 0x6c, 0x42, 0x6c, 0x42, 0x27, 0xd6, 0xe4, - 0x3b, 0x28, 0x20, 0xff, 0x9a, 0x65, 0x4c, 0x83, 0x3f, 0xbf, 0xc6, 0xca, 0xa2, 0x30, 0xa0, 0xda, - 0x88, 0x7c, 0x02, 0x95, 0xb3, 0x68, 0x30, 0x64, 0xba, 0x46, 0x44, 0xbf, 0x2f, 0x53, 0x40, 0x91, - 0x0a, 0xae, 0xfe, 0x84, 0xe4, 0x69, 0x58, 0x05, 0x61, 0x9a, 0xe4, 0x2f, 0x27, 0xd8, 0x2f, 0x81, - 0xbc, 0x71, 0x84, 0x1d, 0xb2, 0x11, 0x97, 0x2c, 0x2e, 0x64, 0xd1, 0xb9, 0x4b, 0xb4, 0xf1, 0xc6, - 0x11, 0x14, 0x15, 0x5d, 0x2d, 0x27, 0x0f, 0x21, 0x2b, 0x9f, 0x18, 0x1f, 0xbf, 0x2c, 0x60, 0x64, - 0xe5, 0x13, 0xeb, 0x5f, 0x73, 0x90, 0xeb, 0xf6, 0x7a, 0xe4, 0x26, 0xe4, 0xce, 0x59, 0x98, 0xb0, - 0x56, 0x35, 0x14, 0x9b, 0x6e, 0x43, 0xe1, 0x9c, 0x87, 0x03, 0x1d, 0xa6, 0xab, 0x9d, 0x0c, 0xd5, - 0x4d, 0xa5, 0xfa, 0x0c, 0x2a, 0xea, 0xb7, 0x8d, 0xb1, 0x55, 0x87, 0xe1, 0x6a, 0x27, 0x4b, 0x41, - 0x09, 0xdb, 0x28, 0x53, 0xa8, 0x9b, 0x90, 0x73, 0x99, 0x8e, 0xc3, 0xd9, 0x4e, 0x8e, 0xaa, 0x86, - 0x12, 0x3f, 0x84, 0xda, 0x5b, 0x76, 0x21, 0x59, 0x38, 0xb2, 0x43, 0xe6, 0x3a, 0xbe, 0x8f, 0xbc, - 0xcb, 0x76, 0xf2, 0xb4, 0x6a, 0xe4, 0x14, 0xc5, 0xc6, 0x5f, 0x8c, 0x4c, 0xd8, 0x91, 0x94, 0x2c, - 0x64, 0x03, 0x24, 0x5b, 0xb5, 0x53, 0xa0, 0xf5, 0x58, 0x73, 0xaa, 0x15, 0x0a, 0xff, 0x0b, 0x58, - 0x4f, 0xf0, 0x21, 0x73, 0xf9, 0x30, 0xf0, 0xfe, 0x94, 0x0d, 0x90, 0x5d, 0xd5, 0x4e, 0x91, 0x92, - 0x58, 0x49, 0x13, 0x9d, 0xb2, 0xfa, 0x1e, 0x9a, 0x32, 0x74, 0x82, 0xa4, 0xaa, 0xb2, 0x7d, 0x47, - 0xaa, 0x64, 0x69, 0x8f, 0x04, 0xf2, 0xa8, 0xda, 0x59, 0xa1, 0x9b, 0x53, 0x88, 0x43, 0x0d, 0x38, - 0x52, 0xeb, 0x6c, 0x15, 0x21, 0x6f, 0x9f, 0xb3, 0xb0, 0x55, 0x82, 0xa2, 0x8d, 0x5b, 0xd4, 0xaa, - 0xc1, 0xaa, 0x9d, 0xda, 0x20, 0x44, 0xb8, 0x2c, 0x6c, 0xad, 0x41, 0xdd, 0x9e, 0x5e, 0x7b, 0x6b, - 0x1d, 0xd6, 0xec, 0xd9, 0x25, 0xb6, 0x36, 0x61, 0xc3, 0x5e, 0xb0, 0x8e, 0xd6, 0x47, 0x70, 0xdb, - 0x5e, 0x36, 0x53, 0xeb, 0xbf, 0x32, 0x90, 0x3b, 0x3c, 0x3c, 0x22, 0x3f, 0x83, 0x15, 0x29, 0x5f, - 0x4b, 0x35, 0xf9, 0x0c, 0x4e, 0xfe, 0x06, 0x2d, 0x2a, 0x01, 0x4e, 0xd6, 0x68, 0x85, 0xd2, 0xc6, - 0xe7, 0xaa, 0xb4, 0x42, 0x6b, 0x1f, 0xc3, 0x9a, 0xe4, 0x6f, 0x59, 0x20, 0xec, 0x31, 0x0b, 0x6d, - 0xc1, 0x5c, 0x1e, 0x0c, 0x92, 0x88, 0x53, 0xd7, 0xaa, 0x13, 0x16, 0x76, 0x51, 0xa1, 0x0c, 0x9e, - 0xc0, 0x9a, 0xaa, 0x2e, 0x3c, 0xc1, 0x02, 0x26, 0x84, 0x89, 0x68, 0xf1, 0x89, 0x37, 0x52, 0xaa, - 0x38, 0xa4, 0xb5, 0x00, 0x4a, 0xb6, 0x99, 0x5f, 0xfc, 0x5b, 0xcd, 0xa6, 0xb5, 0x01, 0xc4, 0x9e, - 0x1b, 0x1b, 0xa5, 0x73, 0x03, 0x58, 0xff, 0x9c, 0x85, 0x5c, 0xaf, 0xd7, 0x35, 0x8b, 0x71, 0x66, - 0x97, 0xea, 0xa4, 0x97, 0xda, 0x9f, 0x5d, 0x6a, 0xff, 0x28, 0x66, 0xa7, 0x62, 0x7d, 0xbc, 0xb8, - 0x98, 0xf5, 0x8f, 0xa0, 0x2e, 0xc6, 0x8c, 0xb9, 0x6f, 0xec, 0xd0, 0x91, 0xcc, 0x3e, 0x1f, 0x8f, - 0x92, 0xe5, 0x54, 0xb5, 0x82, 0x3a, 0x92, 0xfd, 0x6a, 0x3c, 0x32, 0xab, 0x0f, 0x1c, 0x19, 0x85, - 0x8e, 0x9f, 0x5a, 0x7d, 0xcc, 0xe6, 0x46, 0x4a, 0x95, 0x04, 0xf4, 0x27, 0xb0, 0xc6, 0x82, 0x28, - 0x70, 0x3d, 0x8c, 0x21, 0xc6, 0xa2, 0x88, 0x16, 0x05, 0xda, 0x48, 0xa9, 0x66, 0xf7, 0xcb, 0x49, - 0xed, 0x97, 0x5a, 0x52, 0xc2, 0x3a, 0x02, 0x0d, 0x7b, 0x66, 0xc6, 0xb8, 0x6b, 0x73, 0x13, 0x43, - 0xe9, 0xdc, 0xe0, 0xd6, 0x9f, 0x03, 0xac, 0xa6, 0x83, 0x2a, 0x72, 0x20, 0x0a, 0x03, 0x5b, 0x3a, - 0x6f, 0xd5, 0x87, 0xe8, 0x74, 0x4a, 0xab, 0x2b, 0x55, 0x0f, 0x35, 0xc9, 0x9a, 0x9e, 0xc1, 0xad, - 0x90, 0x89, 0x31, 0x0f, 0x04, 0x4b, 0xf8, 0x38, 0x7e, 0xfa, 0x24, 0xde, 0xf7, 0x42, 0x27, 0x43, - 0x37, 0x62, 0x80, 0x71, 0x9c, 0x93, 0xa7, 0x4f, 0xf4, 0x29, 0x2c, 0xb4, 0xdd, 0x79, 0xaa, 0x6c, - 0x73, 0x68, 0x9b, 0x9d, 0xb7, 0xdd, 0x79, 0x7a, 0x99, 0xed, 0x8e, 0xb2, 0xcd, 0xa3, 0x6d, 0x6e, - 0x81, 0xed, 0x8e, 0xb6, 0xfd, 0x25, 0x6c, 0xea, 0x7a, 0xf0, 0xc2, 0x63, 0xfe, 0x20, 0xed, 0xf0, - 0x05, 0xa4, 0x4a, 0x9e, 0xae, 0xa3, 0xfe, 0xd7, 0x4a, 0x9d, 0xf6, 0x76, 0xf2, 0x2d, 0xdc, 0x62, - 0x5c, 0xda, 0x23, 0x4f, 0x8c, 0x43, 0x36, 0xf0, 0xb0, 0xea, 0x34, 0x65, 0x4a, 0x1c, 0x99, 0x6e, - 0x32, 0x2e, 0x8f, 0xd2, 0x7a, 0x2c, 0x57, 0x94, 0xf1, 0x03, 0xa8, 0xf2, 0x77, 0x2c, 0xf4, 0x9d, - 0xb1, 0x3a, 0x2c, 0x8f, 0x63, 0x64, 0xca, 0x76, 0x8a, 0x74, 0xd5, 0x88, 0xa9, 0x92, 0x1a, 0x4f, - 0x8c, 0x91, 0xe6, 0x74, 0x53, 0xc1, 0xa8, 0x6e, 0x54, 0x5d, 0xd4, 0xe8, 0x79, 0x3d, 0x82, 0xba, - 0xe4, 0xd2, 0xf1, 0x53, 0xf0, 0x32, 0xc2, 0x4b, 0xb4, 0x8a, 0x8a, 0x34, 0xf8, 0x2b, 0x68, 0x08, - 0xcf, 0xc7, 0x22, 0x44, 0x1b, 0x8d, 0x04, 0xa6, 0xa9, 0x6a, 0xa7, 0x4c, 0x6b, 0x46, 0xd3, 0x53, - 0x0a, 0x0d, 0xff, 0x06, 0x6e, 0x3a, 0xe7, 0x6f, 0xcf, 0x9d, 0x70, 0x60, 0xc7, 0x66, 0x7a, 0xc5, - 0x15, 0xb4, 0x01, 0xba, 0x6e, 0xd4, 0x5d, 0xad, 0x4d, 0xd6, 0xfb, 0x3d, 0x34, 0xa3, 0xc0, 0x09, - 0xc4, 0xb9, 0x0a, 0x6b, 0xca, 0xaf, 0x05, 0x0f, 0x1c, 0x5d, 0xda, 0x61, 0x0a, 0xab, 0x76, 0x2a, - 0x74, 0x73, 0x82, 0x38, 0xd1, 0x00, 0x2c, 0xf1, 0x8c, 0xf9, 0x6b, 0xc7, 0x17, 0xcc, 0xf6, 0x02, - 0xc9, 0xc2, 0x30, 0x1a, 0xa7, 0x36, 0xbb, 0x8a, 0xe6, 0xab, 0x74, 0x13, 0x11, 0x07, 0x29, 0x40, - 0x32, 0x7a, 0x0f, 0x3e, 0x5b, 0x60, 0x1e, 0x05, 0x2a, 0xa2, 0xbe, 0xc3, 0x19, 0x4d, 0xbe, 0xd2, - 0xaa, 0x9d, 0x2a, 0xbd, 0x37, 0xd7, 0xd5, 0xe9, 0x04, 0x9b, 0xf4, 0xda, 0x86, 0x3b, 0x9a, 0x3a, - 0x21, 0x1b, 0x73, 0xac, 0xed, 0xd9, 0x36, 0x4b, 0x33, 0xa8, 0x8e, 0xdd, 0xd5, 0xe8, 0x6d, 0x84, - 0x51, 0x83, 0x6a, 0x6f, 0xb3, 0xa9, 0xac, 0x81, 0xf1, 0x6e, 0xd6, 0xcf, 0x5a, 0x16, 0x34, 0xed, - 0x25, 0xce, 0xb4, 0x44, 0x87, 0xce, 0xb2, 0x4c, 0xa7, 0x9c, 0xa1, 0x75, 0x1b, 0x6e, 0xd9, 0x8b, - 0xc9, 0x8e, 0x66, 0x4b, 0xd8, 0xdc, 0x6a, 0x40, 0xcd, 0x9e, 0x22, 0x2b, 0x4e, 0x79, 0x8e, 0x94, - 0x18, 0x80, 0x66, 0x98, 0x87, 0x59, 0x6d, 0x96, 0x60, 0xad, 0x26, 0x6c, 0xda, 0x0b, 0x69, 0x84, - 0x79, 0x6d, 0x19, 0x4f, 0x50, 0xb9, 0x8c, 0x05, 0xad, 0x2f, 0xe0, 0x73, 0xfb, 0x3a, 0x67, 0xdc, - 0xba, 0x0b, 0x1f, 0xdb, 0x97, 0x1e, 0x9b, 0xf5, 0x57, 0x19, 0x28, 0x27, 0xc5, 0x20, 0x06, 0x6a, - 0x27, 0xf4, 0x2f, 0x6c, 0x95, 0x84, 0xbd, 0xc0, 0x49, 0xee, 0x96, 0x4a, 0x9d, 0x1b, 0xb4, 0x81, - 0xaa, 0xde, 0x44, 0x63, 0x6a, 0x15, 0xd5, 0xdb, 0x94, 0x41, 0x16, 0x0d, 0x32, 0xb4, 0xae, 0x34, - 0xd3, 0x78, 0x1d, 0x8e, 0x67, 0x87, 0xc0, 0x9d, 0x9b, 0xed, 0xc6, 0xfa, 0x9f, 0x22, 0xe4, 0x95, - 0x53, 0xa8, 0xef, 0x52, 0x2f, 0x18, 0xb0, 0xf7, 0x3a, 0xdd, 0x51, 0xdd, 0x50, 0xdf, 0xf4, 0x21, - 0xf7, 0x99, 0xf9, 0x9e, 0xbe, 0xb5, 0xe0, 0xfe, 0x8c, 0x72, 0x9f, 0x51, 0x04, 0x91, 0x8f, 0xa1, - 0x84, 0x5f, 0x99, 0x71, 0x88, 0x55, 0x49, 0x73, 0x05, 0x25, 0xda, 0xd7, 0x2d, 0x28, 0xb2, 0x60, - 0x10, 0x07, 0x51, 0xac, 0xfb, 0x58, 0x30, 0xd0, 0xba, 0xaf, 0x61, 0x7d, 0x8e, 0x64, 0x26, 0x64, - 0xaa, 0x48, 0xbd, 0x36, 0x13, 0x6d, 0xb5, 0xd1, 0x0e, 0x4c, 0xd7, 0x4e, 0xf6, 0x80, 0xf9, 0x0e, - 0xda, 0xe9, 0x78, 0x99, 0xa3, 0x1b, 0x53, 0xfa, 0x7d, 0xa5, 0xd6, 0xa6, 0x9f, 0x42, 0xc5, 0xf7, - 0x47, 0x71, 0xb9, 0x60, 0xca, 0xb8, 0x3c, 0x2d, 0xfb, 0xfe, 0xa8, 0x97, 0x54, 0x34, 0x13, 0x90, - 0x98, 0xc4, 0xc8, 0x42, 0x0c, 0x12, 0x09, 0x48, 0x4a, 0x11, 0x27, 0x52, 0x13, 0x19, 0x8b, 0xb4, - 0x2c, 0xa5, 0xe8, 0x25, 0x05, 0xc3, 0x04, 0xd4, 0x9f, 0x04, 0xc4, 0x95, 0x18, 0x64, 0xea, 0x86, - 0x2b, 0xdd, 0xbf, 0x62, 0xa2, 0xee, 0xa5, 0xee, 0xbf, 0xb8, 0x70, 0x5a, 0xc5, 0x6c, 0x50, 0x5e, - 0x58, 0x38, 0x2d, 0x2e, 0x36, 0xaa, 0x68, 0x01, 0x3f, 0xa1, 0xd8, 0xa8, 0xa1, 0x45, 0x65, 0x61, - 0xb1, 0xa1, 0xf8, 0xf5, 0xda, 0x77, 0x86, 0x2a, 0x86, 0xe5, 0x1e, 0x94, 0xa9, 0x6e, 0xb4, 0x2a, - 0x50, 0xb6, 0x63, 0xce, 0xb4, 0xca, 0xb0, 0x62, 0x6b, 0x82, 0x60, 0x99, 0xba, 0x80, 0x0f, 0x18, - 0x70, 0x16, 0x1f, 0x39, 0x56, 0xc6, 0xa9, 0x23, 0x4d, 0xb7, 0x45, 0xdc, 0x4e, 0x1d, 0x54, 0xba, - 0x8d, 0x55, 0xcf, 0x95, 0x6e, 0xbc, 0xb8, 0x62, 0xfc, 0x29, 0x15, 0x11, 0x56, 0xe9, 0xd3, 0x5f, - 0xf4, 0xe8, 0x95, 0xb3, 0x1f, 0xee, 0x3a, 0xf0, 0x4d, 0x7f, 0x9d, 0x5b, 0xff, 0x92, 0x07, 0x98, - 0x5c, 0x86, 0x7d, 0xd0, 0xbb, 0x81, 0xdf, 0x01, 0x92, 0xdc, 0x90, 0x8e, 0x1d, 0x21, 0xb0, 0xfc, - 0x4b, 0xea, 0xd9, 0x46, 0xac, 0x3b, 0x71, 0x84, 0x50, 0x25, 0xeb, 0x6f, 0x2f, 0x08, 0xc8, 0x1d, - 0x80, 0x33, 0xde, 0x17, 0x3a, 0x23, 0xe9, 0x18, 0x40, 0xcb, 0x4a, 0x82, 0xa5, 0x0e, 0x7e, 0xb6, - 0x2b, 0xb5, 0x79, 0x98, 0x41, 0xf7, 0xa7, 0x68, 0xf1, 0x5c, 0x3f, 0xce, 0x3c, 0x81, 0x0d, 0x04, - 0x24, 0xf7, 0x04, 0xf6, 0x6b, 0x27, 0xf2, 0x4d, 0x15, 0x44, 0x89, 0xd2, 0x25, 0x09, 0xe4, 0xb9, - 0xd2, 0x5c, 0x9b, 0x4a, 0x37, 0x61, 0xdd, 0x9e, 0x3f, 0x4c, 0xeb, 0x7f, 0x73, 0x50, 0xdc, 0xc3, - 0xab, 0x79, 0xeb, 0x3f, 0xb2, 0xb0, 0x42, 0xd9, 0x9f, 0x44, 0x4c, 0xc8, 0x99, 0x77, 0x87, 0xcc, - 0xec, 0xbb, 0xc3, 0xf4, 0xcd, 0x7a, 0x76, 0xf6, 0x66, 0x7d, 0xc1, 0x05, 0x74, 0x7e, 0xe1, 0x05, - 0xf4, 0x26, 0x14, 0x43, 0x36, 0x54, 0x9b, 0x5f, 0x34, 0x57, 0x89, 0xd8, 0x22, 0xad, 0xb9, 0xab, - 0xf9, 0x95, 0xcb, 0xae, 0xe6, 0x15, 0xd9, 0xa7, 0x2e, 0xe7, 0x15, 0x13, 0x3f, 0x9f, 0xbe, 0xa8, - 0x2e, 0x99, 0xef, 0x84, 0xb4, 0x50, 0x17, 0xb5, 0xfa, 0xb6, 0xba, 0x7c, 0x8d, 0xdb, 0x6a, 0xdc, - 0xec, 0xe9, 0x89, 0x61, 0xf8, 0x48, 0x75, 0xf9, 0x32, 0x5f, 0xca, 0x35, 0xf2, 0x74, 0xfe, 0x7d, - 0xc5, 0xfa, 0x8b, 0x0c, 0x94, 0xa8, 0x09, 0x65, 0xe4, 0x21, 0xac, 0x4d, 0x76, 0xc7, 0x0e, 0xa3, - 0x60, 0xb2, 0xcd, 0x75, 0x91, 0xe6, 0xdd, 0xc1, 0x80, 0x74, 0x61, 0x73, 0x1c, 0x32, 0xe1, 0x0d, - 0x03, 0x55, 0xb8, 0x70, 0xa1, 0x02, 0x13, 0x9e, 0x92, 0x79, 0xcd, 0x9a, 0x3c, 0x87, 0x9c, 0xc4, - 0xb0, 0x13, 0x2e, 0xa4, 0x39, 0x4a, 0xba, 0x31, 0x5e, 0x20, 0xb5, 0xfe, 0x36, 0x03, 0xeb, 0x7b, - 0x3c, 0x78, 0xed, 0x85, 0xa3, 0x2e, 0x8f, 0x42, 0x97, 0x9d, 0x8e, 0x7d, 0xee, 0x0c, 0xac, 0x3f, - 0xbb, 0x36, 0x07, 0x16, 0x2e, 0x21, 0xbb, 0x78, 0x09, 0x5f, 0x40, 0xdd, 0xe5, 0x03, 0x66, 0xb3, - 0x40, 0x86, 0x17, 0x63, 0xee, 0x05, 0xd2, 0x5c, 0xac, 0xd7, 0x94, 0xb8, 0x9d, 0x48, 0x2d, 0x98, - 0xec, 0x91, 0xf5, 0x97, 0x19, 0xc8, 0xbd, 0x60, 0xd2, 0xea, 0x7d, 0x88, 0x29, 0x59, 0xbf, 0x48, - 0x9d, 0xc6, 0x03, 0xc8, 0x85, 0x91, 0xae, 0xbd, 0xa6, 0x38, 0x96, 0x36, 0xa1, 0x0a, 0x62, 0xfd, - 0x53, 0x16, 0xf2, 0x87, 0x9e, 0x90, 0xd6, 0x3f, 0x66, 0xae, 0x3d, 0xab, 0x67, 0x33, 0xaf, 0x11, - 0x97, 0x3f, 0xd2, 0x75, 0x6e, 0xc4, 0x6f, 0x11, 0x8a, 0x9d, 0xdf, 0x01, 0x8c, 0x9d, 0x21, 0xd3, - 0xd7, 0x16, 0xb8, 0x67, 0x95, 0xed, 0x66, 0x62, 0xdf, 0x53, 0xd2, 0x13, 0x67, 0x68, 0x8a, 0xb8, - 0x4e, 0x86, 0x96, 0x15, 0x1a, 0xc5, 0xaa, 0xfe, 0x53, 0x89, 0x54, 0xf7, 0xd5, 0xaa, 0x42, 0xc5, - 0x9e, 0xf4, 0x64, 0xbd, 0x9f, 0xe2, 0x62, 0x3e, 0x8c, 0x02, 0xd1, 0xcc, 0xe0, 0x45, 0xe4, 0xb2, - 0xe5, 0x23, 0x86, 0xfc, 0x1e, 0xd4, 0x03, 0xf6, 0x5e, 0xa6, 0xba, 0x32, 0x24, 0x5c, 0x3a, 0x29, - 0x5a, 0x55, 0x06, 0x27, 0xf1, 0xb4, 0xac, 0x33, 0x28, 0xee, 0x39, 0x81, 0xcb, 0xfc, 0x0f, 0x74, - 0xae, 0x69, 0x06, 0x7d, 0xe0, 0xc7, 0x81, 0x1f, 0x33, 0xc9, 0xeb, 0xc0, 0x6d, 0xb8, 0x39, 0xfd, - 0x3a, 0x60, 0x9f, 0x9e, 0x1c, 0xbe, 0xda, 0xdd, 0x6f, 0xdc, 0x20, 0x37, 0x61, 0xcd, 0xa8, 0x5e, - 0xb4, 0x8f, 0xdb, 0x74, 0xb7, 0xa7, 0xdf, 0x09, 0xe6, 0xdf, 0x0e, 0xb2, 0x64, 0x13, 0x88, 0x91, - 0x75, 0x4f, 0x8f, 0x8e, 0x76, 0xe9, 0xc1, 0x0f, 0x4a, 0x9e, 0x5b, 0xf8, 0xa6, 0x90, 0x9f, 0x7f, - 0x53, 0x28, 0x2c, 0x7c, 0x53, 0x28, 0xde, 0xff, 0x31, 0x07, 0xa5, 0x38, 0x5e, 0x4e, 0xde, 0x9d, - 0x32, 0xe9, 0x77, 0xa7, 0xd9, 0x67, 0xaf, 0xec, 0x82, 0x67, 0xaf, 0xc5, 0x0f, 0x5c, 0xb9, 0x65, - 0x0f, 0x5c, 0x8f, 0xcd, 0x53, 0x56, 0x1e, 0x69, 0xf5, 0xd1, 0x5c, 0xe4, 0xde, 0xea, 0x39, 0x43, - 0xa1, 0x5f, 0xf4, 0xf5, 0x3b, 0x97, 0x05, 0xa5, 0x48, 0xb0, 0x70, 0xe0, 0x48, 0xc7, 0x3c, 0x9b, - 0x25, 0x6d, 0xeb, 0xef, 0x32, 0xb0, 0xa6, 0xd3, 0xd4, 0xf3, 0x90, 0x8f, 0xcc, 0x55, 0xb4, 0xf5, - 0xeb, 0x6b, 0x33, 0x28, 0xf5, 0x68, 0x95, 0x9d, 0x7a, 0xb4, 0x9a, 0x64, 0xa0, 0x5c, 0x3a, 0x03, - 0x59, 0x3b, 0x29, 0x07, 0xf9, 0x0a, 0x4a, 0x71, 0xd0, 0x37, 0x31, 0x62, 0x6d, 0x6e, 0x35, 0x34, - 0x81, 0x58, 0xdf, 0x40, 0x39, 0x59, 0xda, 0x82, 0xff, 0x22, 0x6c, 0xa4, 0xff, 0x8b, 0x50, 0x4e, - 0xfd, 0xdf, 0xe0, 0x7e, 0x0f, 0xaa, 0x53, 0x69, 0x8d, 0x10, 0xc8, 0x63, 0x82, 0xd5, 0xd6, 0xf8, - 0x9b, 0x3c, 0x86, 0x72, 0x3c, 0x92, 0x3a, 0xa6, 0xdc, 0xe2, 0xd9, 0x4c, 0x30, 0xf7, 0xff, 0x21, - 0x03, 0x64, 0xe2, 0xca, 0xfb, 0x9e, 0x18, 0x3b, 0xd2, 0x7d, 0xf3, 0x93, 0x32, 0xd0, 0x4d, 0x28, - 0x9e, 0xf1, 0xfe, 0x64, 0xf3, 0x0a, 0x67, 0xbc, 0x7f, 0x30, 0x98, 0xda, 0x97, 0xdc, 0x95, 0xfb, - 0x92, 0x64, 0xda, 0xfc, 0x35, 0x32, 0xed, 0xc3, 0xd7, 0x50, 0x9b, 0x96, 0x93, 0x4f, 0xe0, 0xa3, - 0xee, 0xc1, 0xd1, 0xe9, 0xe1, 0x6e, 0xef, 0xe0, 0xd5, 0xb1, 0x7d, 0xf4, 0x6a, 0xbf, 0x6d, 0x9f, - 0x1e, 0x77, 0x4f, 0xda, 0x7b, 0x07, 0xcf, 0x0f, 0xda, 0xca, 0xd1, 0x9a, 0xb0, 0x31, 0x0b, 0xe8, - 0xb5, 0xff, 0xb0, 0xd7, 0xc8, 0xa0, 0x77, 0xce, 0x68, 0x76, 0x4f, 0xf7, 0x0f, 0x5e, 0x35, 0xb2, - 0xdb, 0x7f, 0x53, 0x80, 0xfa, 0xae, 0xe2, 0xee, 0x64, 0x34, 0x32, 0x80, 0x75, 0xcd, 0xb5, 0xe9, - 0xff, 0x66, 0x2c, 0xab, 0x2d, 0x35, 0x76, 0x2b, 0xce, 0xac, 0x3f, 0xbf, 0x0a, 0x66, 0x58, 0xf5, - 0x9b, 0x0c, 0xdc, 0x89, 0x33, 0x70, 0x02, 0x4c, 0xe7, 0x62, 0xb2, 0xbd, 0xac, 0xa7, 0xf9, 0xbc, - 0x9d, 0x8c, 0xfe, 0xf5, 0x4f, 0xb2, 0x31, 0x53, 0xf9, 0x23, 0x68, 0xbc, 0x60, 0x72, 0x7a, 0xb5, - 0xf7, 0x97, 0x74, 0xf4, 0x82, 0xc9, 0x64, 0xb0, 0x4f, 0x2f, 0xc5, 0x98, 0xce, 0x6d, 0x20, 0x2a, - 0x63, 0x4e, 0x21, 0x04, 0x59, 0x66, 0xaa, 0xa0, 0x49, 0xff, 0x9f, 0x5d, 0x0e, 0x32, 0x03, 0xa8, - 0xe3, 0xc2, 0x8c, 0x72, 0xcd, 0xe3, 0x42, 0xec, 0xd5, 0xc7, 0x15, 0xc3, 0xcc, 0x28, 0xef, 0xe0, - 0xb6, 0x21, 0x85, 0xe1, 0x73, 0x2a, 0x10, 0x91, 0x47, 0xf3, 0xd1, 0x6d, 0x2e, 0x5a, 0x25, 0x23, - 0x7e, 0x79, 0x3d, 0xb0, 0x1e, 0xb7, 0xf5, 0xfc, 0x87, 0x4f, 0x87, 0x9e, 0x7c, 0x13, 0xf5, 0xb7, - 0x5c, 0x3e, 0x8a, 0xff, 0x73, 0xa6, 0xff, 0x57, 0xe6, 0x72, 0x3f, 0x16, 0xfc, 0x7d, 0xb6, 0x7a, - 0xe8, 0xbd, 0x63, 0xbf, 0x8f, 0x45, 0x20, 0x97, 0xfc, 0xbf, 0xb3, 0x35, 0xd3, 0x7e, 0xf6, 0x0c, - 0x05, 0xfd, 0x22, 0x9a, 0x7c, 0xfd, 0x7f, 0x01, 0x00, 0x00, 0xff, 0xff, 0xbf, 0x4c, 0x5b, 0x1c, - 0xe6, 0x26, 0x00, 0x00, + 0x3b, 0x86, 0x3d, 0x23, 0x3b, 0x9a, 0x75, 0x66, 0xe5, 0x99, 0x01, 0x22, 0x4a, 0xb4, 0x49, 0x47, + 0x92, 0x95, 0x22, 0x85, 0xcd, 0x4e, 0x10, 0x34, 0x9a, 0xdd, 0x65, 0xaa, 0xe5, 0x66, 0x37, 0xd3, + 0x55, 0x2d, 0x59, 0x0b, 0xe4, 0x1a, 0x2c, 0x90, 0x53, 0x6e, 0xc9, 0x25, 0xc8, 0x65, 0x0e, 0xc9, + 0x35, 0xd7, 0x00, 0x39, 0x07, 0xc9, 0x25, 0x97, 0x9c, 0x92, 0x7b, 0x90, 0x9c, 0x73, 0x0f, 0xea, + 0x55, 0x75, 0xb3, 0xf9, 0x27, 0x69, 0x02, 0xf8, 0x96, 0x1b, 0xeb, 0xbd, 0xef, 0xd5, 0xef, 0xf7, + 0x7e, 0xba, 0x8a, 0xf0, 0xb1, 0xe7, 0x9e, 0xb3, 0x77, 0xae, 0x30, 0xad, 0x21, 0xf3, 0x85, 0xc9, + 0xdd, 0x51, 0xe4, 0x59, 0xc2, 0x0d, 0xfc, 0xad, 0x71, 0x18, 0x88, 0x80, 0xac, 0x68, 0xbd, 0xf1, + 0x00, 0x01, 0x4f, 0x67, 0xe0, 0x8c, 0xf3, 0x04, 0x6b, 0x7c, 0x32, 0x0c, 0x82, 0xa1, 0xc7, 0x9e, + 0x62, 0x6b, 0x10, 0xbd, 0x7d, 0x2a, 0xdc, 0x11, 0xe3, 0xc2, 0x1a, 0x8d, 0x35, 0xe0, 0x6e, 0x6c, + 0x6d, 0x7b, 0x41, 0xe4, 0xa8, 0x3e, 0xb4, 0x6a, 0x23, 0x56, 0x8d, 0x02, 0x87, 0x79, 0x5c, 0x49, + 0x1f, 0xfe, 0x6b, 0x0e, 0x36, 0x7a, 0xc9, 0x94, 0x68, 0xe4, 0xf7, 0xa2, 0xd1, 0xc8, 0x0a, 0x2f, + 0xc9, 0x26, 0x14, 0xc7, 0x16, 0xe7, 0xcc, 0x69, 0x66, 0xee, 0x67, 0x1e, 0x15, 0xa8, 0x6e, 0x49, + 0xf9, 0x5b, 0xcb, 0xf5, 0x98, 0xd3, 0xcc, 0x2a, 0xb9, 0x6a, 0x91, 0x7b, 0x00, 0xc3, 0xc0, 0xf5, + 0x87, 0xe6, 0x05, 0xf3, 0xbc, 0x66, 0xee, 0x7e, 0xe6, 0x51, 0x99, 0x96, 0x51, 0xf2, 0x2b, 0xe6, + 0x79, 0x52, 0x2d, 0x02, 0xd3, 0x1d, 0x8d, 0xc3, 0xe0, 0x9c, 0x35, 0xf3, 0x4a, 0x2d, 0x82, 0xae, + 0x12, 0x90, 0x6f, 0xa1, 0xe8, 0x72, 0x1e, 0x31, 0xde, 0x2c, 0xdc, 0xcf, 0x3d, 0xaa, 0x6c, 0x7f, + 0xba, 0xa5, 0x67, 0xbb, 0xb5, 0x68, 0x72, 0x5b, 0x5d, 0x89, 0xa5, 0xda, 0x84, 0xfc, 0x01, 0xac, + 0xda, 0xa7, 0x96, 0x30, 0x4f, 0x5d, 0x2e, 0x82, 0xf0, 0xb2, 0x59, 0xc4, 0x2e, 0xb6, 0xae, 0xee, + 0x62, 0xef, 0xd4, 0x12, 0x1d, 0x65, 0xd0, 0xf6, 0x45, 0x78, 0x49, 0x2b, 0xf6, 0x44, 0x62, 0xfc, + 0x00, 0x8d, 0x59, 0x00, 0x69, 0x40, 0xee, 0x1d, 0xbb, 0xc4, 0xed, 0x28, 0x53, 0xf9, 0x93, 0x3c, + 0x83, 0xc2, 0xb9, 0xe5, 0x45, 0x0c, 0xb7, 0xa2, 0xb2, 0x6d, 0x24, 0x23, 0xaa, 0x7d, 0x97, 0x3d, + 0xec, 0x05, 0xbe, 0x60, 0xef, 0x05, 0x55, 0xc0, 0x17, 0xd9, 0x5f, 0x66, 0x0c, 0x13, 0x0a, 0x38, + 0x7f, 0x72, 0x1f, 0x2a, 0x0e, 0xe3, 0x76, 0xe8, 0x8e, 0xe5, 0xdc, 0x74, 0xc7, 0x69, 0x11, 0xf9, + 0x18, 0x80, 0x47, 0xc3, 0x21, 0xe3, 0x08, 0xc8, 0x22, 0x20, 0x25, 0x21, 0x1b, 0x50, 0xf0, 0xac, + 0x01, 0x8b, 0xf7, 0x5b, 0x35, 0x1e, 0xfe, 0xc7, 0x77, 0x50, 0x9d, 0x5a, 0x33, 0xa9, 0x41, 0xd6, + 0x75, 0xf4, 0x00, 0x59, 0x17, 0x0f, 0x6b, 0x1c, 0x06, 0x67, 0xcc, 0x16, 0xa6, 0xeb, 0xe8, 0x7e, + 0xcb, 0x5a, 0xd2, 0x75, 0xc8, 0x73, 0x28, 0x72, 0x61, 0x89, 0x88, 0x63, 0xbf, 0xb5, 0xed, 0x7b, + 0x8b, 0xb7, 0x72, 0xab, 0x87, 0x20, 0xaa, 0xc1, 0xe4, 0x09, 0xac, 0x29, 0xd2, 0xa6, 0x57, 0xa5, + 0x8e, 0xba, 0x81, 0x8a, 0xfd, 0xd4, 0xd2, 0x36, 0xa0, 0xc0, 0xc2, 0x30, 0x08, 0x9b, 0x05, 0x35, + 0x75, 0x6c, 0x90, 0x1d, 0x00, 0x3b, 0x64, 0x96, 0x60, 0x8e, 0x69, 0x89, 0x66, 0x51, 0x6f, 0xab, + 0x62, 0xfd, 0x56, 0xcc, 0xfa, 0xad, 0x7e, 0xcc, 0x7a, 0x5a, 0xd6, 0xe8, 0x5d, 0x41, 0xb6, 0x20, + 0x7f, 0x16, 0x0c, 0x78, 0x73, 0x05, 0x4f, 0xdf, 0x58, 0x32, 0xe5, 0xd7, 0xc1, 0x80, 0x22, 0x4e, + 0xee, 0x81, 0x9a, 0xad, 0x6f, 0x8d, 0x58, 0xb3, 0xac, 0xf6, 0x00, 0x25, 0x47, 0xd6, 0x88, 0x91, + 0xef, 0xa1, 0xc6, 0x6d, 0xe6, 0x5b, 0xa1, 0x1b, 0x98, 0xc3, 0x30, 0x88, 0xc6, 0x4d, 0xc0, 0xd9, + 0x6c, 0x4e, 0x3a, 0xd6, 0xea, 0x57, 0x52, 0x4b, 0xab, 0x3c, 0xdd, 0x24, 0xcf, 0xa1, 0xc4, 0x7c, + 0x47, 0x2d, 0xa3, 0x72, 0xed, 0x32, 0x56, 0x10, 0xbb, 0x2b, 0xc8, 0x47, 0x50, 0x3e, 0x0b, 0x06, + 0xa6, 0x1d, 0x44, 0xbe, 0x68, 0xae, 0xa2, 0x83, 0x95, 0xce, 0x82, 0xc1, 0x9e, 0x6c, 0x93, 0x07, + 0xb0, 0xaa, 0x9c, 0x50, 0xeb, 0xab, 0xa8, 0xaf, 0x28, 0x59, 0x02, 0x51, 0xfe, 0xa8, 0x21, 0x35, + 0x05, 0x51, 0x32, 0x05, 0xf9, 0x02, 0xea, 0x7e, 0x34, 0x4a, 0xc5, 0x21, 0xde, 0xac, 0x23, 0xaa, + 0xe6, 0x47, 0xa3, 0xc9, 0x66, 0x71, 0xb2, 0x0d, 0x85, 0x88, 0x5b, 0x43, 0xd6, 0x6c, 0xe0, 0xfc, + 0x7f, 0xb6, 0x64, 0x47, 0x4f, 0x24, 0x86, 0x2a, 0xa8, 0xa4, 0xb4, 0x1d, 0xf8, 0x76, 0x14, 0x86, + 0xcc, 0xb7, 0x2f, 0x9b, 0x6b, 0x6a, 0xf8, 0x94, 0x88, 0x3c, 0x81, 0xbc, 0x0c, 0x40, 0x4d, 0x82, + 0xcc, 0xba, 0xb3, 0xa0, 0xd3, 0xc3, 0xc0, 0x61, 0x14, 0x41, 0xe4, 0x5b, 0x58, 0x19, 0x31, 0x11, + 0xba, 0x36, 0x6f, 0xae, 0xe3, 0x24, 0x1e, 0x2c, 0x99, 0x04, 0x8d, 0xfc, 0x43, 0x05, 0xa4, 0xb1, + 0x85, 0xdc, 0x0b, 0xae, 0x9c, 0xdd, 0xfc, 0x0d, 0x17, 0x4e, 0x73, 0xe3, 0x7e, 0xe6, 0xd1, 0x2a, + 0xad, 0x68, 0xd9, 0x0f, 0x5c, 0x38, 0xc6, 0xbf, 0x15, 0x20, 0xf7, 0x3a, 0x18, 0xcc, 0xf9, 0xc7, + 0x4e, 0xe2, 0x00, 0x59, 0x9c, 0xe6, 0x83, 0xe5, 0x6c, 0x9a, 0x75, 0x82, 0x87, 0xb0, 0xea, 0xfa, + 0x5c, 0x84, 0x91, 0xad, 0xf6, 0x56, 0x79, 0xe6, 0x94, 0x6c, 0xc2, 0xfd, 0x7c, 0x9a, 0xfb, 0x5f, + 0x01, 0x51, 0x84, 0x64, 0xef, 0xc7, 0xcc, 0x16, 0xfa, 0x6c, 0x94, 0x7b, 0x28, 0xc7, 0x6a, 0xa7, + 0x14, 0x13, 0xdf, 0x2f, 0xa6, 0x7c, 0x9f, 0x10, 0xc8, 0x0b, 0x6b, 0xa8, 0xbc, 0xa0, 0x4c, 0xf1, + 0xb7, 0x24, 0x55, 0x18, 0x04, 0x23, 0x45, 0xf4, 0x12, 0xa2, 0x4b, 0x52, 0x80, 0x3c, 0xdf, 0x01, + 0xe0, 0xc2, 0x0a, 0xb5, 0xc7, 0xc1, 0xf5, 0x1e, 0xa7, 0xd1, 0xbb, 0xe2, 0xff, 0xca, 0xf1, 0x3b, + 0xb0, 0x82, 0xd3, 0x71, 0x1d, 0x64, 0x78, 0x99, 0x16, 0x65, 0xb3, 0xeb, 0x90, 0xdf, 0x8d, 0x09, + 0x57, 0xc5, 0xce, 0xee, 0x5f, 0xb1, 0xe9, 0x53, 0xa4, 0x4b, 0xb1, 0xa4, 0x76, 0x25, 0x4b, 0x5e, + 0x07, 0x83, 0x59, 0x96, 0x18, 0x7f, 0x0c, 0x05, 0xec, 0x8c, 0x3c, 0x82, 0x86, 0x8c, 0xd4, 0xa6, + 0x88, 0x42, 0x9f, 0x6b, 0xf7, 0x51, 0xa9, 0xaf, 0x26, 0xe5, 0x7d, 0x29, 0x56, 0x1e, 0xf4, 0x18, + 0xd6, 0xac, 0xc8, 0x71, 0x83, 0x29, 0xa8, 0xca, 0x86, 0x75, 0x54, 0x4c, 0xb0, 0x0f, 0x03, 0x28, + 0x2a, 0x82, 0x10, 0x02, 0xb5, 0x5e, 0x7f, 0xb7, 0x7f, 0xd2, 0x33, 0x8f, 0xdb, 0x47, 0xfb, 0xdd, + 0xa3, 0x57, 0x8d, 0x5b, 0x29, 0x19, 0x3d, 0x39, 0x3a, 0x92, 0xb2, 0x0c, 0xd9, 0x80, 0x86, 0x96, + 0xed, 0xbd, 0x39, 0x3c, 0x3e, 0x68, 0xf7, 0xdb, 0xfb, 0x8d, 0x2c, 0x59, 0x83, 0xaa, 0x96, 0xbe, + 0xdc, 0xed, 0x1e, 0xb4, 0xf7, 0x1b, 0xb9, 0x34, 0x70, 0xf7, 0x68, 0xaf, 0x7d, 0x20, 0xa5, 0xf9, + 0xd7, 0xf9, 0x52, 0xb9, 0x01, 0xc6, 0x5f, 0xdd, 0x07, 0x98, 0xac, 0x96, 0x3c, 0x86, 0x9a, 0x65, + 0xdb, 0x51, 0x68, 0xd9, 0x97, 0x26, 0xb7, 0x83, 0x90, 0xe1, 0xca, 0xb2, 0x9d, 0x5b, 0xb4, 0x1a, + 0xcb, 0x7b, 0x52, 0xfc, 0xdb, 0x4c, 0x86, 0x6c, 0x41, 0x43, 0x12, 0x30, 0x74, 0x99, 0x6f, 0x33, + 0x8d, 0xce, 0x22, 0x3a, 0x43, 0xeb, 0x13, 0x4d, 0x82, 0xff, 0x12, 0xea, 0xc2, 0xe2, 0xef, 0x4c, + 0x3b, 0x18, 0x8d, 0x3d, 0x86, 0x31, 0x3f, 0x87, 0xf0, 0x2c, 0xad, 0x49, 0xc5, 0x5e, 0x22, 0x97, + 0xe8, 0x6f, 0x20, 0xc7, 0x85, 0x40, 0xe2, 0x57, 0xb6, 0x3f, 0xbf, 0xf6, 0x9c, 0xb6, 0x7a, 0xfd, + 0x3e, 0x95, 0x16, 0xd2, 0xd0, 0xf3, 0x46, 0xe8, 0x0e, 0x37, 0x32, 0x3c, 0x38, 0x38, 0xa4, 0xd2, + 0x42, 0x1a, 0x0a, 0xc1, 0x75, 0x2e, 0xb9, 0x81, 0x61, 0xbf, 0xdf, 0xa3, 0xd2, 0x82, 0x50, 0x58, + 0xb5, 0x03, 0xff, 0x9c, 0x85, 0x1c, 0x61, 0xcd, 0x15, 0xec, 0x61, 0xeb, 0xfa, 0x1e, 0xf6, 0x52, + 0x56, 0x74, 0xaa, 0x0f, 0xd2, 0x85, 0xb2, 0x0e, 0xbc, 0x41, 0x88, 0xae, 0x58, 0xd9, 0x7e, 0x72, + 0x83, 0x4d, 0x88, 0x4d, 0xe8, 0xc4, 0x9a, 0x7c, 0x07, 0x05, 0xe4, 0x5f, 0xb3, 0x8c, 0x09, 0xef, + 0xe7, 0x37, 0x58, 0x59, 0x14, 0xfa, 0x54, 0x19, 0x91, 0x4f, 0xa0, 0x72, 0x16, 0x39, 0x43, 0xa6, + 0xaa, 0x41, 0xf4, 0xfb, 0x32, 0x05, 0x14, 0xc9, 0xf8, 0xeb, 0x4d, 0x48, 0x9e, 0x86, 0x55, 0x10, + 0xa6, 0x48, 0xfe, 0x7a, 0x82, 0xfd, 0x12, 0xc8, 0xa9, 0xc5, 0xcd, 0x90, 0x8d, 0x02, 0xc1, 0xe2, + 0x92, 0x15, 0x9d, 0xbb, 0x44, 0x1b, 0xa7, 0x16, 0xa7, 0xa8, 0xe8, 0x29, 0x39, 0x79, 0x0c, 0x59, + 0xf1, 0x4c, 0xfb, 0xf8, 0x55, 0x01, 0x23, 0x2b, 0x9e, 0x19, 0xff, 0x92, 0x83, 0x5c, 0xaf, 0xdf, + 0x27, 0xb7, 0x21, 0x77, 0xc1, 0xc2, 0x84, 0xb5, 0xb2, 0x21, 0xd9, 0x74, 0x17, 0x0a, 0x17, 0x41, + 0xe8, 0xa8, 0x30, 0x5d, 0xed, 0x64, 0xa8, 0x6a, 0x4a, 0xd5, 0x67, 0x50, 0x91, 0xbf, 0x4d, 0x8c, + 0xad, 0x2a, 0x0c, 0x57, 0x3b, 0x59, 0x0a, 0x52, 0xd8, 0x46, 0x99, 0x44, 0xdd, 0x86, 0x9c, 0xcd, + 0x54, 0x1c, 0xce, 0x76, 0x72, 0x54, 0x36, 0xa4, 0xf8, 0x31, 0xd4, 0xde, 0xb1, 0x4b, 0xc1, 0xc2, + 0x91, 0x19, 0x32, 0xdb, 0xf2, 0x3c, 0xe4, 0x5d, 0xb6, 0x93, 0xa7, 0x55, 0x2d, 0xa7, 0x28, 0xd6, + 0xfe, 0xa2, 0x65, 0xdc, 0x8c, 0x84, 0x60, 0x21, 0x73, 0x90, 0x6c, 0xd5, 0x4e, 0x81, 0xd6, 0x63, + 0xcd, 0x89, 0x52, 0x48, 0xfc, 0x2f, 0x60, 0x3d, 0xc1, 0x87, 0xcc, 0x0e, 0x86, 0xbe, 0xfb, 0x1b, + 0xe6, 0x20, 0xbb, 0xaa, 0x9d, 0x22, 0x25, 0xb1, 0x92, 0x26, 0x3a, 0x69, 0xf5, 0x3d, 0x34, 0x45, + 0x68, 0xf9, 0x49, 0xfd, 0x64, 0x7a, 0x96, 0x90, 0xf9, 0xd4, 0x1c, 0x71, 0xe4, 0x51, 0xb5, 0xb3, + 0x42, 0x37, 0xa7, 0x10, 0x07, 0x0a, 0x70, 0x28, 0xd7, 0xd9, 0x2a, 0x42, 0xde, 0xbc, 0x60, 0x61, + 0xab, 0x04, 0x45, 0x13, 0xb7, 0xa8, 0x55, 0x83, 0x55, 0x33, 0xb5, 0x41, 0x88, 0xb0, 0x59, 0xd8, + 0x5a, 0x83, 0xba, 0x39, 0xbd, 0xf6, 0xd6, 0x3a, 0xac, 0x99, 0xb3, 0x4b, 0x6c, 0x6d, 0xc2, 0x86, + 0xb9, 0x60, 0x1d, 0xad, 0x8f, 0xe0, 0xae, 0xb9, 0x6c, 0xa6, 0xc6, 0x7f, 0x66, 0x20, 0x77, 0x70, + 0x70, 0x48, 0x7e, 0x06, 0x2b, 0x42, 0xbc, 0x15, 0x72, 0xf2, 0x19, 0x9c, 0xfc, 0x2d, 0x5a, 0x94, + 0x02, 0x9c, 0xac, 0xd6, 0x72, 0xa9, 0x8d, 0xcf, 0x55, 0x6a, 0xb9, 0xd2, 0x3e, 0x85, 0x35, 0x11, + 0xbc, 0x63, 0x3e, 0x37, 0xc7, 0x2c, 0x34, 0x39, 0xb3, 0x03, 0xdf, 0x49, 0x22, 0x4e, 0x5d, 0xa9, + 0x8e, 0x59, 0xd8, 0x43, 0x85, 0x34, 0x78, 0x06, 0x6b, 0xb2, 0x00, 0x71, 0x39, 0xf3, 0x19, 0xe7, + 0x3a, 0xa2, 0xc5, 0x27, 0xde, 0x48, 0xa9, 0xe2, 0x90, 0xd6, 0x02, 0x28, 0x99, 0x7a, 0x7e, 0xf1, + 0x6f, 0x39, 0x9b, 0xd6, 0x06, 0x10, 0x73, 0x6e, 0x6c, 0x94, 0xce, 0x0d, 0x60, 0xfc, 0x53, 0x16, + 0x72, 0xfd, 0x7e, 0x4f, 0x2f, 0xc6, 0x9a, 0x5d, 0xaa, 0x95, 0x5e, 0xea, 0x60, 0x76, 0xa9, 0x83, + 0xc3, 0x98, 0x9d, 0x92, 0xf5, 0xf1, 0xe2, 0x62, 0xd6, 0x3f, 0x81, 0x3a, 0x1f, 0x33, 0x66, 0x9f, + 0x9a, 0xa1, 0x25, 0x98, 0x79, 0x31, 0x1e, 0x25, 0xcb, 0xa9, 0x2a, 0x05, 0xb5, 0x04, 0xfb, 0xd5, + 0x78, 0xa4, 0x57, 0xef, 0x5b, 0x22, 0x0a, 0x2d, 0x2f, 0xb5, 0xfa, 0x98, 0xcd, 0x8d, 0x94, 0x2a, + 0x09, 0xe8, 0xcf, 0x60, 0x8d, 0xf9, 0x91, 0x6f, 0xbb, 0x18, 0x43, 0xb4, 0x45, 0x11, 0x2d, 0x0a, + 0xb4, 0x91, 0x52, 0xcd, 0xee, 0x97, 0x95, 0xda, 0x2f, 0xb9, 0xa4, 0x84, 0x75, 0x04, 0x1a, 0xe6, + 0xcc, 0x8c, 0x71, 0xd7, 0xe6, 0x26, 0x86, 0xd2, 0xb9, 0xc1, 0x8d, 0x3f, 0x03, 0x58, 0x4d, 0x07, + 0x55, 0xe4, 0x40, 0x14, 0xfa, 0xa6, 0xb0, 0xde, 0xc9, 0x4f, 0xce, 0xe9, 0x94, 0x56, 0x97, 0xaa, + 0x3e, 0x6a, 0x92, 0x35, 0xbd, 0x80, 0x3b, 0x21, 0xe3, 0xe3, 0xc0, 0xe7, 0x2c, 0xe1, 0xe3, 0xf8, + 0xf9, 0xb3, 0x78, 0xdf, 0x0b, 0x9d, 0x0c, 0xdd, 0x88, 0x01, 0xda, 0x71, 0x8e, 0x9f, 0x3f, 0x53, + 0xa7, 0xb0, 0xd0, 0x76, 0xe7, 0xb9, 0xb4, 0xcd, 0xa1, 0x6d, 0x76, 0xde, 0x76, 0xe7, 0xf9, 0x55, + 0xb6, 0x3b, 0xd2, 0x36, 0x8f, 0xb6, 0xb9, 0x05, 0xb6, 0x3b, 0xca, 0xf6, 0x97, 0xb0, 0xa9, 0xea, + 0xc1, 0x4b, 0x97, 0x79, 0x4e, 0xda, 0xe1, 0x0b, 0x48, 0x95, 0x3c, 0x5d, 0x47, 0xfd, 0xaf, 0xa5, + 0x3a, 0xed, 0xed, 0xe4, 0x5b, 0xb8, 0xc3, 0x02, 0x61, 0x8e, 0x5c, 0x3e, 0x0e, 0x99, 0xe3, 0x62, + 0xd5, 0xa9, 0xcb, 0x94, 0x38, 0x32, 0xdd, 0x66, 0x81, 0x38, 0x4c, 0xeb, 0xb1, 0x5c, 0x91, 0xc6, + 0x8f, 0xa0, 0x1a, 0x9c, 0xb3, 0xd0, 0xb3, 0xc6, 0xf2, 0xb0, 0xdc, 0x00, 0x23, 0x53, 0xb6, 0x53, + 0xa4, 0xab, 0x5a, 0x4c, 0xa5, 0x54, 0x7b, 0x62, 0x8c, 0xd4, 0xa7, 0x9b, 0x0a, 0x46, 0x75, 0xad, + 0xea, 0xa1, 0x46, 0xcd, 0xeb, 0x09, 0xd4, 0x45, 0x20, 0x2c, 0x2f, 0x05, 0x2f, 0x23, 0xbc, 0x44, + 0xab, 0xa8, 0x48, 0x83, 0xbf, 0x82, 0x06, 0x77, 0x3d, 0x2c, 0x42, 0x94, 0xd1, 0x88, 0x63, 0x9a, + 0xaa, 0x76, 0xca, 0xb4, 0xa6, 0x35, 0x7d, 0xa9, 0x50, 0xf0, 0x6f, 0xe0, 0xb6, 0x75, 0xf1, 0xee, + 0xc2, 0x0a, 0x1d, 0x33, 0x36, 0x53, 0x2b, 0xae, 0xa0, 0x0d, 0xd0, 0x75, 0xad, 0xee, 0x29, 0x6d, + 0xb2, 0xde, 0xef, 0xa1, 0x19, 0xf9, 0x96, 0xcf, 0x2f, 0x64, 0x58, 0x93, 0x7e, 0xcd, 0x03, 0xdf, + 0x52, 0xa5, 0x1d, 0xa6, 0xb0, 0x6a, 0xa7, 0x42, 0x37, 0x27, 0x88, 0x63, 0x05, 0xc0, 0x12, 0x4f, + 0x9b, 0xbf, 0xb5, 0x3c, 0xce, 0x4c, 0xd7, 0x17, 0x2c, 0x0c, 0xa3, 0x71, 0x6a, 0xb3, 0xab, 0x68, + 0xbe, 0x4a, 0x37, 0x11, 0xd1, 0x4d, 0x01, 0x92, 0xd1, 0xfb, 0xf0, 0xd9, 0x02, 0xf3, 0xc8, 0x97, + 0x11, 0xf5, 0x1c, 0x67, 0x34, 0xf9, 0x90, 0xab, 0x76, 0xaa, 0xf4, 0xc1, 0x5c, 0x57, 0x27, 0x13, + 0x6c, 0xd2, 0x6b, 0x1b, 0xee, 0x29, 0xea, 0x84, 0x6c, 0x1c, 0x60, 0x6d, 0xcf, 0xb6, 0x59, 0x9a, + 0x41, 0x75, 0xec, 0xae, 0x46, 0xef, 0x22, 0x8c, 0x6a, 0x54, 0x7b, 0x9b, 0x4d, 0x65, 0x0d, 0x8c, + 0x77, 0xb3, 0x7e, 0xd6, 0x32, 0xa0, 0x69, 0x2e, 0x71, 0xa6, 0x25, 0x3a, 0x74, 0x96, 0x65, 0x3a, + 0xe9, 0x0c, 0xad, 0xbb, 0x70, 0xc7, 0x5c, 0x4c, 0x76, 0x34, 0x5b, 0xc2, 0xe6, 0x56, 0x03, 0x6a, + 0xe6, 0x14, 0x59, 0x71, 0xca, 0x73, 0xa4, 0xc4, 0x00, 0x34, 0xc3, 0x3c, 0xcc, 0x6a, 0xb3, 0x04, + 0x6b, 0x35, 0x61, 0xd3, 0x5c, 0x48, 0x23, 0xcc, 0x6b, 0xcb, 0x78, 0x82, 0xca, 0x65, 0x2c, 0x68, + 0x7d, 0x01, 0x9f, 0x9b, 0x37, 0x39, 0xe3, 0xd6, 0x7d, 0xf8, 0xd8, 0xbc, 0xf2, 0xd8, 0x8c, 0xbf, + 0xcc, 0x40, 0x39, 0x29, 0x06, 0x31, 0x50, 0x5b, 0xa1, 0x77, 0x69, 0xca, 0x24, 0xec, 0xfa, 0x56, + 0x72, 0x8b, 0x54, 0xea, 0xdc, 0xa2, 0x0d, 0x54, 0xf5, 0x27, 0x1a, 0x5d, 0xab, 0xc8, 0xde, 0xa6, + 0x0c, 0xb2, 0x68, 0x90, 0xa1, 0x75, 0xa9, 0x99, 0xc6, 0xab, 0x70, 0x3c, 0x3b, 0x04, 0xee, 0xdc, + 0x6c, 0x37, 0xc6, 0x7f, 0x17, 0x21, 0x2f, 0x9d, 0x42, 0x7e, 0x97, 0xba, 0xbe, 0xc3, 0xde, 0xab, + 0x74, 0x47, 0x55, 0x43, 0x7e, 0xf6, 0x87, 0x81, 0xc7, 0xf4, 0xf7, 0xf4, 0x9d, 0x05, 0x37, 0x65, + 0x34, 0xf0, 0x18, 0x45, 0x10, 0xf9, 0x18, 0x4a, 0xf8, 0x95, 0x19, 0x87, 0x58, 0x99, 0x34, 0x57, + 0x50, 0xa2, 0x7c, 0xdd, 0x80, 0x22, 0xf3, 0x9d, 0x38, 0x88, 0x62, 0xdd, 0xc7, 0x7c, 0x47, 0xe9, + 0xbe, 0x86, 0xf5, 0x39, 0x92, 0xe9, 0x90, 0x29, 0x23, 0xf5, 0xda, 0x4c, 0xb4, 0x55, 0x46, 0x3b, + 0x30, 0x5d, 0x3b, 0x99, 0x0e, 0xf3, 0x2c, 0xb4, 0x53, 0xf1, 0x32, 0x47, 0x37, 0xa6, 0xf4, 0xfb, + 0x52, 0xad, 0x4c, 0x3f, 0x85, 0x8a, 0xe7, 0x8d, 0xe2, 0x72, 0x41, 0x97, 0x71, 0x79, 0x5a, 0xf6, + 0xbc, 0x51, 0x3f, 0xa9, 0x68, 0x26, 0x20, 0x3e, 0x89, 0x91, 0x85, 0x18, 0xc4, 0x13, 0x90, 0x10, + 0x3c, 0x4e, 0xa4, 0x3a, 0x32, 0x16, 0x69, 0x59, 0x08, 0xde, 0x4f, 0x0a, 0x86, 0x09, 0x68, 0x30, + 0x09, 0x88, 0x2b, 0x31, 0x48, 0xd7, 0x0d, 0xd7, 0xba, 0x7f, 0x45, 0x47, 0xdd, 0x2b, 0xdd, 0x7f, + 0x71, 0xe1, 0xb4, 0x8a, 0xd9, 0xa0, 0xbc, 0xb0, 0x70, 0x5a, 0x5c, 0x6c, 0x54, 0xd1, 0x02, 0x7e, + 0x42, 0xb1, 0x51, 0x43, 0x8b, 0xca, 0xc2, 0x62, 0x43, 0xf2, 0xeb, 0xad, 0x67, 0x0d, 0x65, 0x0c, + 0xcb, 0x3d, 0x2a, 0x53, 0xd5, 0x68, 0x55, 0xa0, 0x6c, 0xc6, 0x9c, 0x69, 0x95, 0x61, 0xc5, 0x54, + 0x04, 0xc1, 0x32, 0x75, 0x01, 0x1f, 0x30, 0xe0, 0x2c, 0x3e, 0x72, 0xac, 0x8c, 0x53, 0x47, 0x9a, + 0x6e, 0xf3, 0xb8, 0x9d, 0x3a, 0xa8, 0x74, 0x1b, 0xab, 0x9e, 0x6b, 0xdd, 0x78, 0x71, 0xc5, 0xf8, + 0x53, 0x2a, 0x22, 0xac, 0xd2, 0xa7, 0xbf, 0xe8, 0xd1, 0x2b, 0x67, 0x3f, 0xdc, 0x55, 0xe0, 0x9b, + 0xfe, 0x3a, 0x37, 0xfe, 0x39, 0x0f, 0x30, 0xb9, 0x2f, 0xfb, 0xa0, 0x77, 0x03, 0xbf, 0x03, 0x24, + 0xb9, 0x44, 0x1d, 0x5b, 0x9c, 0x63, 0xf9, 0x97, 0xd4, 0xb3, 0x8d, 0x58, 0x77, 0x6c, 0x71, 0x2e, + 0x4b, 0xd6, 0xff, 0xbf, 0x20, 0x20, 0xf7, 0x00, 0xce, 0x82, 0x01, 0x57, 0x19, 0x49, 0xc5, 0x00, + 0x5a, 0x96, 0x12, 0x2c, 0x75, 0xf0, 0xb3, 0x5d, 0xaa, 0xf5, 0x13, 0x0c, 0xba, 0x3f, 0x45, 0x8b, + 0x97, 0xea, 0x19, 0xe6, 0x19, 0x6c, 0x20, 0x20, 0xb9, 0x27, 0x30, 0xdf, 0x5a, 0x91, 0xa7, 0xab, + 0x20, 0x4a, 0xa4, 0x2e, 0x49, 0x20, 0x2f, 0xa5, 0xe6, 0xc6, 0x54, 0xba, 0x0d, 0xeb, 0xe6, 0xfc, + 0x61, 0x1a, 0xff, 0x93, 0x83, 0xe2, 0x1e, 0x5e, 0xc2, 0x1b, 0xff, 0x9e, 0x85, 0x15, 0xca, 0xfe, + 0x24, 0x62, 0x5c, 0xcc, 0xbc, 0x30, 0x64, 0x66, 0x5f, 0x18, 0xa6, 0x2f, 0xdf, 0xb3, 0xb3, 0x97, + 0xef, 0x0b, 0xee, 0xa8, 0xf3, 0x0b, 0xef, 0xa8, 0x37, 0xa1, 0x18, 0xb2, 0xa1, 0xdc, 0xfc, 0xa2, + 0xbe, 0x4a, 0xc4, 0x16, 0x69, 0xcd, 0xdd, 0xde, 0xaf, 0x5c, 0x75, 0x7b, 0x2f, 0xc9, 0x3e, 0x75, + 0x7f, 0x2f, 0x99, 0xf8, 0xf9, 0xf4, 0x5d, 0x76, 0x49, 0x7f, 0x27, 0xa4, 0x85, 0xaa, 0xa8, 0x55, + 0x17, 0xda, 0xe5, 0x1b, 0x5c, 0x68, 0xe3, 0x66, 0x4f, 0x4f, 0x0c, 0xc3, 0x47, 0xaa, 0xcb, 0xd7, + 0xf9, 0x52, 0xae, 0x91, 0xa7, 0xf3, 0x2f, 0x29, 0xc6, 0x9f, 0x67, 0xa0, 0x44, 0x75, 0x28, 0x23, + 0x8f, 0x61, 0x6d, 0xb2, 0x3b, 0x66, 0x18, 0xf9, 0x93, 0x6d, 0xae, 0xf3, 0x34, 0xef, 0xba, 0x0e, + 0xe9, 0xc1, 0xe6, 0x38, 0x64, 0xdc, 0x1d, 0xfa, 0xb2, 0x70, 0x09, 0xb8, 0x0c, 0x4c, 0x78, 0x4a, + 0xfa, 0xdd, 0x6a, 0xf2, 0xbc, 0x73, 0x1c, 0xc3, 0x8e, 0x03, 0x2e, 0xf4, 0x51, 0xd2, 0x8d, 0xf1, + 0x02, 0xa9, 0xf1, 0x37, 0x19, 0x58, 0xdf, 0x0b, 0xfc, 0xb7, 0x6e, 0x38, 0xea, 0x05, 0x51, 0x68, + 0xb3, 0x93, 0xb1, 0x17, 0x58, 0x8e, 0xf1, 0xa7, 0x37, 0xe6, 0xc0, 0xc2, 0x25, 0x64, 0x17, 0x2f, + 0xe1, 0x0b, 0xa8, 0xdb, 0x81, 0xc3, 0x4c, 0xe6, 0x8b, 0xf0, 0x72, 0x1c, 0xb8, 0xbe, 0xd0, 0x17, + 0xeb, 0x35, 0x29, 0x6e, 0x27, 0x52, 0x03, 0x26, 0x7b, 0x64, 0xfc, 0x45, 0x06, 0x72, 0xaf, 0x98, + 0x30, 0xfa, 0x1f, 0x62, 0x4a, 0xc6, 0x2f, 0x52, 0xa7, 0xf1, 0x08, 0x72, 0x61, 0xa4, 0x6a, 0xaf, + 0x29, 0x8e, 0xa5, 0x4d, 0xa8, 0x84, 0x18, 0xff, 0x98, 0x85, 0xfc, 0x81, 0xcb, 0x85, 0xf1, 0x0f, + 0x99, 0x1b, 0xcf, 0xea, 0xc5, 0xcc, 0x6b, 0xc4, 0xd5, 0xcf, 0x71, 0x9d, 0x5b, 0xf1, 0x5b, 0x84, + 0x64, 0xe7, 0x77, 0x00, 0x63, 0x6b, 0xc8, 0xd4, 0xb5, 0x05, 0xee, 0x59, 0x65, 0xbb, 0x99, 0xd8, + 0xf7, 0xa5, 0xf4, 0xd8, 0x1a, 0xea, 0x22, 0xae, 0x93, 0xa1, 0x65, 0x89, 0x46, 0xb1, 0xac, 0xff, + 0x64, 0x22, 0x55, 0x7d, 0xb5, 0xaa, 0x50, 0x31, 0x27, 0x3d, 0x19, 0xef, 0xa7, 0xb8, 0x98, 0x0f, + 0x23, 0x9f, 0x37, 0x33, 0x78, 0x11, 0xb9, 0x6c, 0xf9, 0x88, 0x21, 0xbf, 0x07, 0x75, 0x9f, 0xbd, + 0x17, 0xa9, 0xae, 0x34, 0x09, 0x97, 0x4e, 0x8a, 0x56, 0xa5, 0xc1, 0x71, 0x3c, 0x2d, 0xe3, 0x0c, + 0x8a, 0x7b, 0x96, 0x6f, 0x33, 0xef, 0x03, 0x9d, 0x6b, 0x9a, 0x41, 0x1f, 0xf8, 0x71, 0xe0, 0xc7, + 0x4c, 0xf2, 0x3a, 0x70, 0x17, 0x6e, 0x4f, 0xbf, 0x0e, 0x98, 0x27, 0xc7, 0x07, 0x6f, 0x76, 0xf7, + 0x1b, 0xb7, 0xc8, 0x6d, 0x58, 0xd3, 0xaa, 0x57, 0xed, 0xa3, 0x36, 0xdd, 0xed, 0xab, 0x77, 0x82, + 0xf9, 0xb7, 0x83, 0x2c, 0xd9, 0x04, 0xa2, 0x65, 0xbd, 0x93, 0xc3, 0xc3, 0x5d, 0xda, 0xfd, 0x41, + 0xca, 0x73, 0x0b, 0xdf, 0x14, 0xf2, 0xf3, 0x6f, 0x0a, 0x85, 0x85, 0x6f, 0x0a, 0xc5, 0xd7, 0xf9, + 0x52, 0xa9, 0x51, 0xa6, 0x2b, 0xfa, 0xe5, 0xec, 0xe1, 0x8f, 0x39, 0x28, 0xc5, 0xe1, 0x73, 0xf2, + 0x0c, 0x95, 0x49, 0x3f, 0x43, 0xcd, 0xbe, 0x82, 0x65, 0x17, 0xbc, 0x82, 0x2d, 0x7e, 0xef, 0xca, + 0x2d, 0x7b, 0xef, 0x7a, 0xaa, 0x5f, 0xb6, 0xf2, 0xc8, 0xb2, 0x8f, 0xe6, 0x02, 0xf9, 0x56, 0xdf, + 0x1a, 0x72, 0xf5, 0x94, 0xaf, 0x9e, 0xbd, 0x0c, 0x28, 0x45, 0x9c, 0x85, 0x8e, 0x25, 0x2c, 0xfd, + 0x8a, 0x96, 0xb4, 0x8d, 0xbf, 0xcd, 0xc0, 0x9a, 0xca, 0x5a, 0x2f, 0xc3, 0x60, 0xa4, 0x6f, 0xa6, + 0x8d, 0x5f, 0xdf, 0x98, 0x50, 0xa9, 0x37, 0xac, 0xec, 0xd4, 0x1b, 0xd6, 0x24, 0x21, 0xe5, 0xd2, + 0x09, 0xc9, 0xd8, 0x49, 0xf9, 0xcb, 0x57, 0x50, 0x8a, 0x73, 0x80, 0x0e, 0x19, 0x6b, 0x73, 0xab, + 0xa1, 0x09, 0xc4, 0xf8, 0x06, 0xca, 0xc9, 0xd2, 0x16, 0xfc, 0x09, 0x61, 0x23, 0xfd, 0x27, 0x84, + 0x72, 0xea, 0x8f, 0x06, 0x0f, 0xfb, 0x50, 0x9d, 0xca, 0x72, 0x84, 0x40, 0x1e, 0xf3, 0xad, 0xb2, + 0xc6, 0xdf, 0xe4, 0x29, 0x94, 0xe3, 0x91, 0xe4, 0x31, 0xe5, 0x16, 0xcf, 0x66, 0x82, 0x79, 0xf8, + 0xf7, 0x19, 0x20, 0x13, 0xcf, 0xde, 0x77, 0xf9, 0xd8, 0x12, 0xf6, 0xe9, 0x4f, 0x4a, 0x48, 0xb7, + 0xa1, 0x78, 0x16, 0x0c, 0x26, 0x9b, 0x57, 0x38, 0x0b, 0x06, 0x5d, 0x67, 0x6a, 0x5f, 0x72, 0xd7, + 0xee, 0x4b, 0x92, 0x78, 0xf3, 0x37, 0x48, 0xbc, 0x8f, 0xdf, 0x42, 0x6d, 0x5a, 0x4e, 0x3e, 0x81, + 0x8f, 0x7a, 0xdd, 0xc3, 0x93, 0x83, 0xdd, 0x7e, 0xf7, 0xcd, 0x91, 0x79, 0xf8, 0x66, 0xbf, 0x6d, + 0x9e, 0x1c, 0xf5, 0x8e, 0xdb, 0x7b, 0xdd, 0x97, 0xdd, 0xb6, 0xf4, 0xbb, 0x26, 0x6c, 0xcc, 0x02, + 0xfa, 0xed, 0x3f, 0xec, 0x37, 0x32, 0xe8, 0xac, 0x33, 0x9a, 0xdd, 0x93, 0xfd, 0xee, 0x9b, 0x46, + 0x76, 0xfb, 0xaf, 0x0b, 0x50, 0xdf, 0x95, 0xdc, 0x9d, 0x8c, 0x46, 0x1c, 0x58, 0x57, 0x5c, 0x9b, + 0xfe, 0x53, 0xc6, 0xb2, 0x52, 0x53, 0x61, 0xb7, 0xe2, 0x44, 0xfb, 0xf3, 0xeb, 0x60, 0x9a, 0x55, + 0xbf, 0xcd, 0xc0, 0xbd, 0x38, 0x21, 0x27, 0xc0, 0x74, 0x6a, 0x26, 0xdb, 0xcb, 0x7a, 0x9a, 0x4f, + 0xe3, 0xc9, 0xe8, 0x5f, 0xff, 0x24, 0x1b, 0x3d, 0x95, 0x3f, 0x82, 0xc6, 0x2b, 0x26, 0xa6, 0x57, + 0xfb, 0x70, 0x49, 0x47, 0xaf, 0x98, 0x48, 0x06, 0xfb, 0xf4, 0x4a, 0x8c, 0xee, 0xdc, 0x04, 0x22, + 0x13, 0xe8, 0x14, 0x82, 0x93, 0x65, 0xa6, 0x12, 0x9a, 0xf4, 0xff, 0xd9, 0xd5, 0x20, 0x3d, 0x80, + 0x3c, 0x2e, 0x4c, 0x30, 0x37, 0x3c, 0x2e, 0xc4, 0x5e, 0x7f, 0x5c, 0x31, 0x4c, 0x8f, 0x72, 0x0e, + 0x77, 0x35, 0x29, 0x34, 0x9f, 0x53, 0x81, 0x88, 0x3c, 0x99, 0x8f, 0x6e, 0x73, 0xd1, 0x2a, 0x19, + 0xf1, 0xcb, 0x9b, 0x81, 0xd5, 0xb8, 0xad, 0x97, 0x3f, 0x7c, 0x3a, 0x74, 0xc5, 0x69, 0x34, 0xd8, + 0xb2, 0x83, 0x51, 0xfc, 0x67, 0x33, 0xf5, 0x87, 0x32, 0x3b, 0xf0, 0x62, 0xc1, 0xdf, 0x65, 0xab, + 0x07, 0xee, 0x39, 0xfb, 0x7d, 0xac, 0x09, 0x03, 0x11, 0xfc, 0x57, 0xb6, 0xa6, 0xdb, 0x2f, 0x5e, + 0xa0, 0x60, 0x50, 0x44, 0x93, 0xaf, 0xff, 0x37, 0x00, 0x00, 0xff, 0xff, 0x96, 0x7b, 0x72, 0x05, + 0xdf, 0x26, 0x00, 0x00, } diff --git a/protobufs/livekit_agent_simulation.proto b/protobufs/livekit_agent_simulation.proto index d593d73ad..5aa142491 100644 --- a/protobufs/livekit_agent_simulation.proto +++ b/protobufs/livekit_agent_simulation.proto @@ -274,7 +274,9 @@ message SimulationRun { string error = 5; google.protobuf.Timestamp created_at = 6; repeated Job jobs = 7; - SimulationRunSummary summary = 8; + // was: SimulationRunSummary summary (replaced by summary_zstd) + reserved 8; + reserved "summary"; string agent_name = 9; ScenarioGroup scenario_group = 10; google.protobuf.Timestamp ended_at = 11; @@ -291,6 +293,10 @@ message SimulationRun { // Run-level metric aggregates. RunMetrics metrics = 19; + // zstd-compressed SimulationRunSummary: decompress, then proto.Unmarshal. + // Compressed by default so the blob ships as-is on every hop. + bytes summary_zstd = 20; + message Usage { int32 text_turns_count = 1; int32 audio_turns_count = 2;