From 51275767d4ae0a6c80b2eca5b4f4d039f3233da8 Mon Sep 17 00:00:00 2001 From: Paul Wells Date: Mon, 24 Aug 2026 11:37:51 -0700 Subject: [PATCH 1/2] log agent dispatch metadata size --- protobufs/livekit_agent_dispatch.proto | 30 ++++++++++++++++++++------ 1 file changed, 24 insertions(+), 6 deletions(-) diff --git a/protobufs/livekit_agent_dispatch.proto b/protobufs/livekit_agent_dispatch.proto index d06e8a099..aba251454 100644 --- a/protobufs/livekit_agent_dispatch.proto +++ b/protobufs/livekit_agent_dispatch.proto @@ -36,18 +36,30 @@ service AgentDispatchService { message CreateAgentDispatchRequest { string agent_name = 1; string room = 2; - string metadata = 3 [(logger.sensitivity) = SENSITIVITY_PII]; + string metadata = 3 [ + (logger.sensitivity) = SENSITIVITY_PII, + (logger.redact_format) = "" + ]; JobRestartPolicy restart_policy = 4; // cloud only string deployment = 5; - map attributes = 6 [(logger.sensitivity) = SENSITIVITY_PII]; + map attributes = 6 [ + (logger.sensitivity) = SENSITIVITY_PII, + (logger.redact_format) = "" + ]; } message RoomAgentDispatch { string agent_name = 1; - string metadata = 2 [(logger.sensitivity) = SENSITIVITY_PII]; + string metadata = 2 [ + (logger.sensitivity) = SENSITIVITY_PII, + (logger.redact_format) = "" + ]; JobRestartPolicy restart_policy = 3; // cloud only string deployment = 4; - map attributes = 5 [(logger.sensitivity) = SENSITIVITY_PII]; + map attributes = 5 [ + (logger.sensitivity) = SENSITIVITY_PII, + (logger.redact_format) = "" + ]; } message DeleteAgentDispatchRequest { @@ -68,11 +80,17 @@ message AgentDispatch { string id = 1; string agent_name = 2; string room = 3; - string metadata = 4 [(logger.sensitivity) = SENSITIVITY_PII]; + string metadata = 4 [ + (logger.sensitivity) = SENSITIVITY_PII, + (logger.redact_format) = "" + ]; AgentDispatchState state = 5; JobRestartPolicy restart_policy = 6; // cloud only string deployment = 7; - map attributes = 8 [(logger.sensitivity) = SENSITIVITY_PII]; + map attributes = 8 [ + (logger.sensitivity) = SENSITIVITY_PII, + (logger.redact_format) = "" + ]; } message AgentDispatchState { From 4fe89d7d9d4bae56b4137f26c3793b60976f009f Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 18:39:00 +0000 Subject: [PATCH 2/2] generated protobuf --- livekit/livekit_agent_dispatch.pb.go | 30 ++++----- livekit/livekit_agent_dispatch.twirp.go | 89 +++++++++++++------------ 2 files changed, 61 insertions(+), 58 deletions(-) diff --git a/livekit/livekit_agent_dispatch.pb.go b/livekit/livekit_agent_dispatch.pb.go index 0f0702e4c..c08d0141f 100644 --- a/livekit/livekit_agent_dispatch.pb.go +++ b/livekit/livekit_agent_dispatch.pb.go @@ -556,32 +556,32 @@ var File_livekit_agent_dispatch_proto protoreflect.FileDescriptor const file_livekit_agent_dispatch_proto_rawDesc = "" + "\n" + - "\x1clivekit_agent_dispatch.proto\x12\alivekit\x1a\x13livekit_agent.proto\x1a\x14logger/options.proto\"\xeb\x02\n" + + "\x1clivekit_agent_dispatch.proto\x12\alivekit\x1a\x13livekit_agent.proto\x1a\x14logger/options.proto\"\xad\x03\n" + "\x1aCreateAgentDispatchRequest\x12\x1d\n" + "\n" + "agent_name\x18\x01 \x01(\tR\tagentName\x12\x12\n" + - "\x04room\x18\x02 \x01(\tR\x04room\x12\x1f\n" + - "\bmetadata\x18\x03 \x01(\tB\x03\xc0P\x01R\bmetadata\x12@\n" + + "\x04room\x18\x02 \x01(\tR\x04room\x12@\n" + + "\bmetadata\x18\x03 \x01(\tB$\xb2P\x1e\xc0P\x01R\bmetadata\x12@\n" + "\x0erestart_policy\x18\x04 \x01(\x0e2\x19.livekit.JobRestartPolicyR\rrestartPolicy\x12\x1e\n" + "\n" + "deployment\x18\x05 \x01(\tR\n" + - "deployment\x12X\n" + + "deployment\x12y\n" + "\n" + - "attributes\x18\x06 \x03(\v23.livekit.CreateAgentDispatchRequest.AttributesEntryB\x03\xc0P\x01R\n" + + "attributes\x18\x06 \x03(\v23.livekit.CreateAgentDispatchRequest.AttributesEntryB$\xb2P\x1e\xc0P\x01R\n" + "attributes\x1a=\n" + "\x0fAttributesEntry\x12\x10\n" + "\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n" + - "\x05value\x18\x02 \x01(\tR\x05value:\x028\x01\"\xc5\x02\n" + + "\x05value\x18\x02 \x01(\tR\x05value:\x028\x01\"\x87\x03\n" + "\x11RoomAgentDispatch\x12\x1d\n" + "\n" + - "agent_name\x18\x01 \x01(\tR\tagentName\x12\x1f\n" + - "\bmetadata\x18\x02 \x01(\tB\x03\xc0P\x01R\bmetadata\x12@\n" + + "agent_name\x18\x01 \x01(\tR\tagentName\x12@\n" + + "\bmetadata\x18\x02 \x01(\tB$\xb2P\x1e\xc0P\x01R\bmetadata\x12@\n" + "\x0erestart_policy\x18\x03 \x01(\x0e2\x19.livekit.JobRestartPolicyR\rrestartPolicy\x12\x1e\n" + "\n" + "deployment\x18\x04 \x01(\tR\n" + - "deployment\x12O\n" + + "deployment\x12p\n" + "\n" + - "attributes\x18\x05 \x03(\v2*.livekit.RoomAgentDispatch.AttributesEntryB\x03\xc0P\x01R\n" + + "attributes\x18\x05 \x03(\v2*.livekit.RoomAgentDispatch.AttributesEntryB$\xb2P\x1e\xc0P\x01R\n" + "attributes\x1a=\n" + "\x0fAttributesEntry\x12\x10\n" + "\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n" + @@ -597,20 +597,20 @@ const file_livekit_agent_dispatch_proto_rawDesc = "" + "dispatchId\x12\x12\n" + "\x04room\x18\x02 \x01(\tR\x04room\"^\n" + "\x19ListAgentDispatchResponse\x12A\n" + - "\x10agent_dispatches\x18\x01 \x03(\v2\x16.livekit.AgentDispatchR\x0fagentDispatches\"\x94\x03\n" + + "\x10agent_dispatches\x18\x01 \x03(\v2\x16.livekit.AgentDispatchR\x0fagentDispatches\"\xd6\x03\n" + "\rAgentDispatch\x12\x0e\n" + "\x02id\x18\x01 \x01(\tR\x02id\x12\x1d\n" + "\n" + "agent_name\x18\x02 \x01(\tR\tagentName\x12\x12\n" + - "\x04room\x18\x03 \x01(\tR\x04room\x12\x1f\n" + - "\bmetadata\x18\x04 \x01(\tB\x03\xc0P\x01R\bmetadata\x121\n" + + "\x04room\x18\x03 \x01(\tR\x04room\x12@\n" + + "\bmetadata\x18\x04 \x01(\tB$\xb2P\x1e\xc0P\x01R\bmetadata\x121\n" + "\x05state\x18\x05 \x01(\v2\x1b.livekit.AgentDispatchStateR\x05state\x12@\n" + "\x0erestart_policy\x18\x06 \x01(\x0e2\x19.livekit.JobRestartPolicyR\rrestartPolicy\x12\x1e\n" + "\n" + "deployment\x18\a \x01(\tR\n" + - "deployment\x12K\n" + + "deployment\x12l\n" + "\n" + - "attributes\x18\b \x03(\v2&.livekit.AgentDispatch.AttributesEntryB\x03\xc0P\x01R\n" + + "attributes\x18\b \x03(\v2&.livekit.AgentDispatch.AttributesEntryB$\xb2P\x1e\xc0P\x01R\n" + "attributes\x1a=\n" + "\x0fAttributesEntry\x12\x10\n" + "\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n" + diff --git a/livekit/livekit_agent_dispatch.twirp.go b/livekit/livekit_agent_dispatch.twirp.go index 89ec60ead..8733f708e 100644 --- a/livekit/livekit_agent_dispatch.twirp.go +++ b/livekit/livekit_agent_dispatch.twirp.go @@ -1075,47 +1075,50 @@ func (s *agentDispatchServiceServer) PathPrefix() string { } var twirpFileDescriptor1 = []byte{ - // 670 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x55, 0xcb, 0x6e, 0xd3, 0x40, - 0x14, 0xc5, 0x76, 0xd2, 0x36, 0xb7, 0x4d, 0x1a, 0x86, 0x0a, 0xb9, 0xe6, 0x15, 0x52, 0x09, 0x55, - 0x5d, 0xb8, 0x22, 0x15, 0x12, 0xaa, 0x84, 0x44, 0x4a, 0x53, 0xa9, 0x0f, 0xda, 0xc8, 0xa8, 0x08, - 0xb1, 0xc0, 0x4c, 0xe2, 0xab, 0x74, 0xa8, 0x9d, 0x09, 0xf6, 0x24, 0x52, 0xbe, 0x81, 0x2d, 0x5f, - 0xc1, 0x27, 0xb0, 0x62, 0xc3, 0xcf, 0xc0, 0x4f, 0x20, 0x8f, 0x1d, 0x13, 0x37, 0x36, 0x54, 0xaa, - 0xb2, 0xf3, 0x9c, 0x7b, 0xe7, 0xcc, 0x9d, 0x93, 0x73, 0x26, 0x70, 0xdf, 0x65, 0x23, 0xbc, 0x64, - 0xc2, 0xa6, 0x3d, 0xec, 0x0b, 0xdb, 0x61, 0xc1, 0x80, 0x8a, 0xee, 0x85, 0x39, 0xf0, 0xb9, 0xe0, - 0x64, 0x31, 0xae, 0x1a, 0x77, 0x52, 0x6d, 0x51, 0xd5, 0x58, 0x73, 0x79, 0xaf, 0x87, 0xfe, 0x36, - 0x1f, 0x08, 0xc6, 0xfb, 0x41, 0x84, 0xd6, 0x7f, 0xab, 0x60, 0xbc, 0xf2, 0x91, 0x0a, 0x6c, 0x86, - 0xbd, 0xfb, 0x31, 0xa3, 0x85, 0x9f, 0x87, 0x18, 0x08, 0xf2, 0x00, 0x20, 0x3a, 0xaa, 0x4f, 0x3d, - 0xd4, 0x95, 0x9a, 0xb2, 0x59, 0xb2, 0x4a, 0x12, 0x39, 0xa5, 0x1e, 0x12, 0x02, 0x05, 0x9f, 0x73, - 0x4f, 0x57, 0x65, 0x41, 0x7e, 0x93, 0x47, 0xb0, 0xe4, 0xa1, 0xa0, 0x0e, 0x15, 0x54, 0xd7, 0x42, - 0x7c, 0x4f, 0xfb, 0xd1, 0x56, 0xac, 0x04, 0x24, 0x2f, 0xa1, 0xe2, 0x63, 0x20, 0xa8, 0x2f, 0xec, - 0x01, 0x77, 0x59, 0x77, 0xac, 0x17, 0x6a, 0xca, 0x66, 0xa5, 0xb1, 0x6e, 0xc6, 0x63, 0x9b, 0x47, - 0xbc, 0x63, 0x45, 0x1d, 0x6d, 0xd9, 0x60, 0x95, 0xfd, 0xe9, 0x25, 0x79, 0x08, 0xe0, 0xe0, 0xc0, - 0xe5, 0x63, 0x0f, 0xfb, 0x42, 0x2f, 0xca, 0xc3, 0xa7, 0x10, 0xf2, 0x0e, 0x80, 0x0a, 0xe1, 0xb3, - 0xce, 0x50, 0x60, 0xa0, 0x2f, 0xd4, 0xb4, 0xcd, 0xe5, 0xc6, 0x4e, 0xc2, 0x9e, 0x7f, 0x5d, 0xb3, - 0x99, 0xec, 0x6a, 0xf5, 0x85, 0x3f, 0x8e, 0x26, 0x9f, 0xe2, 0x32, 0x5e, 0xc0, 0xea, 0x95, 0x1e, - 0x52, 0x05, 0xed, 0x12, 0xc7, 0xb1, 0x36, 0xe1, 0x27, 0x59, 0x83, 0xe2, 0x88, 0xba, 0x43, 0x8c, - 0x65, 0x89, 0x16, 0xbb, 0xea, 0x73, 0xa5, 0xfe, 0x53, 0x85, 0xdb, 0x16, 0xe7, 0x5e, 0xea, 0xf0, - 0xff, 0x89, 0x3c, 0x2d, 0xa8, 0x7a, 0x3d, 0x41, 0xb5, 0x1b, 0x09, 0x5a, 0x98, 0x11, 0xf4, 0x2c, - 0x25, 0x68, 0x51, 0x0a, 0xba, 0x95, 0xb0, 0xcf, 0xdc, 0x68, 0xee, 0x3a, 0x7e, 0x04, 0x63, 0x1f, - 0x5d, 0xcc, 0x31, 0xad, 0x09, 0xcb, 0x93, 0x64, 0xd8, 0xcc, 0x89, 0x18, 0xf7, 0xca, 0xdf, 0xdb, - 0x30, 0x41, 0x0f, 0xf7, 0xad, 0xbf, 0xdf, 0x4e, 0x96, 0x8b, 0xeb, 0x1f, 0x40, 0x3f, 0x61, 0x81, - 0x98, 0x23, 0xff, 0x7a, 0x06, 0x7f, 0x30, 0xe0, 0xfd, 0x00, 0x49, 0x13, 0xaa, 0xe9, 0x80, 0x63, - 0xa0, 0x2b, 0x52, 0xf4, 0xbb, 0x89, 0xe8, 0xe9, 0x9d, 0xab, 0x74, 0x7a, 0x89, 0x41, 0xfd, 0xab, - 0x06, 0xe5, 0xb4, 0xcb, 0x2a, 0xa0, 0x4e, 0x86, 0xb5, 0x54, 0xe6, 0x5c, 0x71, 0x9d, 0x9a, 0x17, - 0x6d, 0x2d, 0x27, 0xda, 0x85, 0x2c, 0x27, 0x3e, 0x85, 0x62, 0x20, 0xa8, 0x40, 0x99, 0xc9, 0xe5, - 0xc6, 0xbd, 0xec, 0x69, 0xdf, 0x84, 0x2d, 0x56, 0xd4, 0x99, 0x61, 0xde, 0x85, 0x1b, 0x99, 0x77, - 0x71, 0xc6, 0xbc, 0xc7, 0x29, 0xf3, 0x2e, 0x49, 0x1d, 0x9f, 0x64, 0x4f, 0x36, 0x77, 0xe3, 0x0a, - 0x20, 0xb3, 0x52, 0x90, 0x1a, 0x14, 0x3e, 0xf1, 0xce, 0xe4, 0x37, 0x5e, 0x49, 0xdd, 0x5c, 0x56, - 0xc2, 0x1f, 0xab, 0x2b, 0x9f, 0x2d, 0xc7, 0xa6, 0x42, 0xd2, 0x6a, 0x56, 0x29, 0x46, 0x9a, 0xf2, - 0x99, 0x76, 0x64, 0x1e, 0x64, 0x59, 0x8b, 0xca, 0x31, 0xd2, 0x14, 0x5b, 0xcf, 0xa0, 0x7a, 0x55, - 0x44, 0x42, 0xa0, 0x72, 0x64, 0xb5, 0xed, 0xb3, 0x53, 0xfb, 0xa0, 0x79, 0x78, 0x72, 0x6e, 0xb5, - 0xaa, 0xb7, 0x48, 0x19, 0x4a, 0x21, 0x76, 0xda, 0x7a, 0xdb, 0xb2, 0xaa, 0x4a, 0xe3, 0x8b, 0x0a, - 0x6b, 0xe9, 0x69, 0xd1, 0x1f, 0xb1, 0x2e, 0x92, 0xd7, 0x50, 0x89, 0x1e, 0xd1, 0xc4, 0x5c, 0x1b, - 0xd7, 0x78, 0x5d, 0x8d, 0x1c, 0xf3, 0x86, 0x74, 0x51, 0x9a, 0x33, 0xe8, 0xf2, 0x63, 0x9e, 0x4b, - 0x77, 0x0e, 0x2b, 0x61, 0xb4, 0x92, 0xf5, 0xe3, 0xa4, 0x2f, 0x2f, 0xd1, 0x46, 0xfd, 0x5f, 0x2d, - 0x51, 0x28, 0xf7, 0x0e, 0xde, 0x6f, 0xf4, 0x98, 0xb8, 0x18, 0x76, 0xcc, 0x2e, 0xf7, 0xb6, 0xe3, - 0xfe, 0x6d, 0xf9, 0x2f, 0xda, 0xe5, 0xee, 0x04, 0xf8, 0xa6, 0x96, 0x4f, 0xd8, 0x08, 0x8f, 0x99, - 0x30, 0xdb, 0x61, 0xe9, 0x97, 0x5a, 0x89, 0xd7, 0xbb, 0xbb, 0x12, 0xe8, 0x2c, 0xc8, 0x2d, 0x3b, - 0x7f, 0x02, 0x00, 0x00, 0xff, 0xff, 0x5c, 0x1d, 0x6f, 0xd2, 0xcc, 0x07, 0x00, 0x00, + // 708 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xc4, 0x56, 0xc1, 0x6e, 0xd3, 0x40, + 0x10, 0x25, 0x76, 0xd2, 0x36, 0xd3, 0x26, 0x0d, 0x4b, 0x85, 0xdc, 0x00, 0x95, 0x49, 0x11, 0x0a, + 0x3d, 0xb8, 0x22, 0x15, 0x12, 0xaa, 0x00, 0x35, 0xa5, 0xa9, 0xd4, 0x52, 0x4a, 0xe4, 0xaa, 0x1c, + 0x38, 0x10, 0x36, 0xf1, 0x28, 0x5d, 0xea, 0x64, 0x8d, 0xbd, 0x89, 0x14, 0xaa, 0x9e, 0x39, 0xf0, + 0x27, 0x48, 0x5c, 0x38, 0x72, 0xe2, 0x2b, 0xf8, 0x08, 0xbe, 0x02, 0x79, 0xed, 0x98, 0xb8, 0x89, + 0xa1, 0xa2, 0xa0, 0xde, 0x76, 0xdf, 0xcc, 0xbe, 0xec, 0xce, 0x7b, 0x33, 0x0e, 0xdc, 0xb4, 0x59, + 0x1f, 0x8f, 0x99, 0x68, 0xd0, 0x36, 0x76, 0x45, 0xc3, 0x62, 0x9e, 0x43, 0x45, 0xeb, 0xc8, 0x70, + 0x5c, 0x2e, 0x38, 0x99, 0x0e, 0xa3, 0xc5, 0x6b, 0xb1, 0xb4, 0x20, 0x5a, 0x5c, 0xb0, 0x79, 0xbb, + 0x8d, 0xee, 0x2a, 0x77, 0x04, 0xe3, 0x5d, 0x2f, 0x40, 0x4b, 0x9f, 0x55, 0x28, 0x3e, 0x75, 0x91, + 0x0a, 0xac, 0xfa, 0xb9, 0x5b, 0x21, 0xa3, 0x89, 0xef, 0x7a, 0xe8, 0x09, 0x72, 0x0b, 0x20, 0xf8, + 0xa9, 0x2e, 0xed, 0xa0, 0x96, 0xd2, 0x53, 0xe5, 0xac, 0x99, 0x95, 0xc8, 0x3e, 0xed, 0x20, 0x21, + 0x90, 0x76, 0x39, 0xef, 0x68, 0x8a, 0x0c, 0xc8, 0x35, 0xd9, 0x80, 0x99, 0x0e, 0x0a, 0x6a, 0x51, + 0x41, 0x35, 0xd5, 0xc7, 0x37, 0xef, 0x7c, 0xa9, 0x2f, 0x3d, 0x72, 0xd1, 0xa2, 0x2d, 0x81, 0x96, + 0x5e, 0x3e, 0x39, 0xd1, 0x8d, 0x03, 0xf6, 0x1e, 0xf5, 0xd3, 0x53, 0xbd, 0x39, 0x10, 0xe8, 0xdd, + 0x7b, 0xf2, 0xad, 0x9e, 0x32, 0xa3, 0x53, 0x64, 0x03, 0xf2, 0x2e, 0x7a, 0x82, 0xba, 0xa2, 0xe1, + 0x70, 0x9b, 0xb5, 0x06, 0x5a, 0x5a, 0x4f, 0x95, 0xf3, 0x95, 0x45, 0x23, 0x7c, 0x97, 0xb1, 0xcb, + 0x9b, 0x66, 0x90, 0x51, 0x97, 0x09, 0x66, 0xce, 0x1d, 0xdd, 0x92, 0x25, 0x00, 0x0b, 0x1d, 0x9b, + 0x0f, 0x3a, 0xd8, 0x15, 0x5a, 0x46, 0xde, 0x6e, 0x04, 0x21, 0x03, 0x00, 0x2a, 0x84, 0xcb, 0x9a, + 0x3d, 0x81, 0x9e, 0x36, 0xa5, 0xab, 0xe5, 0xd9, 0xca, 0x5a, 0xc4, 0x9e, 0x5c, 0x0f, 0xa3, 0x1a, + 0x9d, 0xaa, 0x75, 0x85, 0x3b, 0x38, 0xe7, 0xd3, 0x46, 0x7e, 0xac, 0xf8, 0x18, 0xe6, 0xcf, 0x90, + 0x90, 0x02, 0xa8, 0xc7, 0x38, 0x08, 0xab, 0xeb, 0x2f, 0xc9, 0x02, 0x64, 0xfa, 0xd4, 0xee, 0x61, + 0x58, 0xd8, 0x60, 0xb3, 0xae, 0x3c, 0x4c, 0x95, 0x3e, 0xa8, 0x70, 0xd5, 0xe4, 0xbc, 0x13, 0xbb, + 0xdd, 0x9f, 0x64, 0x1a, 0x95, 0x44, 0xf9, 0x47, 0x92, 0xa8, 0x17, 0x92, 0x24, 0x3d, 0x26, 0x89, + 0x13, 0x93, 0x24, 0x23, 0x25, 0x59, 0x89, 0xd8, 0xc7, 0x9e, 0x7c, 0xf9, 0x4a, 0xbc, 0x81, 0xe2, + 0x16, 0xda, 0x98, 0xd0, 0x38, 0x06, 0xcc, 0x0e, 0xbb, 0xb3, 0xc1, 0xac, 0x80, 0x71, 0x33, 0xf7, + 0xb5, 0x0e, 0x43, 0x74, 0x67, 0xcb, 0xfc, 0xb5, 0xb6, 0x26, 0x75, 0x52, 0xe9, 0x35, 0x68, 0x7b, + 0xcc, 0x13, 0xff, 0x91, 0x7f, 0x71, 0x02, 0xbf, 0xe7, 0xf0, 0xae, 0x87, 0xa4, 0x0a, 0x85, 0xf8, + 0x90, 0x41, 0x4f, 0x4b, 0x49, 0x55, 0xae, 0x47, 0xaa, 0xc4, 0x4f, 0xce, 0xd3, 0xd1, 0x2d, 0x7a, + 0xa5, 0xef, 0x2a, 0xe4, 0xe2, 0x3e, 0xcd, 0x83, 0x32, 0xbc, 0xac, 0xa9, 0x30, 0xeb, 0x8c, 0x6f, + 0x95, 0xa4, 0xf1, 0xa2, 0x26, 0x8c, 0x97, 0xf4, 0x5f, 0x79, 0xf9, 0x3e, 0x64, 0x3c, 0x41, 0x05, + 0xca, 0xb9, 0x30, 0x5b, 0xb9, 0x31, 0xf9, 0x39, 0x07, 0x7e, 0x8a, 0x19, 0x64, 0x4e, 0xb0, 0xff, + 0xd4, 0x85, 0xec, 0x3f, 0x3d, 0x66, 0x7f, 0x3b, 0x66, 0xff, 0x19, 0x59, 0xe8, 0xbb, 0x93, 0x6f, + 0x76, 0xf9, 0xd6, 0x17, 0x40, 0xc6, 0x6b, 0x45, 0x74, 0x48, 0xbf, 0xe5, 0xcd, 0xa1, 0x4b, 0xe6, + 0x62, 0xa5, 0x91, 0x11, 0x5f, 0xee, 0x96, 0x9c, 0xad, 0x56, 0x83, 0x0a, 0x49, 0xab, 0x9a, 0xd9, + 0x10, 0xa9, 0xca, 0x8f, 0x8d, 0x25, 0x3b, 0x4a, 0x86, 0xd5, 0x20, 0x1c, 0x22, 0x55, 0xb1, 0xf2, + 0x00, 0x0a, 0x67, 0xab, 0x4c, 0x08, 0xe4, 0x77, 0xcd, 0x7a, 0xe3, 0xc5, 0x7e, 0x63, 0xbb, 0xba, + 0xb3, 0x77, 0x68, 0xd6, 0x0a, 0x57, 0x48, 0x0e, 0xb2, 0x3e, 0xb6, 0x5f, 0x7b, 0x59, 0x33, 0x0b, + 0xa9, 0xca, 0x47, 0x05, 0x16, 0xe2, 0xb7, 0x45, 0xb7, 0xcf, 0x5a, 0x48, 0x9e, 0x43, 0x3e, 0x98, + 0xf4, 0x91, 0x3d, 0x97, 0xcf, 0xf1, 0x09, 0x28, 0x26, 0xd8, 0xdf, 0xa7, 0x0b, 0xe6, 0xc1, 0x04, + 0xba, 0xe4, 0x41, 0x91, 0x48, 0x77, 0x08, 0x73, 0x7e, 0x73, 0x46, 0xfb, 0xdb, 0x51, 0x5e, 0xd2, + 0x4c, 0x28, 0x96, 0x7e, 0x97, 0x12, 0xb4, 0xf5, 0xe6, 0xf6, 0xab, 0xe5, 0x36, 0x13, 0x47, 0xbd, + 0xa6, 0xd1, 0xe2, 0x9d, 0xd5, 0x30, 0x7f, 0x55, 0xfe, 0x17, 0x68, 0x71, 0x7b, 0x08, 0x7c, 0x52, + 0x72, 0x7b, 0xac, 0x8f, 0xcf, 0x98, 0x30, 0xea, 0x7e, 0xe8, 0x87, 0x92, 0x0f, 0xf7, 0xeb, 0xeb, + 0x12, 0x68, 0x4e, 0xc9, 0x23, 0x6b, 0x3f, 0x03, 0x00, 0x00, 0xff, 0xff, 0x8a, 0xc3, 0xbb, 0xe3, + 0x92, 0x08, 0x00, 0x00, }