From a95766e7f6b4deec84a66bace1589849ef4387df Mon Sep 17 00:00:00 2001 From: Jacob Dubin Date: Sun, 26 Apr 2026 08:32:19 -0500 Subject: [PATCH] patches for jibo version 18 testing --- OpenJibo/docs/development-plan.md | 40 +- OpenJibo/docs/feature-backlog.md | 40 +- .../Services/JiboInteractionService.cs | 4 +- .../ResponsePlanToSocketMessagesMapper.cs | 2 + .../WebSocketTurnFinalizationService.cs | 22 +- .../WebSockets/JiboInteractionServiceTests.cs | 63 + .../WebSockets/JiboWebSocketServiceTests.cs | 60 + .../captures/http/20260426.events.ndjson | 5 + .../captures/websocket/20260426.events.ndjson | 1025 +++++ artifact-output/jibo-test-23/jibo test 23.txt | 4014 +++++++++++++++++ 10 files changed, 5233 insertions(+), 42 deletions(-) create mode 100644 artifact-output/jibo-test-23/captures/http/20260426.events.ndjson create mode 100644 artifact-output/jibo-test-23/captures/websocket/20260426.events.ndjson create mode 100644 artifact-output/jibo-test-23/jibo test 23.txt diff --git a/OpenJibo/docs/development-plan.md b/OpenJibo/docs/development-plan.md index 2e8cfc7..15c8f45 100644 --- a/OpenJibo/docs/development-plan.md +++ b/OpenJibo/docs/development-plan.md @@ -21,16 +21,15 @@ Release `1.0.18` is now in feature-hardening. Its main bug-fix theme is alarm an ## Latest Live Evidence -`jibo test 22` was captured against a robot that spoke `Open Jibo Cloud version 1 dot 0 dot 18.` +`jibo test 23` was captured after the `jibo test 22` alarm/photo hardening pass. -- Radio live validation passed. -- News routing was observed in websocket telemetry from the phrase `So, play the news.`, but the user did not get enough live confidence to call news complete because a backup notification/slowness path was active during the session. -- The backup notification came from stock `@be/surprises-ota` checking `jibo.scheduler.backupStatus`; no `Backup_*` HTTP operation appeared in the captured cloud traffic. The update-menu block therefore looks more like a robot-local scheduler/backup load issue than a cloud `Backup.List` response issue. -- The robot log showed high load, a `jibo-server-service` broken pipe, a settings error path for `Q4-Server_connection_lost`, and the stock backup prompt: `hey i'm sorry if I seem a little slow, I can be that way while i'm doing a backup.` -- Photo/gallery reached the local gallery/create path, but a missed short reply left repeated `create/is_it_a_keeper` listens and the visible blue-ring/listening state. -- Alarm attempts were dominated by collapsed transcripts such as `set and alarm`, `Set and Alonzo`, and `Set an alarm for...`; one path reached local alarm clarification but did not get a complete value-setting pass. -- The turn telemetry contained `ffmpeg` failures where local whisper tried to decode buffered Ogg/Opus turns that were not usable by `ffmpeg`. -- The websocket capture still contained `OPENJIBO_TURN_PENDING`, `OPENJIBO_CONTEXT_ACK`, and proactive `OPENJIBO_ACK` output in the deployed run. The current source has no references to those synthetic OpenJibo events, so the next deployment needs an artifact/build verification pass. +- Radio remained live-valid. +- News live validation passed. The robot spoke the current synthetic quick brief: `technology companies are still racing on AI...`. This proves the Nimbus-shaped path, not provider-backed headline expansion. +- Backup/update remains unresolved. The user observed backup-in-progress sluggishness and the update menu could not proceed while backups were active; the spoken "start backups" style command is not currently a wired OpenJibo voice path. +- The first alarm path succeeded: `set an alarm for 743` scheduled a local `7:43 AM` alarm and the alarm fired. A later clarification answer was logged by the robot as `- Time. - 7, 14.` and local NLU interpreted it as `7:00 PM`, causing the confusing replacement prompt. +- Current source now accepts short clock value answers during `clock/alarm_set_value` / `clock/timer_set_value`, parses comma-separated alarm digits such as `7, 44`, and maps stock alarm yes/no prompt rules `clock/alarm_timer_change` and `clock/alarm_timer_none_set`. +- Photo/gallery still needs a clean live pass. The gallery path opened, but several `shared/yes_no` turns had empty ASR text, so there was no positive `yes` transcript for the cloud to map. +- No `ffmpeg` / `whisper.cpp` error was evident in the `jibo test 23` turn timeline, unlike `jibo test 22`. Treat any future decode errors separately from the gallery yes/no payload path. ## Release Rhythm @@ -94,14 +93,15 @@ The following behavior is present in source and covered by focused tests: - radio voice launch supports `open the radio` and genre launch such as `play country music`, using local `@be/radio` `menu` payloads, `SKILL_REDIRECT`, and silent completion - news has a first Nimbus-shaped cloud path using `match.cloudSkill = news` and a `news` `SKILL_ACTION` with synthetic briefing content - stock-shaped clock handoffs cover time, date, day, clock open, timer/alarm menu, timer/alarm value, timer/alarm clarification, and timer/alarm delete -- alarm parsing covers forms such as `7:30 am`, `830`, `8 30`, `10-25`, `10:25 pm`, and `10 25 p m` +- alarm parsing covers forms such as `7:30 am`, `830`, `8 30`, `7, 44`, `10-25`, `10:25 pm`, and `10 25 p m` - ambiguous alarm times can prefer the next local occurrence when the robot context includes `runtime.location.iso` +- short clock value follow-up transcripts are accepted under `clock/alarm_set_value` and `clock/timer_set_value` instead of being dropped before parsing - `CLIENT_NLU intent=set` with only `domain=alarm` stays on the local clock clarification path instead of defaulting to a fabricated time - `CLIENT_NLU intent=cancel` on `clock/alarm_timer_query_menu` can reuse the last active clock domain - photo flows route `open photo gallery` to `@be/gallery`, `snap a picture` to `@be/create/createOnePhoto`, and `open photobooth` to `@be/create/createSomePhotos` - passive gallery/create context does not reopen a stale cloud turn - media metadata persists across store recreation and `/media/{path}` can serve the current text-body placeholder payload -- constrained yes/no handling covers `create/is_it_a_keeper`, `shared/yes_no`, `settings/download_now_later`, `surprises-date/offer_date_fact`, `surprises-ota/want_to_download_now`, and `$YESNO` hints +- constrained yes/no handling covers `clock/alarm_timer_change`, `clock/alarm_timer_none_set`, `create/is_it_a_keeper`, `shared/yes_no`, `settings/download_now_later`, `surprises-date/offer_date_fact`, `surprises-ota/want_to_download_now`, and `$YESNO` hints - outbound constrained yes/no responses strip unrelated `globals/*` rules so stock OS stays local - no-input fallback for constrained yes/no prompts emits local `LISTEN`/`EOS` instead of relaunching generic Nimbus speech, including `shared/yes_no` after STT failure - repeated empty `create/is_it_a_keeper` replies redirect to `@be/idle` after the second miss so the photo/create flow can settle instead of leaving a stale listening state @@ -115,8 +115,9 @@ Use these sources as evidence, not as code to copy blindly: - OpenJibo Node oracle: [open-jibo-link.js](../src/Jibo.Cloud/node/open-jibo-link.js) - Current hosted `.NET` cloud: [src/Jibo.Cloud/dotnet](../src/Jibo.Cloud/dotnet) - Live captures and robot logs: `.\artifact-output` -- Original Pegasus cloud source: `..\jibo\pegasus` -- Original SDK and skill source snapshot: `..\jibo\sdk` +- User-provided original source snapshot: `..\jibo` when extracted locally +- Original Pegasus cloud source inside that snapshot: `pegasus` +- Original SDK and skill source inside that snapshot: `sdk` - JiboOS reference tree: `..\JiboOS` - JiboOS skill snapshot: `..\JiboOS\opt\jibo\Jibo\Skills\@be` @@ -132,14 +133,14 @@ Before calling `1.0.18` complete, prove or explicitly defer these: - Run the focused `.NET` cloud test suite after the last feature slice. - Confirm the running robot build reports cloud version `1.0.18`. -- Regression test alarm flows again after the `jibo test 22` fixes: set with explicit time, set with compact/spoken time, clarify missing time, cancel alarm, and local cleanup prompts. -- Regression test photo/gallery flows again after the `jibo test 22` fixes: open gallery, answer the stock `shared/yes_no` prompt, hand into create, take one photo, and avoid blue-ring stale turns. +- Regression test alarm flows again after the `jibo test 23` fixes: set with explicit time, set with compact/spoken/comma-separated time, clarify missing time, replace an existing alarm, cancel/delete by voice, and verify the menu agrees. +- Regression test photo/gallery flows again after the `jibo test 23` fixes: open gallery, answer the stock `shared/yes_no` prompt with a transcript-bearing `yes`, hand into create, take one photo, and avoid blue-ring stale turns. - Live-test radio launch: `open the radio` passed in `jibo test 22`; re-run `play country music` if that exact phrase was not captured. -- Live-test first news path again: `jibo test 22` reached the news intent, but the live behavior still needs a clean non-backup session. -- Recheck constrained yes/no prompts for update/backup/share/gallery without leaking global rules. +- Treat basic news as live-proven by `jibo test 23`; defer provider-backed or category-expanded news unless it is chosen as an optional feature slice. +- Recheck constrained yes/no prompts for update/backup/share/gallery/alarm replacement without leaking global rules. - Recheck that stock OS no longer logs OpenJibo-only websocket events such as synthetic pending/context/ack packets from the current build. - Recheck backup/update behavior with explicit attention to robot-local `jibo.scheduler.backupStatus`, CPU/load, and whether the deployed cloud is involved at all. -- Treat remaining `ffmpeg` / `whisper.cpp` transcript failures as STT work unless the capture proves a separate turn-routing regression. +- Treat remaining empty-ASR, `ffmpeg`, or `whisper.cpp` transcript failures as STT work unless the capture proves a separate turn-routing regression. ## Known Gaps @@ -150,7 +151,8 @@ These are not blockers for calling `1.0.18` complete unless the live test shows - state persistence is local JSON, not Azure SQL / Blob Storage - update, backup, and restore are not end-to-end proven, and the `jibo test 22` sluggishness appears tied to robot-local backup status/load - deployed-build verification needs to prove that synthetic OpenJibo websocket events are gone from the hosted artifact, not just from source -- news content is synthetic +- news content is synthetic; `jibo test 23` proved the path but not live provider-backed headlines +- gallery `shared/yes_no` still needs a successful transcript-bearing live `yes` pass - weather, calendar, commute, personal report, identity, memory, and proactivity are still mostly discovery or placeholder content paths - volume, stop, robot age, and command-versus-question personality routing are not implemented yet diff --git a/OpenJibo/docs/feature-backlog.md b/OpenJibo/docs/feature-backlog.md index 9f72bc5..cbcc40b 100644 --- a/OpenJibo/docs/feature-backlog.md +++ b/OpenJibo/docs/feature-backlog.md @@ -36,8 +36,9 @@ Current release theme: - alarm and photo/gallery quirks have received the main bug-fix attention - Word of the Day cleanup, constrained yes/no routing, unknown websocket event suppression, and local state persistence are already in the current code -- radio, ESML apostrophe cleanup, and first news are implemented in source/tests and need live confidence before the version is called complete +- radio, ESML apostrophe cleanup, and first news are implemented in source/tests; radio and basic news are live-proven as of `jibo test 23` - `jibo test 22` validated radio, exposed backup/load interference, exposed a shared yes/no no-input gap, exposed repeated create keeper prompts after photo handoff, and showed local whisper `ffmpeg` failures on unusable buffered audio +- `jibo test 23` validated basic news, proved one alarm set/fire path at `7:43 AM`, exposed comma-separated/short alarm follow-up parsing risk, showed stock alarm replacement yes/no rules that needed cloud handling, and showed photo gallery still failing when `shared/yes_no` ASR came back empty ## Immediate `1.0.18` Queue @@ -63,9 +64,9 @@ Current release theme: ### 2. News Through Nimbus -- Status: `polish` +- Status: `implemented` - Tags: `protocol`, `content` -- Why now: the first Nimbus-compatible cloud path is implemented and test-backed; content can stay synthetic for `1.0.18`. +- Why now: the first Nimbus-compatible cloud path is implemented, test-backed, and live-proven; content can stay synthetic for `1.0.18`. - Current code: - `tell me the news` maps to `IntentName = news` - outbound listen match includes `cloudSkill = news` @@ -73,11 +74,12 @@ Current release theme: - Evidence: - JiboOS Nimbus checks `match.cloudSkill === "news"` and waits for a cloud response - `jibo test 22` captured the phrase `So, play the news.` reaching the `news` intent, but live behavior was not cleanly confirmed + - `jibo test 23` successfully played the synthetic quick brief - Exit criteria: - - live `tell me the news` reaches a non-placeholder Nimbus path + - live `tell me the news` reaches the Nimbus-shaped path - the robot behavior feels like a cloud skill response, not generic chat playback - Next action: - - live-test the first pass; provider-backed headlines can wait for `1.0.19` + - keep the basic path in regression; provider-backed or category-expanded headlines can wait for `1.0.19` unless chosen as the optional feature slice ### 3. Backup / OTA / Share Yes-No Reliability @@ -86,7 +88,7 @@ Current release theme: - Why now: constrained yes/no behavior affects daily-use prompts and was tangled with the alarm/photo/gallery work. - Current code: - yes/no detection reads `listenRules`, `clientRules`, and `$YESNO` hints - - covered prompt families include `settings/download_now_later`, `surprises-ota/want_to_download_now`, `surprises-date/offer_date_fact`, `shared/yes_no`, and `create/is_it_a_keeper` + - covered prompt families include `settings/download_now_later`, `surprises-ota/want_to_download_now`, `surprises-date/offer_date_fact`, `shared/yes_no`, `create/is_it_a_keeper`, `clock/alarm_timer_change`, and `clock/alarm_timer_none_set` - outbound replies strip global rules and keep the local rule - no-input fallback for constrained prompts emits local `LISTEN`/`EOS` - `shared/yes_no` now participates in the STT-failure no-input path instead of staying pending behind `$YESNO` hints @@ -95,11 +97,12 @@ Current release theme: - `jibo test 22` did not show `Backup_*` HTTP traffic during the backup complaint - stock `@be/surprises-ota` drives the backup notification from robot-local `jibo.scheduler.backupStatus` - a spoken `take a backup` command currently routes as generic chat and is not the same as proving the local backup scheduler path + - `jibo test 23` again showed backup-in-progress sluggishness and update-menu blockage while backups were active; explicit backup voice launch remains unwired - Exit criteria: - spoken `yes` and `no` work on update, backup, share/offer, and gallery/create prompts - empty or missed short replies retry locally instead of relaunching Nimbus or generic chat - Next action: - - re-run these prompt families in the `1.0.18` live regression pass after the shared yes/no and create no-input fixes + - re-run these prompt families in the `1.0.18` live regression pass after the shared yes/no, alarm yes/no, and create no-input fixes - keep explicit backup creation as part of the update/backup/restore proof slice, not as an assumed yes/no prompt test ### 4. Alarm And Photo Gallery Release Regression @@ -108,9 +111,11 @@ Current release theme: - Tags: `protocol`, `stt` - Why now: this is the main bug-fix theme for `1.0.18`. - Current code: - - alarm values parse explicit, compact, spaced, hyphenated, and local-context ambiguous times + - alarm values parse explicit, compact, spaced, comma-separated, hyphenated, and local-context ambiguous times + - short alarm/timer value replies are accepted during clock value follow-up rules instead of being filtered out before parsing - missing alarm times stay in local `@be/clock` clarification - alarm cancel can reuse the last active clock domain + - stock alarm replacement/no-alarm prompts use the constrained yes/no path - gallery opens as `@be/gallery`; snapshot and photobooth open through `@be/create` - passive gallery/create context no longer reopens stale cloud turns - `shared/yes_no` no-input fallback and repeated create keeper cleanup were added after `jibo test 22` @@ -118,9 +123,11 @@ Current release theme: - gallery opened and handed into create, but repeated `create/is_it_a_keeper` prompts could leave the blue ring/listening state - alarm recognition collapsed several attempts before a complete alarm value could be set - `ffmpeg` failures were present during the same test window, so alarm/gallery retest should separate transcript quality from payload shape + - `jibo test 23` set and fired a `7:43 AM` alarm, then failed a later clarify/replacement path when the robot heard `- Time. - 7, 14.` and stock NLU converted that to `7:00 PM` + - `jibo test 23` photo gallery got stuck on `shared/yes_no` turns with empty ASR, not on a transcript-bearing `yes` that the cloud mapped incorrectly - Exit criteria: - gallery opens, offers to take a picture if empty, accepts `yes`, and hands into create - - alarm set, clarify, and cancel flows behave locally without blue-ring stale turns + - alarm set, clarify, replacement yes/no, and cancel/delete flows behave locally and agree with the menu state - failures caused by collapsed STT transcripts are logged as STT issues rather than misdiagnosed as payload bugs - Next action: - re-run a stock OS `1.9` regression bundle before declaring `1.0.18` complete @@ -168,7 +175,7 @@ Current release theme: - Result: - Nimbus-shaped `news` cloud-skill lane is implemented with synthetic briefing content - Follow-up: - - live validation remains in the immediate queue + - basic live validation passed in `jibo test 23` - provider-backed headlines belong in `1.0.19` or later ### Clock / Alarm Family @@ -178,7 +185,9 @@ Current release theme: - Result: - time/date/day and clock open route through local `@be/clock` - timer/alarm menu, value, clarify, and delete are implemented - - compact and spoken alarm parsing has focused tests + - compact, spoken, comma-separated, and local-context alarm parsing has focused tests + - short clock value replies under `clock/alarm_set_value` and `clock/timer_set_value` are not filtered out by websocket finalization + - alarm replacement/no-alarm yes/no prompts are mapped as constrained local prompts - client NLU alarm clarify/cancel cases from `jibo test 20` and `jibo test 21` are reflected in source - Follow-up: - live regression remains in the immediate queue @@ -203,9 +212,9 @@ Current release theme: - Result: - `shared/yes_no` is included in yes/no STT-failure detection - local no-input replies strip global rules and keep the active constrained rule - - update, OTA, share/date-offer, gallery shared yes/no, and create keeper rules share the same no-input fallback machinery + - update, OTA, share/date-offer, gallery shared yes/no, alarm replacement/no-alarm, and create keeper rules share the same no-input fallback machinery - Follow-up: - - live update/backup/share/gallery prompts still need another clean pass + - live update/backup/share/gallery/alarm replacement prompts still need another clean pass ### Word Of The Day Cleanup @@ -299,7 +308,8 @@ Current release theme: - Why next: - feature paths are now often correct when a transcript exists, but short replies and low-quality audio still block otherwise-correct flows - Current evidence: - - live captures still show `ffmpeg` and `whisper.cpp` failures + - `jibo test 22` showed `ffmpeg` and `whisper.cpp` failures + - `jibo test 23` did not show the same decode failure pattern, but gallery yes/no turns still produced empty ASR - current source now skips local whisper when buffered audio does not contain an Opus identification header - yes/no and alarm flows are especially sensitive to short or collapsed transcripts - Implementation notes: @@ -467,7 +477,7 @@ Current release theme: Before closing `1.0.18`: 1. Radio live validation -2. News live validation +2. Basic news regression, with provider-backed expansion deferred 3. Backup / OTA / share yes-no regression 4. Alarm and photo/gallery regression 5. Optional small feature only if the regression pass stays calm diff --git a/OpenJibo/src/Jibo.Cloud/dotnet/src/Jibo.Cloud.Application/Services/JiboInteractionService.cs b/OpenJibo/src/Jibo.Cloud/dotnet/src/Jibo.Cloud.Application/Services/JiboInteractionService.cs index cc682b9..5a71822 100644 --- a/OpenJibo/src/Jibo.Cloud/dotnet/src/Jibo.Cloud.Application/Services/JiboInteractionService.cs +++ b/OpenJibo/src/Jibo.Cloud/dotnet/src/Jibo.Cloud.Application/Services/JiboInteractionService.cs @@ -680,6 +680,8 @@ public sealed class JiboInteractionService( .Concat(ReadRules(turn, "listenAsrHints")) .Any(static rule => string.Equals(rule, "$YESNO", StringComparison.OrdinalIgnoreCase) || + string.Equals(rule, "clock/alarm_timer_change", StringComparison.OrdinalIgnoreCase) || + string.Equals(rule, "clock/alarm_timer_none_set", StringComparison.OrdinalIgnoreCase) || string.Equals(rule, "create/is_it_a_keeper", StringComparison.OrdinalIgnoreCase) || string.Equals(rule, "shared/yes_no", StringComparison.OrdinalIgnoreCase) || string.Equals(rule, "settings/download_now_later", StringComparison.OrdinalIgnoreCase) || @@ -1204,7 +1206,7 @@ public sealed class JiboInteractionService( private sealed record ClockAlarmValue(string Time, string AmPm); private static readonly Regex SplitAlarmPattern = new( - @"\b(?\d{1,2}|one|two|three|four|five|six|seven|eight|nine|ten|eleven|twelve)(?:[:\s-](?\d{2}|[a-z\-]+(?:\s+[a-z\-]+)?))?\s*(?a[\s\.]*m\.?|p[\s\.]*m\.?)?\b", + @"\b(?\d{1,2}|one|two|three|four|five|six|seven|eight|nine|ten|eleven|twelve)(?:[:\s,-]+(?\d{2}|[a-z\-]+(?:\s+[a-z\-]+)?))?\s*(?a[\s\.]*m\.?|p[\s\.]*m\.?)?\b", RegexOptions.IgnoreCase | RegexOptions.CultureInvariant | RegexOptions.Compiled); private static readonly Regex CompactAlarmPattern = new( diff --git a/OpenJibo/src/Jibo.Cloud/dotnet/src/Jibo.Cloud.Application/Services/ResponsePlanToSocketMessagesMapper.cs b/OpenJibo/src/Jibo.Cloud/dotnet/src/Jibo.Cloud.Application/Services/ResponsePlanToSocketMessagesMapper.cs index 846f7a2..8bb1ad5 100644 --- a/OpenJibo/src/Jibo.Cloud/dotnet/src/Jibo.Cloud.Application/Services/ResponsePlanToSocketMessagesMapper.cs +++ b/OpenJibo/src/Jibo.Cloud/dotnet/src/Jibo.Cloud.Application/Services/ResponsePlanToSocketMessagesMapper.cs @@ -456,6 +456,8 @@ public sealed class ResponsePlanToSocketMessagesMapper { return ReadRuleValues(turn) .FirstOrDefault(static rule => + string.Equals(rule, "clock/alarm_timer_change", StringComparison.OrdinalIgnoreCase) || + string.Equals(rule, "clock/alarm_timer_none_set", StringComparison.OrdinalIgnoreCase) || string.Equals(rule, "create/is_it_a_keeper", StringComparison.OrdinalIgnoreCase) || string.Equals(rule, "shared/yes_no", StringComparison.OrdinalIgnoreCase) || string.Equals(rule, "settings/download_now_later", StringComparison.OrdinalIgnoreCase) || diff --git a/OpenJibo/src/Jibo.Cloud/dotnet/src/Jibo.Cloud.Application/Services/WebSocketTurnFinalizationService.cs b/OpenJibo/src/Jibo.Cloud/dotnet/src/Jibo.Cloud.Application/Services/WebSocketTurnFinalizationService.cs index b6741e9..7ce81dc 100644 --- a/OpenJibo/src/Jibo.Cloud/dotnet/src/Jibo.Cloud.Application/Services/WebSocketTurnFinalizationService.cs +++ b/OpenJibo/src/Jibo.Cloud/dotnet/src/Jibo.Cloud.Application/Services/WebSocketTurnFinalizationService.cs @@ -691,6 +691,11 @@ public sealed class WebSocketTurnFinalizationService( return false; } + if (listenRules.Any(IsClockValueRule)) + { + return true; + } + if (transcript.Length >= 6) { return true; @@ -733,12 +738,7 @@ public sealed class WebSocketTurnFinalizationService( { return ReadRules(turn, "listenRules") .Concat(ReadRules(turn, "clientRules")) - .FirstOrDefault(static rule => - string.Equals(rule, "clock/alarm_timer_okay", StringComparison.OrdinalIgnoreCase) || - string.Equals(rule, "create/is_it_a_keeper", StringComparison.OrdinalIgnoreCase) || - string.Equals(rule, "settings/download_now_later", StringComparison.OrdinalIgnoreCase) || - string.Equals(rule, "surprises-date/offer_date_fact", StringComparison.OrdinalIgnoreCase) || - string.Equals(rule, "surprises-ota/want_to_download_now", StringComparison.OrdinalIgnoreCase)); + .FirstOrDefault(IsLocalNoInputRule); } private static string? ReadPrimaryYesNoRule(TurnContext turn) @@ -797,9 +797,17 @@ public sealed class WebSocketTurnFinalizationService( IsConstrainedYesNoRule(rule); } + private static bool IsClockValueRule(string rule) + { + return string.Equals(rule, "clock/alarm_set_value", StringComparison.OrdinalIgnoreCase) || + string.Equals(rule, "clock/timer_set_value", StringComparison.OrdinalIgnoreCase); + } + private static bool IsConstrainedYesNoRule(string rule) { - return string.Equals(rule, "create/is_it_a_keeper", StringComparison.OrdinalIgnoreCase) || + return string.Equals(rule, "clock/alarm_timer_change", StringComparison.OrdinalIgnoreCase) || + string.Equals(rule, "clock/alarm_timer_none_set", StringComparison.OrdinalIgnoreCase) || + string.Equals(rule, "create/is_it_a_keeper", StringComparison.OrdinalIgnoreCase) || string.Equals(rule, "shared/yes_no", StringComparison.OrdinalIgnoreCase) || string.Equals(rule, "settings/download_now_later", StringComparison.OrdinalIgnoreCase) || string.Equals(rule, "surprises-date/offer_date_fact", StringComparison.OrdinalIgnoreCase) || diff --git a/OpenJibo/tests/Jibo.Cloud.Tests/WebSockets/JiboInteractionServiceTests.cs b/OpenJibo/tests/Jibo.Cloud.Tests/WebSockets/JiboInteractionServiceTests.cs index a40fed7..024eefc 100644 --- a/OpenJibo/tests/Jibo.Cloud.Tests/WebSockets/JiboInteractionServiceTests.cs +++ b/OpenJibo/tests/Jibo.Cloud.Tests/WebSockets/JiboInteractionServiceTests.cs @@ -133,6 +133,46 @@ public sealed class JiboInteractionServiceTests Assert.Equal("Yes.", decision.ReplyText); } + [Fact] + public async Task BuildDecisionAsync_AlarmTimerChangePrompt_MapsShortAffirmationToYesIntent() + { + var service = CreateService(); + + var decision = await service.BuildDecisionAsync(new TurnContext + { + RawTranscript = "yes", + NormalizedTranscript = "yes", + Attributes = new Dictionary + { + ["listenRules"] = new[] { "clock/alarm_timer_change", "globals/gui_nav" }, + ["listenAsrHints"] = new[] { "$YESNO" } + } + }); + + Assert.Equal("yes", decision.IntentName); + Assert.Equal("Yes.", decision.ReplyText); + } + + [Fact] + public async Task BuildDecisionAsync_AlarmTimerNoneSetPrompt_MapsShortDenialToNoIntent() + { + var service = CreateService(); + + var decision = await service.BuildDecisionAsync(new TurnContext + { + RawTranscript = "no", + NormalizedTranscript = "no", + Attributes = new Dictionary + { + ["listenRules"] = new[] { "clock/alarm_timer_none_set", "globals/global_commands_launch" }, + ["listenAsrHints"] = new[] { "$YESNO" } + } + }); + + Assert.Equal("no", decision.IntentName); + Assert.Equal("No.", decision.ReplyText); + } + [Fact] public async Task BuildDecisionAsync_SettingsDownloadPrompt_MapsShortDenialToNoIntent() { @@ -486,6 +526,29 @@ public sealed class JiboInteractionServiceTests Assert.Equal("am", decision.SkillPayload["ampm"]); } + [Fact] + public async Task BuildDecisionAsync_AlarmValueFollowUp_ParsesCommaSeparatedSpokenDigits() + { + var service = CreateService(); + + var decision = await service.BuildDecisionAsync(new TurnContext + { + RawTranscript = "7, 44", + NormalizedTranscript = "7, 44", + Attributes = new Dictionary + { + ["listenRules"] = new[] { "clock/alarm_set_value" }, + ["context"] = """{"runtime":{"location":{"iso":"2026-04-26T07:43:00-05:00"}}}""" + } + }); + + Assert.Equal("alarm_value", decision.IntentName); + Assert.Equal("@be/clock", decision.SkillName); + Assert.Equal("start", decision.SkillPayload!["clockIntent"]); + Assert.Equal("7:44", decision.SkillPayload["time"]); + Assert.Equal("am", decision.SkillPayload["ampm"]); + } + [Fact] public async Task BuildDecisionAsync_SetAlarmWithoutTime_AsksForClarification() { diff --git a/OpenJibo/tests/Jibo.Cloud.Tests/WebSockets/JiboWebSocketServiceTests.cs b/OpenJibo/tests/Jibo.Cloud.Tests/WebSockets/JiboWebSocketServiceTests.cs index b17714a..1d9b354 100644 --- a/OpenJibo/tests/Jibo.Cloud.Tests/WebSockets/JiboWebSocketServiceTests.cs +++ b/OpenJibo/tests/Jibo.Cloud.Tests/WebSockets/JiboWebSocketServiceTests.cs @@ -648,6 +648,35 @@ public sealed class JiboWebSocketServiceTests Assert.Equal("am", listenPayload.RootElement.GetProperty("data").GetProperty("nlu").GetProperty("entities").GetProperty("ampm").GetString()); } + [Fact] + public async Task ClientAsr_AlarmValueFollowUp_ParsesCommaSeparatedSpokenDigitsIntoClockStartIntent() + { + await _service.HandleMessageAsync(new WebSocketMessageEnvelope + { + HostName = "neo-hub.jibo.com", + Path = "/listen", + Kind = "neo-hub-listen", + Token = "hub-clock-alarm-comma-followup-token", + Text = """{"type":"LISTEN","transID":"trans-clock-alarm-comma-followup","data":{"rules":["clock/alarm_set_value"]}}""" + }); + + var replies = await _service.HandleMessageAsync(new WebSocketMessageEnvelope + { + HostName = "neo-hub.jibo.com", + Path = "/listen", + Kind = "neo-hub-listen", + Token = "hub-clock-alarm-comma-followup-token", + Text = """{"type":"CLIENT_ASR","transID":"trans-clock-alarm-comma-followup","data":{"text":"7, 44"}}""" + }); + + Assert.Equal(4, replies.Count); + + using var listenPayload = JsonDocument.Parse(replies[0].Text!); + Assert.Equal("start", listenPayload.RootElement.GetProperty("data").GetProperty("nlu").GetProperty("intent").GetString()); + Assert.Equal("alarm", listenPayload.RootElement.GetProperty("data").GetProperty("nlu").GetProperty("entities").GetProperty("domain").GetString()); + Assert.Equal("7:44", listenPayload.RootElement.GetProperty("data").GetProperty("nlu").GetProperty("entities").GetProperty("time").GetString()); + } + [Fact] public async Task ClientAsr_SetAlarmWithoutTime_RedirectsIntoClockSkillWithoutDefaultingTime() { @@ -1063,6 +1092,37 @@ public sealed class JiboWebSocketServiceTests Assert.Equal("shared/yes_no", listenPayload.RootElement.GetProperty("data").GetProperty("match").GetProperty("rule").GetString()); } + [Fact] + public async Task ClientAsr_AlarmTimerChangeYesNoPrompt_StripsGlobalRulesAndStaysLocal() + { + await _service.HandleMessageAsync(new WebSocketMessageEnvelope + { + HostName = "neo-hub.jibo.com", + Path = "/listen", + Kind = "neo-hub-listen", + Token = "hub-alarm-change-yesno-token", + Text = """{"type":"LISTEN","transID":"trans-alarm-change-yesno","data":{"rules":["clock/alarm_timer_change","globals/gui_nav","globals/mim_repeat","globals/global_commands_launch"],"asr":{"hints":["$YESNO"]}}}""" + }); + + var replies = await _service.HandleMessageAsync(new WebSocketMessageEnvelope + { + HostName = "neo-hub.jibo.com", + Path = "/listen", + Kind = "neo-hub-listen", + Token = "hub-alarm-change-yesno-token", + Text = """{"type":"CLIENT_ASR","transID":"trans-alarm-change-yesno","data":{"text":"yes"}}""" + }); + + Assert.Equal(3, replies.Count); + + using var listenPayload = JsonDocument.Parse(replies[0].Text!); + Assert.Equal("yes", listenPayload.RootElement.GetProperty("data").GetProperty("nlu").GetProperty("intent").GetString()); + var rules = listenPayload.RootElement.GetProperty("data").GetProperty("nlu").GetProperty("rules"); + Assert.Single(rules.EnumerateArray()); + Assert.Equal("clock/alarm_timer_change", rules[0].GetString()); + Assert.Equal("clock/alarm_timer_change", listenPayload.RootElement.GetProperty("data").GetProperty("match").GetProperty("rule").GetString()); + } + [Fact] public async Task BufferedAudio_YesNoPromptWithSttFailure_AutoFinalizesAsLocalNoInput() { diff --git a/artifact-output/jibo-test-23/captures/http/20260426.events.ndjson b/artifact-output/jibo-test-23/captures/http/20260426.events.ndjson new file mode 100644 index 0000000..31d30f6 --- /dev/null +++ b/artifact-output/jibo-test-23/captures/http/20260426.events.ndjson @@ -0,0 +1,5 @@ +{"capturedUtc":"2026-04-26T12:40:37.8491429+00:00","request":{"RequestId":"f7d140f864b245abb2f267c00212e9b0","Transport":"http","Method":"GET","HostName":"api.jibo.com","Path":"/","ServicePrefix":null,"Operation":null,"DeviceId":"","CorrelationId":"0HNL3I426PS6Q:00000001","FirmwareVersion":"","ApplicationVersion":"","Headers":{"Connection":"close","Host":"api.jibo.com"},"BodyText":""},"response":{"StatusCode":204,"ContentType":"text/plain","Headers":{},"BodyText":""}} +{"capturedUtc":"2026-04-26T12:40:39.2688832+00:00","request":{"RequestId":"1770c2ac1bfd4672b0585126bbfce967","Transport":"http","Method":"POST","HostName":"api.jibo.com","Path":"/","ServicePrefix":"Notification_20150505","Operation":"NewRobotToken","DeviceId":"","CorrelationId":"0HNL3I426PS6R:00000001","FirmwareVersion":"","ApplicationVersion":"","Headers":{"Host":"api.jibo.com","Authorization":"AWS4-HMAC-SHA256 Credential=a3ksSqxDYDpzZrV8j4md/20260426/us-east-1/jibo/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=af8df821298d2e3f375548c3b577c9bb20e3cae36e6f7cd5d8de00a8d8ec5ef1","Content-Type":"application/json","Content-Length":"40","X-Amz-Target":"Notification_20150505.NewRobotToken","x-amz-content-sha256":"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855","x-amz-date":"20260426T124038Z"},"BodyText":"{\u0022deviceId\u0022:\u0022Royal-Current-Sage-Canvas\u0022}"},"response":{"StatusCode":200,"ContentType":"application/x-amz-json-1.1","Headers":{},"BodyText":"{\u0022token\u0022:\u0022token-Royal-Current-Sage-Canvas-1777207239262\u0022}"}} +{"capturedUtc":"2026-04-26T12:42:24.7115173+00:00","request":{"RequestId":"63126221728a429f91709a46a51534e9","Transport":"http","Method":"POST","HostName":"api.jibo.com","Path":"/","ServicePrefix":"Log_20150309","Operation":"PutEventsAsync","DeviceId":"","CorrelationId":"0HNL3I426PS74:00000001","FirmwareVersion":"","ApplicationVersion":"","Headers":{"Connection":"keep-alive","Host":"api.jibo.com","User-Agent":"jibo-server-client-nodejs/3.0.105 linux/v6.9.2","Authorization":"AWS4-HMAC-SHA256 Credential=a3ksSqxDYDpzZrV8j4md/20260426/us-east-1/log/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date;x-amz-target, Signature=a52caecc04d295422f7677e4dba35faaf7e42e81b3cb4c487a6c1db2746b8b14","Content-Type":"application/json","Content-Length":"53","X-Amz-Target":"Log_20150309.PutEventsAsync","X-Amz-Content-Sha256":"738ec9072f51811b7378977698ef463d739662d21f7e5595e8a0d1ff1de0b358","X-Amz-Date":"20260426T124224Z"},"BodyText":"{\u0022kind\u0022:\u0022HEALTH\u0022,\u0022serial\u0022:\u0022BOJW-1000-0017-1114-0008\u0022}"},"response":{"StatusCode":200,"ContentType":"application/x-amz-json-1.1","Headers":{},"BodyText":"{\u0022contentEncoding\u0022:\u0022gzip\u0022,\u0022uploadUrl\u0022:\u0022https://api.jibo.com/upload/log-events\u0022}"}} +{"capturedUtc":"2026-04-26T12:42:24.9537502+00:00","request":{"RequestId":"c70cd69a62874ffcaf65e99c627a9217","Transport":"http","Method":"PUT","HostName":"api.jibo.com","Path":"/upload/log-events","ServicePrefix":null,"Operation":null,"DeviceId":"","CorrelationId":"0HNL3I426PS75:00000001","FirmwareVersion":"","ApplicationVersion":"","Headers":{"Accept":"*/*","Connection":"close","Host":"api.jibo.com","Content-Type":"application/octet-stream","Content-Length":"2107"},"BodyText":"\u001F\uFFFD\b\u0000\u0000\u0000\u0000\u0000\u0000\u0003\uFFFDXio\uFFFD8\u0013\uFFFD\u002B\uFFFD\uFFFD\uFFFDf)$%\uFFFD\uFFFD?m\u000F\u0060\uFFFD\uFFFD^\uFFFD\uFFFD}_\u0060Q\b\uFFFDD\uFFFD\uFFFD\u0222VG\u0012\uFFFD\uFFFD\u007F\u07C7:b)\uFFFD\uFFFDYtS41\uFFFD3\uFFFD\uFFFD3\uFFFD9\uFFFD\u0569\u000Fu\uFFFD\uFFFDq\uFFFD\uFFFD\uFFFD\uFFFDYR)%#\uFFFD\u000Fh\u0010\t\u0012\u0006L\u0285\u0003\u0006\uFFFD\u001EF\u0016\uFFFDG\u003E\u000B\uFFFD\uFFFD\uFFFD\u040F\u0002\uFFFDp\uFFFD\u0026\uFFFD\uFFFD\uFFFD)L\uFFFDW\uFFFD\uFFFDpntUg\uFFFD\u0000\uFFFDM\uFFFD6\uFFFD.u\uFFFDU\uFFFD\uFFFD\uFFFD\u0793\uFFFD#\uFFFD\uFFFD\u0323\uFFFD#.#4$!\uFFFD!Z\uFFFD\uFFFD=\uFFFD\uFFFD\u001CT\uFFFDl\uFFFDJ\u0017\uFFFD\uFFFDR[\uFFFD\uFFFDT\u014D\uFFFD\uFFFDR\uFFFD*Sy\\\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\u00DB\uFFFD\uFFFD\uFFFD\u0010\uFFFD\u0012B\uFFFDK)\r\uFFFD\uFFFD\uFFFD\u0060\uFFFDi\uFFFD7;g\uFFFD\uFFFDW\u002Bu\uFFFD%\uFFFD\uFFFDb\uFFFD\uFFFD\uFFFD7E\u0598*\u002B\uFFFD\uFFFD\uFFFD|\uFFFDwUM\u000B\uFFFD\uFFFD\u03AAc{w\u03F5\u001A\uFFFD\uFFFD\u0558F\uFFFD\u002B\uFFFDw\uFFFD\uFFFD\uFFFDQ(8\uFFFDb\uFFFDl*\uFFFD;\u0022\r(\uFFFDB\uFFFDq\uFFFD\uFFFD\uFFFDFW\u001D\uFFFD\u000FH\uFFFD#\uFFFD\u0016NR\uFFFD1\uFFFD\uFFFDju\uFFFD\u001C\uFFFD\uFFFD_\uFFFD\uFFFD\u001A4\uFFFDC\uFFFD\u0006\uFFFD\uFFFDl\uFFFD\u06C4\uFFFDI\uFFFD\uFFFD\uFFFD\u07284V\uFFFD1\uFFFDb\uFFFD\u0728\uFFFD\uFFFD\u0004n\uFFFD\uFFFDnA\uFFFDe\uFFFDI6\uFFFD\uFFFD]\uFFFD\uFFFD\u001B~\u0016s;\u0014\uFFFD\uFFFD6Y\uFFFD\u001Ax\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFDi\uFFFD\f\uFFFD\uFFFD\uFFFDjj\uFFFD\uFFFD\uFFFD\uFFFD^\uFFFD\u001E\u0005NK\uFFFDtm\uFFFD*\u0473M\uFFFDa{\u003C\uFFFD\uFFFD\uFFFDs\n\uFFFDO\uFFFD\uFFFDM\uFFFDa\uFFFD\uFFFD\uFFFD7\uFFFD\uFFFDh\uFFFD38\uFFFD\uFFFDscJ\uFFFD\uFFFD\uFFFDM\u0015\u0027\uFFFD-\u001Ag)(\uFFFD\uFFFD\uFFFD\u0026\uFFFD\uFFFDz\u000BU\uFFFD\uFFFD\uFFFD$\uFFFD\u0010V\uFFFDg\uFFFDNtv\uFFFD\uFFFDg_te\uFFFD\uFFFD\u000F\uFFFD\uFFFD\uFFFD5\uFFFDh2\u001B\uFFFD\uFFFD\uFFFD\uFFFDL2\uFFFD\u000F\uFFFD-\u001C\uFFFD\uFFFD\uBEEB\uFFFDbT\u0007oo\uFFFD:\uFFFD\n\u001B\u0015\uFFFDl\u003C!\uFFFD|\uFFFDs\uFFFDE\uFFFDp\uFFFD\uFFFD6\uFFFD\u000BD,c\u001E\uFFFD\u0022\uFFFD~\u0018\uFFFD\uFFFD:6:\uFFFD\uFFFD[\uFFFD-nX\u001D\uFFFD6\uFFFD\u001C\uFFFDGC\uFFFD\uFFFD\uFFFD6\uFFFD\u0003\uFFFD\u0017\uFFFDLL\uFFFDVM\uFFFD\uFFFDC\uFFFD\uFFFD\uFFFD\n\uFFFDC\uFFFD\uFFFD5\u0012\u0011\uFFFD\uFFFD \uFFFD\uFFFD}\uFFFD*\u002B\uFFFDQU:\uFFFD\u0003\uFFFD\uFFFD\u003E\uFFFD\uFFFD\u05C2\uFFFD\uFFFD\u0015\uFFFD\uFFFD\uFFFD\u0003\uFFFD\uFFFDVV\uFFFD\uFFFDT\u000B\uFFFD\u000E4ai\uFFFDN\uFFFD\uFFFDi\uFFFD\uFFFD{rd\uFFFDX\uFFFDfN\uFFFD-\uFFFD\uFFFD\uFFFDMV\uFFFD\uFFFD\u0629\u0026\uFFFD\u0166\uFFFD\u0016\uFFFDAN\uFFFD\uFFFD7*\uFFFD5\uFFFD\uFFFD\uFFFDX%\uFFFD\uFFFD}\u0010\u000FI\u002B$,\u0014\uFFFD9\uFFFDRD\uFFFD\uFFFD^\\8\uFFFD\u0007\uFFFD\u0027\u003C\n\uFFFD\uFFFD\uFFFD\u0013)\uFFFD\uFFFD\u01CD\u003C!\u0011\u0000\uFFFD\u0010\u003Ev\u0019\uFFFDa\u0060Ul\u000F\uFFFD\uFFFD\uFFFD ,\uFFFD\u0087{\uFFFD\uFFFD\uFFFD\u0017\u007F\u0501Mj\u0001\u0060\uFFFD\uFFFD@\u0006B\uFFFDp\uFFFD\u0003\b\u0022\u001E\u0011\uFFFD\uFFFDL\u0010p\u0019D\uFFFD\uFFFD\uFFFD\uFFFD\uFFFDp\uFFFD\uFFFD\uFFFDrB\uFFFD\u000E%!\r\uFFFDh\uFFFD\uFFFDQ\uFFFD\uFFFD4\uFFFD\uFFFDDB\uFFFD\uFFFD8*!^\u0014E\uFFFD2\u0011\bB$\uFFFDe\b\u001D\u001BU\uFFFDu\uFFFDuj\uFFFD\u0005\uFFFD#\u0003\uFFFDBNP\u0003\uFFFD/O\uFFFDx]e\uFFFD]S\u8EB6,C*\uFFFD\uFFFD\u0004\tD\uFFFD\uFFFD\uFFFDZ8\uFFFD\u0006\uFFFD,#\r\uFFFD\u0018\uFFFDM\uFFFDl\uFFFD\uFFFD\uFFFD\uFFFD\u0060\uFFFD\uFFFD\uFFFD\u0012XKs\uFFFD\uFFFD\uFFFDn\uFFFD2?\uFFFDe\uFFFDn\uFFFD:\uFFFD^\u001C\u001D\uFFFD*\u002BR}g\uFFFD\uFFFD\uFFFD\u0018Q3\uFFFD\u0010L\uFFFD4\uFFFD\u000F\uFFFD}|W\u001A\uFFFD]\uFFFD\uFFFD\u0017\u007F\uFFFD\uFFFD\uFFFD\u000Fy\uFFFD3b\uFFFDd\uFFFD\uFFFDVU\u04EC\uFFFDGR\u0455W\uFFFD\uFFFD\u03D3H\uFFFD]\uFFFD\uFFFD4\u003C\uFFFD\u007FP\uFFFDt\uFFFD\u000EOY\uFFFD\uFFFD$\u0026\u007F\uFFFD\u001Dqs\uFFFD\uFFFD\uFFFD\uFFFD\u0003\uFFFD\uFFFD\n\uFFFD\u0026\uFFFDmn\u05A8\uFFFD{U\uFFFD\uFFFDU\uFFFD\uFFFD \u0566\uFFFD\uFFFDg\uFFFD\uFFFD4Ii\uFFFDV\u0004\uFFFD:\uFFFD\u0015n~c\uFFFD.\uFFFD\u0005\uFFFD\uFFFD\uFFFD\u0488H\uFFFD\uFFFD\uFFFD\u0007\uFFFD\uFFFD,\uFFFD\uFFFD\u0007\uFFFD\uFFFD\uFFFDB\uFFFDY\uFFFD^\uFFFD\uFFFD:\uFFFD\u046BDQ0\b\uFFFD#]\uFFFDg\uFFFD\uFFFD)\uFFFD\uFFFD\uFFFD\uFFFD}k\uFFFD\uFFFD\u0010\uFFFD\u0003\uFFFD\u0019\u035E9#X\uFFFD3B\uFFFD\u0060B:5y^\u003E(\uFFFDo?\uFFFD\u001E\uFFFD#\uFFFDN\uFFFDJ\uFFFDM\uFFFD\uFFFDz\uFFFD=\u001Fu\uFFFD\uFFFD\u01FF\uFFFD\uFFFD\uFFFD\u0014t2\uFFFD!0\uFFFD\uFFFDEL\uFFFD\u001D\u001EW\uFFFD\uFFFD(\uFFFDY\uFFFD\u02BD\u001E\uFFFD\uFFFD\uFFFDi\uFFFD\u0000\u03C4\uFFFD\uFFFD\uFFFD\r[\uFFFD\uFFFDA\u0017\uFFFD\uFFFD\u0014\uFFFD/}\uFFFDG\uDB26\uDE0B\uFFFD;\uFFFD\uFFFD\u001AgtS\uFFFDb\u000E\uFFFD\uFFFD\uFFFDk}\uFFFD\uFFFD\uFFFDq(\uFFFD{:\u0017\uFFFDl.\uFFFDD#|a\uFFFD\uFFFDU\u0027pq\uFFFD5\uFFFD\uFFFDD\u003Cj\uFFFDV4\u0015\u0005\u001ANg\uFFFDT\uFFFD\uFFFD;\uFFFDU\uFFFD\uFFFD\uFFFD\uFFFDG\uFFFD\uFFFD\uFFFD\uFFFDg\u0014-\uFFFDg{\uFFFDA\uFFFD\u0026\u002B\u072D1i\uFFFD\uFFFD\uFFFDi\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\b\uFFFD\u001F\uFFFD\uFFFD=\uFFFD!\uFFFD\u001E\uFFFDp#\uFFFD\uFFFD\b\uFFFD\uFFFD/\u0016n\uFFFD\uFFFD\u0026gx\uFFFDJ\u0017\uFFFD\uFFFD\u0016\uFFFDn\uFFFD\uFFFD\uFFFD\u001E\uFFFD3\uFFFDGL\uFFFD\uFFFD2?\u0000\uFFFD\uFFFDe\uFFFDy\u0012\uFFFD\uFFFDs\u07BD\uFFFD\uFFFD\u0011\uFFFDf\uFFFD\u003E\tE\uFFFD7\uFFFD\u0010u\u001D\uFFFD\u007F\uFFFD\uFFFD\uFFFDn\uFFFD\u0060\uFFFD\u0004cd=\u0022\uFFFD\u0002\uFFFD\u01D1\u0018\uFFFD\uFFFDnb\uFFFDM\uFFFD\uFFFD\u001E\uFFFD9\uFFFD\u0011I\uFFFD#A\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD4\uFFFDW\uFFFD\u001C\uFFFD\uFFFD:\uFFFD\u0004\uFFFD\u003E\uFFFD\uFFFD\u000B\uFFFDPO\u0018\uFFFDx \uFFFDe\u0006\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD:\u075E\uFFFD\u0000\uFFFDM6\uFFFD#\u0002?\fC\u0011L\u000E(w(\uFFFDg\uFFFD\uFFFD\uFFFDq\uFFFD\u0017\uFFFDL\n\u001ELE\uFFFD\u0082\uFFFD\uFFFD\u0015\uFFFD\uFFFD\uFFFD\uFFFDGP\uFFFD\uFFFD\u0013\uFFFD!\uFFFD\uFFFD\uFFFD]\uFFFD;\u0013\uFFFD\uFFFDvZH\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD6I\uFFFD\u0026q\u0018\uFFFD6*\uFFFDQ\u003C\uFFFD\u0019\n\u001D4\uFFFD\uFFFD 8f\u001E\uFFFD\u000B[\uFFFD{v\uFFFD\u000B\f\uFFFDX\uFFFD\uFFFD\uFFFD6\u002B\uFFFD\u0013\uFFFD%\uFFFD|\n\uFFFDF\uFFFD\u001A-\uFFFD\u000F\u001FtZ@\u0010\uFFFD\uFFFD\uFFFDk\u001E\uFFFDO\uFFFD\uFFFD\uFFFD\u7D65\uFFFD3\uFFFD\uFFFD\uFFFD/o\uFFFDwW\u003E!\uFFFD\uFFFD\u07D9\uFFFD\uFFFD\uFFFD\uFFFD\u002B\u0026\uFFFDbk\uFFFD\uFFFDQ\f\u02FE\u001F\uFFFDV\uFFFD\uFFFDX\uFFFDi\uFFFD\uFFFDvh\uFFFD\uFFFDN\u0060\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\u0369\u03B2h\uFFFD\u001C^\uFFFD\u0022\uFFFD\uFFFD\uFFFD\u0011\u007F\u007F~\uFFFD~e?\uFFFD\uFFFDQ\uFFFD\uFFFD=\u0002\uFFFDV\u0012\uFFFDl\uFFFDwg\uFFFD1\u0006\u001B\uFFFD\u000F\uFFFDv\uFFFD\u01AA@\u0013;\uFFFD\uFFFD!\uFFFD\uFFFD\u0002\uFFFD\uFFFD\uBBC5\uFFFD\uFFFD\u0002S,\uFFFD\u0019\uFFFD\ba\uFFFD\u0016\uFFFD2\uFFFD\u003C\u0331\u000B\u0027\uFFFD7\uFFFDd\uFFFD\uFFFD\u0002\uFFFD\uFFFDQ\u003C\uFFFD\uFFFD\uFFFD\f\nUf\uFFFD\r\u002B/1\uFFFD\u0013(\uFFFDC\u000F\uFFFDL\uFFFD\u00600\u0019\uFFFD0/\fF @\uFFFD\uFFFDj@\u0012\uFFFD8\u0132uH\u0018\uFFFD\u0060\uFFFD\t\uFFFD\uFFFD\uFFFD\u0019(\uFFFD\uFFFD\uFFFD\uFFFDC-\u0722S-\uFFFD\uFFFD\u003C\u0026z\u0016S\u0018\uFFFD\uFFFD\u003C\uFFFDN\uFFFD#*\uFFFDd\u0004\uFFFD\u0093~8\uFFFD\n\u0002OPn\uFFFD\uFFFD\u0019\uFFFD\uFFFD\u0004RV\uFFFD\u630F\uFFFD\t\u0022u\u0236}\uFFFDC\uFFFDx\r\u0002\uFFFD\uFFFD\u001B\uFFFD[\uFFFD\uFFFD\u0017\uFFFD\u0015\uFFFD!Y.\uFFFD\u0784KF7\uFFFD\uFFFDFk\uFFFD\uFFFD\\\uFFFD|\u0060\uFFFD\u003E\uFFFDR\\\uFFFD\u0000\u0012\uFFFD\\m\uFFFDP\uFFFD\uFFFD\u0011\uFFFD\u0017\uFFFD\u001F\uFFFD\uFFFDz\uFFFD|u\uFFFD\u03D7\uFFFD\u07BF\u007F\uFFFD\uFFFD\u0017|z\uFFFD\uFFFD\uFFFD\uFFFD\uB38AP~w\uFFFD\t\uFFFD\uFFFD\uFFFDeQ\u0011\uFFFD.\u0060.\uFFFDo\uFFFDH\u0006\uFFFD\uFFFD!\u0014D~\u00179]t\uFFFDFK\u002BS\uFFFD\u0748\uFFFDp\f\uFFFD6\u0012u\uFFFD\uFFFD\u007F\uFFFD\uFFFD\n\uFFFD\uFFFD\uFFFD\u001C\uFFFD_p\uFFFDoIP\uFFFD(%\uFFFD3?\uFFFDPM\uFFFDd\uFFFD\uFFFD\u0007\uFFFD\uFFFDdp\uFFFDR\uFFFD\u0657s\u001A\uFFFD\uFFFDW\uFFFDs\uFFFD,\f%\u0026rJ|\uFFFD9\uFFFD{\u007F]k4~\uFFFD\u0004\uFFFD\uFFFD\uFFFDj\uFFFDF\uFFFD\u003E3\uFFFD\\\uFFFD\u001FO\u0005}f=\uFFFD=\uFFFD\u066F~N\uFFFD\u048E\uFFFDXK\u06C1|\uFFFD\uFFFDd\uFFFD\uFFFD6\uFFFD^/\uFFFD\uFFFDJ\uFFFDul\uFFFD}\uFFFD\uFFFD\uFFFD{\uFFFD\u003CT\uFFFD\uFFFD\uFFFD\uFFFDR\uFFFD\u003E\uFFFDZ\u0016\u0000\u0000"},"response":{"StatusCode":200,"ContentType":"text/plain","Headers":{},"BodyText":""}} +{"capturedUtc":"2026-04-26T12:43:15.8444603+00:00","request":{"RequestId":"dd0711e3c51e4ca1aa464ea52624a7e3","Transport":"http","Method":"POST","HostName":"api.jibo.com","Path":"/","ServicePrefix":"Log_20150309","Operation":"PutEventsAsync","DeviceId":"","CorrelationId":"0HNL3I426PS79:00000001","FirmwareVersion":"","ApplicationVersion":"","Headers":{"Connection":"keep-alive","Host":"api.jibo.com","User-Agent":"jibo-server-client-nodejs/3.0.105 linux/v6.9.2","Authorization":"AWS4-HMAC-SHA256 Credential=a3ksSqxDYDpzZrV8j4md/20260426/us-east-1/log/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date;x-amz-target, Signature=0f0c92621b54776c1944dc16a96c729c810de4cee1f8104f9410f8d0b1c91985","Content-Type":"application/json","Content-Length":"50","X-Amz-Target":"Log_20150309.PutEventsAsync","X-Amz-Content-Sha256":"5ba08cf52677ba35e9635d05f5a4c568eb52234637edb8b638fce0c2b4397d58","X-Amz-Date":"20260426T124315Z"},"BodyText":"{\u0022kind\u0022:\u0022LOG\u0022,\u0022serial\u0022:\u0022BOJW-1000-0017-1114-0008\u0022}"},"response":{"StatusCode":200,"ContentType":"application/x-amz-json-1.1","Headers":{},"BodyText":"{\u0022contentEncoding\u0022:\u0022gzip\u0022,\u0022uploadUrl\u0022:\u0022https://api.jibo.com/upload/log-events\u0022}"}} diff --git a/artifact-output/jibo-test-23/captures/websocket/20260426.events.ndjson b/artifact-output/jibo-test-23/captures/websocket/20260426.events.ndjson new file mode 100644 index 0000000..27e3d0e --- /dev/null +++ b/artifact-output/jibo-test-23/captures/websocket/20260426.events.ndjson @@ -0,0 +1,1025 @@ +{"TimestampUtc":"2026-04-26T12:40:39.5267526+00:00","EventType":"connection_opened","SessionId":"52c03b7753c147d599559cf41af41d40","ConnectionId":"721a01c7ef58431b9cdc0ee675c8e358","Token":"token-Royal-Current-Sage-Canvas-1777207239262","HostName":"api-socket.jibo.com","Path":"/token-Royal-Current-Sage-Canvas-1777207239262","Kind":"api-socket","TransId":null,"MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:41:03.5992507+00:00","EventType":"connection_opened","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"cdbedccb33e248938d62da1e2576370b","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":null,"MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:41:03.6313823+00:00","EventType":"turn_processed","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"c9488482080d4aadaf53b5eb1f2c24b2","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-2fdd9be2-416d-11f1-a647-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777207263749,\u0022msgID\u0022:\u0022mid-2ffc3d18-416d-11f1-8d90-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-2fdd9be2-416d-11f1-a647-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:true,\u0022rules\u0022:[\u0022launch\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[],\u0022earlyEOS\u0022:[],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:7000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"messageType":"LISTEN","replyCount":0,"transcript":null,"intent":null}} +{"TimestampUtc":"2026-04-26T12:41:03.6469669+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"c9488482080d4aadaf53b5eb1f2c24b2","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-2fdd9be2-416d-11f1-a647-5cf821ea55ae","MessageType":"LISTEN","Direction":"in","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777207263749,\u0022msgID\u0022:\u0022mid-2ffc3d18-416d-11f1-8d90-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-2fdd9be2-416d-11f1-a647-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:true,\u0022rules\u0022:[\u0022launch\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[],\u0022earlyEOS\u0022:[],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:7000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:41:03.6498574+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"c9488482080d4aadaf53b5eb1f2c24b2","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-2fdd9be2-416d-11f1-a647-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777207263749,\u0022msgID\u0022:\u0022mid-2ffc3d18-416d-11f1-8d90-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-2fdd9be2-416d-11f1-a647-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:true,\u0022rules\u0022:[\u0022launch\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[],\u0022earlyEOS\u0022:[],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:7000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:41:03.6558544+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"13a9c59ffb114795b88476a6a9387410","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-2fdd9be2-416d-11f1-a647-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":47}} +{"TimestampUtc":"2026-04-26T12:41:03.656794+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"13a9c59ffb114795b88476a6a9387410","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-2fdd9be2-416d-11f1-a647-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:41:03.6570678+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"13a9c59ffb114795b88476a6a9387410","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-2fdd9be2-416d-11f1-a647-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:41:04.4137889+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"71f19cde7b4142f9955df8b704b48903","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-2fdd9be2-416d-11f1-a647-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":4284,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4237}} +{"TimestampUtc":"2026-04-26T12:41:04.4141602+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"71f19cde7b4142f9955df8b704b48903","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-2fdd9be2-416d-11f1-a647-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":4284,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:41:04.4143928+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"71f19cde7b4142f9955df8b704b48903","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-2fdd9be2-416d-11f1-a647-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":4284,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:41:04.4183608+00:00","EventType":"context_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"736d4554755f41289df7641206440e08","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-2fdd9be2-416d-11f1-a647-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777207264215,\u0022msgID\u0022:\u0022mid-3043417c-416d-11f1-8213-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-2fdd9be2-416d-11f1-a647-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.46,\u0022confidence\u0022:0.21000000000000003},\u0022motivation\u0022:{\u0022social\u0022:0.41269791666666358,\u0022playful\u0022:0.1375659722222245}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:11815,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:1}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T07:41:04.073-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:null},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":4284,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"transID":"tid-2fdd9be2-416d-11f1-a647-5cf821ea55ae"}} +{"TimestampUtc":"2026-04-26T12:41:04.4187177+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"736d4554755f41289df7641206440e08","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-2fdd9be2-416d-11f1-a647-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777207264215,\u0022msgID\u0022:\u0022mid-3043417c-416d-11f1-8213-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-2fdd9be2-416d-11f1-a647-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.46,\u0022confidence\u0022:0.21000000000000003},\u0022motivation\u0022:{\u0022social\u0022:0.41269791666666358,\u0022playful\u0022:0.1375659722222245}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:11815,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:1}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T07:41:04.073-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:null},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":4284,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:41:04.4189982+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"736d4554755f41289df7641206440e08","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-2fdd9be2-416d-11f1-a647-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777207264215,\u0022msgID\u0022:\u0022mid-3043417c-416d-11f1-8213-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-2fdd9be2-416d-11f1-a647-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.46,\u0022confidence\u0022:0.21000000000000003},\u0022motivation\u0022:{\u0022social\u0022:0.41269791666666358,\u0022playful\u0022:0.1375659722222245}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:11815,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:1}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T07:41:04.073-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:null},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":4284,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:41:04.4508089+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"22fb18f369ca453b8c981287b8700739","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-2fdd9be2-416d-11f1-a647-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4245,"ReplyTypes":[],"BufferedAudioBytes":8529,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4245}} +{"TimestampUtc":"2026-04-26T12:41:04.4511735+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"22fb18f369ca453b8c981287b8700739","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-2fdd9be2-416d-11f1-a647-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4245,"ReplyTypes":[],"BufferedAudioBytes":8529,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:41:04.4514381+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"22fb18f369ca453b8c981287b8700739","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-2fdd9be2-416d-11f1-a647-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4245,"ReplyTypes":[],"BufferedAudioBytes":8529,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:41:08.348348+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"f2b0b659982a412889534c806398447a","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-2fdd9be2-416d-11f1-a647-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4282,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4282}} +{"TimestampUtc":"2026-04-26T12:41:08.3488212+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"f2b0b659982a412889534c806398447a","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-2fdd9be2-416d-11f1-a647-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4282,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:41:08.4295116+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"f2b0b659982a412889534c806398447a","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-2fdd9be2-416d-11f1-a647-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4282,"ReplyTypes":["LISTEN","EOS","SKILL_ACTION"],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:41:08.4318671+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"13d674dc0c774cea8e207afe8fa55323","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-2fdd9be2-416d-11f1-a647-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":4239,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4239}} +{"TimestampUtc":"2026-04-26T12:41:08.4321544+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"13d674dc0c774cea8e207afe8fa55323","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-2fdd9be2-416d-11f1-a647-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":4239,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:41:08.4324092+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"13d674dc0c774cea8e207afe8fa55323","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-2fdd9be2-416d-11f1-a647-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":4239,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:41:08.4329887+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"c21947de3976471bad11019614525f9f","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-2fdd9be2-416d-11f1-a647-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":8478,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4239}} +{"TimestampUtc":"2026-04-26T12:41:08.4332327+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"c21947de3976471bad11019614525f9f","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-2fdd9be2-416d-11f1-a647-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":8478,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:41:08.4334848+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"c21947de3976471bad11019614525f9f","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-2fdd9be2-416d-11f1-a647-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":8478,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:41:08.4340462+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"f3c8af84a1bb476aa8070e9b41f5fcca","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-2fdd9be2-416d-11f1-a647-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4285,"ReplyTypes":[],"BufferedAudioBytes":12763,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4285}} +{"TimestampUtc":"2026-04-26T12:41:08.4342738+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"f3c8af84a1bb476aa8070e9b41f5fcca","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-2fdd9be2-416d-11f1-a647-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4285,"ReplyTypes":[],"BufferedAudioBytes":12763,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:41:08.4345577+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"f3c8af84a1bb476aa8070e9b41f5fcca","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-2fdd9be2-416d-11f1-a647-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4285,"ReplyTypes":[],"BufferedAudioBytes":12763,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:41:08.4352651+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"e510bc759b8b43f8a6c711917b6edc55","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-2fdd9be2-416d-11f1-a647-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4193,"ReplyTypes":[],"BufferedAudioBytes":16956,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4193}} +{"TimestampUtc":"2026-04-26T12:41:08.4354853+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"e510bc759b8b43f8a6c711917b6edc55","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-2fdd9be2-416d-11f1-a647-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4193,"ReplyTypes":[],"BufferedAudioBytes":16956,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:41:08.4357626+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"e510bc759b8b43f8a6c711917b6edc55","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-2fdd9be2-416d-11f1-a647-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4193,"ReplyTypes":[],"BufferedAudioBytes":16956,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:41:08.4364233+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"b99072af3cf84e23af35d81ef2cf6666","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-2fdd9be2-416d-11f1-a647-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":21195,"BufferedAudioChunks":5,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4239}} +{"TimestampUtc":"2026-04-26T12:41:08.4366534+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"b99072af3cf84e23af35d81ef2cf6666","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-2fdd9be2-416d-11f1-a647-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":21195,"BufferedAudioChunks":5,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:41:08.4368922+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"b99072af3cf84e23af35d81ef2cf6666","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-2fdd9be2-416d-11f1-a647-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":21195,"BufferedAudioChunks":5,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:41:08.4375201+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"1e94dd4567e148728dd1ad7d0bd25e61","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-2fdd9be2-416d-11f1-a647-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4260,"ReplyTypes":[],"BufferedAudioBytes":25455,"BufferedAudioChunks":6,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4260}} +{"TimestampUtc":"2026-04-26T12:41:08.4377593+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"1e94dd4567e148728dd1ad7d0bd25e61","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-2fdd9be2-416d-11f1-a647-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4260,"ReplyTypes":[],"BufferedAudioBytes":25455,"BufferedAudioChunks":6,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:41:08.4379954+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"1e94dd4567e148728dd1ad7d0bd25e61","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-2fdd9be2-416d-11f1-a647-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4260,"ReplyTypes":[],"BufferedAudioBytes":25455,"BufferedAudioChunks":6,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:41:17.416413+00:00","EventType":"connection_opened","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"64f598e5d4324bf0a91cf236c448ea8a","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-2fdd9be2-416d-11f1-a647-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":25455,"BufferedAudioChunks":6,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:41:17.4222797+00:00","EventType":"turn_processed","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"9b69da22985d4df8aa339bdc08d44450","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-382634a8-416d-11f1-b4ab-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777207277569,\u0022msgID\u0022:\u0022mid-3838eb02-416d-11f1-b9af-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-382634a8-416d-11f1-b4ab-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:true,\u0022rules\u0022:[\u0022launch\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[],\u0022earlyEOS\u0022:[],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:7000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"messageType":"LISTEN","replyCount":0,"transcript":"What\u0027s your cloud version?","intent":"cloud_version"}} +{"TimestampUtc":"2026-04-26T12:41:17.4225335+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"9b69da22985d4df8aa339bdc08d44450","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-382634a8-416d-11f1-b4ab-5cf821ea55ae","MessageType":"LISTEN","Direction":"in","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777207277569,\u0022msgID\u0022:\u0022mid-3838eb02-416d-11f1-b9af-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-382634a8-416d-11f1-b4ab-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:true,\u0022rules\u0022:[\u0022launch\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[],\u0022earlyEOS\u0022:[],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:7000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:41:17.422748+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"9b69da22985d4df8aa339bdc08d44450","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-382634a8-416d-11f1-b4ab-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777207277569,\u0022msgID\u0022:\u0022mid-3838eb02-416d-11f1-b9af-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-382634a8-416d-11f1-b4ab-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:true,\u0022rules\u0022:[\u0022launch\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[],\u0022earlyEOS\u0022:[],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:7000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:41:17.4315364+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"27999f42a06c4a8e93d9754d989816e6","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-382634a8-416d-11f1-b4ab-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":47}} +{"TimestampUtc":"2026-04-26T12:41:17.4318396+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"27999f42a06c4a8e93d9754d989816e6","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-382634a8-416d-11f1-b4ab-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:41:17.4320265+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"27999f42a06c4a8e93d9754d989816e6","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-382634a8-416d-11f1-b4ab-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:41:18.437149+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"872e173d0aaf4d4babd2a24dbbba66aa","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-382634a8-416d-11f1-b4ab-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4260,"ReplyTypes":[],"BufferedAudioBytes":4307,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4260}} +{"TimestampUtc":"2026-04-26T12:41:18.4374132+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"872e173d0aaf4d4babd2a24dbbba66aa","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-382634a8-416d-11f1-b4ab-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4260,"ReplyTypes":[],"BufferedAudioBytes":4307,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:41:18.4376221+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"872e173d0aaf4d4babd2a24dbbba66aa","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-382634a8-416d-11f1-b4ab-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4260,"ReplyTypes":[],"BufferedAudioBytes":4307,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:41:18.4381596+00:00","EventType":"context_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"bc49f65bcdf547c69556f8be418f9290","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-382634a8-416d-11f1-b4ab-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777207278180,\u0022msgID\u0022:\u0022mid-38964252-416d-11f1-b8fe-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-382634a8-416d-11f1-b4ab-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.45,\u0022confidence\u0022:0.2},\u0022motivation\u0022:{\u0022social\u0022:0.41453333333333017,\u0022playful\u0022:0.13817777777778007}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:11815,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:1}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T07:41:18.126-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:null},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":4307,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"transID":"tid-382634a8-416d-11f1-b4ab-5cf821ea55ae"}} +{"TimestampUtc":"2026-04-26T12:41:18.4383818+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"bc49f65bcdf547c69556f8be418f9290","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-382634a8-416d-11f1-b4ab-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777207278180,\u0022msgID\u0022:\u0022mid-38964252-416d-11f1-b8fe-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-382634a8-416d-11f1-b4ab-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.45,\u0022confidence\u0022:0.2},\u0022motivation\u0022:{\u0022social\u0022:0.41453333333333017,\u0022playful\u0022:0.13817777777778007}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:11815,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:1}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T07:41:18.126-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:null},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":4307,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:41:18.4385561+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"bc49f65bcdf547c69556f8be418f9290","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-382634a8-416d-11f1-b4ab-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777207278180,\u0022msgID\u0022:\u0022mid-38964252-416d-11f1-b8fe-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-382634a8-416d-11f1-b4ab-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.45,\u0022confidence\u0022:0.2},\u0022motivation\u0022:{\u0022social\u0022:0.41453333333333017,\u0022playful\u0022:0.13817777777778007}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:11815,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:1}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T07:41:18.126-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:null},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":4307,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:41:18.4389576+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"deab520fdcbc42c5912678ac55a68f5c","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-382634a8-416d-11f1-b4ab-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4283,"ReplyTypes":[],"BufferedAudioBytes":8590,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4283}} +{"TimestampUtc":"2026-04-26T12:41:18.4391053+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"deab520fdcbc42c5912678ac55a68f5c","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-382634a8-416d-11f1-b4ab-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4283,"ReplyTypes":[],"BufferedAudioBytes":8590,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:41:18.439265+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"deab520fdcbc42c5912678ac55a68f5c","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-382634a8-416d-11f1-b4ab-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4283,"ReplyTypes":[],"BufferedAudioBytes":8590,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:41:22.1587149+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"8887619f0d654be297d9e8618dadf566","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-382634a8-416d-11f1-b4ab-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4228,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4228}} +{"TimestampUtc":"2026-04-26T12:41:22.158957+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"8887619f0d654be297d9e8618dadf566","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-382634a8-416d-11f1-b4ab-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4228,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:41:22.2357519+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"8887619f0d654be297d9e8618dadf566","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-382634a8-416d-11f1-b4ab-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4228,"ReplyTypes":["LISTEN","EOS","SKILL_ACTION"],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:41:22.2364199+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"8411aaf8c53f49eb94ff7476d02a0252","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-382634a8-416d-11f1-b4ab-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4232,"ReplyTypes":[],"BufferedAudioBytes":4232,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4232}} +{"TimestampUtc":"2026-04-26T12:41:22.2365898+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"8411aaf8c53f49eb94ff7476d02a0252","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-382634a8-416d-11f1-b4ab-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4232,"ReplyTypes":[],"BufferedAudioBytes":4232,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:41:22.2367904+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"8411aaf8c53f49eb94ff7476d02a0252","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-382634a8-416d-11f1-b4ab-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4232,"ReplyTypes":[],"BufferedAudioBytes":4232,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:41:22.2371988+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"749512f457654370a7c2ed54b21511e2","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-382634a8-416d-11f1-b4ab-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":8471,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4239}} +{"TimestampUtc":"2026-04-26T12:41:22.2373515+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"749512f457654370a7c2ed54b21511e2","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-382634a8-416d-11f1-b4ab-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":8471,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:41:22.2375185+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"749512f457654370a7c2ed54b21511e2","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-382634a8-416d-11f1-b4ab-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":8471,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:41:22.2381055+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"d08f970c3e1441079b9bd0907c9311f0","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-382634a8-416d-11f1-b4ab-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4292,"ReplyTypes":[],"BufferedAudioBytes":12763,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4292}} +{"TimestampUtc":"2026-04-26T12:41:22.2382622+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"d08f970c3e1441079b9bd0907c9311f0","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-382634a8-416d-11f1-b4ab-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4292,"ReplyTypes":[],"BufferedAudioBytes":12763,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:41:22.2384617+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"d08f970c3e1441079b9bd0907c9311f0","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-382634a8-416d-11f1-b4ab-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4292,"ReplyTypes":[],"BufferedAudioBytes":12763,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:41:22.2388571+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"bc607486a9b44cec82592c63ee2d511d","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-382634a8-416d-11f1-b4ab-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4184,"ReplyTypes":[],"BufferedAudioBytes":16947,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4184}} +{"TimestampUtc":"2026-04-26T12:41:22.239034+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"bc607486a9b44cec82592c63ee2d511d","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-382634a8-416d-11f1-b4ab-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4184,"ReplyTypes":[],"BufferedAudioBytes":16947,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:41:22.2392215+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"bc607486a9b44cec82592c63ee2d511d","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-382634a8-416d-11f1-b4ab-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4184,"ReplyTypes":[],"BufferedAudioBytes":16947,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:41:22.2395876+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"5e56399e6acf4c5ba60effa81a5b8352","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-382634a8-416d-11f1-b4ab-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4168,"ReplyTypes":[],"BufferedAudioBytes":21115,"BufferedAudioChunks":5,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4168}} +{"TimestampUtc":"2026-04-26T12:41:22.2397451+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"5e56399e6acf4c5ba60effa81a5b8352","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-382634a8-416d-11f1-b4ab-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4168,"ReplyTypes":[],"BufferedAudioBytes":21115,"BufferedAudioChunks":5,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:41:22.2399137+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"5e56399e6acf4c5ba60effa81a5b8352","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-382634a8-416d-11f1-b4ab-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4168,"ReplyTypes":[],"BufferedAudioBytes":21115,"BufferedAudioChunks":5,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:41:22.2404645+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"2dc2d70878a64a648c7fc66188c16d46","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-382634a8-416d-11f1-b4ab-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4153,"ReplyTypes":[],"BufferedAudioBytes":25268,"BufferedAudioChunks":6,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4153}} +{"TimestampUtc":"2026-04-26T12:41:22.2406148+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"2dc2d70878a64a648c7fc66188c16d46","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-382634a8-416d-11f1-b4ab-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4153,"ReplyTypes":[],"BufferedAudioBytes":25268,"BufferedAudioChunks":6,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:41:22.2407878+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"2dc2d70878a64a648c7fc66188c16d46","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-382634a8-416d-11f1-b4ab-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4153,"ReplyTypes":[],"BufferedAudioBytes":25268,"BufferedAudioChunks":6,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:41:28.5954737+00:00","EventType":"connection_opened","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"c4e061ac2cce49f7a36cb8a7fb14aef9","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-382634a8-416d-11f1-b4ab-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":25268,"BufferedAudioChunks":6,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:41:28.6205822+00:00","EventType":"turn_processed","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"2c385189f3ee4be08b381dbd350d8543","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3e689392-416d-11f1-af55-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777207288761,\u0022msgID\u0022:\u0022mid-3ee4c336-416d-11f1-8db0-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-3e689392-416d-11f1-af55-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:true,\u0022rules\u0022:[\u0022launch\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[],\u0022earlyEOS\u0022:[],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:7000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"messageType":"LISTEN","replyCount":0,"transcript":"But what\u0027s your cloud version?","intent":"cloud_version"}} +{"TimestampUtc":"2026-04-26T12:41:28.6208674+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"2c385189f3ee4be08b381dbd350d8543","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3e689392-416d-11f1-af55-5cf821ea55ae","MessageType":"LISTEN","Direction":"in","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777207288761,\u0022msgID\u0022:\u0022mid-3ee4c336-416d-11f1-8db0-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-3e689392-416d-11f1-af55-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:true,\u0022rules\u0022:[\u0022launch\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[],\u0022earlyEOS\u0022:[],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:7000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:41:28.6210642+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"2c385189f3ee4be08b381dbd350d8543","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3e689392-416d-11f1-af55-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777207288761,\u0022msgID\u0022:\u0022mid-3ee4c336-416d-11f1-8db0-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-3e689392-416d-11f1-af55-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:true,\u0022rules\u0022:[\u0022launch\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[],\u0022earlyEOS\u0022:[],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:7000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:41:28.6213368+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"0437a6f8ad5e4b37859688f6a759963b","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3e689392-416d-11f1-af55-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":47}} +{"TimestampUtc":"2026-04-26T12:41:28.6214809+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"0437a6f8ad5e4b37859688f6a759963b","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3e689392-416d-11f1-af55-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:41:28.6216228+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"0437a6f8ad5e4b37859688f6a759963b","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3e689392-416d-11f1-af55-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:41:28.6611696+00:00","EventType":"context_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"b865311e78904e60b3ab173fbdc868c8","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3e689392-416d-11f1-af55-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777207288809,\u0022msgID\u0022:\u0022mid-3eec0538-416d-11f1-af96-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-3e689392-416d-11f1-af55-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.45,\u0022confidence\u0022:0.2},\u0022motivation\u0022:{\u0022social\u0022:0.4160774999999967,\u0022playful\u0022:0.1386925000000023}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:11815,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:0},{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:11823,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:0}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T07:41:28.767-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:\u0022chitchat-skill\u0022},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"transID":"tid-3e689392-416d-11f1-af55-5cf821ea55ae"}} +{"TimestampUtc":"2026-04-26T12:41:28.6615248+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"b865311e78904e60b3ab173fbdc868c8","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3e689392-416d-11f1-af55-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777207288809,\u0022msgID\u0022:\u0022mid-3eec0538-416d-11f1-af96-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-3e689392-416d-11f1-af55-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.45,\u0022confidence\u0022:0.2},\u0022motivation\u0022:{\u0022social\u0022:0.4160774999999967,\u0022playful\u0022:0.1386925000000023}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:11815,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:0},{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:11823,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:0}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T07:41:28.767-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:\u0022chitchat-skill\u0022},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:41:28.6618196+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"b865311e78904e60b3ab173fbdc868c8","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3e689392-416d-11f1-af55-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777207288809,\u0022msgID\u0022:\u0022mid-3eec0538-416d-11f1-af96-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-3e689392-416d-11f1-af55-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.45,\u0022confidence\u0022:0.2},\u0022motivation\u0022:{\u0022social\u0022:0.4160774999999967,\u0022playful\u0022:0.1386925000000023}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:11815,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:0},{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:11823,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:0}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T07:41:28.767-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:\u0022chitchat-skill\u0022},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:41:29.5190569+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"a1d6daaaf3e14709b800bbee22f23deb","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3e689392-416d-11f1-af55-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4284,"ReplyTypes":[],"BufferedAudioBytes":4331,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4284}} +{"TimestampUtc":"2026-04-26T12:41:29.5192805+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"a1d6daaaf3e14709b800bbee22f23deb","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3e689392-416d-11f1-af55-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4284,"ReplyTypes":[],"BufferedAudioBytes":4331,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:41:29.5194611+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"a1d6daaaf3e14709b800bbee22f23deb","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3e689392-416d-11f1-af55-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4284,"ReplyTypes":[],"BufferedAudioBytes":4331,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:41:29.5200558+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"296c95a184594155a61a2b5622fcedff","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3e689392-416d-11f1-af55-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":8572,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4241}} +{"TimestampUtc":"2026-04-26T12:41:29.5202216+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"296c95a184594155a61a2b5622fcedff","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3e689392-416d-11f1-af55-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":8572,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:41:29.5203635+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"296c95a184594155a61a2b5622fcedff","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3e689392-416d-11f1-af55-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":8572,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:41:29.5960511+00:00","EventType":"connection_opened","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"b365bd02611d4c339b5addc35335fe72","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3e689392-416d-11f1-af55-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":8572,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:41:33.2790352+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"d75e55b5bbd94b80ba0a303dafff4e18","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3e689392-416d-11f1-af55-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}} +{"TimestampUtc":"2026-04-26T12:41:33.2792136+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"d75e55b5bbd94b80ba0a303dafff4e18","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3e689392-416d-11f1-af55-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:41:33.3559945+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"d75e55b5bbd94b80ba0a303dafff4e18","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3e689392-416d-11f1-af55-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":["LISTEN","EOS","SKILL_ACTION"],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:41:33.356499+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"44b7e06e9356434084d07c9149b2ff38","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3e689392-416d-11f1-af55-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":4239,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4239}} +{"TimestampUtc":"2026-04-26T12:41:33.356744+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"44b7e06e9356434084d07c9149b2ff38","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3e689392-416d-11f1-af55-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":4239,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:41:33.3569142+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"44b7e06e9356434084d07c9149b2ff38","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3e689392-416d-11f1-af55-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":4239,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:41:33.357342+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"dc80d4c499b54e409b78f94ce284b3c0","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3e689392-416d-11f1-af55-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":8478,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4239}} +{"TimestampUtc":"2026-04-26T12:41:33.3574883+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"dc80d4c499b54e409b78f94ce284b3c0","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3e689392-416d-11f1-af55-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":8478,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:41:33.357709+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"dc80d4c499b54e409b78f94ce284b3c0","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3e689392-416d-11f1-af55-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":8478,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:41:33.3581068+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"113b2562eb9345a08a02e8166f4e3060","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3e689392-416d-11f1-af55-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4247,"ReplyTypes":[],"BufferedAudioBytes":12725,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4247}} +{"TimestampUtc":"2026-04-26T12:41:33.35823+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"113b2562eb9345a08a02e8166f4e3060","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3e689392-416d-11f1-af55-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4247,"ReplyTypes":[],"BufferedAudioBytes":12725,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:41:33.3583689+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"113b2562eb9345a08a02e8166f4e3060","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3e689392-416d-11f1-af55-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4247,"ReplyTypes":[],"BufferedAudioBytes":12725,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:41:33.358928+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"5cd7e96a3a90419997a1771a681abe3d","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3e689392-416d-11f1-af55-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4231,"ReplyTypes":[],"BufferedAudioBytes":16956,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4231}} +{"TimestampUtc":"2026-04-26T12:41:33.3590496+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"5cd7e96a3a90419997a1771a681abe3d","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3e689392-416d-11f1-af55-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4231,"ReplyTypes":[],"BufferedAudioBytes":16956,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:41:33.359213+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"5cd7e96a3a90419997a1771a681abe3d","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3e689392-416d-11f1-af55-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4231,"ReplyTypes":[],"BufferedAudioBytes":16956,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:41:33.3596281+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"a3b962dc7d08484abb173daf986995dd","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3e689392-416d-11f1-af55-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4292,"ReplyTypes":[],"BufferedAudioBytes":21248,"BufferedAudioChunks":5,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4292}} +{"TimestampUtc":"2026-04-26T12:41:33.3597655+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"a3b962dc7d08484abb173daf986995dd","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3e689392-416d-11f1-af55-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4292,"ReplyTypes":[],"BufferedAudioBytes":21248,"BufferedAudioChunks":5,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:41:33.3598914+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"a3b962dc7d08484abb173daf986995dd","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3e689392-416d-11f1-af55-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4292,"ReplyTypes":[],"BufferedAudioBytes":21248,"BufferedAudioChunks":5,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:41:33.3602741+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"4788b41b19d8499a8621623b2255a678","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3e689392-416d-11f1-af55-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4196,"ReplyTypes":[],"BufferedAudioBytes":25444,"BufferedAudioChunks":6,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4196}} +{"TimestampUtc":"2026-04-26T12:41:33.3603875+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"4788b41b19d8499a8621623b2255a678","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3e689392-416d-11f1-af55-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4196,"ReplyTypes":[],"BufferedAudioBytes":25444,"BufferedAudioChunks":6,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:41:33.3605056+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"4788b41b19d8499a8621623b2255a678","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3e689392-416d-11f1-af55-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4196,"ReplyTypes":[],"BufferedAudioBytes":25444,"BufferedAudioChunks":6,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:41:33.3608176+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"d7192f95bb5e41f9a6f68f226a720391","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3e689392-416d-11f1-af55-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4275,"ReplyTypes":[],"BufferedAudioBytes":29719,"BufferedAudioChunks":7,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4275}} +{"TimestampUtc":"2026-04-26T12:41:33.3609671+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"d7192f95bb5e41f9a6f68f226a720391","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3e689392-416d-11f1-af55-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4275,"ReplyTypes":[],"BufferedAudioBytes":29719,"BufferedAudioChunks":7,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:41:33.3610772+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"d7192f95bb5e41f9a6f68f226a720391","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3e689392-416d-11f1-af55-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4275,"ReplyTypes":[],"BufferedAudioBytes":29719,"BufferedAudioChunks":7,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:41:41.6409776+00:00","EventType":"connection_opened","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"be7a985d600a4b1cb2706fd3d5148fd4","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3e689392-416d-11f1-af55-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":29719,"BufferedAudioChunks":7,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:41:41.6634443+00:00","EventType":"turn_processed","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"4c45d41f24654e139a7bfbabf9e1ceaf","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-4665373a-416d-11f1-a2af-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777207301808,\u0022msgID\u0022:\u0022mid-46ab8564-416d-11f1-9beb-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-4665373a-416d-11f1-a2af-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:true,\u0022rules\u0022:[\u0022launch\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[],\u0022earlyEOS\u0022:[],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:7000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"messageType":"LISTEN","replyCount":0,"transcript":"What\u0027s your cloud version?","intent":"cloud_version"}} +{"TimestampUtc":"2026-04-26T12:41:41.6637022+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"4c45d41f24654e139a7bfbabf9e1ceaf","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-4665373a-416d-11f1-a2af-5cf821ea55ae","MessageType":"LISTEN","Direction":"in","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777207301808,\u0022msgID\u0022:\u0022mid-46ab8564-416d-11f1-9beb-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-4665373a-416d-11f1-a2af-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:true,\u0022rules\u0022:[\u0022launch\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[],\u0022earlyEOS\u0022:[],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:7000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:41:41.6638751+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"4c45d41f24654e139a7bfbabf9e1ceaf","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-4665373a-416d-11f1-a2af-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777207301808,\u0022msgID\u0022:\u0022mid-46ab8564-416d-11f1-9beb-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-4665373a-416d-11f1-a2af-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:true,\u0022rules\u0022:[\u0022launch\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[],\u0022earlyEOS\u0022:[],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:7000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:41:41.6641596+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"3ebdace3d1ed405eaf13b8bb3c57fb47","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-4665373a-416d-11f1-a2af-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":47}} +{"TimestampUtc":"2026-04-26T12:41:41.664312+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"3ebdace3d1ed405eaf13b8bb3c57fb47","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-4665373a-416d-11f1-a2af-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:41:41.6644934+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"3ebdace3d1ed405eaf13b8bb3c57fb47","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-4665373a-416d-11f1-a2af-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:41:41.7317012+00:00","EventType":"context_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"d21ac41491384a878efccdf80c3b9d3f","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-4665373a-416d-11f1-a2af-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777207301882,\u0022msgID\u0022:\u0022mid-46b6c686-416d-11f1-a78e-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-4665373a-416d-11f1-a2af-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.45,\u0022confidence\u0022:0.2},\u0022motivation\u0022:{\u0022social\u0022:0.4179126388888855,\u0022playful\u0022:0.13930421296296528}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:11823,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:0.25}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T07:41:41.828-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:null},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"transID":"tid-4665373a-416d-11f1-a2af-5cf821ea55ae"}} +{"TimestampUtc":"2026-04-26T12:41:41.7320759+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"d21ac41491384a878efccdf80c3b9d3f","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-4665373a-416d-11f1-a2af-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777207301882,\u0022msgID\u0022:\u0022mid-46b6c686-416d-11f1-a78e-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-4665373a-416d-11f1-a2af-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.45,\u0022confidence\u0022:0.2},\u0022motivation\u0022:{\u0022social\u0022:0.4179126388888855,\u0022playful\u0022:0.13930421296296528}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:11823,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:0.25}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T07:41:41.828-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:null},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:41:41.7322767+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"d21ac41491384a878efccdf80c3b9d3f","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-4665373a-416d-11f1-a2af-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777207301882,\u0022msgID\u0022:\u0022mid-46b6c686-416d-11f1-a78e-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-4665373a-416d-11f1-a2af-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.45,\u0022confidence\u0022:0.2},\u0022motivation\u0022:{\u0022social\u0022:0.4179126388888855,\u0022playful\u0022:0.13930421296296528}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:11823,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:0.25}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T07:41:41.828-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:null},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:41:42.5334796+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"cb2f3419a08a45e5b4d5bd9935184b17","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-4665373a-416d-11f1-a2af-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4286}} +{"TimestampUtc":"2026-04-26T12:41:42.5337546+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"cb2f3419a08a45e5b4d5bd9935184b17","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-4665373a-416d-11f1-a2af-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:41:42.53397+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"cb2f3419a08a45e5b4d5bd9935184b17","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-4665373a-416d-11f1-a2af-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:41:42.5345863+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"aff25725be28408eaa6e9349a4817609","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-4665373a-416d-11f1-a2af-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":8570,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4237}} +{"TimestampUtc":"2026-04-26T12:41:42.5347743+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"aff25725be28408eaa6e9349a4817609","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-4665373a-416d-11f1-a2af-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":8570,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:41:42.5349433+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"aff25725be28408eaa6e9349a4817609","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-4665373a-416d-11f1-a2af-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":8570,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:41:42.9608253+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"c58ad2727be04db6a7709dbded9a222c","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-4665373a-416d-11f1-a2af-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":12811,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4241}} +{"TimestampUtc":"2026-04-26T12:41:42.9610529+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"c58ad2727be04db6a7709dbded9a222c","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-4665373a-416d-11f1-a2af-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":12811,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:41:42.9612228+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"c58ad2727be04db6a7709dbded9a222c","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-4665373a-416d-11f1-a2af-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":12811,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:41:46.2319555+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"a26cd74d0e774927bf33448d5c4ae017","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-4665373a-416d-11f1-a2af-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}} +{"TimestampUtc":"2026-04-26T12:41:46.2321615+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"a26cd74d0e774927bf33448d5c4ae017","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-4665373a-416d-11f1-a2af-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:41:46.3081067+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"a26cd74d0e774927bf33448d5c4ae017","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-4665373a-416d-11f1-a2af-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":["LISTEN","EOS","SKILL_ACTION"],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:41:46.3085616+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"5b972652d12242118585197fd84933e3","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-4665373a-416d-11f1-a2af-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4245,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4245}} +{"TimestampUtc":"2026-04-26T12:41:46.3087697+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"5b972652d12242118585197fd84933e3","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-4665373a-416d-11f1-a2af-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4245,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:41:46.3089121+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"5b972652d12242118585197fd84933e3","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-4665373a-416d-11f1-a2af-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4245,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:41:46.3092829+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"d0dc0d8833c64ea49f3bf778a6ebe310","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-4665373a-416d-11f1-a2af-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4233,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4233}} +{"TimestampUtc":"2026-04-26T12:41:46.3093953+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"d0dc0d8833c64ea49f3bf778a6ebe310","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-4665373a-416d-11f1-a2af-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4233,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:41:46.3095354+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"d0dc0d8833c64ea49f3bf778a6ebe310","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-4665373a-416d-11f1-a2af-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4233,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:41:46.3098809+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"2b2c7fd4b2dc45fcb48798d94d977832","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-4665373a-416d-11f1-a2af-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4291,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4291}} +{"TimestampUtc":"2026-04-26T12:41:46.3099895+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"2b2c7fd4b2dc45fcb48798d94d977832","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-4665373a-416d-11f1-a2af-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4291,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:41:46.3101275+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"2b2c7fd4b2dc45fcb48798d94d977832","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-4665373a-416d-11f1-a2af-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4291,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:41:46.3104268+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"b12fa92af9514b6a82af2bb7308e0d6c","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-4665373a-416d-11f1-a2af-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4185,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4185}} +{"TimestampUtc":"2026-04-26T12:41:46.3105334+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"b12fa92af9514b6a82af2bb7308e0d6c","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-4665373a-416d-11f1-a2af-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4185,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:41:46.3106851+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"b12fa92af9514b6a82af2bb7308e0d6c","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-4665373a-416d-11f1-a2af-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4185,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:41:46.3112797+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"f97130284bd54fd386c58a3c0d06e9b2","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-4665373a-416d-11f1-a2af-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4222,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4222}} +{"TimestampUtc":"2026-04-26T12:41:46.3113942+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"f97130284bd54fd386c58a3c0d06e9b2","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-4665373a-416d-11f1-a2af-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4222,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:41:46.3115547+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"f97130284bd54fd386c58a3c0d06e9b2","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-4665373a-416d-11f1-a2af-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4222,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:42:04.6421417+00:00","EventType":"connection_opened","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"cb2b24af2550475b9ccda38d6c3214af","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-4665373a-416d-11f1-a2af-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:42:04.6562751+00:00","EventType":"turn_processed","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"0f6af883a3294ca19389f00412e5eb81","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-542229dc-416d-11f1-aa53-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777207324809,\u0022msgID\u0022:\u0022mid-54613aaa-416d-11f1-a0ae-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-542229dc-416d-11f1-aa53-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:true,\u0022rules\u0022:[\u0022launch\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[],\u0022earlyEOS\u0022:[],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:7000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"messageType":"LISTEN","replyCount":0,"transcript":"Play the news.","intent":"news"}} +{"TimestampUtc":"2026-04-26T12:42:04.6565201+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"0f6af883a3294ca19389f00412e5eb81","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-542229dc-416d-11f1-aa53-5cf821ea55ae","MessageType":"LISTEN","Direction":"in","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777207324809,\u0022msgID\u0022:\u0022mid-54613aaa-416d-11f1-a0ae-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-542229dc-416d-11f1-aa53-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:true,\u0022rules\u0022:[\u0022launch\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[],\u0022earlyEOS\u0022:[],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:7000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:42:04.6567247+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"0f6af883a3294ca19389f00412e5eb81","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-542229dc-416d-11f1-aa53-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777207324809,\u0022msgID\u0022:\u0022mid-54613aaa-416d-11f1-a0ae-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-542229dc-416d-11f1-aa53-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:true,\u0022rules\u0022:[\u0022launch\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[],\u0022earlyEOS\u0022:[],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:7000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:42:04.667257+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"0aa75eb70f1844c883690378d778c0dc","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-542229dc-416d-11f1-aa53-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":47}} +{"TimestampUtc":"2026-04-26T12:42:04.6674812+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"0aa75eb70f1844c883690378d778c0dc","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-542229dc-416d-11f1-aa53-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:42:04.6676221+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"0aa75eb70f1844c883690378d778c0dc","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-542229dc-416d-11f1-aa53-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:42:04.7321302+00:00","EventType":"context_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"a59f843af7c847429433b2a46b017acc","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-542229dc-416d-11f1-aa53-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777207324884,\u0022msgID\u0022:\u0022mid-546cb68c-416d-11f1-bae1-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-542229dc-416d-11f1-aa53-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.45,\u0022confidence\u0022:0.2},\u0022motivation\u0022:{\u0022social\u0022:0.4211443055555521,\u0022playful\u0022:0.14038143518518754}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T07:42:04.841-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:null},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"transID":"tid-542229dc-416d-11f1-aa53-5cf821ea55ae"}} +{"TimestampUtc":"2026-04-26T12:42:04.7324465+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"a59f843af7c847429433b2a46b017acc","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-542229dc-416d-11f1-aa53-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777207324884,\u0022msgID\u0022:\u0022mid-546cb68c-416d-11f1-bae1-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-542229dc-416d-11f1-aa53-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.45,\u0022confidence\u0022:0.2},\u0022motivation\u0022:{\u0022social\u0022:0.4211443055555521,\u0022playful\u0022:0.14038143518518754}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T07:42:04.841-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:null},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:42:04.7326181+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"a59f843af7c847429433b2a46b017acc","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-542229dc-416d-11f1-aa53-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777207324884,\u0022msgID\u0022:\u0022mid-546cb68c-416d-11f1-bae1-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-542229dc-416d-11f1-aa53-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.45,\u0022confidence\u0022:0.2},\u0022motivation\u0022:{\u0022social\u0022:0.4211443055555521,\u0022playful\u0022:0.14038143518518754}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T07:42:04.841-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:null},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:42:05.5703054+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"40be56e695514191a93ba2ef9b15b0f7","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-542229dc-416d-11f1-aa53-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4158,"ReplyTypes":[],"BufferedAudioBytes":4205,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4158}} +{"TimestampUtc":"2026-04-26T12:42:05.5705325+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"40be56e695514191a93ba2ef9b15b0f7","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-542229dc-416d-11f1-aa53-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4158,"ReplyTypes":[],"BufferedAudioBytes":4205,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:42:05.5707333+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"40be56e695514191a93ba2ef9b15b0f7","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-542229dc-416d-11f1-aa53-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4158,"ReplyTypes":[],"BufferedAudioBytes":4205,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:42:05.5711877+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"bc6c0efd682d41d7b6e9744cd3d072f5","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-542229dc-416d-11f1-aa53-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4266,"ReplyTypes":[],"BufferedAudioBytes":8471,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4266}} +{"TimestampUtc":"2026-04-26T12:42:05.5713846+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"bc6c0efd682d41d7b6e9744cd3d072f5","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-542229dc-416d-11f1-aa53-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4266,"ReplyTypes":[],"BufferedAudioBytes":8471,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:42:05.5715447+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"bc6c0efd682d41d7b6e9744cd3d072f5","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-542229dc-416d-11f1-aa53-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4266,"ReplyTypes":[],"BufferedAudioBytes":8471,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:42:09.2065089+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"c4841ec4955f4fc8b888a9ba34055fa3","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-542229dc-416d-11f1-aa53-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4178,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4178}} +{"TimestampUtc":"2026-04-26T12:42:09.2067175+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"c4841ec4955f4fc8b888a9ba34055fa3","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-542229dc-416d-11f1-aa53-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4178,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:42:09.2829652+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"c4841ec4955f4fc8b888a9ba34055fa3","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-542229dc-416d-11f1-aa53-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4178,"ReplyTypes":["LISTEN","EOS","SKILL_ACTION"],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:42:09.2835412+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"850a34b1607e4dc2ae75d7d893abc9d8","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-542229dc-416d-11f1-aa53-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":4237,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4237}} +{"TimestampUtc":"2026-04-26T12:42:09.2837697+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"850a34b1607e4dc2ae75d7d893abc9d8","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-542229dc-416d-11f1-aa53-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":4237,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:42:09.2839187+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"850a34b1607e4dc2ae75d7d893abc9d8","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-542229dc-416d-11f1-aa53-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":4237,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:42:09.2843425+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"145ae6fabf154b939ce530c8757c04cd","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-542229dc-416d-11f1-aa53-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":8476,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4239}} +{"TimestampUtc":"2026-04-26T12:42:09.2844774+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"145ae6fabf154b939ce530c8757c04cd","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-542229dc-416d-11f1-aa53-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":8476,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:42:09.2845948+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"145ae6fabf154b939ce530c8757c04cd","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-542229dc-416d-11f1-aa53-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":8476,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:42:09.2850539+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"be6adb9dc2be4911bb87d9616f3d1906","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-542229dc-416d-11f1-aa53-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4185,"ReplyTypes":[],"BufferedAudioBytes":12661,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4185}} +{"TimestampUtc":"2026-04-26T12:42:09.28517+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"be6adb9dc2be4911bb87d9616f3d1906","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-542229dc-416d-11f1-aa53-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4185,"ReplyTypes":[],"BufferedAudioBytes":12661,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:42:09.2853237+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"be6adb9dc2be4911bb87d9616f3d1906","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-542229dc-416d-11f1-aa53-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4185,"ReplyTypes":[],"BufferedAudioBytes":12661,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:42:09.2858063+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"01a4ab07e9cb42939a732f7344618778","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-542229dc-416d-11f1-aa53-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4244,"ReplyTypes":[],"BufferedAudioBytes":16905,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4244}} +{"TimestampUtc":"2026-04-26T12:42:09.2859292+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"01a4ab07e9cb42939a732f7344618778","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-542229dc-416d-11f1-aa53-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4244,"ReplyTypes":[],"BufferedAudioBytes":16905,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:42:09.2860636+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"01a4ab07e9cb42939a732f7344618778","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-542229dc-416d-11f1-aa53-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4244,"ReplyTypes":[],"BufferedAudioBytes":16905,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:42:09.2864194+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"f251f73901294cda92a3f56fd40c3c3e","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-542229dc-416d-11f1-aa53-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4282,"ReplyTypes":[],"BufferedAudioBytes":21187,"BufferedAudioChunks":5,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4282}} +{"TimestampUtc":"2026-04-26T12:42:09.2865534+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"f251f73901294cda92a3f56fd40c3c3e","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-542229dc-416d-11f1-aa53-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4282,"ReplyTypes":[],"BufferedAudioBytes":21187,"BufferedAudioChunks":5,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:42:09.286686+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"f251f73901294cda92a3f56fd40c3c3e","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-542229dc-416d-11f1-aa53-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4282,"ReplyTypes":[],"BufferedAudioBytes":21187,"BufferedAudioChunks":5,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:42:09.2870076+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"65630496566e4e65ba9477625138a5c1","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-542229dc-416d-11f1-aa53-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4245,"ReplyTypes":[],"BufferedAudioBytes":25432,"BufferedAudioChunks":6,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4245}} +{"TimestampUtc":"2026-04-26T12:42:09.2871239+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"65630496566e4e65ba9477625138a5c1","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-542229dc-416d-11f1-aa53-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4245,"ReplyTypes":[],"BufferedAudioBytes":25432,"BufferedAudioChunks":6,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:42:09.2872748+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"65630496566e4e65ba9477625138a5c1","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-542229dc-416d-11f1-aa53-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4245,"ReplyTypes":[],"BufferedAudioBytes":25432,"BufferedAudioChunks":6,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:42:15.725746+00:00","EventType":"connection_opened","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"70ba43c0557f4220b6288190273cd87d","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-542229dc-416d-11f1-aa53-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":25432,"BufferedAudioChunks":6,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:42:15.9628673+00:00","EventType":"turn_processed","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"26d67165aed343daaf95b53bcfb0ac4c","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-5a64fdd8-416d-11f1-91e7-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777207336117,\u0022msgID\u0022:\u0022mid-5b1eae90-416d-11f1-a4c2-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-5a64fdd8-416d-11f1-91e7-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:true,\u0022rules\u0022:[\u0022launch\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[],\u0022earlyEOS\u0022:[],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:7000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"messageType":"LISTEN","replyCount":0,"transcript":"hello","intent":"hello"}} +{"TimestampUtc":"2026-04-26T12:42:15.9632439+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"26d67165aed343daaf95b53bcfb0ac4c","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-5a64fdd8-416d-11f1-91e7-5cf821ea55ae","MessageType":"LISTEN","Direction":"in","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777207336117,\u0022msgID\u0022:\u0022mid-5b1eae90-416d-11f1-a4c2-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-5a64fdd8-416d-11f1-91e7-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:true,\u0022rules\u0022:[\u0022launch\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[],\u0022earlyEOS\u0022:[],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:7000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:42:15.9634662+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"26d67165aed343daaf95b53bcfb0ac4c","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-5a64fdd8-416d-11f1-91e7-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777207336117,\u0022msgID\u0022:\u0022mid-5b1eae90-416d-11f1-a4c2-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-5a64fdd8-416d-11f1-91e7-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:true,\u0022rules\u0022:[\u0022launch\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[],\u0022earlyEOS\u0022:[],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:7000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:42:15.9655202+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"f5aa9b70c7854622aaab50011afb3bae","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-5a64fdd8-416d-11f1-91e7-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":47}} +{"TimestampUtc":"2026-04-26T12:42:15.965703+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"f5aa9b70c7854622aaab50011afb3bae","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-5a64fdd8-416d-11f1-91e7-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:42:15.9658283+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"f5aa9b70c7854622aaab50011afb3bae","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-5a64fdd8-416d-11f1-91e7-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:42:16.0321713+00:00","EventType":"context_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"762f0005562344d3b131968c9a2d6e44","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-5a64fdd8-416d-11f1-91e7-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777207336185,\u0022msgID\u0022:\u0022mid-5b2921ea-416d-11f1-950f-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-5a64fdd8-416d-11f1-91e7-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.46,\u0022confidence\u0022:0.21000000000000003},\u0022motivation\u0022:{\u0022social\u0022:0.4226998611111075,\u0022playful\u0022:0.14090000000000239}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:11827,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:0},{\u0022id\u0022:\u0022UNKNOWN\u0022,\u0022entityId\u0022:11828,\u0022type\u0022:\u0022UNKNOWN\u0022,\u0022confidence\u0022:0}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T07:42:16.140-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:null},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"transID":"tid-5a64fdd8-416d-11f1-91e7-5cf821ea55ae"}} +{"TimestampUtc":"2026-04-26T12:42:16.0324742+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"762f0005562344d3b131968c9a2d6e44","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-5a64fdd8-416d-11f1-91e7-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777207336185,\u0022msgID\u0022:\u0022mid-5b2921ea-416d-11f1-950f-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-5a64fdd8-416d-11f1-91e7-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.46,\u0022confidence\u0022:0.21000000000000003},\u0022motivation\u0022:{\u0022social\u0022:0.4226998611111075,\u0022playful\u0022:0.14090000000000239}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:11827,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:0},{\u0022id\u0022:\u0022UNKNOWN\u0022,\u0022entityId\u0022:11828,\u0022type\u0022:\u0022UNKNOWN\u0022,\u0022confidence\u0022:0}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T07:42:16.140-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:null},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:42:16.0390653+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"762f0005562344d3b131968c9a2d6e44","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-5a64fdd8-416d-11f1-91e7-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777207336185,\u0022msgID\u0022:\u0022mid-5b2921ea-416d-11f1-950f-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-5a64fdd8-416d-11f1-91e7-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.46,\u0022confidence\u0022:0.21000000000000003},\u0022motivation\u0022:{\u0022social\u0022:0.4226998611111075,\u0022playful\u0022:0.14090000000000239}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:11827,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:0},{\u0022id\u0022:\u0022UNKNOWN\u0022,\u0022entityId\u0022:11828,\u0022type\u0022:\u0022UNKNOWN\u0022,\u0022confidence\u0022:0}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T07:42:16.140-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:null},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:42:16.5851824+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"d1bb867cb8ba4bd9bb67d528a6c8b9fe","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-5a64fdd8-416d-11f1-91e7-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4286}} +{"TimestampUtc":"2026-04-26T12:42:16.5854293+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"d1bb867cb8ba4bd9bb67d528a6c8b9fe","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-5a64fdd8-416d-11f1-91e7-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:42:16.5855916+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"d1bb867cb8ba4bd9bb67d528a6c8b9fe","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-5a64fdd8-416d-11f1-91e7-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:42:17.3529573+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"b81bcda07d6846839462867669a99f5d","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-5a64fdd8-416d-11f1-91e7-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4238,"ReplyTypes":[],"BufferedAudioBytes":8571,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4238}} +{"TimestampUtc":"2026-04-26T12:42:17.3531922+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"b81bcda07d6846839462867669a99f5d","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-5a64fdd8-416d-11f1-91e7-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4238,"ReplyTypes":[],"BufferedAudioBytes":8571,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:42:17.3533379+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"b81bcda07d6846839462867669a99f5d","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-5a64fdd8-416d-11f1-91e7-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4238,"ReplyTypes":[],"BufferedAudioBytes":8571,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:42:17.3538223+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"8f5ae212e225473ba87787b704bfebfd","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-5a64fdd8-416d-11f1-91e7-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4255,"ReplyTypes":[],"BufferedAudioBytes":12826,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4255}} +{"TimestampUtc":"2026-04-26T12:42:17.3539419+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"8f5ae212e225473ba87787b704bfebfd","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-5a64fdd8-416d-11f1-91e7-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4255,"ReplyTypes":[],"BufferedAudioBytes":12826,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:42:17.3540622+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"8f5ae212e225473ba87787b704bfebfd","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-5a64fdd8-416d-11f1-91e7-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4255,"ReplyTypes":[],"BufferedAudioBytes":12826,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:42:20.4323768+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"8985f05d21264906bf6cbb34eccd13f7","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-5a64fdd8-416d-11f1-91e7-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4225,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4225}} +{"TimestampUtc":"2026-04-26T12:42:20.4325882+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"8985f05d21264906bf6cbb34eccd13f7","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-5a64fdd8-416d-11f1-91e7-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4225,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:42:20.6349299+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"8985f05d21264906bf6cbb34eccd13f7","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-5a64fdd8-416d-11f1-91e7-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4225,"ReplyTypes":["LISTEN","EOS","SKILL_REDIRECT","SKILL_ACTION"],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:42:20.6354499+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"09298b2c67f24a33b3d26dc432453783","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-5a64fdd8-416d-11f1-91e7-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4257,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4257}} +{"TimestampUtc":"2026-04-26T12:42:20.6356207+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"09298b2c67f24a33b3d26dc432453783","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-5a64fdd8-416d-11f1-91e7-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4257,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:42:20.6358153+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"09298b2c67f24a33b3d26dc432453783","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-5a64fdd8-416d-11f1-91e7-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4257,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:42:20.6362115+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"54ce9b24e97044cd9bb1d0c27b4a941d","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-5a64fdd8-416d-11f1-91e7-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4221,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4221}} +{"TimestampUtc":"2026-04-26T12:42:20.6363371+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"54ce9b24e97044cd9bb1d0c27b4a941d","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-5a64fdd8-416d-11f1-91e7-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4221,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:42:20.6364995+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"54ce9b24e97044cd9bb1d0c27b4a941d","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-5a64fdd8-416d-11f1-91e7-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4221,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:42:20.6369035+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"bad85065f6ca4a4ca537c89f462a6108","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-5a64fdd8-416d-11f1-91e7-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4212,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4212}} +{"TimestampUtc":"2026-04-26T12:42:20.6370247+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"bad85065f6ca4a4ca537c89f462a6108","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-5a64fdd8-416d-11f1-91e7-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4212,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:42:20.6371918+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"bad85065f6ca4a4ca537c89f462a6108","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-5a64fdd8-416d-11f1-91e7-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4212,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:42:20.6375796+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"477c6666b13e465ebaf3c7b1b6d400f6","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-5a64fdd8-416d-11f1-91e7-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4188,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4188}} +{"TimestampUtc":"2026-04-26T12:42:20.6377159+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"477c6666b13e465ebaf3c7b1b6d400f6","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-5a64fdd8-416d-11f1-91e7-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4188,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:42:20.6378664+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"477c6666b13e465ebaf3c7b1b6d400f6","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-5a64fdd8-416d-11f1-91e7-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4188,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:42:20.6382548+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"4846cb0835c4499f846255ef2ab5bccb","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-5a64fdd8-416d-11f1-91e7-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4151,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4151}} +{"TimestampUtc":"2026-04-26T12:42:20.6383766+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"4846cb0835c4499f846255ef2ab5bccb","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-5a64fdd8-416d-11f1-91e7-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4151,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:42:20.6385305+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"4846cb0835c4499f846255ef2ab5bccb","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-5a64fdd8-416d-11f1-91e7-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4151,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:42:20.6389294+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"2aee50c9adcd4df3aadab3e61b028b41","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-5a64fdd8-416d-11f1-91e7-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4241}} +{"TimestampUtc":"2026-04-26T12:42:20.6390507+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"2aee50c9adcd4df3aadab3e61b028b41","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-5a64fdd8-416d-11f1-91e7-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:42:20.6392022+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"2aee50c9adcd4df3aadab3e61b028b41","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-5a64fdd8-416d-11f1-91e7-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:42:27.3554686+00:00","EventType":"connection_opened","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"75bc95acf42c49c08b00a79f9c94eb0a","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-5a64fdd8-416d-11f1-91e7-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:42:27.371449+00:00","EventType":"turn_processed","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"b429270d5cb84775b88cd3f7503e93e3","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6111d818-416d-11f1-b3cf-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777207347527,\u0022msgID\u0022:\u0022mid-61ebb006-416d-11f1-ad38-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-6111d818-416d-11f1-b3cf-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:true,\u0022rules\u0022:[\u0022launch\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[],\u0022earlyEOS\u0022:[],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:7000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"messageType":"LISTEN","replyCount":0,"transcript":"what time is it?","intent":"time"}} +{"TimestampUtc":"2026-04-26T12:42:27.3717571+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"b429270d5cb84775b88cd3f7503e93e3","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6111d818-416d-11f1-b3cf-5cf821ea55ae","MessageType":"LISTEN","Direction":"in","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777207347527,\u0022msgID\u0022:\u0022mid-61ebb006-416d-11f1-ad38-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-6111d818-416d-11f1-b3cf-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:true,\u0022rules\u0022:[\u0022launch\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[],\u0022earlyEOS\u0022:[],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:7000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:42:27.371988+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"b429270d5cb84775b88cd3f7503e93e3","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6111d818-416d-11f1-b3cf-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777207347527,\u0022msgID\u0022:\u0022mid-61ebb006-416d-11f1-ad38-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-6111d818-416d-11f1-b3cf-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:true,\u0022rules\u0022:[\u0022launch\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[],\u0022earlyEOS\u0022:[],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:7000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:42:27.3763609+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"9b225c9bfc4041f0b73e30dcaf30ad3e","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6111d818-416d-11f1-b3cf-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":47}} +{"TimestampUtc":"2026-04-26T12:42:27.3765853+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"9b225c9bfc4041f0b73e30dcaf30ad3e","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6111d818-416d-11f1-b3cf-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:42:27.3767585+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"9b225c9bfc4041f0b73e30dcaf30ad3e","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6111d818-416d-11f1-b3cf-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:42:27.4635982+00:00","EventType":"context_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"b070f072f2bf4538aadfaf0dacf291a1","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6111d818-416d-11f1-b3cf-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777207347616,\u0022msgID\u0022:\u0022mid-61f94fae-416d-11f1-b82b-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-6111d818-416d-11f1-b3cf-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.45,\u0022confidence\u0022:0.2},\u0022motivation\u0022:{\u0022social\u0022:0.4242576388888852,\u0022playful\u0022:0.14141921296296537}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:11827,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:1}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T07:42:27.538-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:\u0022@be/clock\u0022},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"transID":"tid-6111d818-416d-11f1-b3cf-5cf821ea55ae"}} +{"TimestampUtc":"2026-04-26T12:42:27.4639341+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"b070f072f2bf4538aadfaf0dacf291a1","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6111d818-416d-11f1-b3cf-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777207347616,\u0022msgID\u0022:\u0022mid-61f94fae-416d-11f1-b82b-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-6111d818-416d-11f1-b3cf-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.45,\u0022confidence\u0022:0.2},\u0022motivation\u0022:{\u0022social\u0022:0.4242576388888852,\u0022playful\u0022:0.14141921296296537}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:11827,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:1}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T07:42:27.538-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:\u0022@be/clock\u0022},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:42:27.4641156+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"b070f072f2bf4538aadfaf0dacf291a1","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6111d818-416d-11f1-b3cf-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777207347616,\u0022msgID\u0022:\u0022mid-61f94fae-416d-11f1-b82b-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-6111d818-416d-11f1-b3cf-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.45,\u0022confidence\u0022:0.2},\u0022motivation\u0022:{\u0022social\u0022:0.4242576388888852,\u0022playful\u0022:0.14141921296296537}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:11827,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:1}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T07:42:27.538-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:\u0022@be/clock\u0022},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:42:28.6687756+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"0564e15f35ef4a4f91a28fe4dd39c363","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6111d818-416d-11f1-b3cf-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4181,"ReplyTypes":[],"BufferedAudioBytes":4228,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4181}} +{"TimestampUtc":"2026-04-26T12:42:28.6690236+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"0564e15f35ef4a4f91a28fe4dd39c363","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6111d818-416d-11f1-b3cf-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4181,"ReplyTypes":[],"BufferedAudioBytes":4228,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:42:28.6692184+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"0564e15f35ef4a4f91a28fe4dd39c363","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6111d818-416d-11f1-b3cf-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4181,"ReplyTypes":[],"BufferedAudioBytes":4228,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:42:28.6696275+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"375f4a2c85724757b6bad87af0b1b794","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6111d818-416d-11f1-b3cf-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4200,"ReplyTypes":[],"BufferedAudioBytes":8428,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4200}} +{"TimestampUtc":"2026-04-26T12:42:28.669802+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"375f4a2c85724757b6bad87af0b1b794","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6111d818-416d-11f1-b3cf-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4200,"ReplyTypes":[],"BufferedAudioBytes":8428,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:42:28.6699554+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"375f4a2c85724757b6bad87af0b1b794","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6111d818-416d-11f1-b3cf-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4200,"ReplyTypes":[],"BufferedAudioBytes":8428,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:42:28.6817068+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"d82668a0616c420497280f428a785642","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6111d818-416d-11f1-b3cf-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4275,"ReplyTypes":[],"BufferedAudioBytes":12703,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4275}} +{"TimestampUtc":"2026-04-26T12:42:28.6818843+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"d82668a0616c420497280f428a785642","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6111d818-416d-11f1-b3cf-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4275,"ReplyTypes":[],"BufferedAudioBytes":12703,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:42:28.6820746+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"d82668a0616c420497280f428a785642","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6111d818-416d-11f1-b3cf-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4275,"ReplyTypes":[],"BufferedAudioBytes":12703,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:42:32.4433966+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"9ecab9732bbd48ad816fa045618f25cf","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6111d818-416d-11f1-b3cf-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4193,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4193}} +{"TimestampUtc":"2026-04-26T12:42:32.443651+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"9ecab9732bbd48ad816fa045618f25cf","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6111d818-416d-11f1-b3cf-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4193,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:42:32.644874+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"9ecab9732bbd48ad816fa045618f25cf","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6111d818-416d-11f1-b3cf-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4193,"ReplyTypes":["LISTEN","EOS","SKILL_REDIRECT","SKILL_ACTION"],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:42:32.6453352+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"df9df2d00d2c4d4dba1a9436245f6d5e","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6111d818-416d-11f1-b3cf-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4231,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4231}} +{"TimestampUtc":"2026-04-26T12:42:32.6454889+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"df9df2d00d2c4d4dba1a9436245f6d5e","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6111d818-416d-11f1-b3cf-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4231,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:42:32.6456593+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"df9df2d00d2c4d4dba1a9436245f6d5e","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6111d818-416d-11f1-b3cf-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4231,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:42:32.6460788+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"451bec0fcdf74684bdaefd3fedbd8c5e","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6111d818-416d-11f1-b3cf-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}} +{"TimestampUtc":"2026-04-26T12:42:32.6462031+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"451bec0fcdf74684bdaefd3fedbd8c5e","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6111d818-416d-11f1-b3cf-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:42:32.6463755+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"451bec0fcdf74684bdaefd3fedbd8c5e","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6111d818-416d-11f1-b3cf-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:42:32.6467759+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"fa062e0f3d72496a9e9c58182446dd8b","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6111d818-416d-11f1-b3cf-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}} +{"TimestampUtc":"2026-04-26T12:42:32.6468959+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"fa062e0f3d72496a9e9c58182446dd8b","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6111d818-416d-11f1-b3cf-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:42:32.6470704+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"fa062e0f3d72496a9e9c58182446dd8b","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6111d818-416d-11f1-b3cf-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:42:32.647409+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"95b2ad0401974189ad4244ba54d07063","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6111d818-416d-11f1-b3cf-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}} +{"TimestampUtc":"2026-04-26T12:42:32.6475297+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"95b2ad0401974189ad4244ba54d07063","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6111d818-416d-11f1-b3cf-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:42:32.6477127+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"95b2ad0401974189ad4244ba54d07063","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6111d818-416d-11f1-b3cf-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:42:32.6480902+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"963fd88efabf4074a35fec209419ade9","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6111d818-416d-11f1-b3cf-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}} +{"TimestampUtc":"2026-04-26T12:42:32.6482308+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"963fd88efabf4074a35fec209419ade9","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6111d818-416d-11f1-b3cf-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:42:32.6483993+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"963fd88efabf4074a35fec209419ade9","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6111d818-416d-11f1-b3cf-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:42:32.64875+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"d98bb7620eb24de5a5b7d1c02d518fc9","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6111d818-416d-11f1-b3cf-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4272,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4272}} +{"TimestampUtc":"2026-04-26T12:42:32.64887+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"d98bb7620eb24de5a5b7d1c02d518fc9","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6111d818-416d-11f1-b3cf-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4272,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:42:32.6490613+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"d98bb7620eb24de5a5b7d1c02d518fc9","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6111d818-416d-11f1-b3cf-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4272,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:42:32.6493895+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"bc8758b285044588b5e0d906482efddd","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6111d818-416d-11f1-b3cf-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4206,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4206}} +{"TimestampUtc":"2026-04-26T12:42:32.6495118+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"bc8758b285044588b5e0d906482efddd","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6111d818-416d-11f1-b3cf-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4206,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:42:32.6496893+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"bc8758b285044588b5e0d906482efddd","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6111d818-416d-11f1-b3cf-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4206,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:42:37.4234243+00:00","EventType":"connection_opened","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"7e09558e3c384d97a689b60fbc7ef6f6","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6111d818-416d-11f1-b3cf-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:42:37.4306218+00:00","EventType":"turn_processed","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"891e7779f9ec47c1b7eec18a9f493e90","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-67d34b64-416d-11f1-95f7-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777207357586,\u0022msgID\u0022:\u0022mid-67ea890a-416d-11f1-8daa-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-67d34b64-416d-11f1-95f7-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:false,\u0022rules\u0022:[\u0022clock/alarm_timer_okay\u0022,\u0022globals/gui_nav\u0022,\u0022globals/mim_repeat\u0022,\u0022globals/mim_thanks\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[],\u0022earlyEOS\u0022:[],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:6000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"messageType":"LISTEN","replyCount":0,"transcript":"was set an alarm for 743.","intent":"alarm_value"}} +{"TimestampUtc":"2026-04-26T12:42:37.4309389+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"891e7779f9ec47c1b7eec18a9f493e90","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-67d34b64-416d-11f1-95f7-5cf821ea55ae","MessageType":"LISTEN","Direction":"in","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777207357586,\u0022msgID\u0022:\u0022mid-67ea890a-416d-11f1-8daa-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-67d34b64-416d-11f1-95f7-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:false,\u0022rules\u0022:[\u0022clock/alarm_timer_okay\u0022,\u0022globals/gui_nav\u0022,\u0022globals/mim_repeat\u0022,\u0022globals/mim_thanks\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[],\u0022earlyEOS\u0022:[],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:6000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:42:37.4311219+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"891e7779f9ec47c1b7eec18a9f493e90","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-67d34b64-416d-11f1-95f7-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777207357586,\u0022msgID\u0022:\u0022mid-67ea890a-416d-11f1-8daa-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-67d34b64-416d-11f1-95f7-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:false,\u0022rules\u0022:[\u0022clock/alarm_timer_okay\u0022,\u0022globals/gui_nav\u0022,\u0022globals/mim_repeat\u0022,\u0022globals/mim_thanks\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[],\u0022earlyEOS\u0022:[],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:6000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:42:37.4316851+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"9851e420d7344537a9c528cf50acef04","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-67d34b64-416d-11f1-95f7-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":47}} +{"TimestampUtc":"2026-04-26T12:42:37.4318399+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"9851e420d7344537a9c528cf50acef04","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-67d34b64-416d-11f1-95f7-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:42:37.4319953+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"9851e420d7344537a9c528cf50acef04","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-67d34b64-416d-11f1-95f7-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:42:37.4993919+00:00","EventType":"context_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"8f3e5d8f26e14d8ea404b1c7ea4435a5","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-67d34b64-416d-11f1-95f7-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777207357654,\u0022msgID\u0022:\u0022mid-67f504ac-416d-11f1-8761-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-67d34b64-416d-11f1-95f7-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.46,\u0022confidence\u0022:0.21000000000000003},\u0022motivation\u0022:{\u0022social\u0022:0.4256602777777741,\u0022playful\u0022:0.14188675925926168}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:11827,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:0.25}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T07:42:37.599-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:\u0022@be/clock\u0022},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"transID":"tid-67d34b64-416d-11f1-95f7-5cf821ea55ae"}} +{"TimestampUtc":"2026-04-26T12:42:37.4997589+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"8f3e5d8f26e14d8ea404b1c7ea4435a5","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-67d34b64-416d-11f1-95f7-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777207357654,\u0022msgID\u0022:\u0022mid-67f504ac-416d-11f1-8761-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-67d34b64-416d-11f1-95f7-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.46,\u0022confidence\u0022:0.21000000000000003},\u0022motivation\u0022:{\u0022social\u0022:0.4256602777777741,\u0022playful\u0022:0.14188675925926168}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:11827,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:0.25}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T07:42:37.599-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:\u0022@be/clock\u0022},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:42:37.5000254+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"8f3e5d8f26e14d8ea404b1c7ea4435a5","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-67d34b64-416d-11f1-95f7-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777207357654,\u0022msgID\u0022:\u0022mid-67f504ac-416d-11f1-8761-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-67d34b64-416d-11f1-95f7-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.46,\u0022confidence\u0022:0.21000000000000003},\u0022motivation\u0022:{\u0022social\u0022:0.4256602777777741,\u0022playful\u0022:0.14188675925926168}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:11827,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:0.25}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T07:42:37.599-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:\u0022@be/clock\u0022},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:42:38.7373574+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"8c6f7bd2d76b4e53a0c7aad902468d31","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-67d34b64-416d-11f1-95f7-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4286}} +{"TimestampUtc":"2026-04-26T12:42:38.737566+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"8c6f7bd2d76b4e53a0c7aad902468d31","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-67d34b64-416d-11f1-95f7-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:42:38.7377563+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"8c6f7bd2d76b4e53a0c7aad902468d31","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-67d34b64-416d-11f1-95f7-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:42:38.7380299+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"80cbc91ada4b47f5a73d204763195c26","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-67d34b64-416d-11f1-95f7-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":8572,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4239}} +{"TimestampUtc":"2026-04-26T12:42:38.7381504+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"80cbc91ada4b47f5a73d204763195c26","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-67d34b64-416d-11f1-95f7-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":8572,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:42:38.7382874+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"80cbc91ada4b47f5a73d204763195c26","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-67d34b64-416d-11f1-95f7-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":8572,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:42:41.5261133+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"1d3f5f8ee1b74df39c13696193912407","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-67d34b64-416d-11f1-95f7-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}} +{"TimestampUtc":"2026-04-26T12:42:41.5263892+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"1d3f5f8ee1b74df39c13696193912407","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-67d34b64-416d-11f1-95f7-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:42:41.5267514+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"1d3f5f8ee1b74df39c13696193912407","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-67d34b64-416d-11f1-95f7-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":["LISTEN","EOS"],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:42:41.5271012+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"6951f190663544e390a45fee0dd0dedb","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-67d34b64-416d-11f1-95f7-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4237}} +{"TimestampUtc":"2026-04-26T12:42:41.5272629+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"6951f190663544e390a45fee0dd0dedb","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-67d34b64-416d-11f1-95f7-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:42:41.5273943+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"6951f190663544e390a45fee0dd0dedb","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-67d34b64-416d-11f1-95f7-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:42:41.527761+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"83f1ad1138bf41fdb4d7cdb41181e3f3","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-67d34b64-416d-11f1-95f7-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}} +{"TimestampUtc":"2026-04-26T12:42:41.52787+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"83f1ad1138bf41fdb4d7cdb41181e3f3","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-67d34b64-416d-11f1-95f7-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:42:41.527986+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"83f1ad1138bf41fdb4d7cdb41181e3f3","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-67d34b64-416d-11f1-95f7-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:42:41.5283706+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"e67b2d8c6ead49049d8df5a8e1e2e95b","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-67d34b64-416d-11f1-95f7-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}} +{"TimestampUtc":"2026-04-26T12:42:41.5284797+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"e67b2d8c6ead49049d8df5a8e1e2e95b","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-67d34b64-416d-11f1-95f7-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:42:41.5286075+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"e67b2d8c6ead49049d8df5a8e1e2e95b","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-67d34b64-416d-11f1-95f7-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:42:41.5382983+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"b00cc82b0e4744f8a3c46f06fb981f93","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-67d34b64-416d-11f1-95f7-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}} +{"TimestampUtc":"2026-04-26T12:42:41.5384303+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"b00cc82b0e4744f8a3c46f06fb981f93","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-67d34b64-416d-11f1-95f7-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:42:41.5385832+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"b00cc82b0e4744f8a3c46f06fb981f93","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-67d34b64-416d-11f1-95f7-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:42:41.5398193+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"11f997027925403495e46c895d3f9431","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-67d34b64-416d-11f1-95f7-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}} +{"TimestampUtc":"2026-04-26T12:42:41.5399485+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"11f997027925403495e46c895d3f9431","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-67d34b64-416d-11f1-95f7-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:42:41.540088+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"11f997027925403495e46c895d3f9431","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-67d34b64-416d-11f1-95f7-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:43:12.9253939+00:00","EventType":"connection_opened","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"e1bef70f6157411ea3f04ba4e8195c5e","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-67d34b64-416d-11f1-95f7-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:43:12.9422221+00:00","EventType":"turn_processed","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"ca2b541222c04225aebf8ae376c36649","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7ce798fc-416d-11f1-a4ae-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777207393100,\u0022msgID\u0022:\u0022mid-7d15a22e-416d-11f1-9e47-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-7ce798fc-416d-11f1-a4ae-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:true,\u0022rules\u0022:[\u0022launch\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[],\u0022earlyEOS\u0022:[],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:7000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"messageType":"LISTEN","replyCount":0,"transcript":"","intent":null}} +{"TimestampUtc":"2026-04-26T12:43:12.9424996+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"ca2b541222c04225aebf8ae376c36649","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7ce798fc-416d-11f1-a4ae-5cf821ea55ae","MessageType":"LISTEN","Direction":"in","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777207393100,\u0022msgID\u0022:\u0022mid-7d15a22e-416d-11f1-9e47-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-7ce798fc-416d-11f1-a4ae-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:true,\u0022rules\u0022:[\u0022launch\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[],\u0022earlyEOS\u0022:[],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:7000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:43:12.9427375+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"ca2b541222c04225aebf8ae376c36649","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7ce798fc-416d-11f1-a4ae-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777207393100,\u0022msgID\u0022:\u0022mid-7d15a22e-416d-11f1-9e47-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-7ce798fc-416d-11f1-a4ae-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:true,\u0022rules\u0022:[\u0022launch\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[],\u0022earlyEOS\u0022:[],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:7000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:43:12.9468125+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"0d76dd7015f64542a737b0ca7a36e6f1","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7ce798fc-416d-11f1-a4ae-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":47}} +{"TimestampUtc":"2026-04-26T12:43:12.9469549+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"0d76dd7015f64542a737b0ca7a36e6f1","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7ce798fc-416d-11f1-a4ae-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:43:12.9470944+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"0d76dd7015f64542a737b0ca7a36e6f1","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7ce798fc-416d-11f1-a4ae-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:43:13.7961364+00:00","EventType":"context_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"fd43f227998d4c9dbd91efa09407f3b9","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7ce798fc-416d-11f1-a4ae-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777207393327,\u0022msgID\u0022:\u0022mid-7d385198-416d-11f1-9d93-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-7ce798fc-416d-11f1-a4ae-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.45,\u0022confidence\u0022:0.2},\u0022motivation\u0022:{\u0022social\u0022:0.43057888888888498,\u0022playful\u0022:0.14352629629629877}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:11827,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:1}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T07:43:13.264-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:\u0022@be/clock\u0022},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"transID":"tid-7ce798fc-416d-11f1-a4ae-5cf821ea55ae"}} +{"TimestampUtc":"2026-04-26T12:43:13.7964236+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"fd43f227998d4c9dbd91efa09407f3b9","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7ce798fc-416d-11f1-a4ae-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777207393327,\u0022msgID\u0022:\u0022mid-7d385198-416d-11f1-9d93-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-7ce798fc-416d-11f1-a4ae-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.45,\u0022confidence\u0022:0.2},\u0022motivation\u0022:{\u0022social\u0022:0.43057888888888498,\u0022playful\u0022:0.14352629629629877}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:11827,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:1}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T07:43:13.264-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:\u0022@be/clock\u0022},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:43:13.7967368+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"fd43f227998d4c9dbd91efa09407f3b9","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7ce798fc-416d-11f1-a4ae-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777207393327,\u0022msgID\u0022:\u0022mid-7d385198-416d-11f1-9d93-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-7ce798fc-416d-11f1-a4ae-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.45,\u0022confidence\u0022:0.2},\u0022motivation\u0022:{\u0022social\u0022:0.43057888888888498,\u0022playful\u0022:0.14352629629629877}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:11827,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:1}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T07:43:13.264-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:\u0022@be/clock\u0022},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:43:13.7970618+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"a1b2d4a9efcf4393b0b7887dddbc9300","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7ce798fc-416d-11f1-a4ae-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4286}} +{"TimestampUtc":"2026-04-26T12:43:13.797192+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"a1b2d4a9efcf4393b0b7887dddbc9300","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7ce798fc-416d-11f1-a4ae-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:43:13.7972893+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"a1b2d4a9efcf4393b0b7887dddbc9300","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7ce798fc-416d-11f1-a4ae-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:43:13.7977421+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"8f328d8969a7401381d20fe74d6697c7","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7ce798fc-416d-11f1-a4ae-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":8570,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4237}} +{"TimestampUtc":"2026-04-26T12:43:13.7979244+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"8f328d8969a7401381d20fe74d6697c7","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7ce798fc-416d-11f1-a4ae-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":8570,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:43:13.7980741+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"8f328d8969a7401381d20fe74d6697c7","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7ce798fc-416d-11f1-a4ae-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":8570,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:43:17.6892214+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"71baadc4b7a84ccba4a250809fa2487b","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7ce798fc-416d-11f1-a4ae-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}} +{"TimestampUtc":"2026-04-26T12:43:17.6894465+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"71baadc4b7a84ccba4a250809fa2487b","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7ce798fc-416d-11f1-a4ae-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:43:17.966977+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"71baadc4b7a84ccba4a250809fa2487b","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7ce798fc-416d-11f1-a4ae-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":["LISTEN","EOS","SKILL_REDIRECT","SKILL_ACTION","SKILL_ACTION"],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:43:17.9676152+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"93d482e6d9c54fa4a2ce8dd7931d8bcc","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7ce798fc-416d-11f1-a4ae-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":4241,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4241}} +{"TimestampUtc":"2026-04-26T12:43:17.9678472+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"93d482e6d9c54fa4a2ce8dd7931d8bcc","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7ce798fc-416d-11f1-a4ae-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":4241,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:43:17.9680157+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"93d482e6d9c54fa4a2ce8dd7931d8bcc","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7ce798fc-416d-11f1-a4ae-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":4241,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:43:17.9685065+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"b0d3a888f8524463acdf7c2adecccad6","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7ce798fc-416d-11f1-a4ae-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4269,"ReplyTypes":[],"BufferedAudioBytes":8510,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4269}} +{"TimestampUtc":"2026-04-26T12:43:17.9686661+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"b0d3a888f8524463acdf7c2adecccad6","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7ce798fc-416d-11f1-a4ae-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4269,"ReplyTypes":[],"BufferedAudioBytes":8510,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:43:17.9688164+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"b0d3a888f8524463acdf7c2adecccad6","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7ce798fc-416d-11f1-a4ae-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4269,"ReplyTypes":[],"BufferedAudioBytes":8510,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:43:17.9692258+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"8ba1bbf6da024e39bd147b98158714df","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7ce798fc-416d-11f1-a4ae-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4188,"ReplyTypes":[],"BufferedAudioBytes":12698,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4188}} +{"TimestampUtc":"2026-04-26T12:43:17.9693813+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"8ba1bbf6da024e39bd147b98158714df","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7ce798fc-416d-11f1-a4ae-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4188,"ReplyTypes":[],"BufferedAudioBytes":12698,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:43:17.9695299+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"8ba1bbf6da024e39bd147b98158714df","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7ce798fc-416d-11f1-a4ae-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4188,"ReplyTypes":[],"BufferedAudioBytes":12698,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:43:17.9698907+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"95d5675fb12643558763e5794f6fe81a","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7ce798fc-416d-11f1-a4ae-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4192,"ReplyTypes":[],"BufferedAudioBytes":16890,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4192}} +{"TimestampUtc":"2026-04-26T12:43:17.970022+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"95d5675fb12643558763e5794f6fe81a","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7ce798fc-416d-11f1-a4ae-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4192,"ReplyTypes":[],"BufferedAudioBytes":16890,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:43:17.9701755+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"95d5675fb12643558763e5794f6fe81a","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7ce798fc-416d-11f1-a4ae-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4192,"ReplyTypes":[],"BufferedAudioBytes":16890,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:43:17.9706853+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"ea77c651074b4313811aca5af11a3c6c","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7ce798fc-416d-11f1-a4ae-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4276,"ReplyTypes":[],"BufferedAudioBytes":21166,"BufferedAudioChunks":5,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4276}} +{"TimestampUtc":"2026-04-26T12:43:17.9708254+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"ea77c651074b4313811aca5af11a3c6c","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7ce798fc-416d-11f1-a4ae-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4276,"ReplyTypes":[],"BufferedAudioBytes":21166,"BufferedAudioChunks":5,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:43:17.9709753+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"ea77c651074b4313811aca5af11a3c6c","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7ce798fc-416d-11f1-a4ae-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4276,"ReplyTypes":[],"BufferedAudioBytes":21166,"BufferedAudioChunks":5,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:43:17.9713443+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"ffde502d297c47939e75277216893f17","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7ce798fc-416d-11f1-a4ae-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4296,"ReplyTypes":[],"BufferedAudioBytes":25462,"BufferedAudioChunks":6,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4296}} +{"TimestampUtc":"2026-04-26T12:43:17.9714752+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"ffde502d297c47939e75277216893f17","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7ce798fc-416d-11f1-a4ae-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4296,"ReplyTypes":[],"BufferedAudioBytes":25462,"BufferedAudioChunks":6,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:43:17.9716207+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"ffde502d297c47939e75277216893f17","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7ce798fc-416d-11f1-a4ae-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4296,"ReplyTypes":[],"BufferedAudioBytes":25462,"BufferedAudioChunks":6,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:43:23.858852+00:00","EventType":"connection_opened","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"4cbd4a0ecf504b5a9bbaeed5e33039ef","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7ce798fc-416d-11f1-a4ae-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":25462,"BufferedAudioChunks":6,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:43:23.8634007+00:00","EventType":"turn_processed","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"5c10cfb6873c4d83afcdc49759016264","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-830adbfe-416d-11f1-b061-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777207404024,\u0022msgID\u0022:\u0022mid-83987f68-416d-11f1-bae6-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-830adbfe-416d-11f1-b061-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:false,\u0022rules\u0022:[\u0022clock/alarm_timer_none_set\u0022,\u0022globals/gui_nav\u0022,\u0022globals/mim_repeat\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[\u0022$YESNO\u0022],\u0022earlyEOS\u0022:[\u0022$YESNO\u0022],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:6000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"messageType":"LISTEN","replyCount":0,"transcript":"Delete alarm!","intent":"alarm_delete"}} +{"TimestampUtc":"2026-04-26T12:43:23.8636831+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"5c10cfb6873c4d83afcdc49759016264","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-830adbfe-416d-11f1-b061-5cf821ea55ae","MessageType":"LISTEN","Direction":"in","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777207404024,\u0022msgID\u0022:\u0022mid-83987f68-416d-11f1-bae6-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-830adbfe-416d-11f1-b061-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:false,\u0022rules\u0022:[\u0022clock/alarm_timer_none_set\u0022,\u0022globals/gui_nav\u0022,\u0022globals/mim_repeat\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[\u0022$YESNO\u0022],\u0022earlyEOS\u0022:[\u0022$YESNO\u0022],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:6000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:43:23.8638793+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"5c10cfb6873c4d83afcdc49759016264","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-830adbfe-416d-11f1-b061-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777207404024,\u0022msgID\u0022:\u0022mid-83987f68-416d-11f1-bae6-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-830adbfe-416d-11f1-b061-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:false,\u0022rules\u0022:[\u0022clock/alarm_timer_none_set\u0022,\u0022globals/gui_nav\u0022,\u0022globals/mim_repeat\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[\u0022$YESNO\u0022],\u0022earlyEOS\u0022:[\u0022$YESNO\u0022],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:6000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:43:23.8655069+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"82ee308ca62149f1966bc4a0b7b1ef35","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-830adbfe-416d-11f1-b061-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":47}} +{"TimestampUtc":"2026-04-26T12:43:23.8656864+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"82ee308ca62149f1966bc4a0b7b1ef35","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-830adbfe-416d-11f1-b061-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:43:23.8658111+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"82ee308ca62149f1966bc4a0b7b1ef35","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-830adbfe-416d-11f1-b061-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:43:23.9183438+00:00","EventType":"context_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"ed4c6a98e3944cf0b5817782cb5f6599","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-830adbfe-416d-11f1-b061-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777207404078,\u0022msgID\u0022:\u0022mid-83a0bfde-416d-11f1-9cc3-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-830adbfe-416d-11f1-b061-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.45,\u0022confidence\u0022:0.2},\u0022motivation\u0022:{\u0022social\u0022:0.4321224999999961,\u0022playful\u0022:0.1440408333333358}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:11827,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:0}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T07:43:24.034-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:\u0022@be/clock\u0022},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"transID":"tid-830adbfe-416d-11f1-b061-5cf821ea55ae"}} +{"TimestampUtc":"2026-04-26T12:43:23.9186315+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"ed4c6a98e3944cf0b5817782cb5f6599","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-830adbfe-416d-11f1-b061-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777207404078,\u0022msgID\u0022:\u0022mid-83a0bfde-416d-11f1-9cc3-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-830adbfe-416d-11f1-b061-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.45,\u0022confidence\u0022:0.2},\u0022motivation\u0022:{\u0022social\u0022:0.4321224999999961,\u0022playful\u0022:0.1440408333333358}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:11827,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:0}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T07:43:24.034-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:\u0022@be/clock\u0022},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:43:23.9188944+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"ed4c6a98e3944cf0b5817782cb5f6599","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-830adbfe-416d-11f1-b061-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777207404078,\u0022msgID\u0022:\u0022mid-83a0bfde-416d-11f1-9cc3-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-830adbfe-416d-11f1-b061-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.45,\u0022confidence\u0022:0.2},\u0022motivation\u0022:{\u0022social\u0022:0.4321224999999961,\u0022playful\u0022:0.1440408333333358}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:11827,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:0}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T07:43:24.034-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:\u0022@be/clock\u0022},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:43:24.8635169+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"39640ec919f44b45a1962327cc923155","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-830adbfe-416d-11f1-b061-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4159,"ReplyTypes":[],"BufferedAudioBytes":4206,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4159}} +{"TimestampUtc":"2026-04-26T12:43:24.8638623+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"39640ec919f44b45a1962327cc923155","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-830adbfe-416d-11f1-b061-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4159,"ReplyTypes":[],"BufferedAudioBytes":4206,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:43:24.8641015+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"39640ec919f44b45a1962327cc923155","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-830adbfe-416d-11f1-b061-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4159,"ReplyTypes":[],"BufferedAudioBytes":4206,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:43:24.8644704+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"71ba2e3116774320bb4caa679982ab3d","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-830adbfe-416d-11f1-b061-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4203,"ReplyTypes":[],"BufferedAudioBytes":8409,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4203}} +{"TimestampUtc":"2026-04-26T12:43:24.86467+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"71ba2e3116774320bb4caa679982ab3d","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-830adbfe-416d-11f1-b061-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4203,"ReplyTypes":[],"BufferedAudioBytes":8409,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:43:24.8648662+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"71ba2e3116774320bb4caa679982ab3d","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-830adbfe-416d-11f1-b061-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4203,"ReplyTypes":[],"BufferedAudioBytes":8409,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:43:28.5596754+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"af02204416e84c408b3af9749e455c43","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-830adbfe-416d-11f1-b061-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4170,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4170}} +{"TimestampUtc":"2026-04-26T12:43:28.5598622+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"af02204416e84c408b3af9749e455c43","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-830adbfe-416d-11f1-b061-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4170,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:43:28.6362966+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"af02204416e84c408b3af9749e455c43","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-830adbfe-416d-11f1-b061-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4170,"ReplyTypes":["LISTEN","EOS","SKILL_ACTION"],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:43:28.6367051+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"716787df53af4d28a2c299ec4db59d0d","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-830adbfe-416d-11f1-b061-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4310,"ReplyTypes":[],"BufferedAudioBytes":4310,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4310}} +{"TimestampUtc":"2026-04-26T12:43:28.6368847+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"716787df53af4d28a2c299ec4db59d0d","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-830adbfe-416d-11f1-b061-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4310,"ReplyTypes":[],"BufferedAudioBytes":4310,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:43:28.6370335+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"716787df53af4d28a2c299ec4db59d0d","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-830adbfe-416d-11f1-b061-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4310,"ReplyTypes":[],"BufferedAudioBytes":4310,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:43:28.63744+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"882a1c4191064dbb8b9109bccb4a70fb","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-830adbfe-416d-11f1-b061-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4242,"ReplyTypes":[],"BufferedAudioBytes":8552,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4242}} +{"TimestampUtc":"2026-04-26T12:43:28.6375709+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"882a1c4191064dbb8b9109bccb4a70fb","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-830adbfe-416d-11f1-b061-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4242,"ReplyTypes":[],"BufferedAudioBytes":8552,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:43:28.6377441+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"882a1c4191064dbb8b9109bccb4a70fb","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-830adbfe-416d-11f1-b061-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4242,"ReplyTypes":[],"BufferedAudioBytes":8552,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:43:28.6381028+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"899223623af94e65861cd271a309f491","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-830adbfe-416d-11f1-b061-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4236,"ReplyTypes":[],"BufferedAudioBytes":12788,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4236}} +{"TimestampUtc":"2026-04-26T12:43:28.6382244+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"899223623af94e65861cd271a309f491","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-830adbfe-416d-11f1-b061-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4236,"ReplyTypes":[],"BufferedAudioBytes":12788,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:43:28.6383624+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"899223623af94e65861cd271a309f491","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-830adbfe-416d-11f1-b061-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4236,"ReplyTypes":[],"BufferedAudioBytes":12788,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:43:28.6387023+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"847573ab2a3a45db9db80286570e433a","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-830adbfe-416d-11f1-b061-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4209,"ReplyTypes":[],"BufferedAudioBytes":16997,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4209}} +{"TimestampUtc":"2026-04-26T12:43:28.6388178+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"847573ab2a3a45db9db80286570e433a","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-830adbfe-416d-11f1-b061-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4209,"ReplyTypes":[],"BufferedAudioBytes":16997,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:43:28.6389417+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"847573ab2a3a45db9db80286570e433a","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-830adbfe-416d-11f1-b061-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4209,"ReplyTypes":[],"BufferedAudioBytes":16997,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:43:28.6392408+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"65517f5c846141909ddc400a34f7d4f2","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-830adbfe-416d-11f1-b061-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4199,"ReplyTypes":[],"BufferedAudioBytes":21196,"BufferedAudioChunks":5,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4199}} +{"TimestampUtc":"2026-04-26T12:43:28.6393541+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"65517f5c846141909ddc400a34f7d4f2","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-830adbfe-416d-11f1-b061-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4199,"ReplyTypes":[],"BufferedAudioBytes":21196,"BufferedAudioChunks":5,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:43:28.6394457+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"65517f5c846141909ddc400a34f7d4f2","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-830adbfe-416d-11f1-b061-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4199,"ReplyTypes":[],"BufferedAudioBytes":21196,"BufferedAudioChunks":5,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:43:28.6397953+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"3a44e8532093462c96c6c5fc5c1c0d1e","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-830adbfe-416d-11f1-b061-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4257,"ReplyTypes":[],"BufferedAudioBytes":25453,"BufferedAudioChunks":6,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4257}} +{"TimestampUtc":"2026-04-26T12:43:28.6399358+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"3a44e8532093462c96c6c5fc5c1c0d1e","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-830adbfe-416d-11f1-b061-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4257,"ReplyTypes":[],"BufferedAudioBytes":25453,"BufferedAudioChunks":6,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:43:28.6400839+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"3a44e8532093462c96c6c5fc5c1c0d1e","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-830adbfe-416d-11f1-b061-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4257,"ReplyTypes":[],"BufferedAudioBytes":25453,"BufferedAudioChunks":6,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:43:28.6403978+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"205bb2104ccd4eddaf4cd69cd2e95cb4","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-830adbfe-416d-11f1-b061-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":29739,"BufferedAudioChunks":7,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4286}} +{"TimestampUtc":"2026-04-26T12:43:28.6405134+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"205bb2104ccd4eddaf4cd69cd2e95cb4","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-830adbfe-416d-11f1-b061-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":29739,"BufferedAudioChunks":7,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:43:28.640624+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"205bb2104ccd4eddaf4cd69cd2e95cb4","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-830adbfe-416d-11f1-b061-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":29739,"BufferedAudioChunks":7,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:43:36.9957738+00:00","EventType":"connection_opened","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"479bc304fba64906bc3b088dbf9fd3b9","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-830adbfe-416d-11f1-b061-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":29739,"BufferedAudioChunks":7,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:43:37.0026037+00:00","EventType":"turn_processed","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"e4001bdca75e480083f87e54c2de0481","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8ac2796a-416d-11f1-85c2-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777207417165,\u0022msgID\u0022:\u0022mid-8b6d9af2-416d-11f1-80a5-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-8ac2796a-416d-11f1-85c2-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:true,\u0022rules\u0022:[\u0022launch\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[],\u0022earlyEOS\u0022:[],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:7000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"messageType":"LISTEN","replyCount":0,"transcript":"- One. - Yes.","intent":"yes"}} +{"TimestampUtc":"2026-04-26T12:43:37.0029093+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"e4001bdca75e480083f87e54c2de0481","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8ac2796a-416d-11f1-85c2-5cf821ea55ae","MessageType":"LISTEN","Direction":"in","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777207417165,\u0022msgID\u0022:\u0022mid-8b6d9af2-416d-11f1-80a5-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-8ac2796a-416d-11f1-85c2-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:true,\u0022rules\u0022:[\u0022launch\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[],\u0022earlyEOS\u0022:[],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:7000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:43:37.0030748+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"e4001bdca75e480083f87e54c2de0481","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8ac2796a-416d-11f1-85c2-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777207417165,\u0022msgID\u0022:\u0022mid-8b6d9af2-416d-11f1-80a5-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-8ac2796a-416d-11f1-85c2-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:true,\u0022rules\u0022:[\u0022launch\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[],\u0022earlyEOS\u0022:[],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:7000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:43:37.0070356+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"4039853f6f7747858a53735ab40a369f","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8ac2796a-416d-11f1-85c2-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":47}} +{"TimestampUtc":"2026-04-26T12:43:37.0072365+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"4039853f6f7747858a53735ab40a369f","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8ac2796a-416d-11f1-85c2-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:43:37.0073745+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"4039853f6f7747858a53735ab40a369f","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8ac2796a-416d-11f1-85c2-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:43:37.0779998+00:00","EventType":"context_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"d99138690950499aa6ff2004d2244749","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8ac2796a-416d-11f1-85c2-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777207417239,\u0022msgID\u0022:\u0022mid-8b78ea42-416d-11f1-a001-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-8ac2796a-416d-11f1-85c2-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.45,\u0022confidence\u0022:0.2},\u0022motivation\u0022:{\u0022social\u0022:0.4339465277777738,\u0022playful\u0022:0.14464884259259509}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T07:43:37.177-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:null},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"transID":"tid-8ac2796a-416d-11f1-85c2-5cf821ea55ae"}} +{"TimestampUtc":"2026-04-26T12:43:37.0782691+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"d99138690950499aa6ff2004d2244749","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8ac2796a-416d-11f1-85c2-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777207417239,\u0022msgID\u0022:\u0022mid-8b78ea42-416d-11f1-a001-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-8ac2796a-416d-11f1-85c2-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.45,\u0022confidence\u0022:0.2},\u0022motivation\u0022:{\u0022social\u0022:0.4339465277777738,\u0022playful\u0022:0.14464884259259509}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T07:43:37.177-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:null},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:43:37.0785067+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"d99138690950499aa6ff2004d2244749","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8ac2796a-416d-11f1-85c2-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777207417239,\u0022msgID\u0022:\u0022mid-8b78ea42-416d-11f1-a001-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-8ac2796a-416d-11f1-85c2-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.45,\u0022confidence\u0022:0.2},\u0022motivation\u0022:{\u0022social\u0022:0.4339465277777738,\u0022playful\u0022:0.14464884259259509}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T07:43:37.177-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:null},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:43:37.4351794+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"370b94ba8ccd45eba76590ae0f66d36b","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8ac2796a-416d-11f1-85c2-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4232,"ReplyTypes":[],"BufferedAudioBytes":4279,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4232}} +{"TimestampUtc":"2026-04-26T12:43:37.4354192+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"370b94ba8ccd45eba76590ae0f66d36b","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8ac2796a-416d-11f1-85c2-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4232,"ReplyTypes":[],"BufferedAudioBytes":4279,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:43:37.435587+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"370b94ba8ccd45eba76590ae0f66d36b","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8ac2796a-416d-11f1-85c2-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4232,"ReplyTypes":[],"BufferedAudioBytes":4279,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:43:37.9065107+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"01dfd52efaad4eaca57a9640589b0e53","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8ac2796a-416d-11f1-85c2-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4291,"ReplyTypes":[],"BufferedAudioBytes":8570,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4291}} +{"TimestampUtc":"2026-04-26T12:43:37.9067498+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"01dfd52efaad4eaca57a9640589b0e53","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8ac2796a-416d-11f1-85c2-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4291,"ReplyTypes":[],"BufferedAudioBytes":8570,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:43:37.9069487+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"01dfd52efaad4eaca57a9640589b0e53","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8ac2796a-416d-11f1-85c2-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4291,"ReplyTypes":[],"BufferedAudioBytes":8570,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:43:41.600576+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"082c11901e9c473c8c8dc6e8ddb64727","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8ac2796a-416d-11f1-85c2-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}} +{"TimestampUtc":"2026-04-26T12:43:41.6007993+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"082c11901e9c473c8c8dc6e8ddb64727","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8ac2796a-416d-11f1-85c2-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:43:41.8022198+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"082c11901e9c473c8c8dc6e8ddb64727","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8ac2796a-416d-11f1-85c2-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":["LISTEN","EOS","SKILL_REDIRECT","SKILL_ACTION"],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:43:41.8028444+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"7d67a8dceb2d4a97919db1c0edd7d328","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8ac2796a-416d-11f1-85c2-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4216,"ReplyTypes":[],"BufferedAudioBytes":4216,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4216}} +{"TimestampUtc":"2026-04-26T12:43:41.8030613+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"7d67a8dceb2d4a97919db1c0edd7d328","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8ac2796a-416d-11f1-85c2-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4216,"ReplyTypes":[],"BufferedAudioBytes":4216,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:43:41.8032255+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"7d67a8dceb2d4a97919db1c0edd7d328","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8ac2796a-416d-11f1-85c2-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4216,"ReplyTypes":[],"BufferedAudioBytes":4216,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:43:41.8036214+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"04d88205a9f94787b3152962c96bd426","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8ac2796a-416d-11f1-85c2-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4279,"ReplyTypes":[],"BufferedAudioBytes":8495,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4279}} +{"TimestampUtc":"2026-04-26T12:43:41.8037537+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"04d88205a9f94787b3152962c96bd426","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8ac2796a-416d-11f1-85c2-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4279,"ReplyTypes":[],"BufferedAudioBytes":8495,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:43:41.8038833+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"04d88205a9f94787b3152962c96bd426","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8ac2796a-416d-11f1-85c2-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4279,"ReplyTypes":[],"BufferedAudioBytes":8495,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:43:41.8042168+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"4349b90deafc44658813ebd87b88ca38","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8ac2796a-416d-11f1-85c2-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4222,"ReplyTypes":[],"BufferedAudioBytes":12717,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4222}} +{"TimestampUtc":"2026-04-26T12:43:41.8043453+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"4349b90deafc44658813ebd87b88ca38","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8ac2796a-416d-11f1-85c2-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4222,"ReplyTypes":[],"BufferedAudioBytes":12717,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:43:41.8044536+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"4349b90deafc44658813ebd87b88ca38","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8ac2796a-416d-11f1-85c2-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4222,"ReplyTypes":[],"BufferedAudioBytes":12717,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:43:41.8047913+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"4947211f669b4320b9dae90b9f05b911","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8ac2796a-416d-11f1-85c2-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":16958,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4241}} +{"TimestampUtc":"2026-04-26T12:43:41.8048959+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"4947211f669b4320b9dae90b9f05b911","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8ac2796a-416d-11f1-85c2-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":16958,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:43:41.8050194+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"4947211f669b4320b9dae90b9f05b911","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8ac2796a-416d-11f1-85c2-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":16958,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:43:41.8053404+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"f853f0bf60204462a907573dd2235b69","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8ac2796a-416d-11f1-85c2-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":21197,"BufferedAudioChunks":5,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4239}} +{"TimestampUtc":"2026-04-26T12:43:41.8054706+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"f853f0bf60204462a907573dd2235b69","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8ac2796a-416d-11f1-85c2-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":21197,"BufferedAudioChunks":5,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:43:41.8055906+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"f853f0bf60204462a907573dd2235b69","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8ac2796a-416d-11f1-85c2-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":21197,"BufferedAudioChunks":5,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:43:41.8058721+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"c42d681fb8b64dcaaea62bd32dec1a22","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8ac2796a-416d-11f1-85c2-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":25436,"BufferedAudioChunks":6,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4239}} +{"TimestampUtc":"2026-04-26T12:43:41.8060018+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"c42d681fb8b64dcaaea62bd32dec1a22","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8ac2796a-416d-11f1-85c2-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":25436,"BufferedAudioChunks":6,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:43:41.8061098+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"c42d681fb8b64dcaaea62bd32dec1a22","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8ac2796a-416d-11f1-85c2-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":25436,"BufferedAudioChunks":6,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:43:41.8064399+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"02615ee442954106810019e1a15c184d","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8ac2796a-416d-11f1-85c2-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4259,"ReplyTypes":[],"BufferedAudioBytes":29695,"BufferedAudioChunks":7,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4259}} +{"TimestampUtc":"2026-04-26T12:43:41.8065512+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"02615ee442954106810019e1a15c184d","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8ac2796a-416d-11f1-85c2-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4259,"ReplyTypes":[],"BufferedAudioBytes":29695,"BufferedAudioChunks":7,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:43:41.8067083+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"02615ee442954106810019e1a15c184d","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8ac2796a-416d-11f1-85c2-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4259,"ReplyTypes":[],"BufferedAudioBytes":29695,"BufferedAudioChunks":7,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:43:45.0008045+00:00","EventType":"connection_opened","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"f26d4fbfddd64e94aab8569a34b157ed","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8ac2796a-416d-11f1-85c2-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":29695,"BufferedAudioChunks":7,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:43:45.0053644+00:00","EventType":"turn_processed","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"8f7911493a86402c81a1311f6dd63b11","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8fcc3e28-416d-11f1-80f9-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777207425168,\u0022msgID\u0022:\u0022mid-9032d2e6-416d-11f1-9fca-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-8fcc3e28-416d-11f1-80f9-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:false,\u0022rules\u0022:[\u0022clock/alarm_set_value\u0022,\u0022globals/gui_nav\u0022,\u0022globals/mim_repeat\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[],\u0022earlyEOS\u0022:[],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:6000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"messageType":"LISTEN","replyCount":0,"transcript":"set an alarm for","intent":"alarm_clarify"}} +{"TimestampUtc":"2026-04-26T12:43:45.005553+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"8f7911493a86402c81a1311f6dd63b11","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8fcc3e28-416d-11f1-80f9-5cf821ea55ae","MessageType":"LISTEN","Direction":"in","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777207425168,\u0022msgID\u0022:\u0022mid-9032d2e6-416d-11f1-9fca-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-8fcc3e28-416d-11f1-80f9-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:false,\u0022rules\u0022:[\u0022clock/alarm_set_value\u0022,\u0022globals/gui_nav\u0022,\u0022globals/mim_repeat\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[],\u0022earlyEOS\u0022:[],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:6000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:43:45.0057285+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"8f7911493a86402c81a1311f6dd63b11","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8fcc3e28-416d-11f1-80f9-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777207425168,\u0022msgID\u0022:\u0022mid-9032d2e6-416d-11f1-9fca-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-8fcc3e28-416d-11f1-80f9-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:false,\u0022rules\u0022:[\u0022clock/alarm_set_value\u0022,\u0022globals/gui_nav\u0022,\u0022globals/mim_repeat\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[],\u0022earlyEOS\u0022:[],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:6000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:43:45.0060247+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"fe427d6935404591a86e841364196c08","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8fcc3e28-416d-11f1-80f9-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":47}} +{"TimestampUtc":"2026-04-26T12:43:45.0061784+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"fe427d6935404591a86e841364196c08","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8fcc3e28-416d-11f1-80f9-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:43:45.0063167+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"fe427d6935404591a86e841364196c08","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8fcc3e28-416d-11f1-80f9-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:43:45.0494007+00:00","EventType":"context_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"b6142625b9b6410bb3e1839399fac513","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8fcc3e28-416d-11f1-80f9-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777207425211,\u0022msgID\u0022:\u0022mid-903951ca-416d-11f1-802b-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-8fcc3e28-416d-11f1-80f9-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.45,\u0022confidence\u0022:0.2},\u0022motivation\u0022:{\u0022social\u0022:0.43506930555555159,\u0022playful\u0022:0.14502310185185436}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T07:43:45.176-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:\u0022@be/clock\u0022},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"transID":"tid-8fcc3e28-416d-11f1-80f9-5cf821ea55ae"}} +{"TimestampUtc":"2026-04-26T12:43:45.0496886+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"b6142625b9b6410bb3e1839399fac513","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8fcc3e28-416d-11f1-80f9-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777207425211,\u0022msgID\u0022:\u0022mid-903951ca-416d-11f1-802b-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-8fcc3e28-416d-11f1-80f9-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.45,\u0022confidence\u0022:0.2},\u0022motivation\u0022:{\u0022social\u0022:0.43506930555555159,\u0022playful\u0022:0.14502310185185436}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T07:43:45.176-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:\u0022@be/clock\u0022},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:43:45.0498886+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"b6142625b9b6410bb3e1839399fac513","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8fcc3e28-416d-11f1-80f9-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777207425211,\u0022msgID\u0022:\u0022mid-903951ca-416d-11f1-802b-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-8fcc3e28-416d-11f1-80f9-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.45,\u0022confidence\u0022:0.2},\u0022motivation\u0022:{\u0022social\u0022:0.43506930555555159,\u0022playful\u0022:0.14502310185185436}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T07:43:45.176-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:\u0022@be/clock\u0022},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:43:45.8930999+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"782747a9563e4896840628f198937ef5","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8fcc3e28-416d-11f1-80f9-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4315,"ReplyTypes":[],"BufferedAudioBytes":4362,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4315}} +{"TimestampUtc":"2026-04-26T12:43:45.8933131+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"782747a9563e4896840628f198937ef5","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8fcc3e28-416d-11f1-80f9-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4315,"ReplyTypes":[],"BufferedAudioBytes":4362,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:43:45.893508+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"782747a9563e4896840628f198937ef5","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8fcc3e28-416d-11f1-80f9-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4315,"ReplyTypes":[],"BufferedAudioBytes":4362,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:43:45.8938833+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"1a3350f2bbc042faa15626e36a67fbea","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8fcc3e28-416d-11f1-80f9-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4208,"ReplyTypes":[],"BufferedAudioBytes":8570,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4208}} +{"TimestampUtc":"2026-04-26T12:43:45.8940052+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"1a3350f2bbc042faa15626e36a67fbea","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8fcc3e28-416d-11f1-80f9-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4208,"ReplyTypes":[],"BufferedAudioBytes":8570,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:43:45.8942588+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"1a3350f2bbc042faa15626e36a67fbea","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8fcc3e28-416d-11f1-80f9-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4208,"ReplyTypes":[],"BufferedAudioBytes":8570,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:43:53.1279704+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"ebea0757570642578a0d125032bc4261","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8fcc3e28-416d-11f1-80f9-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}} +{"TimestampUtc":"2026-04-26T12:43:53.1282046+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"ebea0757570642578a0d125032bc4261","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8fcc3e28-416d-11f1-80f9-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:43:53.3293455+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"ebea0757570642578a0d125032bc4261","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8fcc3e28-416d-11f1-80f9-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":["LISTEN","EOS","SKILL_REDIRECT","SKILL_ACTION"],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:43:53.3298877+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"328bb85d8b1d45fb8eaa10ff50f37d2c","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8fcc3e28-416d-11f1-80f9-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4235,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4235}} +{"TimestampUtc":"2026-04-26T12:43:53.3300324+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"328bb85d8b1d45fb8eaa10ff50f37d2c","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8fcc3e28-416d-11f1-80f9-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4235,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:43:53.3302115+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"328bb85d8b1d45fb8eaa10ff50f37d2c","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8fcc3e28-416d-11f1-80f9-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4235,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:43:53.3306034+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"ab94b7e84f374479af1599606b150d48","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8fcc3e28-416d-11f1-80f9-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4243,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4243}} +{"TimestampUtc":"2026-04-26T12:43:53.3307701+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"ab94b7e84f374479af1599606b150d48","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8fcc3e28-416d-11f1-80f9-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4243,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:43:53.3309447+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"ab94b7e84f374479af1599606b150d48","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8fcc3e28-416d-11f1-80f9-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4243,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:43:53.3312842+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"ceb2511b4f7b4ac4881b971c40573fc6","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8fcc3e28-416d-11f1-80f9-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4241}} +{"TimestampUtc":"2026-04-26T12:43:53.3314074+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"ceb2511b4f7b4ac4881b971c40573fc6","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8fcc3e28-416d-11f1-80f9-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:43:53.3315765+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"ceb2511b4f7b4ac4881b971c40573fc6","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8fcc3e28-416d-11f1-80f9-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:43:53.3320067+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"5d1dacec6b684112ab298e6847828b18","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8fcc3e28-416d-11f1-80f9-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}} +{"TimestampUtc":"2026-04-26T12:43:53.3321314+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"5d1dacec6b684112ab298e6847828b18","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8fcc3e28-416d-11f1-80f9-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:43:53.3323017+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"5d1dacec6b684112ab298e6847828b18","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8fcc3e28-416d-11f1-80f9-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:43:53.3326979+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"c2e92e58aa0744de82869bb6941065d9","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8fcc3e28-416d-11f1-80f9-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}} +{"TimestampUtc":"2026-04-26T12:43:53.3328222+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"c2e92e58aa0744de82869bb6941065d9","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8fcc3e28-416d-11f1-80f9-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:43:53.3330032+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"c2e92e58aa0744de82869bb6941065d9","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8fcc3e28-416d-11f1-80f9-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:43:53.3333916+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"84a34e7842ec47cd9d7a839c2974df2d","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8fcc3e28-416d-11f1-80f9-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4258,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4258}} +{"TimestampUtc":"2026-04-26T12:43:53.3335159+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"84a34e7842ec47cd9d7a839c2974df2d","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8fcc3e28-416d-11f1-80f9-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4258,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:43:53.333704+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"84a34e7842ec47cd9d7a839c2974df2d","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8fcc3e28-416d-11f1-80f9-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4258,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:43:53.3340377+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"309924b01c674c49ab84e033d4710cae","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8fcc3e28-416d-11f1-80f9-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4220,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4220}} +{"TimestampUtc":"2026-04-26T12:43:53.3341786+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"309924b01c674c49ab84e033d4710cae","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8fcc3e28-416d-11f1-80f9-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4220,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:43:53.3343489+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"309924b01c674c49ab84e033d4710cae","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8fcc3e28-416d-11f1-80f9-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4220,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:43:53.3347791+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"800c03bf71b14aba8cf3ea9d00d053d1","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8fcc3e28-416d-11f1-80f9-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4252,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4252}} +{"TimestampUtc":"2026-04-26T12:43:53.3349068+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"800c03bf71b14aba8cf3ea9d00d053d1","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8fcc3e28-416d-11f1-80f9-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4252,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:43:53.3350741+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"800c03bf71b14aba8cf3ea9d00d053d1","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8fcc3e28-416d-11f1-80f9-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4252,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:43:53.3354183+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"9a845d65dfd541f7b47f1cf4c9f5c8a2","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8fcc3e28-416d-11f1-80f9-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4233,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4233}} +{"TimestampUtc":"2026-04-26T12:43:53.3355427+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"9a845d65dfd541f7b47f1cf4c9f5c8a2","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8fcc3e28-416d-11f1-80f9-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4233,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:43:53.3357388+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"9a845d65dfd541f7b47f1cf4c9f5c8a2","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8fcc3e28-416d-11f1-80f9-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4233,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:43:53.3361375+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"a997db0c4a264a1cbfd71a6cea60e689","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8fcc3e28-416d-11f1-80f9-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4302,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4302}} +{"TimestampUtc":"2026-04-26T12:43:53.336258+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"a997db0c4a264a1cbfd71a6cea60e689","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8fcc3e28-416d-11f1-80f9-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4302,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:43:53.3364428+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"a997db0c4a264a1cbfd71a6cea60e689","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8fcc3e28-416d-11f1-80f9-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4302,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:43:53.3368177+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"6a136a0e342e4d67beba52b4d69df634","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8fcc3e28-416d-11f1-80f9-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4235,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4235}} +{"TimestampUtc":"2026-04-26T12:43:53.3369412+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"6a136a0e342e4d67beba52b4d69df634","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8fcc3e28-416d-11f1-80f9-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4235,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:43:53.3371355+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"6a136a0e342e4d67beba52b4d69df634","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8fcc3e28-416d-11f1-80f9-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4235,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:43:53.337494+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"fe18069742cf43378f6d785907f16929","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8fcc3e28-416d-11f1-80f9-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4197,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4197}} +{"TimestampUtc":"2026-04-26T12:43:53.3376469+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"fe18069742cf43378f6d785907f16929","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8fcc3e28-416d-11f1-80f9-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4197,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:43:53.3378215+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"fe18069742cf43378f6d785907f16929","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8fcc3e28-416d-11f1-80f9-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4197,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:43:53.3382092+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"10e8be192f23479a9fb5add844c36878","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8fcc3e28-416d-11f1-80f9-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4215,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4215}} +{"TimestampUtc":"2026-04-26T12:43:53.3383316+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"10e8be192f23479a9fb5add844c36878","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8fcc3e28-416d-11f1-80f9-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4215,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:43:53.3384992+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"10e8be192f23479a9fb5add844c36878","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8fcc3e28-416d-11f1-80f9-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4215,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:43:53.3388292+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"fe931de5d9cc4636983e8e7e7967f0a5","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8fcc3e28-416d-11f1-80f9-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4153,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4153}} +{"TimestampUtc":"2026-04-26T12:43:53.3390029+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"fe931de5d9cc4636983e8e7e7967f0a5","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8fcc3e28-416d-11f1-80f9-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4153,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:43:53.3391712+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"fe931de5d9cc4636983e8e7e7967f0a5","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8fcc3e28-416d-11f1-80f9-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4153,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:44:00.9726272+00:00","EventType":"connection_opened","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"9bfe990fe967436cb8300e2b2aba0b94","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8fcc3e28-416d-11f1-80f9-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:44:00.9784549+00:00","EventType":"turn_processed","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"b2117ba6f0234fdd865ebfd8b1500057","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-994a584a-416d-11f1-9e3e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777207441142,\u0022msgID\u0022:\u0022mid-99b84f44-416d-11f1-93bd-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-994a584a-416d-11f1-9e3e-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:false,\u0022rules\u0022:[\u0022clock/alarm_timer_change\u0022,\u0022globals/gui_nav\u0022,\u0022globals/mim_repeat\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[\u0022$YESNO\u0022],\u0022earlyEOS\u0022:[\u0022$YESNO\u0022],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:6000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"messageType":"LISTEN","replyCount":0,"transcript":"- Time. - 7, 14.","intent":"alarm_value"}} +{"TimestampUtc":"2026-04-26T12:44:00.9789567+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"b2117ba6f0234fdd865ebfd8b1500057","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-994a584a-416d-11f1-9e3e-5cf821ea55ae","MessageType":"LISTEN","Direction":"in","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777207441142,\u0022msgID\u0022:\u0022mid-99b84f44-416d-11f1-93bd-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-994a584a-416d-11f1-9e3e-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:false,\u0022rules\u0022:[\u0022clock/alarm_timer_change\u0022,\u0022globals/gui_nav\u0022,\u0022globals/mim_repeat\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[\u0022$YESNO\u0022],\u0022earlyEOS\u0022:[\u0022$YESNO\u0022],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:6000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:44:00.9791398+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"b2117ba6f0234fdd865ebfd8b1500057","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-994a584a-416d-11f1-9e3e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777207441142,\u0022msgID\u0022:\u0022mid-99b84f44-416d-11f1-93bd-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-994a584a-416d-11f1-9e3e-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:false,\u0022rules\u0022:[\u0022clock/alarm_timer_change\u0022,\u0022globals/gui_nav\u0022,\u0022globals/mim_repeat\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[\u0022$YESNO\u0022],\u0022earlyEOS\u0022:[\u0022$YESNO\u0022],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:6000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:44:00.9808369+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"fd590704143547139bd495ca4841e9ac","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-994a584a-416d-11f1-9e3e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":47}} +{"TimestampUtc":"2026-04-26T12:44:00.9810403+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"fd590704143547139bd495ca4841e9ac","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-994a584a-416d-11f1-9e3e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:44:00.9811923+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"fd590704143547139bd495ca4841e9ac","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-994a584a-416d-11f1-9e3e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:44:01.0523331+00:00","EventType":"context_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"237e6d03f1f84253a30238e21c0e1f0a","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-994a584a-416d-11f1-9e3e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777207441215,\u0022msgID\u0022:\u0022mid-99c371da-416d-11f1-a6ea-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-994a584a-416d-11f1-9e3e-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.45,\u0022confidence\u0022:0.2},\u0022motivation\u0022:{\u0022social\u0022:0.43718236111110705,\u0022playful\u0022:0.1457274537037062}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T07:44:01.160-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:\u0022@be/clock\u0022},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"transID":"tid-994a584a-416d-11f1-9e3e-5cf821ea55ae"}} +{"TimestampUtc":"2026-04-26T12:44:01.0525998+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"237e6d03f1f84253a30238e21c0e1f0a","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-994a584a-416d-11f1-9e3e-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777207441215,\u0022msgID\u0022:\u0022mid-99c371da-416d-11f1-a6ea-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-994a584a-416d-11f1-9e3e-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.45,\u0022confidence\u0022:0.2},\u0022motivation\u0022:{\u0022social\u0022:0.43718236111110705,\u0022playful\u0022:0.1457274537037062}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T07:44:01.160-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:\u0022@be/clock\u0022},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:44:01.0527991+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"237e6d03f1f84253a30238e21c0e1f0a","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-994a584a-416d-11f1-9e3e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777207441215,\u0022msgID\u0022:\u0022mid-99c371da-416d-11f1-a6ea-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-994a584a-416d-11f1-9e3e-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.45,\u0022confidence\u0022:0.2},\u0022motivation\u0022:{\u0022social\u0022:0.43718236111110705,\u0022playful\u0022:0.1457274537037062}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T07:44:01.160-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:\u0022@be/clock\u0022},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:44:01.9197391+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"dd6fb8c8f57c4c948b960248e164c82e","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-994a584a-416d-11f1-9e3e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4286}} +{"TimestampUtc":"2026-04-26T12:44:01.9199402+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"dd6fb8c8f57c4c948b960248e164c82e","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-994a584a-416d-11f1-9e3e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:44:01.9201246+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"dd6fb8c8f57c4c948b960248e164c82e","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-994a584a-416d-11f1-9e3e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:44:01.9204265+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"26a8cf64f9f64e39955ea58a59d5fc31","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-994a584a-416d-11f1-9e3e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":8572,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4239}} +{"TimestampUtc":"2026-04-26T12:44:01.9205641+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"26a8cf64f9f64e39955ea58a59d5fc31","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-994a584a-416d-11f1-9e3e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":8572,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:44:01.9207087+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"26a8cf64f9f64e39955ea58a59d5fc31","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-994a584a-416d-11f1-9e3e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":8572,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:44:05.589796+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"1632e81ec0044a8a91b285f0f1790f32","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-994a584a-416d-11f1-9e3e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4238,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4238}} +{"TimestampUtc":"2026-04-26T12:44:05.5899722+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"1632e81ec0044a8a91b285f0f1790f32","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-994a584a-416d-11f1-9e3e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4238,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:44:05.665929+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"1632e81ec0044a8a91b285f0f1790f32","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-994a584a-416d-11f1-9e3e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4238,"ReplyTypes":["LISTEN","EOS","SKILL_ACTION"],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:44:05.6662433+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"85900745189245e1ae14caa73a148b9e","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-994a584a-416d-11f1-9e3e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":4241,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4241}} +{"TimestampUtc":"2026-04-26T12:44:05.6664438+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"85900745189245e1ae14caa73a148b9e","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-994a584a-416d-11f1-9e3e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":4241,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:44:05.6666279+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"85900745189245e1ae14caa73a148b9e","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-994a584a-416d-11f1-9e3e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":4241,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:44:05.6670575+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"61b6c1dd9d3c4399bf61eb2b5e58d3bf","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-994a584a-416d-11f1-9e3e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":8480,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4239}} +{"TimestampUtc":"2026-04-26T12:44:05.6672093+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"61b6c1dd9d3c4399bf61eb2b5e58d3bf","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-994a584a-416d-11f1-9e3e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":8480,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:44:05.6673518+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"61b6c1dd9d3c4399bf61eb2b5e58d3bf","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-994a584a-416d-11f1-9e3e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":8480,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:44:05.6675771+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"fa0d82803e9542a3ac5b480c23411951","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-994a584a-416d-11f1-9e3e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4274,"ReplyTypes":[],"BufferedAudioBytes":12754,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4274}} +{"TimestampUtc":"2026-04-26T12:44:05.6677004+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"fa0d82803e9542a3ac5b480c23411951","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-994a584a-416d-11f1-9e3e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4274,"ReplyTypes":[],"BufferedAudioBytes":12754,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:44:05.6678058+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"fa0d82803e9542a3ac5b480c23411951","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-994a584a-416d-11f1-9e3e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4274,"ReplyTypes":[],"BufferedAudioBytes":12754,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:44:05.6679872+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"5714f80ec9f7438ab62d684f9f3e31a7","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-994a584a-416d-11f1-9e3e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4202,"ReplyTypes":[],"BufferedAudioBytes":16956,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4202}} +{"TimestampUtc":"2026-04-26T12:44:05.6680874+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"5714f80ec9f7438ab62d684f9f3e31a7","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-994a584a-416d-11f1-9e3e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4202,"ReplyTypes":[],"BufferedAudioBytes":16956,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:44:05.6681925+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"5714f80ec9f7438ab62d684f9f3e31a7","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-994a584a-416d-11f1-9e3e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4202,"ReplyTypes":[],"BufferedAudioBytes":16956,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:44:05.6683934+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"c209c73fd3ee4835b1f56ab0a13c2668","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-994a584a-416d-11f1-9e3e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":21195,"BufferedAudioChunks":5,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4239}} +{"TimestampUtc":"2026-04-26T12:44:05.6684999+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"c209c73fd3ee4835b1f56ab0a13c2668","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-994a584a-416d-11f1-9e3e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":21195,"BufferedAudioChunks":5,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:44:05.6686213+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"c209c73fd3ee4835b1f56ab0a13c2668","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-994a584a-416d-11f1-9e3e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":21195,"BufferedAudioChunks":5,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:44:05.6688751+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"6c235ed1bcc44d6c874518b9441a6882","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-994a584a-416d-11f1-9e3e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4222,"ReplyTypes":[],"BufferedAudioBytes":25417,"BufferedAudioChunks":6,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4222}} +{"TimestampUtc":"2026-04-26T12:44:05.6689936+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"6c235ed1bcc44d6c874518b9441a6882","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-994a584a-416d-11f1-9e3e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4222,"ReplyTypes":[],"BufferedAudioBytes":25417,"BufferedAudioChunks":6,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:44:05.6691073+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"6c235ed1bcc44d6c874518b9441a6882","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-994a584a-416d-11f1-9e3e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4222,"ReplyTypes":[],"BufferedAudioBytes":25417,"BufferedAudioChunks":6,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:44:05.6694651+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"5f9e8e32f31a4bdab393d1760ee48f7e","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-994a584a-416d-11f1-9e3e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4256,"ReplyTypes":[],"BufferedAudioBytes":29673,"BufferedAudioChunks":7,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4256}} +{"TimestampUtc":"2026-04-26T12:44:05.6695749+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"5f9e8e32f31a4bdab393d1760ee48f7e","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-994a584a-416d-11f1-9e3e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4256,"ReplyTypes":[],"BufferedAudioBytes":29673,"BufferedAudioChunks":7,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:44:05.6697059+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"5f9e8e32f31a4bdab393d1760ee48f7e","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-994a584a-416d-11f1-9e3e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4256,"ReplyTypes":[],"BufferedAudioBytes":29673,"BufferedAudioChunks":7,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:44:11.9845381+00:00","EventType":"connection_closed","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"a1e8d36023c74f7c96fb22f74be98ab9","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-994a584a-416d-11f1-9e3e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":29673,"BufferedAudioChunks":7,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"reason":"socket-loop-ended-prematurely"}} +{"TimestampUtc":"2026-04-26T12:44:12.7143676+00:00","EventType":"connection_opened","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"582f64a13a5c4e8bb352573a03f6cc92","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-994a584a-416d-11f1-9e3e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":29673,"BufferedAudioChunks":7,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:44:12.7418499+00:00","EventType":"turn_processed","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"21c0bc303ee14b9090e085543234700b","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9fbe2c60-416d-11f1-b820-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777207452904,\u0022msgID\u0022:\u0022mid-a0bae64e-416d-11f1-a027-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-9fbe2c60-416d-11f1-b820-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:true,\u0022rules\u0022:[\u0022launch\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[],\u0022earlyEOS\u0022:[],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:7000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"messageType":"LISTEN","replyCount":0,"transcript":"- One. - Yes.","intent":"yes"}} +{"TimestampUtc":"2026-04-26T12:44:12.7421439+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"21c0bc303ee14b9090e085543234700b","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9fbe2c60-416d-11f1-b820-5cf821ea55ae","MessageType":"LISTEN","Direction":"in","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777207452904,\u0022msgID\u0022:\u0022mid-a0bae64e-416d-11f1-a027-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-9fbe2c60-416d-11f1-b820-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:true,\u0022rules\u0022:[\u0022launch\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[],\u0022earlyEOS\u0022:[],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:7000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:44:12.7423597+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"21c0bc303ee14b9090e085543234700b","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9fbe2c60-416d-11f1-b820-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777207452904,\u0022msgID\u0022:\u0022mid-a0bae64e-416d-11f1-a027-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-9fbe2c60-416d-11f1-b820-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:true,\u0022rules\u0022:[\u0022launch\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[],\u0022earlyEOS\u0022:[],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:7000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:44:12.7441365+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"5f82eb9d735042fe905b0176934b9771","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9fbe2c60-416d-11f1-b820-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":47}} +{"TimestampUtc":"2026-04-26T12:44:12.7443438+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"5f82eb9d735042fe905b0176934b9771","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9fbe2c60-416d-11f1-b820-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:44:12.7507333+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"5f82eb9d735042fe905b0176934b9771","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9fbe2c60-416d-11f1-b820-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:44:12.9874144+00:00","EventType":"context_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"96c0fe613e4f4c8e81e5a09f2d605905","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9fbe2c60-416d-11f1-b820-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777207452979,\u0022msgID\u0022:\u0022mid-a0c66f1e-416d-11f1-975e-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-9fbe2c60-416d-11f1-b820-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.47000000000000005,\u0022confidence\u0022:0.22000000000000004},\u0022motivation\u0022:{\u0022social\u0022:0.4388699999999958,\u0022playful\u0022:0.14629000000000254}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:11831,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:1}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T07:44:12.915-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:null},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"transID":"tid-9fbe2c60-416d-11f1-b820-5cf821ea55ae"}} +{"TimestampUtc":"2026-04-26T12:44:12.9877348+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"96c0fe613e4f4c8e81e5a09f2d605905","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9fbe2c60-416d-11f1-b820-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777207452979,\u0022msgID\u0022:\u0022mid-a0c66f1e-416d-11f1-975e-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-9fbe2c60-416d-11f1-b820-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.47000000000000005,\u0022confidence\u0022:0.22000000000000004},\u0022motivation\u0022:{\u0022social\u0022:0.4388699999999958,\u0022playful\u0022:0.14629000000000254}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:11831,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:1}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T07:44:12.915-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:null},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:44:12.9880617+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"96c0fe613e4f4c8e81e5a09f2d605905","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9fbe2c60-416d-11f1-b820-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777207452979,\u0022msgID\u0022:\u0022mid-a0c66f1e-416d-11f1-975e-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-9fbe2c60-416d-11f1-b820-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.47000000000000005,\u0022confidence\u0022:0.22000000000000004},\u0022motivation\u0022:{\u0022social\u0022:0.4388699999999958,\u0022playful\u0022:0.14629000000000254}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:11831,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:1}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T07:44:12.915-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:null},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:44:14.0332069+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"01d131e7cfc94bf7a8a9a162be7436fc","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9fbe2c60-416d-11f1-b820-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4315,"ReplyTypes":[],"BufferedAudioBytes":4362,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4315}} +{"TimestampUtc":"2026-04-26T12:44:14.0334967+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"01d131e7cfc94bf7a8a9a162be7436fc","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9fbe2c60-416d-11f1-b820-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4315,"ReplyTypes":[],"BufferedAudioBytes":4362,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:44:14.0337675+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"01d131e7cfc94bf7a8a9a162be7436fc","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9fbe2c60-416d-11f1-b820-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4315,"ReplyTypes":[],"BufferedAudioBytes":4362,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:44:14.0341216+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"f4ef1da624454e1091de2d9b81ae4e27","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9fbe2c60-416d-11f1-b820-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4208,"ReplyTypes":[],"BufferedAudioBytes":8570,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4208}} +{"TimestampUtc":"2026-04-26T12:44:14.0342674+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"f4ef1da624454e1091de2d9b81ae4e27","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9fbe2c60-416d-11f1-b820-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4208,"ReplyTypes":[],"BufferedAudioBytes":8570,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:44:14.0344252+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"f4ef1da624454e1091de2d9b81ae4e27","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9fbe2c60-416d-11f1-b820-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4208,"ReplyTypes":[],"BufferedAudioBytes":8570,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:44:17.6831749+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"6fb1489dbd44431cbd426c537466ebb4","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9fbe2c60-416d-11f1-b820-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}} +{"TimestampUtc":"2026-04-26T12:44:17.6833556+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"6fb1489dbd44431cbd426c537466ebb4","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9fbe2c60-416d-11f1-b820-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:44:17.9595347+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"6fb1489dbd44431cbd426c537466ebb4","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9fbe2c60-416d-11f1-b820-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":["LISTEN","EOS","SKILL_REDIRECT","SKILL_ACTION","SKILL_ACTION"],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:44:17.9598923+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"51d4bf42555343c3a3a6c5134f613d9d","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9fbe2c60-416d-11f1-b820-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":4241,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4241}} +{"TimestampUtc":"2026-04-26T12:44:17.965918+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"51d4bf42555343c3a3a6c5134f613d9d","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9fbe2c60-416d-11f1-b820-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":4241,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:44:17.9660816+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"51d4bf42555343c3a3a6c5134f613d9d","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9fbe2c60-416d-11f1-b820-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":4241,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:44:17.9664602+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"796d860989a54ca280a157f58c130bd2","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9fbe2c60-416d-11f1-b820-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4328,"ReplyTypes":[],"BufferedAudioBytes":8569,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4328}} +{"TimestampUtc":"2026-04-26T12:44:17.9666287+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"796d860989a54ca280a157f58c130bd2","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9fbe2c60-416d-11f1-b820-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4328,"ReplyTypes":[],"BufferedAudioBytes":8569,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:44:17.9668084+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"796d860989a54ca280a157f58c130bd2","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9fbe2c60-416d-11f1-b820-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4328,"ReplyTypes":[],"BufferedAudioBytes":8569,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:44:17.9671058+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"825c8f0ef2954f90a91b8d734d4f2198","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9fbe2c60-416d-11f1-b820-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4150,"ReplyTypes":[],"BufferedAudioBytes":12719,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4150}} +{"TimestampUtc":"2026-04-26T12:44:17.9672555+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"825c8f0ef2954f90a91b8d734d4f2198","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9fbe2c60-416d-11f1-b820-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4150,"ReplyTypes":[],"BufferedAudioBytes":12719,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:44:17.9673893+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"825c8f0ef2954f90a91b8d734d4f2198","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9fbe2c60-416d-11f1-b820-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4150,"ReplyTypes":[],"BufferedAudioBytes":12719,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:44:17.9677138+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"7236d65c52b642c4854ac2244a713c31","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9fbe2c60-416d-11f1-b820-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4240,"ReplyTypes":[],"BufferedAudioBytes":16959,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4240}} +{"TimestampUtc":"2026-04-26T12:44:17.9678316+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"7236d65c52b642c4854ac2244a713c31","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9fbe2c60-416d-11f1-b820-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4240,"ReplyTypes":[],"BufferedAudioBytes":16959,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:44:17.9679817+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"7236d65c52b642c4854ac2244a713c31","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9fbe2c60-416d-11f1-b820-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4240,"ReplyTypes":[],"BufferedAudioBytes":16959,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:44:17.9682718+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"72401d0ddaae4288b2da8f7f22c1b76a","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9fbe2c60-416d-11f1-b820-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4238,"ReplyTypes":[],"BufferedAudioBytes":21197,"BufferedAudioChunks":5,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4238}} +{"TimestampUtc":"2026-04-26T12:44:17.9683851+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"72401d0ddaae4288b2da8f7f22c1b76a","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9fbe2c60-416d-11f1-b820-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4238,"ReplyTypes":[],"BufferedAudioBytes":21197,"BufferedAudioChunks":5,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:44:17.9685156+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"72401d0ddaae4288b2da8f7f22c1b76a","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9fbe2c60-416d-11f1-b820-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4238,"ReplyTypes":[],"BufferedAudioBytes":21197,"BufferedAudioChunks":5,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:44:17.9688223+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"7c1a68836fa44cbab8ee5e855ba808b8","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9fbe2c60-416d-11f1-b820-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":25436,"BufferedAudioChunks":6,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4239}} +{"TimestampUtc":"2026-04-26T12:44:17.9689336+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"7c1a68836fa44cbab8ee5e855ba808b8","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9fbe2c60-416d-11f1-b820-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":25436,"BufferedAudioChunks":6,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:44:17.9690802+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"7c1a68836fa44cbab8ee5e855ba808b8","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9fbe2c60-416d-11f1-b820-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":25436,"BufferedAudioChunks":6,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:44:17.9693956+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"54fb478ccde44c8eacc82883cfaa552a","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9fbe2c60-416d-11f1-b820-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":29675,"BufferedAudioChunks":7,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4239}} +{"TimestampUtc":"2026-04-26T12:44:17.969508+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"54fb478ccde44c8eacc82883cfaa552a","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9fbe2c60-416d-11f1-b820-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":29675,"BufferedAudioChunks":7,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:44:17.9696636+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"54fb478ccde44c8eacc82883cfaa552a","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9fbe2c60-416d-11f1-b820-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":29675,"BufferedAudioChunks":7,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:44:17.9698933+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"f2a2e364eb44456bbad199c78231b793","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9fbe2c60-416d-11f1-b820-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":33914,"BufferedAudioChunks":8,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4239}} +{"TimestampUtc":"2026-04-26T12:44:17.970008+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"f2a2e364eb44456bbad199c78231b793","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9fbe2c60-416d-11f1-b820-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":33914,"BufferedAudioChunks":8,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:44:17.9701367+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"f2a2e364eb44456bbad199c78231b793","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9fbe2c60-416d-11f1-b820-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":33914,"BufferedAudioChunks":8,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:44:26.1551197+00:00","EventType":"connection_opened","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"b98faf13aa1140afa4fb261eb61dc7d0","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9fbe2c60-416d-11f1-b820-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":33914,"BufferedAudioChunks":8,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:44:26.1615423+00:00","EventType":"turn_processed","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"fb35c2908b424edab2c5859f49899332","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a841c89c-416d-11f1-a51e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777207466327,\u0022msgID\u0022:\u0022mid-a8bb1774-416d-11f1-b441-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-a841c89c-416d-11f1-a51e-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:false,\u0022rules\u0022:[\u0022main-menu/execute_main_menu\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022CLIENT_NLU\u0022,\u0022asr\u0022:{\u0022hints\u0022:[],\u0022earlyEOS\u0022:[],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:6000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"messageType":"LISTEN","replyCount":0,"transcript":"So, delete alarm.","intent":"alarm_delete"}} +{"TimestampUtc":"2026-04-26T12:44:26.1617556+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"fb35c2908b424edab2c5859f49899332","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a841c89c-416d-11f1-a51e-5cf821ea55ae","MessageType":"LISTEN","Direction":"in","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777207466327,\u0022msgID\u0022:\u0022mid-a8bb1774-416d-11f1-b441-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-a841c89c-416d-11f1-a51e-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:false,\u0022rules\u0022:[\u0022main-menu/execute_main_menu\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022CLIENT_NLU\u0022,\u0022asr\u0022:{\u0022hints\u0022:[],\u0022earlyEOS\u0022:[],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:6000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:44:26.1619421+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"fb35c2908b424edab2c5859f49899332","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a841c89c-416d-11f1-a51e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777207466327,\u0022msgID\u0022:\u0022mid-a8bb1774-416d-11f1-b441-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-a841c89c-416d-11f1-a51e-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:false,\u0022rules\u0022:[\u0022main-menu/execute_main_menu\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022CLIENT_NLU\u0022,\u0022asr\u0022:{\u0022hints\u0022:[],\u0022earlyEOS\u0022:[],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:6000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:44:26.170361+00:00","EventType":"turn_processed","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"94c53e4736ea4574a09c00cddd7c2c7a","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a841c89c-416d-11f1-a51e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CLIENT_NLU\u0022,\u0022ts\u0022:1777207466327,\u0022msgID\u0022:\u0022mid-a8bb1f44-416d-11f1-b56c-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-a841c89c-416d-11f1-a51e-5cf821ea55ae\u0022,\u0022data\u0022:{ \u0022entities\u0022 : { \u0022destination\u0022 : \u0022clock\u0022 }, \u0022intent\u0022 : \u0022loadMenu\u0022, \u0022rules\u0022 : [ \u0022main-menu/execute_main_menu\u0022 ] }}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"messageType":"CLIENT_NLU","replyCount":2,"transcript":"loadMenu","intent":"chat"}} +{"TimestampUtc":"2026-04-26T12:44:26.1705587+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"94c53e4736ea4574a09c00cddd7c2c7a","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a841c89c-416d-11f1-a51e-5cf821ea55ae","MessageType":"CLIENT_NLU","Direction":"in","Text":"{\u0022type\u0022:\u0022CLIENT_NLU\u0022,\u0022ts\u0022:1777207466327,\u0022msgID\u0022:\u0022mid-a8bb1f44-416d-11f1-b56c-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-a841c89c-416d-11f1-a51e-5cf821ea55ae\u0022,\u0022data\u0022:{ \u0022entities\u0022 : { \u0022destination\u0022 : \u0022clock\u0022 }, \u0022intent\u0022 : \u0022loadMenu\u0022, \u0022rules\u0022 : [ \u0022main-menu/execute_main_menu\u0022 ] }}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:44:26.1708268+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"94c53e4736ea4574a09c00cddd7c2c7a","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a841c89c-416d-11f1-a51e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CLIENT_NLU\u0022,\u0022ts\u0022:1777207466327,\u0022msgID\u0022:\u0022mid-a8bb1f44-416d-11f1-b56c-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-a841c89c-416d-11f1-a51e-5cf821ea55ae\u0022,\u0022data\u0022:{ \u0022entities\u0022 : { \u0022destination\u0022 : \u0022clock\u0022 }, \u0022intent\u0022 : \u0022loadMenu\u0022, \u0022rules\u0022 : [ \u0022main-menu/execute_main_menu\u0022 ] }}","BinaryLength":null,"ReplyTypes":["LISTEN","EOS"],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:44:27.0733691+00:00","EventType":"context_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"5c7e0836dbe34423b95b2683aeedf4ef","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a841c89c-416d-11f1-a51e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777207466486,\u0022msgID\u0022:\u0022mid-a8d35c76-416d-11f1-bf4c-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-a841c89c-416d-11f1-a51e-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.46,\u0022confidence\u0022:0.21000000000000003},\u0022motivation\u0022:{\u0022social\u0022:0.440692361111107,\u0022playful\u0022:0.14689745370370625}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:11831,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:0.25}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T07:44:26.360-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:null},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"transID":"tid-a841c89c-416d-11f1-a51e-5cf821ea55ae"}} +{"TimestampUtc":"2026-04-26T12:44:27.0736704+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"5c7e0836dbe34423b95b2683aeedf4ef","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a841c89c-416d-11f1-a51e-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777207466486,\u0022msgID\u0022:\u0022mid-a8d35c76-416d-11f1-bf4c-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-a841c89c-416d-11f1-a51e-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.46,\u0022confidence\u0022:0.21000000000000003},\u0022motivation\u0022:{\u0022social\u0022:0.440692361111107,\u0022playful\u0022:0.14689745370370625}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:11831,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:0.25}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T07:44:26.360-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:null},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:44:27.0738976+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"5c7e0836dbe34423b95b2683aeedf4ef","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a841c89c-416d-11f1-a51e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777207466486,\u0022msgID\u0022:\u0022mid-a8d35c76-416d-11f1-bf4c-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-a841c89c-416d-11f1-a51e-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.46,\u0022confidence\u0022:0.21000000000000003},\u0022motivation\u0022:{\u0022social\u0022:0.440692361111107,\u0022playful\u0022:0.14689745370370625}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:11831,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:0.25}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T07:44:26.360-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:null},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:44:30.1537204+00:00","EventType":"connection_opened","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"49a03dcbe53e4fc7a03fbf1143eee8ff","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a841c89c-416d-11f1-a51e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:44:30.1617012+00:00","EventType":"turn_processed","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"843eb7dfcf0e47e2803d1895b13456ba","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-aacf2956-416d-11f1-994f-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777207470328,\u0022msgID\u0022:\u0022mid-ab1d9ef6-416d-11f1-9006-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-aacf2956-416d-11f1-994f-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:false,\u0022rules\u0022:[\u0022clock/clock_menu\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022CLIENT_NLU\u0022,\u0022asr\u0022:{\u0022hints\u0022:[],\u0022earlyEOS\u0022:[],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:6000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"messageType":"LISTEN","replyCount":0,"transcript":"loadMenu","intent":"chat"}} +{"TimestampUtc":"2026-04-26T12:44:30.1620044+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"843eb7dfcf0e47e2803d1895b13456ba","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-aacf2956-416d-11f1-994f-5cf821ea55ae","MessageType":"LISTEN","Direction":"in","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777207470328,\u0022msgID\u0022:\u0022mid-ab1d9ef6-416d-11f1-9006-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-aacf2956-416d-11f1-994f-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:false,\u0022rules\u0022:[\u0022clock/clock_menu\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022CLIENT_NLU\u0022,\u0022asr\u0022:{\u0022hints\u0022:[],\u0022earlyEOS\u0022:[],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:6000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:44:30.1621969+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"843eb7dfcf0e47e2803d1895b13456ba","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-aacf2956-416d-11f1-994f-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777207470328,\u0022msgID\u0022:\u0022mid-ab1d9ef6-416d-11f1-9006-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-aacf2956-416d-11f1-994f-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:false,\u0022rules\u0022:[\u0022clock/clock_menu\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022CLIENT_NLU\u0022,\u0022asr\u0022:{\u0022hints\u0022:[],\u0022earlyEOS\u0022:[],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:6000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:44:30.1631118+00:00","EventType":"turn_processed","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"48c9edd33aab456a9e6fe99b672c935d","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-aacf2956-416d-11f1-994f-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CLIENT_NLU\u0022,\u0022ts\u0022:1777207470328,\u0022msgID\u0022:\u0022mid-ab1da720-416d-11f1-8f3f-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-aacf2956-416d-11f1-994f-5cf821ea55ae\u0022,\u0022data\u0022:{ \u0022entities\u0022 : { \u0022domain\u0022 : \u0022alarm\u0022 }, \u0022intent\u0022 : \u0022set\u0022, \u0022rules\u0022 : [ \u0022clock/clock_menu\u0022 ] }}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"messageType":"CLIENT_NLU","replyCount":2,"transcript":"set","intent":"alarm_clarify"}} +{"TimestampUtc":"2026-04-26T12:44:30.1632716+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"48c9edd33aab456a9e6fe99b672c935d","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-aacf2956-416d-11f1-994f-5cf821ea55ae","MessageType":"CLIENT_NLU","Direction":"in","Text":"{\u0022type\u0022:\u0022CLIENT_NLU\u0022,\u0022ts\u0022:1777207470328,\u0022msgID\u0022:\u0022mid-ab1da720-416d-11f1-8f3f-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-aacf2956-416d-11f1-994f-5cf821ea55ae\u0022,\u0022data\u0022:{ \u0022entities\u0022 : { \u0022domain\u0022 : \u0022alarm\u0022 }, \u0022intent\u0022 : \u0022set\u0022, \u0022rules\u0022 : [ \u0022clock/clock_menu\u0022 ] }}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:44:30.1635146+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"48c9edd33aab456a9e6fe99b672c935d","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-aacf2956-416d-11f1-994f-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CLIENT_NLU\u0022,\u0022ts\u0022:1777207470328,\u0022msgID\u0022:\u0022mid-ab1da720-416d-11f1-8f3f-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-aacf2956-416d-11f1-994f-5cf821ea55ae\u0022,\u0022data\u0022:{ \u0022entities\u0022 : { \u0022domain\u0022 : \u0022alarm\u0022 }, \u0022intent\u0022 : \u0022set\u0022, \u0022rules\u0022 : [ \u0022clock/clock_menu\u0022 ] }}","BinaryLength":null,"ReplyTypes":["LISTEN","EOS"],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:44:30.2401346+00:00","EventType":"context_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"0ccb545be566407b8943e73f051959e0","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-aacf2956-416d-11f1-994f-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777207470406,\u0022msgID\u0022:\u0022mid-ab2982de-416d-11f1-857c-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-aacf2956-416d-11f1-994f-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.45,\u0022confidence\u0022:0.2},\u0022motivation\u0022:{\u0022social\u0022:0.4412565277777736,\u0022playful\u0022:0.1470855555555581}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:11831,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:1}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T07:44:30.340-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:null},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"transID":"tid-aacf2956-416d-11f1-994f-5cf821ea55ae"}} +{"TimestampUtc":"2026-04-26T12:44:30.2403988+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"0ccb545be566407b8943e73f051959e0","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-aacf2956-416d-11f1-994f-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777207470406,\u0022msgID\u0022:\u0022mid-ab2982de-416d-11f1-857c-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-aacf2956-416d-11f1-994f-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.45,\u0022confidence\u0022:0.2},\u0022motivation\u0022:{\u0022social\u0022:0.4412565277777736,\u0022playful\u0022:0.1470855555555581}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:11831,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:1}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T07:44:30.340-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:null},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:44:30.2405638+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"0ccb545be566407b8943e73f051959e0","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-aacf2956-416d-11f1-994f-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777207470406,\u0022msgID\u0022:\u0022mid-ab2982de-416d-11f1-857c-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-aacf2956-416d-11f1-994f-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.45,\u0022confidence\u0022:0.2},\u0022motivation\u0022:{\u0022social\u0022:0.4412565277777736,\u0022playful\u0022:0.1470855555555581}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:11831,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:1}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T07:44:30.340-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:null},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:44:36.1512272+00:00","EventType":"connection_opened","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"efb7401ff6d44d6e844d0874f3590c23","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-aacf2956-416d-11f1-994f-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:44:36.1576071+00:00","EventType":"turn_processed","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"1c3cdc09920546aa900c872190517546","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ae66c4f2-416d-11f1-a8b6-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777207476318,\u0022msgID\u0022:\u0022mid-aeaf9cb8-416d-11f1-a640-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-ae66c4f2-416d-11f1-a8b6-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:false,\u0022rules\u0022:[\u0022clock/alarm_timer_query_menu\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022CLIENT_NLU\u0022,\u0022asr\u0022:{\u0022hints\u0022:[],\u0022earlyEOS\u0022:[],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:6000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"messageType":"LISTEN","replyCount":0,"transcript":"set","intent":"alarm_clarify"}} +{"TimestampUtc":"2026-04-26T12:44:36.1578382+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"1c3cdc09920546aa900c872190517546","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ae66c4f2-416d-11f1-a8b6-5cf821ea55ae","MessageType":"LISTEN","Direction":"in","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777207476318,\u0022msgID\u0022:\u0022mid-aeaf9cb8-416d-11f1-a640-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-ae66c4f2-416d-11f1-a8b6-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:false,\u0022rules\u0022:[\u0022clock/alarm_timer_query_menu\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022CLIENT_NLU\u0022,\u0022asr\u0022:{\u0022hints\u0022:[],\u0022earlyEOS\u0022:[],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:6000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:44:36.1580425+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"1c3cdc09920546aa900c872190517546","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ae66c4f2-416d-11f1-a8b6-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777207476318,\u0022msgID\u0022:\u0022mid-aeaf9cb8-416d-11f1-a640-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-ae66c4f2-416d-11f1-a8b6-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:false,\u0022rules\u0022:[\u0022clock/alarm_timer_query_menu\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022CLIENT_NLU\u0022,\u0022asr\u0022:{\u0022hints\u0022:[],\u0022earlyEOS\u0022:[],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:6000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:44:36.1595392+00:00","EventType":"turn_processed","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"f9f0d8d9da48473e844bd2a9809d23bc","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ae66c4f2-416d-11f1-a8b6-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CLIENT_NLU\u0022,\u0022ts\u0022:1777207476318,\u0022msgID\u0022:\u0022mid-aeafa4a6-416d-11f1-93b1-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-ae66c4f2-416d-11f1-a8b6-5cf821ea55ae\u0022,\u0022data\u0022:{ \u0022entities\u0022 : { }, \u0022intent\u0022 : \u0022cancel\u0022, \u0022rules\u0022 : [ \u0022clock/alarm_timer_query_menu\u0022 ] }}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"messageType":"CLIENT_NLU","replyCount":2,"transcript":"cancel","intent":"alarm_delete"}} +{"TimestampUtc":"2026-04-26T12:44:36.15975+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"f9f0d8d9da48473e844bd2a9809d23bc","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ae66c4f2-416d-11f1-a8b6-5cf821ea55ae","MessageType":"CLIENT_NLU","Direction":"in","Text":"{\u0022type\u0022:\u0022CLIENT_NLU\u0022,\u0022ts\u0022:1777207476318,\u0022msgID\u0022:\u0022mid-aeafa4a6-416d-11f1-93b1-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-ae66c4f2-416d-11f1-a8b6-5cf821ea55ae\u0022,\u0022data\u0022:{ \u0022entities\u0022 : { }, \u0022intent\u0022 : \u0022cancel\u0022, \u0022rules\u0022 : [ \u0022clock/alarm_timer_query_menu\u0022 ] }}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:44:36.1600408+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"f9f0d8d9da48473e844bd2a9809d23bc","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ae66c4f2-416d-11f1-a8b6-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CLIENT_NLU\u0022,\u0022ts\u0022:1777207476318,\u0022msgID\u0022:\u0022mid-aeafa4a6-416d-11f1-93b1-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-ae66c4f2-416d-11f1-a8b6-5cf821ea55ae\u0022,\u0022data\u0022:{ \u0022entities\u0022 : { }, \u0022intent\u0022 : \u0022cancel\u0022, \u0022rules\u0022 : [ \u0022clock/alarm_timer_query_menu\u0022 ] }}","BinaryLength":null,"ReplyTypes":["LISTEN","EOS"],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:44:36.2804162+00:00","EventType":"context_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"214629c602a04506b2fbd9483db9f076","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ae66c4f2-416d-11f1-a8b6-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777207476438,\u0022msgID\u0022:\u0022mid-aec1f50c-416d-11f1-a47a-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-ae66c4f2-416d-11f1-a8b6-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.45,\u0022confidence\u0022:0.2},\u0022motivation\u0022:{\u0022social\u0022:0.44209722222221806,\u0022playful\u0022:0.1473657870370396}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:11831,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:0.25}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T07:44:36.324-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:null},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"transID":"tid-ae66c4f2-416d-11f1-a8b6-5cf821ea55ae"}} +{"TimestampUtc":"2026-04-26T12:44:36.280732+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"214629c602a04506b2fbd9483db9f076","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ae66c4f2-416d-11f1-a8b6-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777207476438,\u0022msgID\u0022:\u0022mid-aec1f50c-416d-11f1-a47a-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-ae66c4f2-416d-11f1-a8b6-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.45,\u0022confidence\u0022:0.2},\u0022motivation\u0022:{\u0022social\u0022:0.44209722222221806,\u0022playful\u0022:0.1473657870370396}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:11831,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:0.25}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T07:44:36.324-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:null},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:44:36.2809804+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"214629c602a04506b2fbd9483db9f076","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ae66c4f2-416d-11f1-a8b6-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777207476438,\u0022msgID\u0022:\u0022mid-aec1f50c-416d-11f1-a47a-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-ae66c4f2-416d-11f1-a8b6-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.45,\u0022confidence\u0022:0.2},\u0022motivation\u0022:{\u0022social\u0022:0.44209722222221806,\u0022playful\u0022:0.1473657870370396}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:11831,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:0.25}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T07:44:36.324-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:null},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:44:43.2065094+00:00","EventType":"connection_opened","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"c8787cee06854817ade5dcde6287dfbe","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ae66c4f2-416d-11f1-a8b6-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:44:43.211004+00:00","EventType":"turn_processed","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"6cfdf02de42349a98a45e1fb65b8ce06","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b2d0c52e-416d-11f1-8d27-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777207483354,\u0022msgID\u0022:\u0022mid-b2e158bc-416d-11f1-b1ea-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-b2d0c52e-416d-11f1-8d27-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:true,\u0022rules\u0022:[\u0022launch\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[],\u0022earlyEOS\u0022:[],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:7000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"messageType":"LISTEN","replyCount":0,"transcript":"cancel","intent":"alarm_delete"}} +{"TimestampUtc":"2026-04-26T12:44:43.2112309+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"6cfdf02de42349a98a45e1fb65b8ce06","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b2d0c52e-416d-11f1-8d27-5cf821ea55ae","MessageType":"LISTEN","Direction":"in","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777207483354,\u0022msgID\u0022:\u0022mid-b2e158bc-416d-11f1-b1ea-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-b2d0c52e-416d-11f1-8d27-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:true,\u0022rules\u0022:[\u0022launch\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[],\u0022earlyEOS\u0022:[],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:7000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:44:43.2114107+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"6cfdf02de42349a98a45e1fb65b8ce06","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b2d0c52e-416d-11f1-8d27-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777207483354,\u0022msgID\u0022:\u0022mid-b2e158bc-416d-11f1-b1ea-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-b2d0c52e-416d-11f1-8d27-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:true,\u0022rules\u0022:[\u0022launch\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[],\u0022earlyEOS\u0022:[],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:7000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:44:43.2201486+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"794a71eabf4f4f098473bb550cfd0a01","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b2d0c52e-416d-11f1-8d27-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":47}} +{"TimestampUtc":"2026-04-26T12:44:43.2204025+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"794a71eabf4f4f098473bb550cfd0a01","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b2d0c52e-416d-11f1-8d27-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:44:43.220653+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"794a71eabf4f4f098473bb550cfd0a01","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b2d0c52e-416d-11f1-8d27-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:44:43.3103964+00:00","EventType":"context_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"7a36ef909f1246809c68bc9c73454445","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b2d0c52e-416d-11f1-8d27-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777207483452,\u0022msgID\u0022:\u0022mid-b2f0345e-416d-11f1-be2d-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-b2d0c52e-416d-11f1-8d27-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.47000000000000005,\u0022confidence\u0022:0.22000000000000004},\u0022motivation\u0022:{\u0022social\u0022:0.44308499999999575,\u0022playful\u0022:0.14769500000000258}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:11831,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:0.25}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T07:44:43.400-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:null},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"transID":"tid-b2d0c52e-416d-11f1-8d27-5cf821ea55ae"}} +{"TimestampUtc":"2026-04-26T12:44:43.3107022+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"7a36ef909f1246809c68bc9c73454445","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b2d0c52e-416d-11f1-8d27-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777207483452,\u0022msgID\u0022:\u0022mid-b2f0345e-416d-11f1-be2d-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-b2d0c52e-416d-11f1-8d27-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.47000000000000005,\u0022confidence\u0022:0.22000000000000004},\u0022motivation\u0022:{\u0022social\u0022:0.44308499999999575,\u0022playful\u0022:0.14769500000000258}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:11831,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:0.25}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T07:44:43.400-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:null},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:44:43.3109438+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"7a36ef909f1246809c68bc9c73454445","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b2d0c52e-416d-11f1-8d27-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777207483452,\u0022msgID\u0022:\u0022mid-b2f0345e-416d-11f1-be2d-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-b2d0c52e-416d-11f1-8d27-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.47000000000000005,\u0022confidence\u0022:0.22000000000000004},\u0022motivation\u0022:{\u0022social\u0022:0.44308499999999575,\u0022playful\u0022:0.14769500000000258}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:11831,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:0.25}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T07:44:43.400-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:null},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:44:44.1078239+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"582c42e19f174f218d4646ddd4a17c69","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b2d0c52e-416d-11f1-8d27-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4286}} +{"TimestampUtc":"2026-04-26T12:44:44.1081014+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"582c42e19f174f218d4646ddd4a17c69","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b2d0c52e-416d-11f1-8d27-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:44:44.1082928+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"582c42e19f174f218d4646ddd4a17c69","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b2d0c52e-416d-11f1-8d27-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:44:44.163064+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"c2a3ab824ee5439aab2b58bcb3399630","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b2d0c52e-416d-11f1-8d27-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4238,"ReplyTypes":[],"BufferedAudioBytes":8571,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4238}} +{"TimestampUtc":"2026-04-26T12:44:44.1633196+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"c2a3ab824ee5439aab2b58bcb3399630","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b2d0c52e-416d-11f1-8d27-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4238,"ReplyTypes":[],"BufferedAudioBytes":8571,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:44:44.163527+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"c2a3ab824ee5439aab2b58bcb3399630","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b2d0c52e-416d-11f1-8d27-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4238,"ReplyTypes":[],"BufferedAudioBytes":8571,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:44:47.948324+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"d635b79998104ea7b46c75da7d9daaba","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b2d0c52e-416d-11f1-8d27-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}} +{"TimestampUtc":"2026-04-26T12:44:47.9485051+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"d635b79998104ea7b46c75da7d9daaba","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b2d0c52e-416d-11f1-8d27-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:44:48.0244272+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"d635b79998104ea7b46c75da7d9daaba","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b2d0c52e-416d-11f1-8d27-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":["LISTEN","EOS","SKILL_ACTION"],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:44:48.0248838+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"323c1006ec68473582f5f3b08ec751f1","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b2d0c52e-416d-11f1-8d27-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":4241,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4241}} +{"TimestampUtc":"2026-04-26T12:44:48.0250782+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"323c1006ec68473582f5f3b08ec751f1","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b2d0c52e-416d-11f1-8d27-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":4241,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:44:48.0252778+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"323c1006ec68473582f5f3b08ec751f1","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b2d0c52e-416d-11f1-8d27-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":4241,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:44:48.025589+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"e6fd1bf116c641af8a066ba8d7ed36bb","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b2d0c52e-416d-11f1-8d27-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":8480,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4239}} +{"TimestampUtc":"2026-04-26T12:44:48.0257446+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"e6fd1bf116c641af8a066ba8d7ed36bb","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b2d0c52e-416d-11f1-8d27-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":8480,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:44:48.0258939+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"e6fd1bf116c641af8a066ba8d7ed36bb","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b2d0c52e-416d-11f1-8d27-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":8480,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:44:48.0262126+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"e9d57e7892874db2a098a5594a4ca308","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b2d0c52e-416d-11f1-8d27-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":12719,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4239}} +{"TimestampUtc":"2026-04-26T12:44:48.0263391+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"e9d57e7892874db2a098a5594a4ca308","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b2d0c52e-416d-11f1-8d27-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":12719,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:44:48.0264877+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"e9d57e7892874db2a098a5594a4ca308","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b2d0c52e-416d-11f1-8d27-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":12719,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:44:48.0267904+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"db27f37496af44a8b4660209d8a383f1","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b2d0c52e-416d-11f1-8d27-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":16958,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4239}} +{"TimestampUtc":"2026-04-26T12:44:48.0269212+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"db27f37496af44a8b4660209d8a383f1","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b2d0c52e-416d-11f1-8d27-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":16958,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:44:48.0270686+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"db27f37496af44a8b4660209d8a383f1","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b2d0c52e-416d-11f1-8d27-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":16958,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:44:48.0273535+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"d8a6124f70a04a77942839d2d16aec18","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b2d0c52e-416d-11f1-8d27-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4277,"ReplyTypes":[],"BufferedAudioBytes":21235,"BufferedAudioChunks":5,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4277}} +{"TimestampUtc":"2026-04-26T12:44:48.0274799+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"d8a6124f70a04a77942839d2d16aec18","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b2d0c52e-416d-11f1-8d27-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4277,"ReplyTypes":[],"BufferedAudioBytes":21235,"BufferedAudioChunks":5,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:44:48.0276663+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"d8a6124f70a04a77942839d2d16aec18","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b2d0c52e-416d-11f1-8d27-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4277,"ReplyTypes":[],"BufferedAudioBytes":21235,"BufferedAudioChunks":5,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:44:48.0279315+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"3bc17167f6ae468cbd4045595eb2c05b","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b2d0c52e-416d-11f1-8d27-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4199,"ReplyTypes":[],"BufferedAudioBytes":25434,"BufferedAudioChunks":6,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4199}} +{"TimestampUtc":"2026-04-26T12:44:48.0280703+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"3bc17167f6ae468cbd4045595eb2c05b","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b2d0c52e-416d-11f1-8d27-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4199,"ReplyTypes":[],"BufferedAudioBytes":25434,"BufferedAudioChunks":6,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:44:48.0282174+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"3bc17167f6ae468cbd4045595eb2c05b","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b2d0c52e-416d-11f1-8d27-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4199,"ReplyTypes":[],"BufferedAudioBytes":25434,"BufferedAudioChunks":6,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:44:53.1525349+00:00","EventType":"connection_opened","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"950e8221185340c9ab768519a776c03c","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b2d0c52e-416d-11f1-8d27-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":25434,"BufferedAudioChunks":6,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:44:53.1809877+00:00","EventType":"turn_processed","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"7efff1993c8f4ef99b91a8f5000fe374","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b84539ea-416d-11f1-a709-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777207493288,\u0022msgID\u0022:\u0022mid-b8cd0eb0-416d-11f1-b9aa-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-b84539ea-416d-11f1-a709-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:true,\u0022rules\u0022:[\u0022launch\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[],\u0022earlyEOS\u0022:[],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:7000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"messageType":"LISTEN","replyCount":0,"transcript":"Open photo gas.","intent":"chat"}} +{"TimestampUtc":"2026-04-26T12:44:53.1813038+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"7efff1993c8f4ef99b91a8f5000fe374","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b84539ea-416d-11f1-a709-5cf821ea55ae","MessageType":"LISTEN","Direction":"in","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777207493288,\u0022msgID\u0022:\u0022mid-b8cd0eb0-416d-11f1-b9aa-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-b84539ea-416d-11f1-a709-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:true,\u0022rules\u0022:[\u0022launch\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[],\u0022earlyEOS\u0022:[],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:7000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:44:53.1815036+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"7efff1993c8f4ef99b91a8f5000fe374","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b84539ea-416d-11f1-a709-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777207493288,\u0022msgID\u0022:\u0022mid-b8cd0eb0-416d-11f1-b9aa-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-b84539ea-416d-11f1-a709-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:true,\u0022rules\u0022:[\u0022launch\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[],\u0022earlyEOS\u0022:[],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:7000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:44:53.1817664+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"ee76ef6794254549be03d8d9e08a3039","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b84539ea-416d-11f1-a709-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":47}} +{"TimestampUtc":"2026-04-26T12:44:53.1819143+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"ee76ef6794254549be03d8d9e08a3039","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b84539ea-416d-11f1-a709-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:44:53.1820447+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"ee76ef6794254549be03d8d9e08a3039","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b84539ea-416d-11f1-a709-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:44:54.1230197+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"4e4db8a7df6e4a17816eec51f17f2ea6","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b84539ea-416d-11f1-a709-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4271,"ReplyTypes":[],"BufferedAudioBytes":4318,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4271}} +{"TimestampUtc":"2026-04-26T12:44:54.1232223+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"4e4db8a7df6e4a17816eec51f17f2ea6","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b84539ea-416d-11f1-a709-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4271,"ReplyTypes":[],"BufferedAudioBytes":4318,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:44:54.123373+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"4e4db8a7df6e4a17816eec51f17f2ea6","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b84539ea-416d-11f1-a709-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4271,"ReplyTypes":[],"BufferedAudioBytes":4318,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:44:54.1238169+00:00","EventType":"context_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"1b3af736eb234a588ee998cb3d956723","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b84539ea-416d-11f1-a709-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777207493795,\u0022msgID\u0022:\u0022mid-b91a7be6-416d-11f1-8988-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-b84539ea-416d-11f1-a709-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.45,\u0022confidence\u0022:0.2},\u0022motivation\u0022:{\u0022social\u0022:0.44448347222221798,\u0022playful\u0022:0.14816120370370629}},\u0022perception\u0022:{\u0022speaker\u0022:null,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:11831,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:0}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T07:44:53.727-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:null},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":4318,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"transID":"tid-b84539ea-416d-11f1-a709-5cf821ea55ae"}} +{"TimestampUtc":"2026-04-26T12:44:54.1240321+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"1b3af736eb234a588ee998cb3d956723","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b84539ea-416d-11f1-a709-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777207493795,\u0022msgID\u0022:\u0022mid-b91a7be6-416d-11f1-8988-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-b84539ea-416d-11f1-a709-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.45,\u0022confidence\u0022:0.2},\u0022motivation\u0022:{\u0022social\u0022:0.44448347222221798,\u0022playful\u0022:0.14816120370370629}},\u0022perception\u0022:{\u0022speaker\u0022:null,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:11831,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:0}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T07:44:53.727-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:null},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":4318,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:44:54.1241604+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"1b3af736eb234a588ee998cb3d956723","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b84539ea-416d-11f1-a709-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777207493795,\u0022msgID\u0022:\u0022mid-b91a7be6-416d-11f1-8988-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-b84539ea-416d-11f1-a709-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.45,\u0022confidence\u0022:0.2},\u0022motivation\u0022:{\u0022social\u0022:0.44448347222221798,\u0022playful\u0022:0.14816120370370629}},\u0022perception\u0022:{\u0022speaker\u0022:null,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:11831,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:0}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T07:44:53.727-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:null},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":4318,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:44:54.1244043+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"439367e4fb8f42b492e1bbb363bee8ba","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b84539ea-416d-11f1-a709-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4252,"ReplyTypes":[],"BufferedAudioBytes":8570,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4252}} +{"TimestampUtc":"2026-04-26T12:44:54.1245466+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"439367e4fb8f42b492e1bbb363bee8ba","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b84539ea-416d-11f1-a709-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4252,"ReplyTypes":[],"BufferedAudioBytes":8570,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:44:54.1246658+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"439367e4fb8f42b492e1bbb363bee8ba","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b84539ea-416d-11f1-a709-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4252,"ReplyTypes":[],"BufferedAudioBytes":8570,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:44:57.7978462+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"022d13f35f804bba9d3368a11657bc46","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b84539ea-416d-11f1-a709-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4151,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4151}} +{"TimestampUtc":"2026-04-26T12:44:57.7980448+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"022d13f35f804bba9d3368a11657bc46","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b84539ea-416d-11f1-a709-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4151,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:44:57.9993868+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"022d13f35f804bba9d3368a11657bc46","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b84539ea-416d-11f1-a709-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4151,"ReplyTypes":["LISTEN","EOS","SKILL_REDIRECT","SKILL_ACTION"],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:44:57.9997174+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"b2ec49bc237f42619c1ab53d1e823455","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b84539ea-416d-11f1-a709-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4167,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4167}} +{"TimestampUtc":"2026-04-26T12:44:57.999848+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"b2ec49bc237f42619c1ab53d1e823455","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b84539ea-416d-11f1-a709-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4167,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:44:57.9999749+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"b2ec49bc237f42619c1ab53d1e823455","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b84539ea-416d-11f1-a709-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4167,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:44:58.0002944+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"4391b3bc110c41e6a6ef75389f497a1b","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b84539ea-416d-11f1-a709-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}} +{"TimestampUtc":"2026-04-26T12:44:58.0004374+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"4391b3bc110c41e6a6ef75389f497a1b","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b84539ea-416d-11f1-a709-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:44:58.0005695+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"4391b3bc110c41e6a6ef75389f497a1b","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b84539ea-416d-11f1-a709-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:44:58.0008103+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"50092a5384ab4d25b38722014131a6d9","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b84539ea-416d-11f1-a709-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}} +{"TimestampUtc":"2026-04-26T12:44:58.0009295+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"50092a5384ab4d25b38722014131a6d9","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b84539ea-416d-11f1-a709-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:44:58.001057+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"50092a5384ab4d25b38722014131a6d9","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b84539ea-416d-11f1-a709-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:44:58.0013161+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"a37083fbbf2a4136a584a50660a506d1","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b84539ea-416d-11f1-a709-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}} +{"TimestampUtc":"2026-04-26T12:44:58.0014283+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"a37083fbbf2a4136a584a50660a506d1","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b84539ea-416d-11f1-a709-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:44:58.0015498+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"a37083fbbf2a4136a584a50660a506d1","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b84539ea-416d-11f1-a709-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:44:58.0017702+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"d4bb96b9446a425eb3e878d0ded835ea","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b84539ea-416d-11f1-a709-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4267,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4267}} +{"TimestampUtc":"2026-04-26T12:44:58.0018757+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"d4bb96b9446a425eb3e878d0ded835ea","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b84539ea-416d-11f1-a709-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4267,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:44:58.0019947+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"d4bb96b9446a425eb3e878d0ded835ea","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b84539ea-416d-11f1-a709-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4267,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:44:58.0022077+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"296884381eb24e3ca46b7391d27f4cc3","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b84539ea-416d-11f1-a709-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4236,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4236}} +{"TimestampUtc":"2026-04-26T12:44:58.0023108+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"296884381eb24e3ca46b7391d27f4cc3","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b84539ea-416d-11f1-a709-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4236,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:44:58.0024283+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"296884381eb24e3ca46b7391d27f4cc3","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b84539ea-416d-11f1-a709-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4236,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:44:58.0026094+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"56c91c3e63a4479ab8983aa074cdebb1","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b84539ea-416d-11f1-a709-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4229,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4229}} +{"TimestampUtc":"2026-04-26T12:44:58.0027263+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"56c91c3e63a4479ab8983aa074cdebb1","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b84539ea-416d-11f1-a709-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4229,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:44:58.0028397+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"56c91c3e63a4479ab8983aa074cdebb1","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b84539ea-416d-11f1-a709-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4229,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:02.1955322+00:00","EventType":"connection_opened","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"8c6f75ed987749b091f9453e009c582e","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b84539ea-416d-11f1-a709-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:02.2058482+00:00","EventType":"turn_processed","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"bf0b097490c443f2a9c5b6e7b3cd40be","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bde24eb0-416d-11f1-9c00-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777207502309,\u0022msgID\u0022:\u0022mid-be2d80d8-416d-11f1-9b63-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-bde24eb0-416d-11f1-9c00-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:false,\u0022rules\u0022:[\u0022shared/yes_no\u0022,\u0022globals/gui_nav\u0022,\u0022globals/mim_repeat\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[\u0022$YESNO\u0022],\u0022earlyEOS\u0022:[\u0022$YESNO\u0022],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:6000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"messageType":"LISTEN","replyCount":0,"transcript":"A open photo gallery.","intent":"photo_gallery"}} +{"TimestampUtc":"2026-04-26T12:45:02.2060568+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"bf0b097490c443f2a9c5b6e7b3cd40be","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bde24eb0-416d-11f1-9c00-5cf821ea55ae","MessageType":"LISTEN","Direction":"in","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777207502309,\u0022msgID\u0022:\u0022mid-be2d80d8-416d-11f1-9b63-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-bde24eb0-416d-11f1-9c00-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:false,\u0022rules\u0022:[\u0022shared/yes_no\u0022,\u0022globals/gui_nav\u0022,\u0022globals/mim_repeat\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[\u0022$YESNO\u0022],\u0022earlyEOS\u0022:[\u0022$YESNO\u0022],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:6000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:02.2062098+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"bf0b097490c443f2a9c5b6e7b3cd40be","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bde24eb0-416d-11f1-9c00-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777207502309,\u0022msgID\u0022:\u0022mid-be2d80d8-416d-11f1-9b63-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-bde24eb0-416d-11f1-9c00-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:false,\u0022rules\u0022:[\u0022shared/yes_no\u0022,\u0022globals/gui_nav\u0022,\u0022globals/mim_repeat\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[\u0022$YESNO\u0022],\u0022earlyEOS\u0022:[\u0022$YESNO\u0022],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:6000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:02.215172+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"d2b2e6f544cc432ab6c0c275ce79f5d1","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bde24eb0-416d-11f1-9c00-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":47}} +{"TimestampUtc":"2026-04-26T12:45:02.2153961+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"d2b2e6f544cc432ab6c0c275ce79f5d1","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bde24eb0-416d-11f1-9c00-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:02.2155859+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"d2b2e6f544cc432ab6c0c275ce79f5d1","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bde24eb0-416d-11f1-9c00-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:02.3065405+00:00","EventType":"context_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"5d9a0d9244a44dd2aa12aa273fb11e62","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bde24eb0-416d-11f1-9c00-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777207502408,\u0022msgID\u0022:\u0022mid-be3ca1e4-416d-11f1-81ab-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-bde24eb0-416d-11f1-9c00-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.46,\u0022confidence\u0022:0.21000000000000003},\u0022motivation\u0022:{\u0022social\u0022:0.4457452777777735,\u0022playful\u0022:0.14858175925926185}},\u0022perception\u0022:{\u0022speaker\u0022:null,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:11831,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:1}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T07:45:02.335-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:\u0022@be/gallery\u0022},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"transID":"tid-bde24eb0-416d-11f1-9c00-5cf821ea55ae"}} +{"TimestampUtc":"2026-04-26T12:45:02.3068272+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"5d9a0d9244a44dd2aa12aa273fb11e62","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bde24eb0-416d-11f1-9c00-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777207502408,\u0022msgID\u0022:\u0022mid-be3ca1e4-416d-11f1-81ab-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-bde24eb0-416d-11f1-9c00-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.46,\u0022confidence\u0022:0.21000000000000003},\u0022motivation\u0022:{\u0022social\u0022:0.4457452777777735,\u0022playful\u0022:0.14858175925926185}},\u0022perception\u0022:{\u0022speaker\u0022:null,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:11831,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:1}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T07:45:02.335-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:\u0022@be/gallery\u0022},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:02.3070265+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"5d9a0d9244a44dd2aa12aa273fb11e62","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bde24eb0-416d-11f1-9c00-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777207502408,\u0022msgID\u0022:\u0022mid-be3ca1e4-416d-11f1-81ab-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-bde24eb0-416d-11f1-9c00-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.46,\u0022confidence\u0022:0.21000000000000003},\u0022motivation\u0022:{\u0022social\u0022:0.4457452777777735,\u0022playful\u0022:0.14858175925926185}},\u0022perception\u0022:{\u0022speaker\u0022:null,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:11831,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:1}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T07:45:02.335-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:\u0022@be/gallery\u0022},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:03.0890579+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"0d73521675ca4e1abf5a3cbfab65e1fc","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bde24eb0-416d-11f1-9c00-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4286}} +{"TimestampUtc":"2026-04-26T12:45:03.0892445+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"0d73521675ca4e1abf5a3cbfab65e1fc","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bde24eb0-416d-11f1-9c00-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:03.0893789+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"0d73521675ca4e1abf5a3cbfab65e1fc","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bde24eb0-416d-11f1-9c00-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:03.0896949+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"582e9221c6cb428594ebd4f0b3535969","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bde24eb0-416d-11f1-9c00-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4237}} +{"TimestampUtc":"2026-04-26T12:45:03.0898438+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"582e9221c6cb428594ebd4f0b3535969","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bde24eb0-416d-11f1-9c00-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:03.0899838+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"582e9221c6cb428594ebd4f0b3535969","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bde24eb0-416d-11f1-9c00-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:04.1419315+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"71506e204fd745d1844804545992dcb5","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bde24eb0-416d-11f1-9c00-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4241}} +{"TimestampUtc":"2026-04-26T12:45:04.1421586+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"71506e204fd745d1844804545992dcb5","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bde24eb0-416d-11f1-9c00-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:04.1423333+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"71506e204fd745d1844804545992dcb5","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bde24eb0-416d-11f1-9c00-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:04.1426805+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"97346bbb2cbb4b3988ca8f89eb50e8c3","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bde24eb0-416d-11f1-9c00-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}} +{"TimestampUtc":"2026-04-26T12:45:04.1428312+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"97346bbb2cbb4b3988ca8f89eb50e8c3","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bde24eb0-416d-11f1-9c00-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:04.1429633+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"97346bbb2cbb4b3988ca8f89eb50e8c3","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bde24eb0-416d-11f1-9c00-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:05.142582+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"a60f0ed596ba4e0f9580bbe676c862b6","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bde24eb0-416d-11f1-9c00-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":4239,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4239}} +{"TimestampUtc":"2026-04-26T12:45:05.1428443+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"a60f0ed596ba4e0f9580bbe676c862b6","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bde24eb0-416d-11f1-9c00-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":4239,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:05.1430673+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"a60f0ed596ba4e0f9580bbe676c862b6","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bde24eb0-416d-11f1-9c00-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":4239,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:05.1433595+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"17847b6c5e064ab395baef0de490e79c","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bde24eb0-416d-11f1-9c00-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4276,"ReplyTypes":[],"BufferedAudioBytes":8515,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4276}} +{"TimestampUtc":"2026-04-26T12:45:05.1434976+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"17847b6c5e064ab395baef0de490e79c","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bde24eb0-416d-11f1-9c00-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4276,"ReplyTypes":[],"BufferedAudioBytes":8515,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:05.1436652+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"17847b6c5e064ab395baef0de490e79c","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bde24eb0-416d-11f1-9c00-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4276,"ReplyTypes":[],"BufferedAudioBytes":8515,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:06.1454903+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"23c85dfc94bf4fcb8f75cd81a38e61ec","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bde24eb0-416d-11f1-9c00-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4167,"ReplyTypes":[],"BufferedAudioBytes":12682,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4167}} +{"TimestampUtc":"2026-04-26T12:45:06.1458092+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"23c85dfc94bf4fcb8f75cd81a38e61ec","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bde24eb0-416d-11f1-9c00-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4167,"ReplyTypes":[],"BufferedAudioBytes":12682,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:06.1520493+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"23c85dfc94bf4fcb8f75cd81a38e61ec","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bde24eb0-416d-11f1-9c00-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4167,"ReplyTypes":[],"BufferedAudioBytes":12682,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:06.1523574+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"a5bd3e1c439948eab2e9b7d8273341f3","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bde24eb0-416d-11f1-9c00-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4272,"ReplyTypes":[],"BufferedAudioBytes":16954,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4272}} +{"TimestampUtc":"2026-04-26T12:45:06.1524948+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"a5bd3e1c439948eab2e9b7d8273341f3","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bde24eb0-416d-11f1-9c00-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4272,"ReplyTypes":[],"BufferedAudioBytes":16954,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:06.1526624+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"a5bd3e1c439948eab2e9b7d8273341f3","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bde24eb0-416d-11f1-9c00-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4272,"ReplyTypes":[],"BufferedAudioBytes":16954,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:07.1478416+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"e4ae65a2d1e74f4a9fed86def8bfc6c1","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bde24eb0-416d-11f1-9c00-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4225,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4225}} +{"TimestampUtc":"2026-04-26T12:45:07.148049+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"e4ae65a2d1e74f4a9fed86def8bfc6c1","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bde24eb0-416d-11f1-9c00-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4225,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:07.1483166+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"e4ae65a2d1e74f4a9fed86def8bfc6c1","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bde24eb0-416d-11f1-9c00-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4225,"ReplyTypes":["LISTEN","EOS"],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:07.148672+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"20ee48dfc8114578a1aa5183c3a0fb54","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bde24eb0-416d-11f1-9c00-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4253,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4253}} +{"TimestampUtc":"2026-04-26T12:45:07.1488058+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"20ee48dfc8114578a1aa5183c3a0fb54","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bde24eb0-416d-11f1-9c00-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4253,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:07.1489702+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"20ee48dfc8114578a1aa5183c3a0fb54","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bde24eb0-416d-11f1-9c00-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4253,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:07.3347588+00:00","EventType":"connection_opened","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"d275df3abe4d4289b64d86282223732a","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bde24eb0-416d-11f1-9c00-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:07.3396203+00:00","EventType":"turn_processed","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"3e73c2ed9f6147419e333eda7f479f4e","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c125078e-416d-11f1-8f3b-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777207507433,\u0022msgID\u0022:\u0022mid-c13b7f28-416d-11f1-914f-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-c125078e-416d-11f1-8f3b-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:false,\u0022rules\u0022:[\u0022shared/yes_no\u0022,\u0022globals/gui_nav\u0022,\u0022globals/mim_repeat\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[\u0022$YESNO\u0022],\u0022earlyEOS\u0022:[\u0022$YESNO\u0022],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:6000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"messageType":"LISTEN","replyCount":0,"transcript":"","intent":null}} +{"TimestampUtc":"2026-04-26T12:45:07.3398196+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"3e73c2ed9f6147419e333eda7f479f4e","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c125078e-416d-11f1-8f3b-5cf821ea55ae","MessageType":"LISTEN","Direction":"in","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777207507433,\u0022msgID\u0022:\u0022mid-c13b7f28-416d-11f1-914f-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-c125078e-416d-11f1-8f3b-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:false,\u0022rules\u0022:[\u0022shared/yes_no\u0022,\u0022globals/gui_nav\u0022,\u0022globals/mim_repeat\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[\u0022$YESNO\u0022],\u0022earlyEOS\u0022:[\u0022$YESNO\u0022],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:6000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:07.3399745+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"3e73c2ed9f6147419e333eda7f479f4e","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c125078e-416d-11f1-8f3b-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777207507433,\u0022msgID\u0022:\u0022mid-c13b7f28-416d-11f1-914f-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-c125078e-416d-11f1-8f3b-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:false,\u0022rules\u0022:[\u0022shared/yes_no\u0022,\u0022globals/gui_nav\u0022,\u0022globals/mim_repeat\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[\u0022$YESNO\u0022],\u0022earlyEOS\u0022:[\u0022$YESNO\u0022],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:6000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:07.3514912+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"b147574b3a3b482f98d2903e1f2b3c8c","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c125078e-416d-11f1-8f3b-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":47}} +{"TimestampUtc":"2026-04-26T12:45:07.3516984+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"b147574b3a3b482f98d2903e1f2b3c8c","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c125078e-416d-11f1-8f3b-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:07.3518362+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"b147574b3a3b482f98d2903e1f2b3c8c","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c125078e-416d-11f1-8f3b-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:07.4645899+00:00","EventType":"context_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"7be01e251a55423895c53480f0a229f2","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c125078e-416d-11f1-8f3b-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777207507557,\u0022msgID\u0022:\u0022mid-c14e58aa-416d-11f1-85fa-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-c125078e-416d-11f1-8f3b-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.45,\u0022confidence\u0022:0.2},\u0022motivation\u0022:{\u0022social\u0022:0.4464461111111068,\u0022playful\u0022:0.14881537037037297}},\u0022perception\u0022:{\u0022speaker\u0022:null,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:11831,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:0}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T07:45:07.466-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:\u0022@be/gallery\u0022},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"transID":"tid-c125078e-416d-11f1-8f3b-5cf821ea55ae"}} +{"TimestampUtc":"2026-04-26T12:45:07.4648909+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"7be01e251a55423895c53480f0a229f2","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c125078e-416d-11f1-8f3b-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777207507557,\u0022msgID\u0022:\u0022mid-c14e58aa-416d-11f1-85fa-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-c125078e-416d-11f1-8f3b-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.45,\u0022confidence\u0022:0.2},\u0022motivation\u0022:{\u0022social\u0022:0.4464461111111068,\u0022playful\u0022:0.14881537037037297}},\u0022perception\u0022:{\u0022speaker\u0022:null,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:11831,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:0}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T07:45:07.466-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:\u0022@be/gallery\u0022},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:07.4650715+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"7be01e251a55423895c53480f0a229f2","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c125078e-416d-11f1-8f3b-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777207507557,\u0022msgID\u0022:\u0022mid-c14e58aa-416d-11f1-85fa-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-c125078e-416d-11f1-8f3b-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.45,\u0022confidence\u0022:0.2},\u0022motivation\u0022:{\u0022social\u0022:0.4464461111111068,\u0022playful\u0022:0.14881537037037297}},\u0022perception\u0022:{\u0022speaker\u0022:null,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:11831,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:0}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T07:45:07.466-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:\u0022@be/gallery\u0022},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:08.1510637+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"7e1e9bc600554022ac6b635875a24ef5","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c125078e-416d-11f1-8f3b-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4286}} +{"TimestampUtc":"2026-04-26T12:45:08.1513282+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"7e1e9bc600554022ac6b635875a24ef5","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c125078e-416d-11f1-8f3b-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:08.1515552+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"7e1e9bc600554022ac6b635875a24ef5","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c125078e-416d-11f1-8f3b-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:08.2583616+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"364dbd92bf584c088d67d571d7c9e940","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c125078e-416d-11f1-8f3b-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4286}} +{"TimestampUtc":"2026-04-26T12:45:08.2585714+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"364dbd92bf584c088d67d571d7c9e940","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c125078e-416d-11f1-8f3b-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:08.258767+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"364dbd92bf584c088d67d571d7c9e940","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c125078e-416d-11f1-8f3b-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:09.1506168+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"cea0134748b8464fa1a1c307fae71b50","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c125078e-416d-11f1-8f3b-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4209,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4209}} +{"TimestampUtc":"2026-04-26T12:45:09.1508399+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"cea0134748b8464fa1a1c307fae71b50","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c125078e-416d-11f1-8f3b-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4209,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:09.1510053+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"cea0134748b8464fa1a1c307fae71b50","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c125078e-416d-11f1-8f3b-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4209,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:09.2582601+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"0a1292746be14bb2ab6de113f365d761","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c125078e-416d-11f1-8f3b-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4313,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4313}} +{"TimestampUtc":"2026-04-26T12:45:09.2584539+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"0a1292746be14bb2ab6de113f365d761","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c125078e-416d-11f1-8f3b-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4313,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:09.2586152+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"0a1292746be14bb2ab6de113f365d761","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c125078e-416d-11f1-8f3b-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4313,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:10.15268+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"91980dc1c08d4afd99c012e5e88b15dd","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c125078e-416d-11f1-8f3b-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4305,"ReplyTypes":[],"BufferedAudioBytes":4305,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4305}} +{"TimestampUtc":"2026-04-26T12:45:10.1529143+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"91980dc1c08d4afd99c012e5e88b15dd","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c125078e-416d-11f1-8f3b-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4305,"ReplyTypes":[],"BufferedAudioBytes":4305,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:10.1530867+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"91980dc1c08d4afd99c012e5e88b15dd","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c125078e-416d-11f1-8f3b-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4305,"ReplyTypes":[],"BufferedAudioBytes":4305,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:11.1551945+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"f48e96aef30846e2b7eb7f509473ade9","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c125078e-416d-11f1-8f3b-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4242,"ReplyTypes":[],"BufferedAudioBytes":8547,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4242}} +{"TimestampUtc":"2026-04-26T12:45:11.1554036+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"f48e96aef30846e2b7eb7f509473ade9","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c125078e-416d-11f1-8f3b-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4242,"ReplyTypes":[],"BufferedAudioBytes":8547,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:11.1615066+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"f48e96aef30846e2b7eb7f509473ade9","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c125078e-416d-11f1-8f3b-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4242,"ReplyTypes":[],"BufferedAudioBytes":8547,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:11.1618088+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"f85c6457f3384477b0422bbde9814144","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c125078e-416d-11f1-8f3b-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":12786,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4239}} +{"TimestampUtc":"2026-04-26T12:45:11.1619867+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"f85c6457f3384477b0422bbde9814144","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c125078e-416d-11f1-8f3b-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":12786,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:11.1621405+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"f85c6457f3384477b0422bbde9814144","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c125078e-416d-11f1-8f3b-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":12786,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:12.1578519+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"1bb32e9930cd4719bedc55ddbd0a58ca","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c125078e-416d-11f1-8f3b-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}} +{"TimestampUtc":"2026-04-26T12:45:12.1580389+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"1bb32e9930cd4719bedc55ddbd0a58ca","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c125078e-416d-11f1-8f3b-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:12.1583185+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"1bb32e9930cd4719bedc55ddbd0a58ca","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c125078e-416d-11f1-8f3b-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":["LISTEN","EOS"],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:12.1585883+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"d1c01d75e2d0411688cb6747f1b48569","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c125078e-416d-11f1-8f3b-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}} +{"TimestampUtc":"2026-04-26T12:45:12.1587318+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"d1c01d75e2d0411688cb6747f1b48569","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c125078e-416d-11f1-8f3b-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:12.1589409+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"d1c01d75e2d0411688cb6747f1b48569","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c125078e-416d-11f1-8f3b-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:17.2735964+00:00","EventType":"connection_opened","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"bbf21a9d726542cc9297b9e137425afc","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c125078e-416d-11f1-8f3b-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:17.2861608+00:00","EventType":"turn_processed","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"58b29ff6f313456c9dfe298c13add5dc","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c6b914ce-416d-11f1-bfa9-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777207517364,\u0022msgID\u0022:\u0022mid-c726cb68-416d-11f1-b8a8-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-c6b914ce-416d-11f1-bfa9-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:true,\u0022rules\u0022:[\u0022launch\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[],\u0022earlyEOS\u0022:[],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:7000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"messageType":"LISTEN","replyCount":0,"transcript":"","intent":null}} +{"TimestampUtc":"2026-04-26T12:45:17.2863606+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"58b29ff6f313456c9dfe298c13add5dc","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c6b914ce-416d-11f1-bfa9-5cf821ea55ae","MessageType":"LISTEN","Direction":"in","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777207517364,\u0022msgID\u0022:\u0022mid-c726cb68-416d-11f1-b8a8-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-c6b914ce-416d-11f1-bfa9-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:true,\u0022rules\u0022:[\u0022launch\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[],\u0022earlyEOS\u0022:[],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:7000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:17.2865059+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"58b29ff6f313456c9dfe298c13add5dc","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c6b914ce-416d-11f1-bfa9-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777207517364,\u0022msgID\u0022:\u0022mid-c726cb68-416d-11f1-b8a8-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-c6b914ce-416d-11f1-bfa9-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:true,\u0022rules\u0022:[\u0022launch\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[],\u0022earlyEOS\u0022:[],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:7000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:17.2912607+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"ae6de89d86124b00ac363d1fedff82bc","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c6b914ce-416d-11f1-bfa9-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":47}} +{"TimestampUtc":"2026-04-26T12:45:17.2914396+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"ae6de89d86124b00ac363d1fedff82bc","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c6b914ce-416d-11f1-bfa9-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:17.2915985+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"ae6de89d86124b00ac363d1fedff82bc","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c6b914ce-416d-11f1-bfa9-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:17.4014096+00:00","EventType":"context_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"22dcae20b8f84b9598278405403f5fc1","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c6b914ce-416d-11f1-bfa9-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777207517442,\u0022msgID\u0022:\u0022mid-c732aa28-416d-11f1-8e5a-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-c6b914ce-416d-11f1-bfa9-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.45,\u0022confidence\u0022:0.2},\u0022motivation\u0022:{\u0022social\u0022:0.4478488888888846,\u0022playful\u0022:0.14928296296296557}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:11831,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:1}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T07:45:17.379-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:\u0022@be/gallery\u0022},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"transID":"tid-c6b914ce-416d-11f1-bfa9-5cf821ea55ae"}} +{"TimestampUtc":"2026-04-26T12:45:17.4016925+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"22dcae20b8f84b9598278405403f5fc1","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c6b914ce-416d-11f1-bfa9-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777207517442,\u0022msgID\u0022:\u0022mid-c732aa28-416d-11f1-8e5a-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-c6b914ce-416d-11f1-bfa9-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.45,\u0022confidence\u0022:0.2},\u0022motivation\u0022:{\u0022social\u0022:0.4478488888888846,\u0022playful\u0022:0.14928296296296557}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:11831,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:1}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T07:45:17.379-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:\u0022@be/gallery\u0022},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:17.4018466+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"22dcae20b8f84b9598278405403f5fc1","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c6b914ce-416d-11f1-bfa9-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777207517442,\u0022msgID\u0022:\u0022mid-c732aa28-416d-11f1-8e5a-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-c6b914ce-416d-11f1-bfa9-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.45,\u0022confidence\u0022:0.2},\u0022motivation\u0022:{\u0022social\u0022:0.4478488888888846,\u0022playful\u0022:0.14928296296296557}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:11831,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:1}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T07:45:17.379-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:\u0022@be/gallery\u0022},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:18.1727086+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"de17436d623044ac8c16b79e134feff5","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c6b914ce-416d-11f1-bfa9-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4267,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4267}} +{"TimestampUtc":"2026-04-26T12:45:18.1729065+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"de17436d623044ac8c16b79e134feff5","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c6b914ce-416d-11f1-bfa9-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4267,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:18.1730726+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"de17436d623044ac8c16b79e134feff5","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c6b914ce-416d-11f1-bfa9-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4267,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:18.1733389+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"2cdc9f5f9a6940f8b3c8a7dbdc1ed56f","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c6b914ce-416d-11f1-bfa9-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4257,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4257}} +{"TimestampUtc":"2026-04-26T12:45:18.1734523+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"2cdc9f5f9a6940f8b3c8a7dbdc1ed56f","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c6b914ce-416d-11f1-bfa9-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4257,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:18.1736109+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"2cdc9f5f9a6940f8b3c8a7dbdc1ed56f","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c6b914ce-416d-11f1-bfa9-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4257,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:19.1768001+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"a236022a255640389cb73409a398c09e","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c6b914ce-416d-11f1-bfa9-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4235,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4235}} +{"TimestampUtc":"2026-04-26T12:45:19.1769983+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"a236022a255640389cb73409a398c09e","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c6b914ce-416d-11f1-bfa9-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4235,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:19.1771543+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"a236022a255640389cb73409a398c09e","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c6b914ce-416d-11f1-bfa9-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4235,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:19.1773493+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"c8ccfe6d3c7746b087c17c9db0485061","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c6b914ce-416d-11f1-bfa9-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4265,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4265}} +{"TimestampUtc":"2026-04-26T12:45:19.1774988+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"c8ccfe6d3c7746b087c17c9db0485061","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c6b914ce-416d-11f1-bfa9-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4265,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:19.1776196+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"c8ccfe6d3c7746b087c17c9db0485061","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c6b914ce-416d-11f1-bfa9-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4265,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:20.1777738+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"a36461a3f92d4c3390147dfa49871107","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c6b914ce-416d-11f1-bfa9-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4219,"ReplyTypes":[],"BufferedAudioBytes":4219,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4219}} +{"TimestampUtc":"2026-04-26T12:45:20.1779923+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"a36461a3f92d4c3390147dfa49871107","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c6b914ce-416d-11f1-bfa9-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4219,"ReplyTypes":[],"BufferedAudioBytes":4219,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:20.1781449+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"a36461a3f92d4c3390147dfa49871107","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c6b914ce-416d-11f1-bfa9-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4219,"ReplyTypes":[],"BufferedAudioBytes":4219,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:20.1783915+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"e9fee1fb31d54892be1996b2ddcc5fc0","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c6b914ce-416d-11f1-bfa9-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4258,"ReplyTypes":[],"BufferedAudioBytes":8477,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4258}} +{"TimestampUtc":"2026-04-26T12:45:20.1785362+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"e9fee1fb31d54892be1996b2ddcc5fc0","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c6b914ce-416d-11f1-bfa9-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4258,"ReplyTypes":[],"BufferedAudioBytes":8477,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:20.1786849+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"e9fee1fb31d54892be1996b2ddcc5fc0","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c6b914ce-416d-11f1-bfa9-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4258,"ReplyTypes":[],"BufferedAudioBytes":8477,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:21.1793006+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"7ac1405da8db4782916555bcb8d0be9d","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c6b914ce-416d-11f1-bfa9-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4191,"ReplyTypes":[],"BufferedAudioBytes":12668,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4191}} +{"TimestampUtc":"2026-04-26T12:45:21.1795146+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"7ac1405da8db4782916555bcb8d0be9d","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c6b914ce-416d-11f1-bfa9-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4191,"ReplyTypes":[],"BufferedAudioBytes":12668,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:21.1797427+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"7ac1405da8db4782916555bcb8d0be9d","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c6b914ce-416d-11f1-bfa9-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4191,"ReplyTypes":[],"BufferedAudioBytes":12668,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:21.1800066+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"a33c9a53388949b98308dfdaa4df58f3","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c6b914ce-416d-11f1-bfa9-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":16907,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4239}} +{"TimestampUtc":"2026-04-26T12:45:21.1801397+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"a33c9a53388949b98308dfdaa4df58f3","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c6b914ce-416d-11f1-bfa9-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":16907,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:21.180269+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"a33c9a53388949b98308dfdaa4df58f3","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c6b914ce-416d-11f1-bfa9-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":16907,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:21.2819425+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"dfd31b27ac2a4fcdb73feaa14973228c","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c6b914ce-416d-11f1-bfa9-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4154,"ReplyTypes":[],"BufferedAudioBytes":21061,"BufferedAudioChunks":5,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4154}} +{"TimestampUtc":"2026-04-26T12:45:21.2821392+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"dfd31b27ac2a4fcdb73feaa14973228c","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c6b914ce-416d-11f1-bfa9-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4154,"ReplyTypes":[],"BufferedAudioBytes":21061,"BufferedAudioChunks":5,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:21.2822625+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"dfd31b27ac2a4fcdb73feaa14973228c","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c6b914ce-416d-11f1-bfa9-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4154,"ReplyTypes":[],"BufferedAudioBytes":21061,"BufferedAudioChunks":5,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:22.1819726+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"4cd51eadba7545c6bab81780f7a048b9","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c6b914ce-416d-11f1-bfa9-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4191,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4191}} +{"TimestampUtc":"2026-04-26T12:45:22.1821489+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"4cd51eadba7545c6bab81780f7a048b9","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c6b914ce-416d-11f1-bfa9-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4191,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:22.2581265+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"4cd51eadba7545c6bab81780f7a048b9","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c6b914ce-416d-11f1-bfa9-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4191,"ReplyTypes":["LISTEN","EOS","SKILL_ACTION"],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:27.2431106+00:00","EventType":"connection_opened","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"8dec4fc9157340f58115118e76678b23","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c6b914ce-416d-11f1-bfa9-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:27.2503187+00:00","EventType":"turn_processed","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"da64fc5c1b584d27bfd98e3d0fbbd400","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ccf47a5e-416d-11f1-bdaf-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777207527314,\u0022msgID\u0022:\u0022mid-cd14ff36-416d-11f1-8b60-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-ccf47a5e-416d-11f1-bdaf-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:true,\u0022rules\u0022:[\u0022launch\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[],\u0022earlyEOS\u0022:[],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:7000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"messageType":"LISTEN","replyCount":0,"transcript":"hello","intent":"hello"}} +{"TimestampUtc":"2026-04-26T12:45:27.2505619+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"da64fc5c1b584d27bfd98e3d0fbbd400","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ccf47a5e-416d-11f1-bdaf-5cf821ea55ae","MessageType":"LISTEN","Direction":"in","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777207527314,\u0022msgID\u0022:\u0022mid-cd14ff36-416d-11f1-8b60-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-ccf47a5e-416d-11f1-bdaf-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:true,\u0022rules\u0022:[\u0022launch\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[],\u0022earlyEOS\u0022:[],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:7000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:27.2507821+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"da64fc5c1b584d27bfd98e3d0fbbd400","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ccf47a5e-416d-11f1-bdaf-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777207527314,\u0022msgID\u0022:\u0022mid-cd14ff36-416d-11f1-8b60-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-ccf47a5e-416d-11f1-bdaf-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:true,\u0022rules\u0022:[\u0022launch\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[],\u0022earlyEOS\u0022:[],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:7000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:27.2598991+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"4d8d8300bee34a569ef0aa1eef99a6c9","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ccf47a5e-416d-11f1-bdaf-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":47}} +{"TimestampUtc":"2026-04-26T12:45:27.2601122+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"4d8d8300bee34a569ef0aa1eef99a6c9","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ccf47a5e-416d-11f1-bdaf-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:27.2602739+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"4d8d8300bee34a569ef0aa1eef99a6c9","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ccf47a5e-416d-11f1-bdaf-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:27.3200417+00:00","EventType":"context_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"006979877aaf4f77bed038b618671b95","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ccf47a5e-416d-11f1-bdaf-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777207527377,\u0022msgID\u0022:\u0022mid-cd1ea126-416d-11f1-baf6-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-ccf47a5e-416d-11f1-bdaf-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.45,\u0022confidence\u0022:0.2},\u0022motivation\u0022:{\u0022social\u0022:0.4492538888888845,\u0022playful\u0022:0.1497512962962989}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:11831,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:0.25}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T07:45:27.338-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:null},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"transID":"tid-ccf47a5e-416d-11f1-bdaf-5cf821ea55ae"}} +{"TimestampUtc":"2026-04-26T12:45:27.3203407+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"006979877aaf4f77bed038b618671b95","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ccf47a5e-416d-11f1-bdaf-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777207527377,\u0022msgID\u0022:\u0022mid-cd1ea126-416d-11f1-baf6-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-ccf47a5e-416d-11f1-bdaf-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.45,\u0022confidence\u0022:0.2},\u0022motivation\u0022:{\u0022social\u0022:0.4492538888888845,\u0022playful\u0022:0.1497512962962989}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:11831,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:0.25}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T07:45:27.338-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:null},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:27.3205403+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"006979877aaf4f77bed038b618671b95","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ccf47a5e-416d-11f1-bdaf-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777207527377,\u0022msgID\u0022:\u0022mid-cd1ea126-416d-11f1-baf6-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-ccf47a5e-416d-11f1-bdaf-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.45,\u0022confidence\u0022:0.2},\u0022motivation\u0022:{\u0022social\u0022:0.4492538888888845,\u0022playful\u0022:0.1497512962962989}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:11831,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:0.25}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T07:45:27.338-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:null},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:28.1933459+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"19b25cc7187045358717ec1a6c08bfd6","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ccf47a5e-416d-11f1-bdaf-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4286}} +{"TimestampUtc":"2026-04-26T12:45:28.1935855+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"19b25cc7187045358717ec1a6c08bfd6","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ccf47a5e-416d-11f1-bdaf-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:28.1938127+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"19b25cc7187045358717ec1a6c08bfd6","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ccf47a5e-416d-11f1-bdaf-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:28.194158+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"f062e7750e47406eb14e256ea610b59b","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ccf47a5e-416d-11f1-bdaf-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4236,"ReplyTypes":[],"BufferedAudioBytes":8569,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4236}} +{"TimestampUtc":"2026-04-26T12:45:28.1942915+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"f062e7750e47406eb14e256ea610b59b","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ccf47a5e-416d-11f1-bdaf-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4236,"ReplyTypes":[],"BufferedAudioBytes":8569,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:28.1944444+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"f062e7750e47406eb14e256ea610b59b","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ccf47a5e-416d-11f1-bdaf-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4236,"ReplyTypes":[],"BufferedAudioBytes":8569,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:32.008071+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"4d671a37f5cf4df3b46485f025fb98b6","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ccf47a5e-416d-11f1-bdaf-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4241}} +{"TimestampUtc":"2026-04-26T12:45:32.0082958+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"4d671a37f5cf4df3b46485f025fb98b6","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ccf47a5e-416d-11f1-bdaf-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:32.2164775+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"4d671a37f5cf4df3b46485f025fb98b6","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ccf47a5e-416d-11f1-bdaf-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4241,"ReplyTypes":["LISTEN","EOS","SKILL_REDIRECT","SKILL_ACTION"],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:32.2168711+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"971558f80e4d4338bd9d1e7664828c71","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ccf47a5e-416d-11f1-bdaf-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4248,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4248}} +{"TimestampUtc":"2026-04-26T12:45:32.2170415+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"971558f80e4d4338bd9d1e7664828c71","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ccf47a5e-416d-11f1-bdaf-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4248,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:32.217224+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"971558f80e4d4338bd9d1e7664828c71","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ccf47a5e-416d-11f1-bdaf-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4248,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:32.2175381+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"5a1bacc0658c4e508b734b5468265ea9","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ccf47a5e-416d-11f1-bdaf-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4232,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4232}} +{"TimestampUtc":"2026-04-26T12:45:32.2176739+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"5a1bacc0658c4e508b734b5468265ea9","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ccf47a5e-416d-11f1-bdaf-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4232,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:32.2178183+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"5a1bacc0658c4e508b734b5468265ea9","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ccf47a5e-416d-11f1-bdaf-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4232,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:32.2180433+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"4bbadfa42bf24772a2880fdc011f1429","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ccf47a5e-416d-11f1-bdaf-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}} +{"TimestampUtc":"2026-04-26T12:45:32.2181516+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"4bbadfa42bf24772a2880fdc011f1429","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ccf47a5e-416d-11f1-bdaf-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:32.2182963+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"4bbadfa42bf24772a2880fdc011f1429","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ccf47a5e-416d-11f1-bdaf-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:32.2186002+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"84d20ad5540d4b3daa3670d43f44e15b","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ccf47a5e-416d-11f1-bdaf-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4258,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4258}} +{"TimestampUtc":"2026-04-26T12:45:32.2187313+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"84d20ad5540d4b3daa3670d43f44e15b","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ccf47a5e-416d-11f1-bdaf-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4258,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:32.2188654+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"84d20ad5540d4b3daa3670d43f44e15b","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ccf47a5e-416d-11f1-bdaf-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4258,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:32.2191721+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"dd17776990a5401a8c9f0c600cd33c5a","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ccf47a5e-416d-11f1-bdaf-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4182,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4182}} +{"TimestampUtc":"2026-04-26T12:45:32.2192825+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"dd17776990a5401a8c9f0c600cd33c5a","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ccf47a5e-416d-11f1-bdaf-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4182,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:32.2194181+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"dd17776990a5401a8c9f0c600cd33c5a","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ccf47a5e-416d-11f1-bdaf-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4182,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:32.2196844+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"0a63315afd8b4ce0be4fe5d83f2fa569","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ccf47a5e-416d-11f1-bdaf-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4256,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4256}} +{"TimestampUtc":"2026-04-26T12:45:32.2197979+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"0a63315afd8b4ce0be4fe5d83f2fa569","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ccf47a5e-416d-11f1-bdaf-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4256,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:32.219954+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"0a63315afd8b4ce0be4fe5d83f2fa569","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ccf47a5e-416d-11f1-bdaf-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4256,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:37.2985182+00:00","EventType":"connection_opened","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"1d1ba2d7414d4cb190047cbfe7cb5b96","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ccf47a5e-416d-11f1-bdaf-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:37.3026875+00:00","EventType":"turn_processed","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"430a94f7f6bf4aa6918f290319c10e9a","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-d2f342b4-416d-11f1-9da6-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777207537354,\u0022msgID\u0022:\u0022mid-d310fd90-416d-11f1-b992-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-d2f342b4-416d-11f1-9da6-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:false,\u0022rules\u0022:[\u0022shared/yes_no\u0022,\u0022globals/gui_nav\u0022,\u0022globals/mim_repeat\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[\u0022$YESNO\u0022],\u0022earlyEOS\u0022:[\u0022$YESNO\u0022],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:6000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"messageType":"LISTEN","replyCount":0,"transcript":"Open photo gallery.","intent":"photo_gallery"}} +{"TimestampUtc":"2026-04-26T12:45:37.3028865+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"430a94f7f6bf4aa6918f290319c10e9a","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-d2f342b4-416d-11f1-9da6-5cf821ea55ae","MessageType":"LISTEN","Direction":"in","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777207537354,\u0022msgID\u0022:\u0022mid-d310fd90-416d-11f1-b992-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-d2f342b4-416d-11f1-9da6-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:false,\u0022rules\u0022:[\u0022shared/yes_no\u0022,\u0022globals/gui_nav\u0022,\u0022globals/mim_repeat\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[\u0022$YESNO\u0022],\u0022earlyEOS\u0022:[\u0022$YESNO\u0022],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:6000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:37.3030744+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"430a94f7f6bf4aa6918f290319c10e9a","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-d2f342b4-416d-11f1-9da6-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777207537354,\u0022msgID\u0022:\u0022mid-d310fd90-416d-11f1-b992-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-d2f342b4-416d-11f1-9da6-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:false,\u0022rules\u0022:[\u0022shared/yes_no\u0022,\u0022globals/gui_nav\u0022,\u0022globals/mim_repeat\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[\u0022$YESNO\u0022],\u0022earlyEOS\u0022:[\u0022$YESNO\u0022],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:6000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:37.306597+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"ba8419ab11da4ccf9d9e20752a4f72c1","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-d2f342b4-416d-11f1-9da6-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":47}} +{"TimestampUtc":"2026-04-26T12:45:37.3067885+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"ba8419ab11da4ccf9d9e20752a4f72c1","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-d2f342b4-416d-11f1-9da6-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:37.3069149+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"ba8419ab11da4ccf9d9e20752a4f72c1","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-d2f342b4-416d-11f1-9da6-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:37.3556921+00:00","EventType":"context_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"4c874b3176194d69a97890949dd00f12","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-d2f342b4-416d-11f1-9da6-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777207537405,\u0022msgID\u0022:\u0022mid-d318d84e-416d-11f1-a121-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-d2f342b4-416d-11f1-9da6-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.45,\u0022confidence\u0022:0.2},\u0022motivation\u0022:{\u0022social\u0022:0.4506588888888844,\u0022playful\u0022:0.15021962962963227}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:11831,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:0}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T07:45:37.364-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:\u0022@be/gallery\u0022},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"transID":"tid-d2f342b4-416d-11f1-9da6-5cf821ea55ae"}} +{"TimestampUtc":"2026-04-26T12:45:37.3560081+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"4c874b3176194d69a97890949dd00f12","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-d2f342b4-416d-11f1-9da6-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777207537405,\u0022msgID\u0022:\u0022mid-d318d84e-416d-11f1-a121-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-d2f342b4-416d-11f1-9da6-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.45,\u0022confidence\u0022:0.2},\u0022motivation\u0022:{\u0022social\u0022:0.4506588888888844,\u0022playful\u0022:0.15021962962963227}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:11831,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:0}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T07:45:37.364-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:\u0022@be/gallery\u0022},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:37.3561903+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"4c874b3176194d69a97890949dd00f12","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-d2f342b4-416d-11f1-9da6-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777207537405,\u0022msgID\u0022:\u0022mid-d318d84e-416d-11f1-a121-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-d2f342b4-416d-11f1-9da6-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.45,\u0022confidence\u0022:0.2},\u0022motivation\u0022:{\u0022social\u0022:0.4506588888888844,\u0022playful\u0022:0.15021962962963227}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:11831,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:0}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T07:45:37.364-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:\u0022@be/gallery\u0022},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:38.2078449+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"ad63b93b8ab145899973066857386a70","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-d2f342b4-416d-11f1-9da6-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4286}} +{"TimestampUtc":"2026-04-26T12:45:38.2080457+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"ad63b93b8ab145899973066857386a70","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-d2f342b4-416d-11f1-9da6-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:38.2081866+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"ad63b93b8ab145899973066857386a70","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-d2f342b4-416d-11f1-9da6-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:38.2084281+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"60279a6f3a9a479fa0ff7db916daab9e","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-d2f342b4-416d-11f1-9da6-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4237}} +{"TimestampUtc":"2026-04-26T12:45:38.2085543+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"60279a6f3a9a479fa0ff7db916daab9e","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-d2f342b4-416d-11f1-9da6-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:38.2086594+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"60279a6f3a9a479fa0ff7db916daab9e","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-d2f342b4-416d-11f1-9da6-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:39.2182148+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"401a008fdbbf43639f8a59bffec1000f","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-d2f342b4-416d-11f1-9da6-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4167,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4167}} +{"TimestampUtc":"2026-04-26T12:45:39.2184119+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"401a008fdbbf43639f8a59bffec1000f","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-d2f342b4-416d-11f1-9da6-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4167,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:39.2185723+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"401a008fdbbf43639f8a59bffec1000f","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-d2f342b4-416d-11f1-9da6-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4167,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:39.2188485+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"0d2a0a3622a34170b20b74c37ea2e65f","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-d2f342b4-416d-11f1-9da6-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4151,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4151}} +{"TimestampUtc":"2026-04-26T12:45:39.2189932+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"0d2a0a3622a34170b20b74c37ea2e65f","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-d2f342b4-416d-11f1-9da6-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4151,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:39.2192057+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"0d2a0a3622a34170b20b74c37ea2e65f","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-d2f342b4-416d-11f1-9da6-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4151,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:40.2098878+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"a2029975e8df4cc4a27ca91e743f0eff","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-d2f342b4-416d-11f1-9da6-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":4239,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4239}} +{"TimestampUtc":"2026-04-26T12:45:40.2101177+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"a2029975e8df4cc4a27ca91e743f0eff","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-d2f342b4-416d-11f1-9da6-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":4239,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:40.2103196+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"a2029975e8df4cc4a27ca91e743f0eff","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-d2f342b4-416d-11f1-9da6-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":4239,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:40.2609586+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"3885fa9eb0c040bfbc31f1ad44c868ea","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-d2f342b4-416d-11f1-9da6-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4255,"ReplyTypes":[],"BufferedAudioBytes":8494,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4255}} +{"TimestampUtc":"2026-04-26T12:45:40.2611712+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"3885fa9eb0c040bfbc31f1ad44c868ea","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-d2f342b4-416d-11f1-9da6-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4255,"ReplyTypes":[],"BufferedAudioBytes":8494,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:40.2613092+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"3885fa9eb0c040bfbc31f1ad44c868ea","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-d2f342b4-416d-11f1-9da6-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4255,"ReplyTypes":[],"BufferedAudioBytes":8494,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:41.2100868+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"ee0c4a4a16d0456e9732fdc6021a57a6","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-d2f342b4-416d-11f1-9da6-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4294,"ReplyTypes":[],"BufferedAudioBytes":12788,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4294}} +{"TimestampUtc":"2026-04-26T12:45:41.2103018+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"ee0c4a4a16d0456e9732fdc6021a57a6","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-d2f342b4-416d-11f1-9da6-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4294,"ReplyTypes":[],"BufferedAudioBytes":12788,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:41.2104537+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"ee0c4a4a16d0456e9732fdc6021a57a6","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-d2f342b4-416d-11f1-9da6-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4294,"ReplyTypes":[],"BufferedAudioBytes":12788,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:41.2674963+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"49f5afc3822e4345b8af6eb1817b6b41","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-d2f342b4-416d-11f1-9da6-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4166,"ReplyTypes":[],"BufferedAudioBytes":16954,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4166}} +{"TimestampUtc":"2026-04-26T12:45:41.2677203+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"49f5afc3822e4345b8af6eb1817b6b41","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-d2f342b4-416d-11f1-9da6-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4166,"ReplyTypes":[],"BufferedAudioBytes":16954,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:41.2678628+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"49f5afc3822e4345b8af6eb1817b6b41","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-d2f342b4-416d-11f1-9da6-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4166,"ReplyTypes":[],"BufferedAudioBytes":16954,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:42.2129391+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"36d54a7d1144456cb5829d861143c425","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-d2f342b4-416d-11f1-9da6-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4237}} +{"TimestampUtc":"2026-04-26T12:45:42.2131173+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"36d54a7d1144456cb5829d861143c425","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-d2f342b4-416d-11f1-9da6-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:42.2133467+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"36d54a7d1144456cb5829d861143c425","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-d2f342b4-416d-11f1-9da6-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4237,"ReplyTypes":["LISTEN","EOS"],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:42.3613438+00:00","EventType":"connection_opened","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"9bb0a9dacf5b43da9b9de10d766033c2","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-d2f342b4-416d-11f1-9da6-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:42.3663839+00:00","EventType":"turn_processed","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"ccb17725513c45b79f48eb5b4f823060","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-d60264a8-416d-11f1-8b74-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777207542411,\u0022msgID\u0022:\u0022mid-d614a398-416d-11f1-ac23-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-d60264a8-416d-11f1-8b74-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:false,\u0022rules\u0022:[\u0022shared/yes_no\u0022,\u0022globals/gui_nav\u0022,\u0022globals/mim_repeat\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[\u0022$YESNO\u0022],\u0022earlyEOS\u0022:[\u0022$YESNO\u0022],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:6000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"messageType":"LISTEN","replyCount":0,"transcript":"","intent":null}} +{"TimestampUtc":"2026-04-26T12:45:42.3679051+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"ccb17725513c45b79f48eb5b4f823060","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-d60264a8-416d-11f1-8b74-5cf821ea55ae","MessageType":"LISTEN","Direction":"in","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777207542411,\u0022msgID\u0022:\u0022mid-d614a398-416d-11f1-ac23-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-d60264a8-416d-11f1-8b74-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:false,\u0022rules\u0022:[\u0022shared/yes_no\u0022,\u0022globals/gui_nav\u0022,\u0022globals/mim_repeat\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[\u0022$YESNO\u0022],\u0022earlyEOS\u0022:[\u0022$YESNO\u0022],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:6000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:42.3681141+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"ccb17725513c45b79f48eb5b4f823060","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-d60264a8-416d-11f1-8b74-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777207542411,\u0022msgID\u0022:\u0022mid-d614a398-416d-11f1-ac23-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-d60264a8-416d-11f1-8b74-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:false,\u0022rules\u0022:[\u0022shared/yes_no\u0022,\u0022globals/gui_nav\u0022,\u0022globals/mim_repeat\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[\u0022$YESNO\u0022],\u0022earlyEOS\u0022:[\u0022$YESNO\u0022],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:6000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:42.3800362+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"b629b3c226514930b3f0a6c8bf5bc42a","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-d60264a8-416d-11f1-8b74-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":47}} +{"TimestampUtc":"2026-04-26T12:45:42.3802397+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"b629b3c226514930b3f0a6c8bf5bc42a","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-d60264a8-416d-11f1-8b74-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:42.3803932+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"b629b3c226514930b3f0a6c8bf5bc42a","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-d60264a8-416d-11f1-8b74-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:42.4259929+00:00","EventType":"context_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"22b48b2cced840079dccd52141eb2d46","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-d60264a8-416d-11f1-8b74-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777207542470,\u0022msgID\u0022:\u0022mid-d61da47a-416d-11f1-a704-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-d60264a8-416d-11f1-8b74-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.46,\u0022confidence\u0022:0.21000000000000003},\u0022motivation\u0022:{\u0022social\u0022:0.4512240277777732,\u0022playful\u0022:0.1504080092592619}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:11831,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:0.25}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T07:45:42.421-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:\u0022@be/gallery\u0022},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"transID":"tid-d60264a8-416d-11f1-8b74-5cf821ea55ae"}} +{"TimestampUtc":"2026-04-26T12:45:42.4262502+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"22b48b2cced840079dccd52141eb2d46","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-d60264a8-416d-11f1-8b74-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777207542470,\u0022msgID\u0022:\u0022mid-d61da47a-416d-11f1-a704-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-d60264a8-416d-11f1-8b74-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.46,\u0022confidence\u0022:0.21000000000000003},\u0022motivation\u0022:{\u0022social\u0022:0.4512240277777732,\u0022playful\u0022:0.1504080092592619}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:11831,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:0.25}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T07:45:42.421-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:\u0022@be/gallery\u0022},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:42.4264169+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"22b48b2cced840079dccd52141eb2d46","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-d60264a8-416d-11f1-8b74-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777207542470,\u0022msgID\u0022:\u0022mid-d61da47a-416d-11f1-a704-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-d60264a8-416d-11f1-8b74-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.46,\u0022confidence\u0022:0.21000000000000003},\u0022motivation\u0022:{\u0022social\u0022:0.4512240277777732,\u0022playful\u0022:0.1504080092592619}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:11831,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:0.25}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T07:45:42.421-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:\u0022@be/gallery\u0022},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:43.2264654+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"d75f86b3029b44d6ad73a244f430d05c","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-d60264a8-416d-11f1-8b74-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4286}} +{"TimestampUtc":"2026-04-26T12:45:43.2267755+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"d75f86b3029b44d6ad73a244f430d05c","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-d60264a8-416d-11f1-8b74-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:43.2269748+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"d75f86b3029b44d6ad73a244f430d05c","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-d60264a8-416d-11f1-8b74-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:43.3146727+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"226e559cb1ca435cbe647861ec5829b9","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-d60264a8-416d-11f1-8b74-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}} +{"TimestampUtc":"2026-04-26T12:45:43.3149294+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"226e559cb1ca435cbe647861ec5829b9","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-d60264a8-416d-11f1-8b74-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:43.3151148+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"226e559cb1ca435cbe647861ec5829b9","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-d60264a8-416d-11f1-8b74-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:44.215476+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"e13e54331dae4c949373576aa0dfb12d","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-d60264a8-416d-11f1-8b74-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4297,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4297}} +{"TimestampUtc":"2026-04-26T12:45:44.2157702+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"e13e54331dae4c949373576aa0dfb12d","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-d60264a8-416d-11f1-8b74-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4297,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:44.2159517+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"e13e54331dae4c949373576aa0dfb12d","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-d60264a8-416d-11f1-8b74-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4297,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:44.3074155+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"3932fb6d4b6643808b14120755d08782","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-d60264a8-416d-11f1-8b74-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4157,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4157}} +{"TimestampUtc":"2026-04-26T12:45:44.3076963+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"3932fb6d4b6643808b14120755d08782","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-d60264a8-416d-11f1-8b74-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4157,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:44.3079096+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"3932fb6d4b6643808b14120755d08782","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-d60264a8-416d-11f1-8b74-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4157,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:45.2190436+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"7658efaafa454075a14727cea9db452a","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-d60264a8-416d-11f1-8b74-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4261,"ReplyTypes":[],"BufferedAudioBytes":4261,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4261}} +{"TimestampUtc":"2026-04-26T12:45:45.2192873+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"7658efaafa454075a14727cea9db452a","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-d60264a8-416d-11f1-8b74-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4261,"ReplyTypes":[],"BufferedAudioBytes":4261,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:45.2194771+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"7658efaafa454075a14727cea9db452a","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-d60264a8-416d-11f1-8b74-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4261,"ReplyTypes":[],"BufferedAudioBytes":4261,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:46.2211171+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"9937450d5af343e89374980219b71e36","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-d60264a8-416d-11f1-8b74-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":8500,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4239}} +{"TimestampUtc":"2026-04-26T12:45:46.2214007+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"9937450d5af343e89374980219b71e36","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-d60264a8-416d-11f1-8b74-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":8500,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:46.2215731+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"9937450d5af343e89374980219b71e36","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-d60264a8-416d-11f1-8b74-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":8500,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:46.2219456+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"d84f2cf3693c49409556cf6d2aaed1e6","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-d60264a8-416d-11f1-8b74-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":12739,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4239}} +{"TimestampUtc":"2026-04-26T12:45:46.2220927+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"d84f2cf3693c49409556cf6d2aaed1e6","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-d60264a8-416d-11f1-8b74-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":12739,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:46.2222406+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"d84f2cf3693c49409556cf6d2aaed1e6","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-d60264a8-416d-11f1-8b74-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":12739,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:47.2313036+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"4b3012f098d746d1a056b7335b4f2bc9","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-d60264a8-416d-11f1-8b74-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4241}} +{"TimestampUtc":"2026-04-26T12:45:47.2315396+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"4b3012f098d746d1a056b7335b4f2bc9","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-d60264a8-416d-11f1-8b74-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:47.2318883+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"4b3012f098d746d1a056b7335b4f2bc9","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-d60264a8-416d-11f1-8b74-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4241,"ReplyTypes":["LISTEN","EOS"],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:47.2327781+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"090b9118430a4430bcf6f3cf17465802","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-d60264a8-416d-11f1-8b74-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4245,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4245}} +{"TimestampUtc":"2026-04-26T12:45:47.2329591+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"090b9118430a4430bcf6f3cf17465802","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-d60264a8-416d-11f1-8b74-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4245,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:47.2331452+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"090b9118430a4430bcf6f3cf17465802","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-d60264a8-416d-11f1-8b74-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4245,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:57.5137567+00:00","EventType":"connection_opened","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"adbea4af513b4aedbc363d07bfa816a1","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-d60264a8-416d-11f1-8b74-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:57.5212142+00:00","EventType":"turn_processed","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"fd5aeb53532e4eb5a71fdfc3ab32cb6c","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-df0ae16a-416d-11f1-b8eb-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777207557549,\u0022msgID\u0022:\u0022mid-df1a9bb4-416d-11f1-9dae-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-df0ae16a-416d-11f1-b8eb-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:true,\u0022rules\u0022:[\u0022launch\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[],\u0022earlyEOS\u0022:[],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:7000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"messageType":"LISTEN","replyCount":0,"transcript":"","intent":null}} +{"TimestampUtc":"2026-04-26T12:45:57.5214347+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"fd5aeb53532e4eb5a71fdfc3ab32cb6c","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-df0ae16a-416d-11f1-b8eb-5cf821ea55ae","MessageType":"LISTEN","Direction":"in","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777207557549,\u0022msgID\u0022:\u0022mid-df1a9bb4-416d-11f1-9dae-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-df0ae16a-416d-11f1-b8eb-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:true,\u0022rules\u0022:[\u0022launch\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[],\u0022earlyEOS\u0022:[],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:7000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:57.5216121+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"fd5aeb53532e4eb5a71fdfc3ab32cb6c","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-df0ae16a-416d-11f1-b8eb-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777207557549,\u0022msgID\u0022:\u0022mid-df1a9bb4-416d-11f1-9dae-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-df0ae16a-416d-11f1-b8eb-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:true,\u0022rules\u0022:[\u0022launch\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[],\u0022earlyEOS\u0022:[],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:7000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:57.5304351+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"178d3c58522d41b9a53eba18803792ea","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-df0ae16a-416d-11f1-b8eb-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":47}} +{"TimestampUtc":"2026-04-26T12:45:57.5306624+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"178d3c58522d41b9a53eba18803792ea","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-df0ae16a-416d-11f1-b8eb-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:57.5307908+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"178d3c58522d41b9a53eba18803792ea","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-df0ae16a-416d-11f1-b8eb-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:58.2413522+00:00","EventType":"context_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"8783a65dd53246c99c76fafdf54f85a5","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-df0ae16a-416d-11f1-b8eb-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777207557804,\u0022msgID\u0022:\u0022mid-df4165e6-416d-11f1-b2bd-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-df0ae16a-416d-11f1-b8eb-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.46,\u0022confidence\u0022:0.21000000000000003},\u0022motivation\u0022:{\u0022social\u0022:0.45347416666666198,\u0022playful\u0022:0.15115805555555823}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:11831,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:1}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T07:45:57.692-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:\u0022@be/gallery\u0022},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"transID":"tid-df0ae16a-416d-11f1-b8eb-5cf821ea55ae"}} +{"TimestampUtc":"2026-04-26T12:45:58.2417062+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"8783a65dd53246c99c76fafdf54f85a5","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-df0ae16a-416d-11f1-b8eb-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777207557804,\u0022msgID\u0022:\u0022mid-df4165e6-416d-11f1-b2bd-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-df0ae16a-416d-11f1-b8eb-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.46,\u0022confidence\u0022:0.21000000000000003},\u0022motivation\u0022:{\u0022social\u0022:0.45347416666666198,\u0022playful\u0022:0.15115805555555823}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:11831,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:1}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T07:45:57.692-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:\u0022@be/gallery\u0022},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:58.247653+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"8783a65dd53246c99c76fafdf54f85a5","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-df0ae16a-416d-11f1-b8eb-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777207557804,\u0022msgID\u0022:\u0022mid-df4165e6-416d-11f1-b2bd-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-df0ae16a-416d-11f1-b8eb-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.46,\u0022confidence\u0022:0.21000000000000003},\u0022motivation\u0022:{\u0022social\u0022:0.45347416666666198,\u0022playful\u0022:0.15115805555555823}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:11831,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:1}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T07:45:57.692-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:\u0022@be/gallery\u0022},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:58.2479362+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"da72737f61f64872a8bf9d1ef35e3812","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-df0ae16a-416d-11f1-b8eb-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4259,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4259}} +{"TimestampUtc":"2026-04-26T12:45:58.2480871+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"da72737f61f64872a8bf9d1ef35e3812","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-df0ae16a-416d-11f1-b8eb-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4259,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:58.2482493+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"da72737f61f64872a8bf9d1ef35e3812","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-df0ae16a-416d-11f1-b8eb-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4259,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:59.2434352+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"b034a08c1a864b8d86ccd52960a1a12c","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-df0ae16a-416d-11f1-b8eb-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4258,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4258}} +{"TimestampUtc":"2026-04-26T12:45:59.2436723+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"b034a08c1a864b8d86ccd52960a1a12c","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-df0ae16a-416d-11f1-b8eb-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4258,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:59.2438683+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"b034a08c1a864b8d86ccd52960a1a12c","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-df0ae16a-416d-11f1-b8eb-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4258,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:59.2441247+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"9c705ce4d9d54e74a49c3329956872dc","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-df0ae16a-416d-11f1-b8eb-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4245,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4245}} +{"TimestampUtc":"2026-04-26T12:45:59.2442623+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"9c705ce4d9d54e74a49c3329956872dc","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-df0ae16a-416d-11f1-b8eb-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4245,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:45:59.2444221+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"9c705ce4d9d54e74a49c3329956872dc","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-df0ae16a-416d-11f1-b8eb-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4245,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:46:00.2458159+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"4c701419713740968c2db509af80155d","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-df0ae16a-416d-11f1-b8eb-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":4241,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4241}} +{"TimestampUtc":"2026-04-26T12:46:00.2460157+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"4c701419713740968c2db509af80155d","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-df0ae16a-416d-11f1-b8eb-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":4241,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:46:00.2461643+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"4c701419713740968c2db509af80155d","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-df0ae16a-416d-11f1-b8eb-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":4241,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:46:00.2464098+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"2eca0edf115d4582a75b0ddad882fbd1","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-df0ae16a-416d-11f1-b8eb-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":8480,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4239}} +{"TimestampUtc":"2026-04-26T12:46:00.2465802+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"2eca0edf115d4582a75b0ddad882fbd1","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-df0ae16a-416d-11f1-b8eb-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":8480,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:46:00.2467179+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"2eca0edf115d4582a75b0ddad882fbd1","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-df0ae16a-416d-11f1-b8eb-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":8480,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:46:01.2516846+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"29d7f2cf2f5c4f8987165f1f4eb085fa","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-df0ae16a-416d-11f1-b8eb-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":12719,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4239}} +{"TimestampUtc":"2026-04-26T12:46:01.2519409+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"29d7f2cf2f5c4f8987165f1f4eb085fa","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-df0ae16a-416d-11f1-b8eb-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":12719,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:46:01.2521041+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"29d7f2cf2f5c4f8987165f1f4eb085fa","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-df0ae16a-416d-11f1-b8eb-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":12719,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:46:01.2523455+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"811c69f8b52344989bbb1996aa80f4a0","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-df0ae16a-416d-11f1-b8eb-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":16956,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4237}} +{"TimestampUtc":"2026-04-26T12:46:01.252506+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"811c69f8b52344989bbb1996aa80f4a0","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-df0ae16a-416d-11f1-b8eb-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":16956,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:46:01.2526747+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"811c69f8b52344989bbb1996aa80f4a0","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-df0ae16a-416d-11f1-b8eb-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":16956,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:46:02.2498112+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"4b55a58d5442434dab76c7ad28aa85d7","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-df0ae16a-416d-11f1-b8eb-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4207,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4207}} +{"TimestampUtc":"2026-04-26T12:46:02.2500055+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"4b55a58d5442434dab76c7ad28aa85d7","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-df0ae16a-416d-11f1-b8eb-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4207,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:46:02.3257216+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"4b55a58d5442434dab76c7ad28aa85d7","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-df0ae16a-416d-11f1-b8eb-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4207,"ReplyTypes":["LISTEN","EOS","SKILL_ACTION"],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:46:02.3260672+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"0a9310ebae2c495094a4931657c50292","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-df0ae16a-416d-11f1-b8eb-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4273,"ReplyTypes":[],"BufferedAudioBytes":4273,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4273}} +{"TimestampUtc":"2026-04-26T12:46:02.326253+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"0a9310ebae2c495094a4931657c50292","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-df0ae16a-416d-11f1-b8eb-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4273,"ReplyTypes":[],"BufferedAudioBytes":4273,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:46:02.3263698+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"0a9310ebae2c495094a4931657c50292","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-df0ae16a-416d-11f1-b8eb-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4273,"ReplyTypes":[],"BufferedAudioBytes":4273,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:46:08.3359442+00:00","EventType":"connection_opened","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"38f60b95f7234365b4857e4576b5dd12","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-df0ae16a-416d-11f1-b8eb-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":4273,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:46:08.3410084+00:00","EventType":"turn_processed","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"588f3d9335b843cb93e045008fefe2e2","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e508ba1a-416d-11f1-a68d-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777207568362,\u0022msgID\u0022:\u0022mid-e58c6da6-416d-11f1-93c5-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-e508ba1a-416d-11f1-a68d-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:true,\u0022rules\u0022:[\u0022launch\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[],\u0022earlyEOS\u0022:[],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:7000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"messageType":"LISTEN","replyCount":0,"transcript":"hello","intent":"hello"}} +{"TimestampUtc":"2026-04-26T12:46:08.3412202+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"588f3d9335b843cb93e045008fefe2e2","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e508ba1a-416d-11f1-a68d-5cf821ea55ae","MessageType":"LISTEN","Direction":"in","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777207568362,\u0022msgID\u0022:\u0022mid-e58c6da6-416d-11f1-93c5-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-e508ba1a-416d-11f1-a68d-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:true,\u0022rules\u0022:[\u0022launch\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[],\u0022earlyEOS\u0022:[],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:7000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:46:08.3414034+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"588f3d9335b843cb93e045008fefe2e2","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e508ba1a-416d-11f1-a68d-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777207568362,\u0022msgID\u0022:\u0022mid-e58c6da6-416d-11f1-93c5-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-e508ba1a-416d-11f1-a68d-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:true,\u0022rules\u0022:[\u0022launch\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[],\u0022earlyEOS\u0022:[],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:7000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:46:08.3486138+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"a2ca28293615412fb6522f894dd23583","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e508ba1a-416d-11f1-a68d-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":47}} +{"TimestampUtc":"2026-04-26T12:46:08.3488612+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"a2ca28293615412fb6522f894dd23583","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e508ba1a-416d-11f1-a68d-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:46:08.3490411+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"a2ca28293615412fb6522f894dd23583","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e508ba1a-416d-11f1-a68d-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:46:08.436111+00:00","EventType":"context_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"f14baea3a1ab48018aaeebf13ecf48d2","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e508ba1a-416d-11f1-a68d-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777207568454,\u0022msgID\u0022:\u0022mid-e59a8c06-416d-11f1-8bf1-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-e508ba1a-416d-11f1-a68d-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.46,\u0022confidence\u0022:0.21000000000000003},\u0022motivation\u0022:{\u0022social\u0022:0.4548797222222175,\u0022playful\u0022:0.15162657407407677}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:11831,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:1}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T07:46:08.377-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:null},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"transID":"tid-e508ba1a-416d-11f1-a68d-5cf821ea55ae"}} +{"TimestampUtc":"2026-04-26T12:46:08.4364079+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"f14baea3a1ab48018aaeebf13ecf48d2","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e508ba1a-416d-11f1-a68d-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777207568454,\u0022msgID\u0022:\u0022mid-e59a8c06-416d-11f1-8bf1-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-e508ba1a-416d-11f1-a68d-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.46,\u0022confidence\u0022:0.21000000000000003},\u0022motivation\u0022:{\u0022social\u0022:0.4548797222222175,\u0022playful\u0022:0.15162657407407677}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:11831,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:1}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T07:46:08.377-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:null},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:46:08.4366159+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"f14baea3a1ab48018aaeebf13ecf48d2","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e508ba1a-416d-11f1-a68d-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777207568454,\u0022msgID\u0022:\u0022mid-e59a8c06-416d-11f1-8bf1-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-e508ba1a-416d-11f1-a68d-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.46,\u0022confidence\u0022:0.21000000000000003},\u0022motivation\u0022:{\u0022social\u0022:0.4548797222222175,\u0022playful\u0022:0.15162657407407677}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:11831,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:1}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T07:46:08.377-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:null},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:46:09.2633517+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"62806024cdd94b0bbf9050fb6fb71644","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e508ba1a-416d-11f1-a68d-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4172,"ReplyTypes":[],"BufferedAudioBytes":4219,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4172}} +{"TimestampUtc":"2026-04-26T12:46:09.2636072+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"62806024cdd94b0bbf9050fb6fb71644","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e508ba1a-416d-11f1-a68d-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4172,"ReplyTypes":[],"BufferedAudioBytes":4219,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:46:09.263835+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"62806024cdd94b0bbf9050fb6fb71644","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e508ba1a-416d-11f1-a68d-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4172,"ReplyTypes":[],"BufferedAudioBytes":4219,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:46:09.2641831+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"9777dcdcb3744170a2ec1966d0c788c5","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e508ba1a-416d-11f1-a68d-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4189,"ReplyTypes":[],"BufferedAudioBytes":8408,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4189}} +{"TimestampUtc":"2026-04-26T12:46:09.2643107+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"9777dcdcb3744170a2ec1966d0c788c5","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e508ba1a-416d-11f1-a68d-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4189,"ReplyTypes":[],"BufferedAudioBytes":8408,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:46:09.2644524+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"9777dcdcb3744170a2ec1966d0c788c5","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e508ba1a-416d-11f1-a68d-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4189,"ReplyTypes":[],"BufferedAudioBytes":8408,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:46:13.0595303+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"00e88ef8d1cd4330ae637611658a2857","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e508ba1a-416d-11f1-a68d-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}} +{"TimestampUtc":"2026-04-26T12:46:13.0597627+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"00e88ef8d1cd4330ae637611658a2857","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e508ba1a-416d-11f1-a68d-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:46:13.2613394+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"00e88ef8d1cd4330ae637611658a2857","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e508ba1a-416d-11f1-a68d-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":["LISTEN","EOS","SKILL_REDIRECT","SKILL_ACTION"],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:46:13.2617778+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"d0f483c02dd94abb8cbcfe568ed18f3d","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e508ba1a-416d-11f1-a68d-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}} +{"TimestampUtc":"2026-04-26T12:46:13.2619214+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"d0f483c02dd94abb8cbcfe568ed18f3d","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e508ba1a-416d-11f1-a68d-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:46:13.2620842+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"d0f483c02dd94abb8cbcfe568ed18f3d","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e508ba1a-416d-11f1-a68d-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:46:13.2624291+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"2f21438479ea486aa8e4ea4b94708e40","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e508ba1a-416d-11f1-a68d-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4316,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4316}} +{"TimestampUtc":"2026-04-26T12:46:13.2625789+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"2f21438479ea486aa8e4ea4b94708e40","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e508ba1a-416d-11f1-a68d-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4316,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:46:13.2627502+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"2f21438479ea486aa8e4ea4b94708e40","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e508ba1a-416d-11f1-a68d-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4316,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:46:13.2630379+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"88791ed90b764f279bd260caba369d9c","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e508ba1a-416d-11f1-a68d-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4164,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4164}} +{"TimestampUtc":"2026-04-26T12:46:13.2631699+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"88791ed90b764f279bd260caba369d9c","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e508ba1a-416d-11f1-a68d-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4164,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:46:13.2633178+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"88791ed90b764f279bd260caba369d9c","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e508ba1a-416d-11f1-a68d-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4164,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:46:13.2635963+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"df3baa563b5c4a58a91a751f81ef3faa","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e508ba1a-416d-11f1-a68d-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}} +{"TimestampUtc":"2026-04-26T12:46:13.2637452+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"df3baa563b5c4a58a91a751f81ef3faa","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e508ba1a-416d-11f1-a68d-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:46:13.2639011+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"df3baa563b5c4a58a91a751f81ef3faa","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e508ba1a-416d-11f1-a68d-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:46:13.2641967+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"880ca131413d42a0996e1e9be68b72b2","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e508ba1a-416d-11f1-a68d-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}} +{"TimestampUtc":"2026-04-26T12:46:13.2643204+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"880ca131413d42a0996e1e9be68b72b2","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e508ba1a-416d-11f1-a68d-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:46:13.2644698+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"880ca131413d42a0996e1e9be68b72b2","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e508ba1a-416d-11f1-a68d-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:46:13.2647719+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"3890dfc858564c94b4eeb62553a206f0","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e508ba1a-416d-11f1-a68d-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}} +{"TimestampUtc":"2026-04-26T12:46:13.2649038+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"3890dfc858564c94b4eeb62553a206f0","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e508ba1a-416d-11f1-a68d-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:46:13.2650515+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"3890dfc858564c94b4eeb62553a206f0","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e508ba1a-416d-11f1-a68d-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:46:13.2653048+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"9c9ea2a9a13f475585ea95dc42e02dac","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e508ba1a-416d-11f1-a68d-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}} +{"TimestampUtc":"2026-04-26T12:46:13.2654575+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"9c9ea2a9a13f475585ea95dc42e02dac","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e508ba1a-416d-11f1-a68d-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:46:13.2656135+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"9c9ea2a9a13f475585ea95dc42e02dac","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e508ba1a-416d-11f1-a68d-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:46:18.3386668+00:00","EventType":"connection_closed","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"856b945e10e24a138e1db434b8cd69e4","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e508ba1a-416d-11f1-a68d-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"reason":"socket-loop-ended-prematurely"}} +{"TimestampUtc":"2026-04-26T12:46:19.4492049+00:00","EventType":"connection_opened","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"4f7948ca764a450aab4ae4e03c4edadc","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e508ba1a-416d-11f1-a68d-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:46:19.4580002+00:00","EventType":"turn_processed","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"e3f8a52278374d07a40e42849f55b357","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-eb227e4a-416d-11f1-a1e8-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777207579468,\u0022msgID\u0022:\u0022mid-ec2b0942-416d-11f1-af93-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-eb227e4a-416d-11f1-a1e8-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:false,\u0022rules\u0022:[\u0022shared/yes_no\u0022,\u0022globals/gui_nav\u0022,\u0022globals/mim_repeat\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[\u0022$YESNO\u0022],\u0022earlyEOS\u0022:[\u0022$YESNO\u0022],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:6000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"messageType":"LISTEN","replyCount":0,"transcript":"Open photo gallery.","intent":"photo_gallery"}} +{"TimestampUtc":"2026-04-26T12:46:19.4581937+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"e3f8a52278374d07a40e42849f55b357","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-eb227e4a-416d-11f1-a1e8-5cf821ea55ae","MessageType":"LISTEN","Direction":"in","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777207579468,\u0022msgID\u0022:\u0022mid-ec2b0942-416d-11f1-af93-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-eb227e4a-416d-11f1-a1e8-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:false,\u0022rules\u0022:[\u0022shared/yes_no\u0022,\u0022globals/gui_nav\u0022,\u0022globals/mim_repeat\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[\u0022$YESNO\u0022],\u0022earlyEOS\u0022:[\u0022$YESNO\u0022],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:6000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:46:19.4583542+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"e3f8a52278374d07a40e42849f55b357","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-eb227e4a-416d-11f1-a1e8-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777207579468,\u0022msgID\u0022:\u0022mid-ec2b0942-416d-11f1-af93-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-eb227e4a-416d-11f1-a1e8-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:false,\u0022rules\u0022:[\u0022shared/yes_no\u0022,\u0022globals/gui_nav\u0022,\u0022globals/mim_repeat\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[\u0022$YESNO\u0022],\u0022earlyEOS\u0022:[\u0022$YESNO\u0022],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:6000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:46:19.4710394+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"939e5855bc2d471bbb6da85ddc6ab71f","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-eb227e4a-416d-11f1-a1e8-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":47}} +{"TimestampUtc":"2026-04-26T12:46:19.4712297+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"939e5855bc2d471bbb6da85ddc6ab71f","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-eb227e4a-416d-11f1-a1e8-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:46:19.4713581+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"939e5855bc2d471bbb6da85ddc6ab71f","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-eb227e4a-416d-11f1-a1e8-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:46:19.5706006+00:00","EventType":"context_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"4e7fe57ba13e49f8904cffd2c8cb2589","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-eb227e4a-416d-11f1-a1e8-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777207579582,\u0022msgID\u0022:\u0022mid-ec3c777c-416d-11f1-b6f5-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-eb227e4a-416d-11f1-a1e8-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.45,\u0022confidence\u0022:0.2},\u0022motivation\u0022:{\u0022social\u0022:0.45642333333332865,\u0022playful\u0022:0.1521411111111138}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:11831,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:0}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T07:46:19.489-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:\u0022@be/gallery\u0022},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"transID":"tid-eb227e4a-416d-11f1-a1e8-5cf821ea55ae"}} +{"TimestampUtc":"2026-04-26T12:46:19.5709369+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"4e7fe57ba13e49f8904cffd2c8cb2589","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-eb227e4a-416d-11f1-a1e8-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777207579582,\u0022msgID\u0022:\u0022mid-ec3c777c-416d-11f1-b6f5-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-eb227e4a-416d-11f1-a1e8-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.45,\u0022confidence\u0022:0.2},\u0022motivation\u0022:{\u0022social\u0022:0.45642333333332865,\u0022playful\u0022:0.1521411111111138}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:11831,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:0}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T07:46:19.489-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:\u0022@be/gallery\u0022},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:46:19.5711393+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"4e7fe57ba13e49f8904cffd2c8cb2589","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-eb227e4a-416d-11f1-a1e8-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777207579582,\u0022msgID\u0022:\u0022mid-ec3c777c-416d-11f1-b6f5-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-eb227e4a-416d-11f1-a1e8-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.45,\u0022confidence\u0022:0.2},\u0022motivation\u0022:{\u0022social\u0022:0.45642333333332865,\u0022playful\u0022:0.1521411111111138}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:11831,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:0}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T07:46:19.489-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:\u0022@be/gallery\u0022},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:46:20.3493195+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"4b41f3253f17469dab0b3db3e0118576","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-eb227e4a-416d-11f1-a1e8-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4286}} +{"TimestampUtc":"2026-04-26T12:46:20.3495204+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"4b41f3253f17469dab0b3db3e0118576","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-eb227e4a-416d-11f1-a1e8-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:46:20.3496984+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"4b41f3253f17469dab0b3db3e0118576","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-eb227e4a-416d-11f1-a1e8-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:46:20.3499922+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"6b573fb8bc86411197429e8688a9e58f","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-eb227e4a-416d-11f1-a1e8-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4237}} +{"TimestampUtc":"2026-04-26T12:46:20.3501224+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"6b573fb8bc86411197429e8688a9e58f","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-eb227e4a-416d-11f1-a1e8-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:46:20.3502658+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"6b573fb8bc86411197429e8688a9e58f","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-eb227e4a-416d-11f1-a1e8-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:46:21.3521466+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"f0357521110b4c9caa55e1700e8222ed","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-eb227e4a-416d-11f1-a1e8-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4241}} +{"TimestampUtc":"2026-04-26T12:46:21.3523437+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"f0357521110b4c9caa55e1700e8222ed","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-eb227e4a-416d-11f1-a1e8-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:46:21.3525015+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"f0357521110b4c9caa55e1700e8222ed","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-eb227e4a-416d-11f1-a1e8-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:46:21.3527547+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"05c5a6a3d8c842108500c0339e67e0af","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-eb227e4a-416d-11f1-a1e8-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}} +{"TimestampUtc":"2026-04-26T12:46:21.3528964+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"05c5a6a3d8c842108500c0339e67e0af","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-eb227e4a-416d-11f1-a1e8-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:46:21.3530191+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"05c5a6a3d8c842108500c0339e67e0af","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-eb227e4a-416d-11f1-a1e8-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:46:22.3568833+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"62a7a9c5b98247d587f53bf86460b9ea","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-eb227e4a-416d-11f1-a1e8-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":4239,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4239}} +{"TimestampUtc":"2026-04-26T12:46:22.3571812+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"62a7a9c5b98247d587f53bf86460b9ea","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-eb227e4a-416d-11f1-a1e8-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":4239,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:46:22.3573639+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"62a7a9c5b98247d587f53bf86460b9ea","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-eb227e4a-416d-11f1-a1e8-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":4239,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:46:22.3590614+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"9d333608d3d146169077e8af5f3343db","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-eb227e4a-416d-11f1-a1e8-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":8478,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4239}} +{"TimestampUtc":"2026-04-26T12:46:22.3592212+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"9d333608d3d146169077e8af5f3343db","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-eb227e4a-416d-11f1-a1e8-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":8478,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:46:22.3593636+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"9d333608d3d146169077e8af5f3343db","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-eb227e4a-416d-11f1-a1e8-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":8478,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:46:23.2581362+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"3eb560bef138449fb637fb8546a66b24","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-eb227e4a-416d-11f1-a1e8-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4253,"ReplyTypes":[],"BufferedAudioBytes":12731,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4253}} +{"TimestampUtc":"2026-04-26T12:46:23.2583245+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"3eb560bef138449fb637fb8546a66b24","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-eb227e4a-416d-11f1-a1e8-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4253,"ReplyTypes":[],"BufferedAudioBytes":12731,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:46:23.2584469+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"3eb560bef138449fb637fb8546a66b24","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-eb227e4a-416d-11f1-a1e8-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4253,"ReplyTypes":[],"BufferedAudioBytes":12731,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:46:23.2587232+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"a2cf6ee33f1440b7adebfaeb6d61d000","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-eb227e4a-416d-11f1-a1e8-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4290,"ReplyTypes":[],"BufferedAudioBytes":17021,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4290}} +{"TimestampUtc":"2026-04-26T12:46:23.2588684+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"a2cf6ee33f1440b7adebfaeb6d61d000","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-eb227e4a-416d-11f1-a1e8-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4290,"ReplyTypes":[],"BufferedAudioBytes":17021,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:46:23.2590295+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"a2cf6ee33f1440b7adebfaeb6d61d000","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-eb227e4a-416d-11f1-a1e8-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4290,"ReplyTypes":[],"BufferedAudioBytes":17021,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:46:23.431161+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"880daebe3df44d2fa44a003f18af4035","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-eb227e4a-416d-11f1-a1e8-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4172,"ReplyTypes":[],"BufferedAudioBytes":21193,"BufferedAudioChunks":5,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4172}} +{"TimestampUtc":"2026-04-26T12:46:23.4313601+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"880daebe3df44d2fa44a003f18af4035","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-eb227e4a-416d-11f1-a1e8-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4172,"ReplyTypes":[],"BufferedAudioBytes":21193,"BufferedAudioChunks":5,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:46:23.431509+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"880daebe3df44d2fa44a003f18af4035","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-eb227e4a-416d-11f1-a1e8-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4172,"ReplyTypes":[],"BufferedAudioBytes":21193,"BufferedAudioChunks":5,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-04-26T12:46:24.3582188+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"9c95f596ce2b450db5e9ea09dd219c3a","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-eb227e4a-416d-11f1-a1e8-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4238,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4238}} +{"TimestampUtc":"2026-04-26T12:46:24.3584103+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"9c95f596ce2b450db5e9ea09dd219c3a","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-eb227e4a-416d-11f1-a1e8-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4238,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:46:24.3586832+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"9c95f596ce2b450db5e9ea09dd219c3a","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-eb227e4a-416d-11f1-a1e8-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4238,"ReplyTypes":["LISTEN","EOS"],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:46:24.3589906+00:00","EventType":"binary_audio_received","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"0bb5c378ead24d06a0a1f57dabb506b0","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-eb227e4a-416d-11f1-a1e8-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4240,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4240}} +{"TimestampUtc":"2026-04-26T12:46:24.3591464+00:00","EventType":"message_in","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"0bb5c378ead24d06a0a1f57dabb506b0","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-eb227e4a-416d-11f1-a1e8-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4240,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-04-26T12:46:24.3593356+00:00","EventType":"message_out","SessionId":"65badedc75ee4f32bc0b048e05a7ba14","ConnectionId":"0bb5c378ead24d06a0a1f57dabb506b0","Token":"hub-usr_openjibo_owner-1777204384666","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-eb227e4a-416d-11f1-a1e8-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4240,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} diff --git a/artifact-output/jibo-test-23/jibo test 23.txt b/artifact-output/jibo-test-23/jibo test 23.txt new file mode 100644 index 0000000..4834bc5 --- /dev/null +++ b/artifact-output/jibo-test-23/jibo test 23.txt @@ -0,0 +1,4014 @@ +2026-04-26T07:40:39.433179-05:00 Royal-Current-Sage-Canvas jibo-server-service[24308,info]: - P.NotificationSubsystem: NotificationSubsystem::connect Connecting to api-socket.jibo.com:443/token-Royal-Current-Sage-Canvas-1777207239262 +2026-04-26T12:40:39.497Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Switched Attention Rule:Idle Face +2026-04-26T07:40:39.668871-05:00 Royal-Current-Sage-Canvas jibo-server-service[24308,info]: - P.NotificationSubsystem: NotificationSubsystem::connect established connection to server +2026-04-26T12:40:44.256Z Royal-Current-Sage-Canvas ssm[936,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Error.Logger: Removed L2-Cannot_connect_to_server +2026-04-26T07:40:58.343267-05:00 Royal-Current-Sage-Canvas jibo-identity-service[660,info]: - P.ImageIdentifier: ImageIdentifier[deepid]::identify [["5c0b221fdf9d450019c5e255", "face", 0.462977]] +2026-04-26T07:40:58.349420-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion::measure input from: face with 1 hypotheses +2026-04-26T07:40:58.349538-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: Identity::Measure face Quality:1 Id: 5c0b221fdf9d450019c5e255 Conf: 0.462977 +2026-04-26T07:40:58.349658-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion with 2 options from 7 inputs. +2026-04-26T07:40:58.349771-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion::updateIdentity Op: 5c0b221fdf9d450019c5e255 Score: 0.0149946 Op: NOT_TRAINED Score: 0.0428571 +2026-04-26T07:40:58.349861-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: Identity Update Best Score: 0.0428571 Best ID: NOT_TRAINED +2026-04-26T07:40:58.349928-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion NO CHANGE. +2026-04-26T12:41:03.548Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.RecLoop: utterance: hey jibo score: 168 walign: ADE00728 palign: ADE3A4A8 {"word_alignment":"657704320 657704512 hey 0.00 657704512 657704768 jibo 0.00 "} +2026-04-26T12:41:03.548Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.RecLoop: HJ: signal sent to ASR will be boosted 2.79328 dB +2026-04-26T12:41:03.548Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: hjw_JM_RECOG_HJ_EVENT +2026-04-26T12:41:03.548Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Entering PH-W state +2026-04-26T12:41:03.549Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,debug]: - C.Jetstream.RecogSpeakerID: RecogSpeakerTD starting at 657704320 +2026-04-26T07:41:03.554878-05:00 Royal-Current-Sage-Canvas jibo-audio-service[639,notice]: - P.AudioService: detection: {"ts":[739246,500945],"type":"hotphrase","id":311,"location":{"ts":[739246,303220],"possibilities":[{"channels":[0],"position":{"x":-0.032637715339660647,"y":1.017856478691101,"z":0.09887208044528961},"confidence":0.14880073070526124}]},"utterances":[]} +2026-04-26T12:41:03.553Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_RECOG_HJ_EVENT in 5 ms. +2026-04-26T12:41:03.557Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: hjHeard +2026-04-26T12:41:03.628Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action: Incoming new goal 'Hey Jibo' +2026-04-26T12:41:03.658Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from IDLE to COMMAND +2026-04-26T12:41:03.653Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Taking action: 'HJOrient' to achieve goal 'Hey Jibo' +2026-04-26T12:41:03.688Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action: Initial face: { x: -0.032637715339660645,\n y: 1.017856478691101,\n z: 0.09887208044528961 } 11815 +2026-04-26T12:41:03.708Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Received attendToTarget request +2026-04-26T12:41:03.726Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION attendToTarget Command Look rule has fired! +2026-04-26T12:41:03.728Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Switched Attention Rule:Command Look +2026-04-26T12:41:03.749Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.LhubClient: Hub Client connection opened. +2026-04-26T12:41:03.749Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_CLIENT_CONNECT_RESULT +2026-04-26T12:41:03.749Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: [messageContext@1 gain="1.379317" requestID="GLOBAL" transID="tid-2fdd9be2-416d-11f1-a647-5cf821ea55ae"] C.Jetstream.LhubClient: Hub LISTEN request keystone log entry +2026-04-26T12:41:03.750Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_CLIENT_CONNECT_RESULT in 1 ms. +2026-04-26T12:41:03.751Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,debug]: - C.Jetstream.LhubClient: Set Audio encoder to type: OGG_OPUS +2026-04-26T12:41:03.759Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: globalTurnStarted +2026-04-26T12:41:03.996Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,debug]: - C.Jetstream.RecLoop: Speaker: 5c0b221fdf9d450019c5e255 score: 10.802 accepted: 1 +2026-04-26T12:41:03.997Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_RECOG_SPEAKER_EVENT +2026-04-26T07:41:03.997875-05:00 Royal-Current-Sage-Canvas jibo-audio-service[639,notice]: - P.AudioService: detection: {"ts":[739246,943919],"type":"jet_speaker_id","id":311,"data":{"speakers":[{"speaker":"5c0b221fdf9d450019c5e255","score":10.802017211914063,"accepted":true,"high_confidence":true}],"snr":19.964019775390626}} +2026-04-26T12:41:04.006Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter.ConvTechSpeakerID: Speaker ID: 5c0b221fdf9d450019c5e255 | accepted: true | confidence: true | score: 10.802017211914062 +2026-04-26T12:41:04.011Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Emitting idAcquired from source: VOICE +2026-04-26T12:41:04.014Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Emotion.Appraisal.IdentityRule: Appraising data from identity data: ID_ACQUIRED +2026-04-26T12:41:04.016Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Most recent speaker accepted. +2026-04-26T12:41:04.215Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_RECOG_SPEAKER_EVENT in 219 ms. +2026-04-26T12:41:04.876Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION attendToTarget Command Look resolving with status:SUCCEEDED +2026-04-26T12:41:04.899Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.HJOrient: HJOrient time to face: 5 +2026-04-26T12:41:04.905Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from COMMAND to IDLE +2026-04-26T12:41:04.901Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.HJOrient: HJOrient had initial face?: true +2026-04-26T12:41:04.910Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Primary face selected (position based): 11815 +2026-04-26T12:41:04.911Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Completed action: 'HJOrient' with result: 'SUCCEEDED' +2026-04-26T12:41:05.625Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Switched Attention Rule:Idle Face +2026-04-26T12:41:08.509Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_LISTEN +2026-04-26T12:41:08.509Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_LISTEN in 0 ms. +2026-04-26T12:41:08.513Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_EOS +2026-04-26T12:41:08.513Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_EOS in 0 ms. +2026-04-26T12:41:08.517Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: skillSwitch: { skillID: undefined,\n onRobot: undefined,\n isProactive: undefined,\n skipSurprises: undefined,\n transID: 'tid-2fdd9be2-416d-11f1-a647-5cf821ea55ae',\n data: \n ListenResult {\n asr: \n { confidence: 0.95,\n final: true,\n text: 'What\'s your cloud version?' },\n nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'cloud_version',\n rules: [ 'launch', 'globals/global_commands_launch' ] },\n match: \n { cloudSkill: null,\n intent: 'cloud_version',\n rule: 'launch',\n score: 0.95 } } } +2026-04-26T12:41:08.529Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: globalTurnResult: { global: true,\n result: \n ListenResult {\n asr: \n { confidence: 0.95,\n final: true,\n text: 'What\'s your cloud version?' },\n nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'cloud_version',\n rules: [ 'launch', 'globals/global_commands_launch' ] },\n match: \n { cloudSkill: null,\n intent: 'cloud_version',\n rule: 'launch',\n score: 0.95 } },\n status: 'SUCCEEDED',\n transID: 'tid-2fdd9be2-416d-11f1-a647-5cf821ea55ae' } +2026-04-26T12:41:08.583Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_SKILL_INFO +2026-04-26T12:41:08.583Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_SKILL_INFO in 0 ms. +2026-04-26T12:41:08.553Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: eos received +2026-04-26T12:41:08.558Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Events.Global: skill relaunch command from Global Service { nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'cloud_version',\n rules: [ 'launch', 'globals/global_commands_launch' ] },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:41:08.564Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: requested skill switch @be/nimbus { nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'cloud_version',\n rules: [ 'launch', 'globals/global_commands_launch' ] },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:41:08.566Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: no pending skill. interrupting current skill +2026-04-26T12:41:08.573Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: switching skill @be/idle @be/nimbus +2026-04-26T12:41:08.646Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from IDLE to ENGAGED +2026-04-26T12:41:08.574Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting close skill @be/idle +2026-04-26T12:41:08.575Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: stopping @be/idle +2026-04-26T12:41:08.576Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Stopping +2026-04-26T12:41:08.584Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Events.Global: setting SLEEP to false +2026-04-26T12:41:08.587Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Clearing animation queue. +2026-04-26T12:41:08.593Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.TimerSpy: The current skill cleaned up all timers @be/idle +2026-04-26T12:41:08.598Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:41:08.602Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: ending close skill @be/idle +2026-04-26T12:41:08.603Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: deferring to action system with pending skill: @be/nimbus { nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'cloud_version',\n rules: [ 'launch', 'globals/global_commands_launch' ] },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:41:08.622Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: waiting on action system @be/nimbus +2026-04-26T12:41:08.627Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action: Incoming new goal 'Be Skill Switch Goal: '@be/nimbus'' +2026-04-26T07:41:08.773667-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: GET TTS LEX +2026-04-26T07:41:08.773989-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get TTS Lex session start - bfa9f022-b38b-4156-942b-5df1777b346a +2026-04-26T07:41:08.774269-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get TTS Lex session end - bfa9f022-b38b-4156-942b-5df1777b346a +2026-04-26T07:41:08.817617-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: GET TTS POS Tags +2026-04-26T07:41:08.817937-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get POS Tags session start - 58c7d027-9db4-499e-9720-186e310e5539 +2026-04-26T07:41:08.818751-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get POS Tags session end - 58c7d027-9db4-499e-9720-186e310e5539 +2026-04-26T12:41:08.629Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Taking action: 'Be Skill Switch Action' to achieve goal 'Be Skill Switch Goal: '@be/nimbus'' +2026-04-26T12:41:08.632Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Completed action: 'Be Skill Switch Action' with result: 'SUCCEEDED' +2026-04-26T07:41:08.887693-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: GET TTS Token times +2026-04-26T12:41:08.634Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: action system reported accomplished goal @be/nimbus +2026-04-26T12:41:08.635Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting skill open @be/nimbus { nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'cloud_version',\n rules: [ 'launch', 'globals/global_commands_launch' ] },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T07:41:08.888494-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: {"tts":{"input_request":{"prompt":"","pitch":999.0,"speed":999.0,"pitchBandwidth":999.0,"mode":"ssml","outputMode":"stream","allPass":999.0,"enableDefaultVoice":"","framerate":999.0,"gvMCEP":999.0,"postfilter":999.0,"samplerate":999.0,"unvoicedvoiced":999.0,"voice":"griffin","locale":"en-us","volume":999.0,"whisper":"FALSE","cached":"TRUE","earlyStopTime":-1.0},"type":"token"}} +2026-04-26T12:41:08.637Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: BeSkill open @be/idle @be/nimbus { nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'cloud_version',\n rules: [ 'launch', 'globals/global_commands_launch' ] },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:41:08.641Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: new skill preload @be/nimbus +2026-04-26T12:41:08.644Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: opening new skill @be/nimbus +2026-04-26T12:41:08.646Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Nimbus Opening +2026-04-26T12:41:08.656Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Awaiting Cloud Skill response... +2026-04-26T12:41:08.657Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: skill open success @be/nimbus { nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'cloud_version',\n rules: [ 'launch', 'globals/global_commands_launch' ] },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:41:08.659Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Received Cloud Skill response. +2026-04-26T12:41:08.660Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Processing Cloud Skill response... +2026-04-26T12:41:08.664Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Recieved analytics from cloud skill. +2026-04-26T12:41:08.665Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Processed Cloud Skill response. +2026-04-26T12:41:08.671Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Executing Cloud Skill SLIM: RUNTIME_PROMPT +2026-04-26T12:41:08.726Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:41:08.745Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Speak request received +2026-04-26T12:41:08.750Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Processing speak request +2026-04-26T12:41:08.753Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Starting new speak session: 098e4f65-d40d-4694-988f-48235a71bbd6 +2026-04-26T07:41:09.042658-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get Tokens session end - 8d317015-d7b0-4e7d-a1b6-747395841bb3 +2026-04-26T12:41:09.096Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Pushing Speaking Attention Mode +2026-04-26T12:41:09.135Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from ENGAGED to SPEAKING +2026-04-26T12:41:09.144Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Waiting for Embodied Listen to finish +2026-04-26T12:41:09.147Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Dispatching Timeline: 098e4f65-d40d-4694-988f-48235a71bbd6 +2026-04-26T07:41:09.167890-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS session start - 48946384-6ab8-443f-a2e6-539f4b807c3e +2026-04-26T07:41:09.168032-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: {"tts":{"input_request":{"prompt":"","pitch":999.0,"speed":999.0,"pitchBandwidth":999.0,"mode":"ssml","outputMode":"stream","allPass":999.0,"enableDefaultVoice":"","framerate":999.0,"gvMCEP":999.0,"postfilter":999.0,"samplerate":999.0,"unvoicedvoiced":999.0,"voice":"griffin","locale":"en-us","volume":999.0,"whisper":"FALSE","cached":"TRUE"},"type":"speak"}} +2026-04-26T07:41:09.168318-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS calling speak - 48946384-6ab8-443f-a2e6-539f4b807c3e +2026-04-26T07:41:09.168360-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: Synthesizing cached +2026-04-26T12:41:09.876Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION AttentionManager not trying to do lookat, we have no dofs!! +2026-04-26T07:41:10.353163-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 28202 80:69:1a:95:0b:6e +2026-04-26T07:41:10.353471-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 28203 d6:e2:2f:ea:3e:fb +2026-04-26T07:41:10.353695-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 28204 52:06:f5:3e:83:89 +2026-04-26T07:41:10.353968-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 28205 ae:ae:19:ae:91:70 +2026-04-26T07:41:10.354158-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 28206 30:23:03:95:2b:b7 +2026-04-26T12:41:11.475Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Switched Attention Rule:Speaking Primary Face +2026-04-26T12:41:12.074Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION AttentionManager not trying to do lookat, we have no dofs!! +2026-04-26T07:41:12.205773-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS session end - 48946384-6ab8-443f-a2e6-539f4b807c3e +2026-04-26T12:41:12.453Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Asserting attention rule after interruption: Speaking Primary Face +2026-04-26T12:41:12.453Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Timeline Dispatch Complete: 098e4f65-d40d-4694-988f-48235a71bbd6 +2026-04-26T12:41:12.459Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from SPEAKING to ENGAGED +2026-04-26T12:41:12.469Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Speak Complete: 098e4f65-d40d-4694-988f-48235a71bbd6 +2026-04-26T12:41:12.474Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Cleaning up session +2026-04-26T12:41:12.477Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Ready for next speak request +2026-04-26T12:41:12.481Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Stop request received +2026-04-26T12:41:12.485Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:41:12.497Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: requested skill switch @be/surprises { lastSkill: '@be/nimbus', asr: { text: '', confidence: 1 } } +2026-04-26T12:41:12.499Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: no pending skill. interrupting current skill +2026-04-26T12:41:12.511Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: switching skill @be/nimbus @be/surprises +2026-04-26T12:41:12.512Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting close skill @be/nimbus +2026-04-26T12:41:12.513Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: stopping @be/nimbus +2026-04-26T12:41:12.515Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Nimbus Closing +2026-04-26T12:41:12.519Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.TimerSpy: The current skill cleaned up all timers @be/nimbus +2026-04-26T12:41:12.522Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:41:12.524Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: ending close skill @be/nimbus +2026-04-26T12:41:12.525Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: deferring to action system with pending skill: @be/surprises { lastSkill: '@be/nimbus', asr: { text: '', confidence: 1 } } +2026-04-26T12:41:12.536Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: waiting on action system @be/surprises +2026-04-26T12:41:12.540Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action: Incoming new goal 'Be Skill Switch Goal: '@be/surprises'' +2026-04-26T12:41:12.543Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Taking action: 'Be Skill Switch Action' to achieve goal 'Be Skill Switch Goal: '@be/surprises'' +2026-04-26T12:41:12.551Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Completed action: 'Be Skill Switch Action' with result: 'SUCCEEDED' +2026-04-26T12:41:12.552Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: action system reported accomplished goal @be/surprises +2026-04-26T12:41:12.553Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting skill open @be/surprises { lastSkill: '@be/nimbus', asr: { text: '', confidence: 1 } } +2026-04-26T12:41:12.555Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: BeSkill open @be/nimbus @be/surprises { lastSkill: '@be/nimbus', asr: { text: '', confidence: 1 } } +2026-04-26T12:41:12.559Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: new skill preload @be/surprises +2026-04-26T12:41:12.560Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: opening new skill @be/surprises +2026-04-26T12:41:12.562Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:41:12.564Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: skill open success @be/surprises { lastSkill: '@be/nimbus', asr: { text: '', confidence: 1 } } +2026-04-26T12:41:12.746Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SurprisesDate: Contextual Priority step 1 +2026-04-26T12:41:12.758Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:41:12.825Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SurprisesDate: Contextual Priority step 2 +2026-04-26T12:41:12.847Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Surprises: No Eos categories participating +2026-04-26T12:41:12.848Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Surprises: No EoS category selected +2026-04-26T12:41:12.851Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: requested skill switch @be/idle { exitOptions: {}, asr: { text: '', confidence: 1 } } +2026-04-26T12:41:12.853Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: no pending skill. interrupting current skill +2026-04-26T12:41:12.915Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from ENGAGED to IDLE +2026-04-26T12:41:12.864Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: switching skill @be/surprises @be/idle +2026-04-26T12:41:12.865Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting close skill @be/surprises +2026-04-26T12:41:12.866Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: stopping @be/surprises +2026-04-26T12:41:12.867Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Surprises: Exiting +2026-04-26T12:41:12.870Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.TimerSpy: The current skill cleaned up all timers @be/surprises +2026-04-26T12:41:12.871Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:41:12.873Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: ending close skill @be/surprises +2026-04-26T12:41:12.874Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: deferring to action system with pending skill: @be/idle { exitOptions: {}, asr: { text: '', confidence: 1 } } +2026-04-26T12:41:12.883Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: waiting on action system @be/idle +2026-04-26T12:41:12.887Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action: Incoming new goal 'Be Skill Switch Goal: '@be/idle'' +2026-04-26T12:41:12.888Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Taking action: 'Be Skill Switch Action' to achieve goal 'Be Skill Switch Goal: '@be/idle'' +2026-04-26T12:41:12.889Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:41:12.891Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Proactive.OpportunityDetector: Evaluating trigger source: SURPRISE with looperID: 5c0b221fdf9d450019c5e255 +2026-04-26T12:41:12.903Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Proactive.SignalRateLimiterStatus: Failed: MID MORNING has 0 triggers remaining +2026-04-26T12:41:12.904Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Proactive.OpportunityDetector: Failed an inhibitor +2026-04-26T12:41:12.905Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Completed action: 'Be Skill Switch Action' with result: 'SUCCEEDED' +2026-04-26T12:41:12.906Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: action system reported accomplished goal @be/idle +2026-04-26T12:41:12.907Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting skill open @be/idle { exitOptions: {}, asr: { text: '', confidence: 1 } } +2026-04-26T12:41:12.909Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: BeSkill open @be/surprises @be/idle { exitOptions: {}, asr: { text: '', confidence: 1 } } +2026-04-26T12:41:12.912Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: new skill preload @be/idle +2026-04-26T12:41:12.914Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: opening new skill @be/idle +2026-04-26T12:41:12.915Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:41:12.917Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Events.Global: adding listener for SLEEP +2026-04-26T12:41:12.918Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Events.Global: setting SLEEP to true +2026-04-26T12:41:12.919Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Starting +2026-04-26T12:41:12.921Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: State changed from ALERT to SELECT_INTENT. +2026-04-26T12:41:12.922Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Entering: SELECT_INTENT +2026-04-26T12:41:12.927Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: skill open success @be/idle { exitOptions: {}, asr: { text: '', confidence: 1 } } +2026-04-26T12:41:12.932Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: State changed from SELECT_INTENT to ALERT. +2026-04-26T12:41:12.933Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Entering ALERT +2026-04-26T12:41:12.936Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: No transitions between SELECT_INTENT and ALERT +2026-04-26T12:41:12.986Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Brightness set to 0.4. +2026-04-26T12:41:13.641Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Switched Attention Rule:Idle Face +2026-04-26T12:41:17.443Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.RecLoop: utterance: hey jibo score: 95 walign: ADE00728 palign: ADE3A4A8 {"word_alignment":"657718272 657718464 hey 0.00 657718464 657718656 jibo 0.00 "} +2026-04-26T12:41:17.444Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.RecLoop: HJ: signal sent to ASR will be boosted 1.39162 dB +2026-04-26T12:41:17.444Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,debug]: - C.Jetstream.RecogSpeakerID: RecogSpeakerTD starting at 657718272 +2026-04-26T12:41:17.445Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_RECOG_HJ_EVENT +2026-04-26T12:41:17.446Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_RECOG_HJ_EVENT in 1 ms. +2026-04-26T07:41:17.447634-05:00 Royal-Current-Sage-Canvas jibo-audio-service[639,notice]: - P.AudioService: detection: {"ts":[739260,393728],"type":"hotphrase","id":312,"location":{"ts":[739260,194659],"possibilities":[{"channels":[0],"position":{"x":0.2979055345058441,"y":0.9740336537361145,"z":0.10379709303379059},"confidence":0.14336368441581727}]},"utterances":[]} +2026-04-26T12:41:17.451Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: globalTurnResult: { global: true,\n message: '',\n status: 'INTERRUPTED',\n transID: 'tid-2fdd9be2-416d-11f1-a647-5cf821ea55ae' } +2026-04-26T12:41:17.454Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: hjHeard +2026-04-26T12:41:17.537Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action: Incoming new goal 'Hey Jibo' +2026-04-26T12:41:17.559Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from IDLE to COMMAND +2026-04-26T12:41:17.568Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.LhubClient: Hub Client connection opened. +2026-04-26T12:41:17.568Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_CLIENT_CONNECT_RESULT +2026-04-26T12:41:17.569Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: [messageContext@1 gain="1.173765" requestID="GLOBAL" transID="tid-382634a8-416d-11f1-b4ab-5cf821ea55ae"] C.Jetstream.LhubClient: Hub LISTEN request keystone log entry +2026-04-26T12:41:17.569Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_CLIENT_CONNECT_RESULT in 1 ms. +2026-04-26T12:41:17.576Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,debug]: - C.Jetstream.LhubClient: Set Audio encoder to type: OGG_OPUS +2026-04-26T12:41:17.556Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Taking action: 'HJOrient' to achieve goal 'Hey Jibo' +2026-04-26T12:41:17.585Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Received attendToTarget request +2026-04-26T12:41:17.575Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: globalTurnStarted +2026-04-26T12:41:17.580Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action: Initial face: { x: 0.2979055345058441,\n y: 0.9740336537361145,\n z: 0.10379709303379059 } 11815 +2026-04-26T12:41:17.602Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION attendToTarget Command Look rule has fired! +2026-04-26T12:41:17.604Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Switched Attention Rule:Command Look +2026-04-26T12:41:18.099Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,debug]: - C.Jetstream.RecLoop: Speaker: 5c0b221fdf9d450019c5e255 score: 4.64104 accepted: 1 +2026-04-26T12:41:18.103Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_RECOG_SPEAKER_EVENT +2026-04-26T07:41:18.104269-05:00 Royal-Current-Sage-Canvas jibo-audio-service[639,notice]: - P.AudioService: detection: {"ts":[739261,50315],"type":"jet_speaker_id","id":312,"data":{"speakers":[{"speaker":"5c0b221fdf9d450019c5e255","score":4.641043186187744,"accepted":true,"high_confidence":true}],"snr":21.676189422607423}} +2026-04-26T12:41:18.108Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter.ConvTechSpeakerID: Speaker ID: 5c0b221fdf9d450019c5e255 | accepted: true | confidence: true | score: 4.641043186187744 +2026-04-26T12:41:18.111Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Most recent speaker accepted. +2026-04-26T12:41:18.181Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_RECOG_SPEAKER_EVENT in 78 ms. +2026-04-26T07:41:18.495897-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion::measure input from: voice with 1 hypotheses +2026-04-26T07:41:18.496003-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: Identity::Measure voice Quality:21.6762 Id: 5c0b221fdf9d450019c5e255 Conf: 4.64104 +2026-04-26T07:41:18.496059-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: Identity::Measurement failed ratio test. +2026-04-26T07:41:18.496130-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion with 2 options from 8 inputs. +2026-04-26T07:41:18.496213-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion::updateIdentity Op: 5c0b221fdf9d450019c5e255 Score: 0.0107081 Op: NOT_TRAINED Score: 0.01125 +2026-04-26T07:41:18.496261-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: Identity Update Best Score: 0.01125 Best ID: NOT_TRAINED +2026-04-26T07:41:18.496317-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion NO CHANGE. +2026-04-26T12:41:18.818Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION attendToTarget Command Look resolving with status:SUCCEEDED +2026-04-26T12:41:18.828Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Primary face selected (position based): 11815 +2026-04-26T12:41:18.840Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.HJOrient: HJOrient time to face: 2 +2026-04-26T12:41:18.841Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.HJOrient: HJOrient had initial face?: true +2026-04-26T12:41:18.849Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from COMMAND to IDLE +2026-04-26T12:41:18.856Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Completed action: 'HJOrient' with result: 'SUCCEEDED' +2026-04-26T12:41:19.582Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Switched Attention Rule:Idle Face +2026-04-26T12:41:22.316Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_LISTEN +2026-04-26T12:41:22.317Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_LISTEN in 0 ms. +2026-04-26T12:41:22.317Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_EOS +2026-04-26T12:41:22.318Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_EOS in 1 ms. +2026-04-26T12:41:22.325Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: skillSwitch: { skillID: undefined,\n onRobot: undefined,\n isProactive: undefined,\n skipSurprises: undefined,\n transID: 'tid-382634a8-416d-11f1-b4ab-5cf821ea55ae',\n data: \n ListenResult {\n asr: \n { confidence: 0.95,\n final: true,\n text: 'But what\'s your cloud version?' },\n nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'cloud_version',\n rules: [ 'launch', 'globals/global_commands_launch' ] },\n match: \n { cloudSkill: null,\n intent: 'cloud_version',\n rule: 'launch',\n score: 0.95 } } } +2026-04-26T12:41:22.328Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: globalTurnResult: { global: true,\n result: \n ListenResult {\n asr: \n { confidence: 0.95,\n final: true,\n text: 'But what\'s your cloud version?' },\n nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'cloud_version',\n rules: [ 'launch', 'globals/global_commands_launch' ] },\n match: \n { cloudSkill: null,\n intent: 'cloud_version',\n rule: 'launch',\n score: 0.95 } },\n status: 'SUCCEEDED',\n transID: 'tid-382634a8-416d-11f1-b4ab-5cf821ea55ae' } +2026-04-26T12:41:22.396Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_SKILL_INFO +2026-04-26T12:41:22.397Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_SKILL_INFO in 1 ms. +2026-04-26T12:41:22.337Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: eos received +2026-04-26T12:41:22.344Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Events.Global: skill relaunch command from Global Service { nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'cloud_version',\n rules: [ 'launch', 'globals/global_commands_launch' ] },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:41:22.349Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: requested skill switch @be/nimbus { nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'cloud_version',\n rules: [ 'launch', 'globals/global_commands_launch' ] },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:41:22.423Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from IDLE to ENGAGED +2026-04-26T12:41:22.354Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: no pending skill. interrupting current skill +2026-04-26T12:41:22.356Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: switching skill @be/idle @be/nimbus +2026-04-26T12:41:22.357Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting close skill @be/idle +2026-04-26T07:41:22.482062-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: GET TTS LEX +2026-04-26T07:41:22.482452-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get TTS Lex session start - 55399498-7ba6-4fd1-ad69-107f1f4d859d +2026-04-26T07:41:22.483044-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get TTS Lex session end - 55399498-7ba6-4fd1-ad69-107f1f4d859d +2026-04-26T12:41:22.359Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: stopping @be/idle +2026-04-26T07:41:22.505265-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: GET TTS POS Tags +2026-04-26T07:41:22.505612-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get POS Tags session start - 5ea87cec-129e-41a9-a7f4-c3b2f6118b6e +2026-04-26T12:41:22.361Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Stopping +2026-04-26T07:41:22.506625-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get POS Tags session end - 5ea87cec-129e-41a9-a7f4-c3b2f6118b6e +2026-04-26T07:41:22.527967-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: GET TTS Token times +2026-04-26T07:41:22.528747-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: {"tts":{"input_request":{"prompt":"","pitch":999.0,"speed":999.0,"pitchBandwidth":999.0,"mode":"ssml","outputMode":"stream","allPass":999.0,"enableDefaultVoice":"","framerate":999.0,"gvMCEP":999.0,"postfilter":999.0,"samplerate":999.0,"unvoicedvoiced":999.0,"voice":"griffin","locale":"en-us","volume":999.0,"whisper":"FALSE","cached":"TRUE","earlyStopTime":-1.0},"type":"token"}} +2026-04-26T12:41:22.364Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Events.Global: setting SLEEP to false +2026-04-26T12:41:22.367Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Clearing animation queue. +2026-04-26T12:41:22.374Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.TimerSpy: The current skill cleaned up all timers @be/idle +2026-04-26T12:41:22.375Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:41:22.377Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: ending close skill @be/idle +2026-04-26T12:41:22.377Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: deferring to action system with pending skill: @be/nimbus { nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'cloud_version',\n rules: [ 'launch', 'globals/global_commands_launch' ] },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:41:22.406Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: waiting on action system @be/nimbus +2026-04-26T12:41:22.409Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action: Incoming new goal 'Be Skill Switch Goal: '@be/nimbus'' +2026-04-26T12:41:22.411Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Taking action: 'Be Skill Switch Action' to achieve goal 'Be Skill Switch Goal: '@be/nimbus'' +2026-04-26T12:41:22.413Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Completed action: 'Be Skill Switch Action' with result: 'SUCCEEDED' +2026-04-26T12:41:22.415Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: action system reported accomplished goal @be/nimbus +2026-04-26T12:41:22.416Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting skill open @be/nimbus { nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'cloud_version',\n rules: [ 'launch', 'globals/global_commands_launch' ] },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:41:22.419Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: BeSkill open @be/idle @be/nimbus { nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'cloud_version',\n rules: [ 'launch', 'globals/global_commands_launch' ] },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:41:22.422Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: new skill preload @be/nimbus +2026-04-26T12:41:22.424Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: opening new skill @be/nimbus +2026-04-26T12:41:22.425Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Nimbus Opening +2026-04-26T12:41:22.427Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Awaiting Cloud Skill response... +2026-04-26T12:41:22.429Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: skill open success @be/nimbus { nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'cloud_version',\n rules: [ 'launch', 'globals/global_commands_launch' ] },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:41:22.431Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Received Cloud Skill response. +2026-04-26T12:41:22.432Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Processing Cloud Skill response... +2026-04-26T12:41:22.433Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Recieved analytics from cloud skill. +2026-04-26T12:41:22.434Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Processed Cloud Skill response. +2026-04-26T12:41:22.437Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Executing Cloud Skill SLIM: RUNTIME_PROMPT +2026-04-26T12:41:22.465Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:41:22.474Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Speak request received +2026-04-26T12:41:22.476Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Processing speak request +2026-04-26T12:41:22.477Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Starting new speak session: 7576ade3-c03a-49eb-bdfe-61db733e1a04 +2026-04-26T07:41:22.684319-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get Tokens session end - 1459a066-fc39-4027-b4ef-56d50b64905a +2026-04-26T12:41:22.705Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Pushing Speaking Attention Mode +2026-04-26T12:41:22.739Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from ENGAGED to SPEAKING +2026-04-26T12:41:22.757Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Waiting for Embodied Listen to finish +2026-04-26T12:41:22.758Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Dispatching Timeline: 7576ade3-c03a-49eb-bdfe-61db733e1a04 +2026-04-26T07:41:22.776049-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS session start - 9beb32af-5a68-437f-8811-22b166c12b8e +2026-04-26T07:41:22.776162-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: {"tts":{"input_request":{"prompt":"","pitch":999.0,"speed":999.0,"pitchBandwidth":999.0,"mode":"ssml","outputMode":"stream","allPass":999.0,"enableDefaultVoice":"","framerate":999.0,"gvMCEP":999.0,"postfilter":999.0,"samplerate":999.0,"unvoicedvoiced":999.0,"voice":"griffin","locale":"en-us","volume":999.0,"whisper":"FALSE","cached":"TRUE"},"type":"speak"}} +2026-04-26T07:41:22.776357-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS calling speak - 9beb32af-5a68-437f-8811-22b166c12b8e +2026-04-26T07:41:22.776384-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: Synthesizing cached +2026-04-26T12:41:23.445Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION AttentionManager not trying to do lookat, we have no dofs!! +2026-04-26T12:41:23.994Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.RecLoop: utterance: hey jibo score: 3 walign: ADE00728 palign: ADE3A4A8 {"word_alignment":"657724672 657724864 hey 0.00 657724864 657725248 jibo 0.00 "} +2026-04-26T12:41:23.994Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.RecLoop: HJ: signal sent to ASR will be boosted 25 dB +2026-04-26T12:41:23.995Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,debug]: - C.Jetstream.RecogSpeakerID: RecogSpeakerTD starting at 657724672 +2026-04-26T07:41:23.999350-05:00 Royal-Current-Sage-Canvas jibo-audio-service[639,notice]: - P.AudioService: detection: {"ts":[739266,945426],"type":"hotphrase","id":313,"location":{"ts":[739266,745546],"possibilities":[{"channels":[7],"position":{"x":-0.5233470797538757,"y":-0.7920605540275574,"z":0.05732239782810211},"confidence":0.021387455984950067}]},"utterances":[]} +2026-04-26T12:41:23.997Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_RECOG_HJ_EVENT +2026-04-26T12:41:23.999Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_RECOG_HJ_EVENT in 2 ms. +2026-04-26T12:41:24.007Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: globalTurnResult: { global: true,\n message: '',\n status: 'INTERRUPTED',\n transID: 'tid-382634a8-416d-11f1-b4ab-5cf821ea55ae' } +2026-04-26T12:41:24.011Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: hjHeard +2026-04-26T07:41:24.075096-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: { "tts": { "stop_request" : "Calling TTS stop" } } +2026-04-26T07:41:24.075151-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: Stop called +2026-04-26T12:41:24.026Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Stop request received +2026-04-26T12:41:24.027Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Processing stop request on active session: 7576ade3-c03a-49eb-bdfe-61db733e1a04 +2026-04-26T12:41:24.107Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from SPEAKING to COMMAND +2026-04-26T12:41:24.033Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Timeline Dispatch Stopped +2026-04-26T12:41:24.040Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Stop request received +2026-04-26T07:41:24.124486-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS session end - 9beb32af-5a68-437f-8811-22b166c12b8e +2026-04-26T12:41:24.093Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action: Incoming new goal 'Hey Jibo' +2026-04-26T12:41:24.097Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Taking action: 'Basic Lookat' to achieve goal 'Hey Jibo' +2026-04-26T12:41:24.139Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Received attendToTarget request +2026-04-26T12:41:24.179Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION attendToTarget Command Look rule has fired! +2026-04-26T12:41:24.183Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Switched Attention Rule:Command Look +2026-04-26T12:41:24.431Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Timeline Dispatch Complete: 7576ade3-c03a-49eb-bdfe-61db733e1a04 +2026-04-26T12:41:24.445Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Speak Complete: 7576ade3-c03a-49eb-bdfe-61db733e1a04 +2026-04-26T12:41:24.447Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Ready for next speak request +2026-04-26T12:41:25.044Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.RecogSpeakerID: Speaker ID: isAuthDone=true but AuthResult=false +2026-04-26T12:41:25.044Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_RECOG_SPEAKER_EVENT +2026-04-26T12:41:25.044Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_RECOG_SPEAKER_EVENT in 0 ms. +2026-04-26T07:41:25.045205-05:00 Royal-Current-Sage-Canvas jibo-audio-service[639,notice]: - P.AudioService: detection: {"ts":[739267,991285],"type":"jet_speaker_id","id":313,"data":{"speakers":[],"snr":0.0}} +2026-04-26T07:41:25.045880-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,warning]: - P.Engine.AudioDetectionAction: SpeakerID with no IDs? +2026-04-26T12:41:25.046Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter.ConvTechSpeakerID: Speaker ID: Empty speaker list +2026-04-26T12:41:25.047Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Most recent speaker invalidated by rejected speaker id. +2026-04-26T12:41:25.159Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: visible face stopped 11815 +2026-04-26T12:41:26.034Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION attendToTarget Command Look resolving with status:SUCCEEDED +2026-04-26T12:41:26.046Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from COMMAND to ENGAGED +2026-04-26T12:41:26.049Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Completed action: 'Basic Lookat' with result: 'SUCCEEDED' +2026-04-26T12:41:27.946Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.RecLoop: utterance: hey jibo score: 59 walign: ADE00728 palign: ADE3A4A8 {"word_alignment":"657728640 657728896 hey 0.00 657728896 657729152 jibo 0.00 "} +2026-04-26T12:41:27.946Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.RecLoop: HJ: signal sent to ASR will be boosted 8.78853 dB +2026-04-26T12:41:27.947Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_RECOG_HJ_EVENT +2026-04-26T12:41:27.947Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,debug]: - C.Jetstream.RecogSpeakerID: RecogSpeakerTD starting at 657728640 +2026-04-26T12:41:27.948Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_RECOG_HJ_EVENT in 1 ms. +2026-04-26T07:41:27.949621-05:00 Royal-Current-Sage-Canvas jibo-audio-service[639,notice]: - P.AudioService: detection: {"ts":[739270,895640],"type":"hotphrase","id":314,"location":{"ts":[739270,695595],"possibilities":[{"channels":[17,5],"position":{"x":0.0662880688905716,"y":0.9392038583755493,"z":0.2175169736146927},"confidence":0.08864476531744003}]},"utterances":[]} +2026-04-26T12:41:27.949Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: globalTurnResult: { global: true,\n message: '',\n status: 'INTERRUPTED',\n transID: 'tid-3c0e05fa-416d-11f1-95b1-5cf821ea55ae' } +2026-04-26T12:41:27.961Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: hjHeard +2026-04-26T12:41:27.984Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from ENGAGED to COMMAND +2026-04-26T12:41:27.975Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action: Incoming new goal 'Hey Jibo' +2026-04-26T12:41:27.977Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Taking action: 'Basic Lookat' to achieve goal 'Hey Jibo' +2026-04-26T07:41:27.999692-05:00 Royal-Current-Sage-Canvas jibo-audio-service[639,notice]: - P.AudioService: detection: {"ts":[739270,945759],"type":"jet_speaker_id","id":314,"data":{"speakers":[{"speaker":"5c0b221fdf9d450019c5e255","score":5.249964237213135,"accepted":true,"high_confidence":true}],"snr":20.860187530517579}} +2026-04-26T07:41:28.000795-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion::measure input from: voice with 1 hypotheses +2026-04-26T07:41:28.000890-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: Identity::Measure voice Quality:20.8602 Id: 5c0b221fdf9d450019c5e255 Conf: 5.24996 +2026-04-26T07:41:28.000968-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion with 2 options from 8 inputs. +2026-04-26T07:41:28.001032-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion::updateIdentity Op: 5c0b221fdf9d450019c5e255 Score: 0.0426132 Op: NOT_TRAINED Score: 0.0375 +2026-04-26T07:41:28.001063-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: Identity Update Best Score: 0.0426132 Best ID: 5c0b221fdf9d450019c5e255 +2026-04-26T07:41:28.001092-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion NO CHANGE. +2026-04-26T12:41:27.998Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,debug]: - C.Jetstream.RecLoop: Speaker: 5c0b221fdf9d450019c5e255 score: 5.24996 accepted: 1 +2026-04-26T12:41:27.998Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_RECOG_SPEAKER_EVENT +2026-04-26T12:41:27.999Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_RECOG_SPEAKER_EVENT in 1 ms. +2026-04-26T12:41:28.005Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Received attendToTarget request +2026-04-26T12:41:28.012Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter.ConvTechSpeakerID: Speaker ID: 5c0b221fdf9d450019c5e255 | accepted: true | confidence: true | score: 5.249964237213135 +2026-04-26T12:41:28.013Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Most recent speaker accepted. +2026-04-26T12:41:28.027Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION attendToTarget Command Look rule has fired! +2026-04-26T12:41:28.029Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Asserting attention rule after interruption: Command Look +2026-04-26T07:41:28.097252-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion::measure input from: voice with 1 hypotheses +2026-04-26T07:41:28.097332-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: Identity::Measure voice Quality:20.8602 Id: 5c0b221fdf9d450019c5e255 Conf: 5.24996 +2026-04-26T07:41:28.097417-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion with 2 options from 1 inputs. +2026-04-26T07:41:28.097534-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion::updateIdentity Op: 5c0b221fdf9d450019c5e255 Score: 0.340906 Op: NOT_TRAINED Score: 0.3 +2026-04-26T07:41:28.097583-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: Identity Update Best Score: 0.340906 Best ID: 5c0b221fdf9d450019c5e255 +2026-04-26T07:41:28.097628-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion CHANGING identity from UNKNOWN to 5c0b221fdf9d450019c5e255 +2026-04-26T12:41:28.761Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,warning]: - C.Jibohub_client.Connection: Socket to HUB opened in >500ms. +2026-04-26T12:41:28.761Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.LhubClient: Hub Client connection opened. +2026-04-26T12:41:28.761Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_CLIENT_CONNECT_RESULT +2026-04-26T12:41:28.761Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: [messageContext@1 gain="2.750595" requestID="GLOBAL" transID="tid-3e689392-416d-11f1-af55-5cf821ea55ae"] C.Jetstream.LhubClient: Hub LISTEN request keystone log entry +2026-04-26T12:41:28.762Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,debug]: - C.Jetstream.LhubClient: Set Audio encoder to type: OGG_OPUS +2026-04-26T12:41:28.809Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_CLIENT_CONNECT_RESULT in 48 ms. +2026-04-26T12:41:28.812Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: globalTurnStarted +2026-04-26T12:41:29.750Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,warning]: - C.Jibohub_client.Connection: Socket to HUB opened in >500ms. +2026-04-26T12:41:29.750Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.LhubClient: Hub Client connection opened. +2026-04-26T12:41:29.753Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_CLIENT_CONNECT_RESULT +2026-04-26T12:41:29.753Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_CLIENT_CONNECT_RESULT in 0 ms. +2026-04-26T12:41:29.952Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION attendToTarget Command Look resolving with status:SUCCEEDED +2026-04-26T12:41:29.962Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from COMMAND to ENGAGED +2026-04-26T12:41:29.965Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Completed action: 'Basic Lookat' with result: 'SUCCEEDED' +2026-04-26T12:41:32.978Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: deleting person entity 11815 +2026-04-26T12:41:33.161Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Primary face selected (position based): 11823 +2026-04-26T12:41:33.164Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Switched Attention Rule:Engaged Primary Face +2026-04-26T12:41:33.158Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: visible face started 11823 +2026-04-26T12:41:33.166Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Emotion.Appraisal.IdentityRule: Appraising data from identity data: VISIBLE_FACE_STARTED +2026-04-26T12:41:33.458Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_LISTEN +2026-04-26T12:41:33.459Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_LISTEN in 1 ms. +2026-04-26T12:41:33.459Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_EOS +2026-04-26T12:41:33.462Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_EOS in 3 ms. +2026-04-26T12:41:33.460Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: skillSwitch: { skillID: undefined,\n onRobot: undefined,\n isProactive: undefined,\n skipSurprises: undefined,\n transID: 'tid-3e689392-416d-11f1-af55-5cf821ea55ae',\n data: \n ListenResult {\n asr: \n { confidence: 0.95,\n final: true,\n text: 'What\'s your cloud version?' },\n nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'cloud_version',\n rules: [ 'launch', 'globals/global_commands_launch' ] },\n match: \n { cloudSkill: null,\n intent: 'cloud_version',\n rule: 'launch',\n score: 0.95 } } } +2026-04-26T12:41:33.466Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: globalTurnResult: { global: true,\n result: \n ListenResult {\n asr: \n { confidence: 0.95,\n final: true,\n text: 'What\'s your cloud version?' },\n nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'cloud_version',\n rules: [ 'launch', 'globals/global_commands_launch' ] },\n match: \n { cloudSkill: null,\n intent: 'cloud_version',\n rule: 'launch',\n score: 0.95 } },\n status: 'SUCCEEDED',\n transID: 'tid-3e689392-416d-11f1-af55-5cf821ea55ae' } +2026-04-26T12:41:33.477Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: eos received +2026-04-26T12:41:33.479Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Events.Global: skill relaunch command from Global Service { nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'cloud_version',\n rules: [ 'launch', 'globals/global_commands_launch' ] },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:41:33.516Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_SKILL_INFO +2026-04-26T12:41:33.517Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_SKILL_INFO in 1 ms. +2026-04-26T12:41:33.484Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: requested skill switch @be/nimbus { nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'cloud_version',\n rules: [ 'launch', 'globals/global_commands_launch' ] },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:41:33.485Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: no pending skill. interrupting current skill +2026-04-26T12:41:33.489Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: switching skill @be/nimbus @be/nimbus +2026-04-26T12:41:33.489Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: refreshing skill @be/nimbus { nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'cloud_version',\n rules: [ 'launch', 'globals/global_commands_launch' ] },\n asr: { text: '', confidence: 0.95 } } { nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'cloud_version',\n rules: [ 'launch', 'globals/global_commands_launch' ] },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:41:33.494Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Nimbus Opening +2026-04-26T12:41:33.494Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: refreshing skill success @be/nimbus { nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'cloud_version',\n rules: [ 'launch', 'globals/global_commands_launch' ] },\n asr: { text: '', confidence: 0.95 } } { nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'cloud_version',\n rules: [ 'launch', 'globals/global_commands_launch' ] },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T07:41:33.571085-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: GET TTS LEX +2026-04-26T07:41:33.571693-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get TTS Lex session start - f9aca605-a2ed-412d-b291-2f10f8f5d6fc +2026-04-26T07:41:33.572181-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get TTS Lex session end - f9aca605-a2ed-412d-b291-2f10f8f5d6fc +2026-04-26T12:41:33.503Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:41:33.510Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Awaiting Cloud Skill response... +2026-04-26T07:41:33.598582-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: GET TTS POS Tags +2026-04-26T07:41:33.599012-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get POS Tags session start - eb916043-0090-4a67-a467-984ff434aeda +2026-04-26T07:41:33.600032-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get POS Tags session end - eb916043-0090-4a67-a467-984ff434aeda +2026-04-26T12:41:33.527Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Received Cloud Skill response. +2026-04-26T12:41:33.527Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Processing Cloud Skill response... +2026-04-26T07:41:33.624378-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: GET TTS Token times +2026-04-26T07:41:33.625294-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: {"tts":{"input_request":{"prompt":"","pitch":999.0,"speed":999.0,"pitchBandwidth":999.0,"mode":"ssml","outputMode":"stream","allPass":999.0,"enableDefaultVoice":"","framerate":999.0,"gvMCEP":999.0,"postfilter":999.0,"samplerate":999.0,"unvoicedvoiced":999.0,"voice":"griffin","locale":"en-us","volume":999.0,"whisper":"FALSE","cached":"TRUE","earlyStopTime":-1.0},"type":"token"}} +2026-04-26T12:41:33.528Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Recieved analytics from cloud skill. +2026-04-26T12:41:33.529Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Processed Cloud Skill response. +2026-04-26T12:41:33.530Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Executing Cloud Skill SLIM: RUNTIME_PROMPT +2026-04-26T12:41:33.559Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:41:33.565Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Speak request received +2026-04-26T12:41:33.566Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Processing speak request +2026-04-26T12:41:33.567Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Starting new speak session: 1a30e576-7074-4e7a-86fc-f15699222905 +2026-04-26T07:41:33.777315-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get Tokens session end - 2ce38cf4-6b0b-4bec-ad81-9ed34ff03e56 +2026-04-26T12:41:33.793Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Pushing Speaking Attention Mode +2026-04-26T12:41:33.833Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from ENGAGED to SPEAKING +2026-04-26T12:41:33.855Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Waiting for Embodied Listen to finish +2026-04-26T07:41:33.870732-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS session start - fb6e6a4b-90f8-4e3f-abc6-752bdab27d31 +2026-04-26T07:41:33.870902-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: {"tts":{"input_request":{"prompt":"","pitch":999.0,"speed":999.0,"pitchBandwidth":999.0,"mode":"ssml","outputMode":"stream","allPass":999.0,"enableDefaultVoice":"","framerate":999.0,"gvMCEP":999.0,"postfilter":999.0,"samplerate":999.0,"unvoicedvoiced":999.0,"voice":"griffin","locale":"en-us","volume":999.0,"whisper":"FALSE","cached":"TRUE"},"type":"speak"}} +2026-04-26T07:41:33.871152-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS calling speak - fb6e6a4b-90f8-4e3f-abc6-752bdab27d31 +2026-04-26T07:41:33.871188-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: Synthesizing cached +2026-04-26T12:41:33.857Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Dispatching Timeline: 1a30e576-7074-4e7a-86fc-f15699222905 +2026-04-26T12:41:34.582Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION AttentionManager not trying to do lookat, we have no dofs!! +2026-04-26T12:41:35.860Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Switched Attention Rule:Speaking Primary Face +2026-04-26T12:41:36.768Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION AttentionManager not trying to do lookat, we have no dofs!! +2026-04-26T07:41:36.917279-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS session end - fb6e6a4b-90f8-4e3f-abc6-752bdab27d31 +2026-04-26T12:41:37.054Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from SPEAKING to ENGAGED +2026-04-26T12:41:37.049Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Timeline Dispatch Complete: 1a30e576-7074-4e7a-86fc-f15699222905 +2026-04-26T12:41:37.068Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Speak Complete: 1a30e576-7074-4e7a-86fc-f15699222905 +2026-04-26T12:41:37.071Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Cleaning up session +2026-04-26T12:41:37.072Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Ready for next speak request +2026-04-26T12:41:37.073Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Stop request received +2026-04-26T12:41:37.075Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:41:37.084Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: requested skill switch @be/surprises { lastSkill: '@be/nimbus', asr: { text: '', confidence: 1 } } +2026-04-26T12:41:37.087Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: no pending skill. interrupting current skill +2026-04-26T12:41:37.100Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: switching skill @be/nimbus @be/surprises +2026-04-26T12:41:37.102Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting close skill @be/nimbus +2026-04-26T12:41:37.103Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: stopping @be/nimbus +2026-04-26T12:41:37.104Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Nimbus Closing +2026-04-26T12:41:37.107Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.TimerSpy: The current skill cleaned up all timers @be/nimbus +2026-04-26T12:41:37.108Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:41:37.109Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: ending close skill @be/nimbus +2026-04-26T12:41:37.111Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: deferring to action system with pending skill: @be/surprises { lastSkill: '@be/nimbus', asr: { text: '', confidence: 1 } } +2026-04-26T12:41:37.136Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: waiting on action system @be/surprises +2026-04-26T12:41:37.145Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action: Incoming new goal 'Be Skill Switch Goal: '@be/surprises'' +2026-04-26T12:41:37.147Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Taking action: 'Be Skill Switch Action' to achieve goal 'Be Skill Switch Goal: '@be/surprises'' +2026-04-26T12:41:37.150Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Completed action: 'Be Skill Switch Action' with result: 'SUCCEEDED' +2026-04-26T12:41:37.152Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: action system reported accomplished goal @be/surprises +2026-04-26T12:41:37.153Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting skill open @be/surprises { lastSkill: '@be/nimbus', asr: { text: '', confidence: 1 } } +2026-04-26T12:41:37.156Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: BeSkill open @be/nimbus @be/surprises { lastSkill: '@be/nimbus', asr: { text: '', confidence: 1 } } +2026-04-26T12:41:37.158Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: new skill preload @be/surprises +2026-04-26T12:41:37.159Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: opening new skill @be/surprises +2026-04-26T12:41:37.160Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:41:37.162Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: skill open success @be/surprises { lastSkill: '@be/nimbus', asr: { text: '', confidence: 1 } } +2026-04-26T12:41:37.326Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SurprisesDate: Contextual Priority step 1 +2026-04-26T12:41:37.329Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:41:37.375Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SurprisesDate: Contextual Priority step 2 +2026-04-26T12:41:37.387Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Surprises: No Eos categories participating +2026-04-26T12:41:37.391Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Surprises: No EoS category selected +2026-04-26T12:41:37.393Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: requested skill switch @be/idle { exitOptions: {}, asr: { text: '', confidence: 1 } } +2026-04-26T12:41:37.395Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: no pending skill. interrupting current skill +2026-04-26T12:41:37.404Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: switching skill @be/surprises @be/idle +2026-04-26T12:41:37.405Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting close skill @be/surprises +2026-04-26T12:41:37.406Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: stopping @be/surprises +2026-04-26T12:41:37.406Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Surprises: Exiting +2026-04-26T12:41:37.408Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.TimerSpy: The current skill cleaned up all timers @be/surprises +2026-04-26T12:41:37.413Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:41:37.415Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: ending close skill @be/surprises +2026-04-26T12:41:37.415Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: deferring to action system with pending skill: @be/idle { exitOptions: {}, asr: { text: '', confidence: 1 } } +2026-04-26T12:41:37.436Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: waiting on action system @be/idle +2026-04-26T12:41:37.468Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from ENGAGED to IDLE +2026-04-26T12:41:37.441Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action: Incoming new goal 'Be Skill Switch Goal: '@be/idle'' +2026-04-26T12:41:37.448Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Taking action: 'Be Skill Switch Action' to achieve goal 'Be Skill Switch Goal: '@be/idle'' +2026-04-26T12:41:37.449Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:41:37.450Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Proactive.OpportunityDetector: Evaluating trigger source: SURPRISE with looperID: 5c0b221fdf9d450019c5e255 +2026-04-26T12:41:37.452Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Proactive.SignalRateLimiterStatus: Failed: MID MORNING has 0 triggers remaining +2026-04-26T12:41:37.452Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Proactive.OpportunityDetector: Failed an inhibitor +2026-04-26T12:41:37.454Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Completed action: 'Be Skill Switch Action' with result: 'SUCCEEDED' +2026-04-26T12:41:37.455Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: action system reported accomplished goal @be/idle +2026-04-26T12:41:37.456Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting skill open @be/idle { exitOptions: {}, asr: { text: '', confidence: 1 } } +2026-04-26T12:41:37.457Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: BeSkill open @be/surprises @be/idle { exitOptions: {}, asr: { text: '', confidence: 1 } } +2026-04-26T12:41:37.462Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: new skill preload @be/idle +2026-04-26T12:41:37.466Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: opening new skill @be/idle +2026-04-26T12:41:37.467Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:41:37.472Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Events.Global: adding listener for SLEEP +2026-04-26T12:41:37.475Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Events.Global: setting SLEEP to true +2026-04-26T12:41:37.481Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Starting +2026-04-26T12:41:37.483Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: State changed from ALERT to SELECT_INTENT. +2026-04-26T12:41:37.484Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Entering: SELECT_INTENT +2026-04-26T12:41:37.489Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: skill open success @be/idle { exitOptions: {}, asr: { text: '', confidence: 1 } } +2026-04-26T12:41:37.502Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: State changed from SELECT_INTENT to ALERT. +2026-04-26T12:41:37.504Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Entering ALERT +2026-04-26T12:41:37.514Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: No transitions between SELECT_INTENT and ALERT +2026-04-26T12:41:37.575Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Brightness set to 0.4. +2026-04-26T12:41:37.667Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Proactive.SignalFacePersisted: Persisting face entity ID 11823 has an identity of 5c0b221fdf9d450019c5e255 +2026-04-26T12:41:38.200Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Switched Attention Rule:Idle Face +2026-04-26T12:41:41.346Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.RecLoop: utterance: hey jibo score: 285 walign: ADE00728 palign: ADE3A4A8 {"word_alignment":"657742080 657742272 hey 0.00 657742272 657742592 jibo 0.00 "} +2026-04-26T12:41:41.346Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.RecLoop: HJ: signal sent to ASR will be boosted 0.451337 dB +2026-04-26T12:41:41.346Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_RECOG_HJ_EVENT +2026-04-26T12:41:41.347Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,debug]: - C.Jetstream.RecogSpeakerID: RecogSpeakerTD starting at 657742080 +2026-04-26T12:41:41.348Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_RECOG_HJ_EVENT in 2 ms. +2026-04-26T07:41:41.354782-05:00 Royal-Current-Sage-Canvas jibo-audio-service[639,notice]: - P.AudioService: detection: {"ts":[739284,300744],"type":"hotphrase","id":315,"location":{"ts":[739284,102417],"possibilities":[{"channels":[0],"position":{"x":0.191910520195961,"y":1.0030115842819214,"z":0.16600370407104493},"confidence":0.07940153777599335}]},"utterances":[]} +2026-04-26T12:41:41.353Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: globalTurnResult: { global: true,\n message: '',\n status: 'INTERRUPTED',\n transID: 'tid-3e689392-416d-11f1-af55-5cf821ea55ae' } +2026-04-26T12:41:41.360Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: hjHeard +2026-04-26T12:41:41.398Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,debug]: - C.Jetstream.RecLoop: Speaker: 5c0b221fdf9d450019c5e255 score: 7.58362 accepted: 1 +2026-04-26T12:41:41.398Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_RECOG_SPEAKER_EVENT +2026-04-26T12:41:41.399Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_RECOG_SPEAKER_EVENT in 1 ms. +2026-04-26T07:41:41.399363-05:00 Royal-Current-Sage-Canvas jibo-audio-service[639,notice]: - P.AudioService: detection: {"ts":[739284,345402],"type":"jet_speaker_id","id":315,"data":{"speakers":[{"speaker":"5c0b221fdf9d450019c5e255","score":7.583616256713867,"accepted":true,"high_confidence":true}],"snr":25.313737869262697}} +2026-04-26T12:41:41.403Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter.ConvTechSpeakerID: Speaker ID: 5c0b221fdf9d450019c5e255 | accepted: true | confidence: true | score: 7.583616256713867 +2026-04-26T12:41:41.404Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Most recent speaker accepted. +2026-04-26T12:41:41.463Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action: Incoming new goal 'Hey Jibo' +2026-04-26T12:41:41.473Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from IDLE to COMMAND +2026-04-26T12:41:41.467Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Taking action: 'HJOrient' to achieve goal 'Hey Jibo' +2026-04-26T12:41:41.480Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action: Initial face: { x: 0.191910520195961,\n y: 1.0030115842819214,\n z: 0.16600370407104492 } 11823 +2026-04-26T12:41:41.486Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Received attendToTarget request +2026-04-26T12:41:41.511Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION attendToTarget Command Look rule has fired! +2026-04-26T12:41:41.512Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Switched Attention Rule:Command Look +2026-04-26T07:41:41.796140-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion::measure input from: voice with 1 hypotheses +2026-04-26T07:41:41.796238-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: Identity::Measure voice Quality:25.3137 Id: 5c0b221fdf9d450019c5e255 Conf: 7.58362 +2026-04-26T07:41:41.796323-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion with 2 options from 2 inputs. +2026-04-26T07:41:41.796381-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion::updateIdentity Op: 5c0b221fdf9d450019c5e255 Score: 0.276528 Op: NOT_TRAINED Score: 0.15 +2026-04-26T07:41:41.796429-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: Identity Update Best Score: 0.276528 Best ID: 5c0b221fdf9d450019c5e255 +2026-04-26T07:41:41.796463-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion NO CHANGE. +2026-04-26T12:41:41.807Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.LhubClient: Hub Client connection opened. +2026-04-26T12:41:41.808Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_CLIENT_CONNECT_RESULT +2026-04-26T12:41:41.808Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: [messageContext@1 gain="1.053336" requestID="GLOBAL" transID="tid-4665373a-416d-11f1-a2af-5cf821ea55ae"] C.Jetstream.LhubClient: Hub LISTEN request keystone log entry +2026-04-26T12:41:41.811Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,debug]: - C.Jetstream.LhubClient: Set Audio encoder to type: OGG_OPUS +2026-04-26T12:41:41.882Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_CLIENT_CONNECT_RESULT in 75 ms. +2026-04-26T12:41:41.890Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: globalTurnStarted +2026-04-26T12:41:42.678Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION attendToTarget Command Look resolving with status:SUCCEEDED +2026-04-26T12:41:42.679Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Primary face selected (position based): 11823 +2026-04-26T12:41:42.691Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: visible face stopped 11823 +2026-04-26T12:41:42.706Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from COMMAND to IDLE +2026-04-26T12:41:42.693Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: deleting person entity 11823 +2026-04-26T12:41:42.702Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.HJOrient: HJOrient time to face: 3 +2026-04-26T12:41:42.704Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.HJOrient: HJOrient had initial face?: true +2026-04-26T12:41:42.715Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Completed action: 'HJOrient' with result: 'SUCCEEDED' +2026-04-26T12:41:46.414Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_LISTEN +2026-04-26T12:41:46.415Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_LISTEN in 1 ms. +2026-04-26T12:41:46.415Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_EOS +2026-04-26T12:41:46.415Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_EOS in 0 ms. +2026-04-26T12:41:46.415Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: skillSwitch: { skillID: undefined,\n onRobot: undefined,\n isProactive: undefined,\n skipSurprises: undefined,\n transID: 'tid-4665373a-416d-11f1-a2af-5cf821ea55ae',\n data: \n ListenResult {\n asr: { confidence: 0.95, final: true, text: 'Play the news.' },\n nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'news',\n rules: [ 'launch', 'globals/global_commands_launch' ] },\n match: \n { cloudSkill: 'news',\n intent: 'news',\n rule: 'launch',\n score: 0.95 } } } +2026-04-26T12:41:46.418Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: globalTurnResult: { global: true,\n result: \n ListenResult {\n asr: { confidence: 0.95, final: true, text: 'Play the news.' },\n nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'news',\n rules: [ 'launch', 'globals/global_commands_launch' ] },\n match: \n { cloudSkill: 'news',\n intent: 'news',\n rule: 'launch',\n score: 0.95 } },\n status: 'SUCCEEDED',\n transID: 'tid-4665373a-416d-11f1-a2af-5cf821ea55ae' } +2026-04-26T12:41:46.471Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_SKILL_INFO +2026-04-26T12:41:46.431Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: eos received +2026-04-26T12:41:46.471Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_SKILL_INFO in 0 ms. +2026-04-26T12:41:46.433Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Events.Global: skill relaunch command from Global Service { nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'news',\n rules: [ 'launch', 'globals/global_commands_launch' ] },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:41:46.435Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: requested skill switch @be/nimbus { nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'news',\n rules: [ 'launch', 'globals/global_commands_launch' ] },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:41:46.438Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: no pending skill. interrupting current skill +2026-04-26T12:41:46.446Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: switching skill @be/idle @be/nimbus +2026-04-26T12:41:46.507Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from IDLE to ENGAGED +2026-04-26T12:41:46.447Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting close skill @be/idle +2026-04-26T12:41:46.449Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: stopping @be/idle +2026-04-26T12:41:46.451Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Stopping +2026-04-26T07:41:46.559981-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: GET TTS LEX +2026-04-26T07:41:46.560413-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get TTS Lex session start - a80e5040-64ad-4197-9bd6-77fea0467bb2 +2026-04-26T07:41:46.561387-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get TTS Lex session end - a80e5040-64ad-4197-9bd6-77fea0467bb2 +2026-04-26T12:41:46.453Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Events.Global: setting SLEEP to false +2026-04-26T12:41:46.455Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Clearing animation queue. +2026-04-26T07:41:46.578513-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: GET TTS POS Tags +2026-04-26T07:41:46.578945-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get POS Tags session start - 7b103383-322e-4adc-83ce-5a34b98da844 +2026-04-26T07:41:46.579500-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get POS Tags session end - 7b103383-322e-4adc-83ce-5a34b98da844 +2026-04-26T12:41:46.462Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.TimerSpy: The current skill cleaned up all timers @be/idle +2026-04-26T12:41:46.463Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T07:41:46.610319-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: GET TTS POS Tags +2026-04-26T07:41:46.610781-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get POS Tags session start - 0b78c721-c003-43a0-8a4f-d9b7471d368f +2026-04-26T07:41:46.612121-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get POS Tags session end - 0b78c721-c003-43a0-8a4f-d9b7471d368f +2026-04-26T07:41:46.644996-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: GET TTS Token times +2026-04-26T07:41:46.645774-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: {"tts":{"input_request":{"prompt":"","pitch":999.0,"speed":999.0,"pitchBandwidth":999.0,"mode":"ssml","outputMode":"stream","allPass":999.0,"enableDefaultVoice":"","framerate":999.0,"gvMCEP":999.0,"postfilter":999.0,"samplerate":999.0,"unvoicedvoiced":999.0,"voice":"griffin","locale":"en-us","volume":999.0,"whisper":"FALSE","cached":"TRUE","earlyStopTime":-1.0},"type":"token"}} +2026-04-26T12:41:46.465Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: ending close skill @be/idle +2026-04-26T12:41:46.466Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: deferring to action system with pending skill: @be/nimbus { nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'news',\n rules: [ 'launch', 'globals/global_commands_launch' ] },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:41:46.487Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: waiting on action system @be/nimbus +2026-04-26T12:41:46.494Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action: Incoming new goal 'Be Skill Switch Goal: '@be/nimbus'' +2026-04-26T12:41:46.497Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Taking action: 'Be Skill Switch Action' to achieve goal 'Be Skill Switch Goal: '@be/nimbus'' +2026-04-26T12:41:46.500Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Completed action: 'Be Skill Switch Action' with result: 'SUCCEEDED' +2026-04-26T12:41:46.501Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: action system reported accomplished goal @be/nimbus +2026-04-26T12:41:46.502Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting skill open @be/nimbus { nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'news',\n rules: [ 'launch', 'globals/global_commands_launch' ] },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:41:46.503Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: BeSkill open @be/idle @be/nimbus { nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'news',\n rules: [ 'launch', 'globals/global_commands_launch' ] },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:41:46.506Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: new skill preload @be/nimbus +2026-04-26T12:41:46.507Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: opening new skill @be/nimbus +2026-04-26T12:41:46.508Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Nimbus Opening +2026-04-26T12:41:46.512Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Awaiting Cloud Skill response... +2026-04-26T12:41:46.513Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: skill open success @be/nimbus { nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'news',\n rules: [ 'launch', 'globals/global_commands_launch' ] },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:41:46.515Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Received Cloud Skill response. +2026-04-26T12:41:46.517Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Processing Cloud Skill response... +2026-04-26T12:41:46.518Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Recieved analytics from cloud skill. +2026-04-26T12:41:46.519Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Processed Cloud Skill response. +2026-04-26T12:41:46.520Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Executing Cloud Skill SLIM: RUNTIME_PROMPT +2026-04-26T12:41:46.541Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:41:46.553Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Speak request received +2026-04-26T12:41:46.554Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Processing speak request +2026-04-26T12:41:46.555Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Starting new speak session: d68e3c64-f5cd-4ed6-bfaf-cb06e51b70ee +2026-04-26T07:41:47.061512-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get Tokens session end - 12071582-126b-40d5-9e53-77e676fd0162 +2026-04-26T12:41:47.085Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Pushing Speaking Attention Mode +2026-04-26T12:41:47.118Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from ENGAGED to SPEAKING +2026-04-26T12:41:47.123Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Waiting for Embodied Listen to finish +2026-04-26T12:41:47.125Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Dispatching Timeline: d68e3c64-f5cd-4ed6-bfaf-cb06e51b70ee +2026-04-26T07:41:47.134507-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS session start - 7d76eb0e-dde3-4d19-88eb-aee8014c5020 +2026-04-26T07:41:47.134647-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: {"tts":{"input_request":{"prompt":"","pitch":999.0,"speed":999.0,"pitchBandwidth":999.0,"mode":"ssml","outputMode":"stream","allPass":999.0,"enableDefaultVoice":"","framerate":999.0,"gvMCEP":999.0,"postfilter":999.0,"samplerate":999.0,"unvoicedvoiced":999.0,"voice":"griffin","locale":"en-us","volume":999.0,"whisper":"FALSE","cached":"TRUE"},"type":"speak"}} +2026-04-26T07:41:47.134937-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS calling speak - 7d76eb0e-dde3-4d19-88eb-aee8014c5020 +2026-04-26T07:41:47.134977-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: Synthesizing cached +2026-04-26T07:41:56.879341-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS session end - 7d76eb0e-dde3-4d19-88eb-aee8014c5020 +2026-04-26T12:41:56.904Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from SPEAKING to ENGAGED +2026-04-26T12:41:56.901Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Timeline Dispatch Complete: d68e3c64-f5cd-4ed6-bfaf-cb06e51b70ee +2026-04-26T12:41:56.920Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Speak Complete: d68e3c64-f5cd-4ed6-bfaf-cb06e51b70ee +2026-04-26T12:41:56.925Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Cleaning up session +2026-04-26T12:41:56.928Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Ready for next speak request +2026-04-26T12:41:56.929Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Stop request received +2026-04-26T12:41:56.929Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:41:56.936Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: requested skill switch @be/surprises { lastSkill: '@be/nimbus', asr: { text: '', confidence: 1 } } +2026-04-26T12:41:56.938Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: no pending skill. interrupting current skill +2026-04-26T12:41:56.949Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: switching skill @be/nimbus @be/surprises +2026-04-26T12:41:56.951Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting close skill @be/nimbus +2026-04-26T12:41:56.955Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: stopping @be/nimbus +2026-04-26T12:41:56.957Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Nimbus Closing +2026-04-26T12:41:56.959Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.TimerSpy: The current skill cleaned up all timers @be/nimbus +2026-04-26T12:41:56.963Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:41:56.965Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: ending close skill @be/nimbus +2026-04-26T12:41:56.966Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: deferring to action system with pending skill: @be/surprises { lastSkill: '@be/nimbus', asr: { text: '', confidence: 1 } } +2026-04-26T12:41:56.978Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: waiting on action system @be/surprises +2026-04-26T12:41:56.983Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action: Incoming new goal 'Be Skill Switch Goal: '@be/surprises'' +2026-04-26T12:41:56.986Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Taking action: 'Be Skill Switch Action' to achieve goal 'Be Skill Switch Goal: '@be/surprises'' +2026-04-26T12:41:56.988Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Completed action: 'Be Skill Switch Action' with result: 'SUCCEEDED' +2026-04-26T12:41:56.990Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: action system reported accomplished goal @be/surprises +2026-04-26T12:41:56.991Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting skill open @be/surprises { lastSkill: '@be/nimbus', asr: { text: '', confidence: 1 } } +2026-04-26T12:41:56.992Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: BeSkill open @be/nimbus @be/surprises { lastSkill: '@be/nimbus', asr: { text: '', confidence: 1 } } +2026-04-26T12:41:56.996Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: new skill preload @be/surprises +2026-04-26T12:41:56.997Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: opening new skill @be/surprises +2026-04-26T12:41:56.998Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:41:56.999Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: skill open success @be/surprises { lastSkill: '@be/nimbus', asr: { text: '', confidence: 1 } } +2026-04-26T12:41:57.159Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SurprisesDate: Contextual Priority step 1 +2026-04-26T12:41:57.161Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:41:57.198Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SurprisesDate: Contextual Priority step 2 +2026-04-26T12:41:57.209Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Surprises: No Eos categories participating +2026-04-26T12:41:57.211Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Surprises: No EoS category selected +2026-04-26T12:41:57.212Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: requested skill switch @be/idle { exitOptions: {}, asr: { text: '', confidence: 1 } } +2026-04-26T12:41:57.215Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: no pending skill. interrupting current skill +2026-04-26T12:41:57.269Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from ENGAGED to IDLE +2026-04-26T12:41:57.222Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: switching skill @be/surprises @be/idle +2026-04-26T12:41:57.223Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting close skill @be/surprises +2026-04-26T12:41:57.224Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: stopping @be/surprises +2026-04-26T12:41:57.226Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Surprises: Exiting +2026-04-26T12:41:57.228Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.TimerSpy: The current skill cleaned up all timers @be/surprises +2026-04-26T12:41:57.229Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:41:57.232Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: ending close skill @be/surprises +2026-04-26T12:41:57.234Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: deferring to action system with pending skill: @be/idle { exitOptions: {}, asr: { text: '', confidence: 1 } } +2026-04-26T12:41:57.241Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: waiting on action system @be/idle +2026-04-26T12:41:57.249Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action: Incoming new goal 'Be Skill Switch Goal: '@be/idle'' +2026-04-26T12:41:57.251Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Taking action: 'Be Skill Switch Action' to achieve goal 'Be Skill Switch Goal: '@be/idle'' +2026-04-26T12:41:57.253Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:41:57.254Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Proactive.OpportunityDetector: Evaluating trigger source: SURPRISE with looperID: 5c0b221fdf9d450019c5e255 +2026-04-26T12:41:57.255Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Proactive.SignalRateLimiterStatus: Failed: MID MORNING has 0 triggers remaining +2026-04-26T12:41:57.256Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Proactive.OpportunityDetector: Failed an inhibitor +2026-04-26T12:41:57.258Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Completed action: 'Be Skill Switch Action' with result: 'SUCCEEDED' +2026-04-26T12:41:57.259Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: action system reported accomplished goal @be/idle +2026-04-26T12:41:57.260Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting skill open @be/idle { exitOptions: {}, asr: { text: '', confidence: 1 } } +2026-04-26T12:41:57.262Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: BeSkill open @be/surprises @be/idle { exitOptions: {}, asr: { text: '', confidence: 1 } } +2026-04-26T12:41:57.265Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: new skill preload @be/idle +2026-04-26T12:41:57.269Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: opening new skill @be/idle +2026-04-26T12:41:57.270Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:41:57.271Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Events.Global: adding listener for SLEEP +2026-04-26T12:41:57.272Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Events.Global: setting SLEEP to true +2026-04-26T12:41:57.274Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Starting +2026-04-26T12:41:57.276Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: State changed from ALERT to SELECT_INTENT. +2026-04-26T12:41:57.278Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Entering: SELECT_INTENT +2026-04-26T12:41:57.288Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: skill open success @be/idle { exitOptions: {}, asr: { text: '', confidence: 1 } } +2026-04-26T12:41:57.296Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: State changed from SELECT_INTENT to ALERT. +2026-04-26T12:41:57.296Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Entering ALERT +2026-04-26T12:41:57.302Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: No transitions between SELECT_INTENT and ALERT +2026-04-26T12:41:57.350Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Brightness set to 0.4. +2026-04-26T12:42:04.394Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.RecLoop: utterance: hey jibo score: 137 walign: ADE00728 palign: ADE3A4A8 {"word_alignment":"657765120 657765312 hey 0.00 657765312 657765632 jibo 0.00 "} +2026-04-26T12:42:04.394Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.RecLoop: HJ: signal sent to ASR will be boosted 1.3658 dB +2026-04-26T12:42:04.395Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_RECOG_HJ_EVENT +2026-04-26T12:42:04.397Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_RECOG_HJ_EVENT in 2 ms. +2026-04-26T07:42:04.399288-05:00 Royal-Current-Sage-Canvas jibo-audio-service[639,notice]: - P.AudioService: detection: {"ts":[739307,345344],"type":"hotphrase","id":316,"location":{"ts":[739307,145692],"possibilities":[{"channels":[0,12],"position":{"x":-0.009140333160758019,"y":1.0097423791885377,"z":0.11664697527885437},"confidence":0.3623434901237488}]},"utterances":[]} +2026-04-26T12:42:04.400Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,debug]: - C.Jetstream.RecogSpeakerID: RecogSpeakerTD starting at 657765120 +2026-04-26T12:42:04.396Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: globalTurnResult: { global: true,\n message: '',\n status: 'INTERRUPTED',\n transID: 'tid-4665373a-416d-11f1-a2af-5cf821ea55ae' } +2026-04-26T12:42:04.399Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: hjHeard +2026-04-26T12:42:04.501Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action: Incoming new goal 'Hey Jibo' +2026-04-26T12:42:04.506Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from IDLE to COMMAND +2026-04-26T12:42:04.504Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Taking action: 'HJOrient' to achieve goal 'Hey Jibo' +2026-04-26T12:42:04.522Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action: Initial face: { x: -0.009140333160758018,\n y: 1.0097423791885376,\n z: 0.11664697527885437 } null +2026-04-26T12:42:04.527Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Received attendToTarget request +2026-04-26T12:42:04.542Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION attendToTarget Command Look rule has fired! +2026-04-26T12:42:04.555Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Switched Attention Rule:Command Look +2026-04-26T12:42:04.796Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,debug]: - C.Jetstream.RecLoop: Speaker: 5c0b221fdf9d450019c5e255 score: 10.4114 accepted: 1 +2026-04-26T12:42:04.796Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_RECOG_SPEAKER_EVENT +2026-04-26T12:42:04.797Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_RECOG_SPEAKER_EVENT in 1 ms. +2026-04-26T07:42:04.797703-05:00 Royal-Current-Sage-Canvas jibo-audio-service[639,notice]: - P.AudioService: detection: {"ts":[739307,743749],"type":"jet_speaker_id","id":316,"data":{"speakers":[{"speaker":"5c0b221fdf9d450019c5e255","score":10.411441802978516,"accepted":true,"high_confidence":true}],"snr":26.22769546508789}} +2026-04-26T12:42:04.809Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.LhubClient: Hub Client connection opened. +2026-04-26T12:42:04.809Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_CLIENT_CONNECT_RESULT +2026-04-26T12:42:04.809Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: [messageContext@1 gain="1.170281" requestID="GLOBAL" transID="tid-542229dc-416d-11f1-aa53-5cf821ea55ae"] C.Jetstream.LhubClient: Hub LISTEN request keystone log entry +2026-04-26T12:42:04.810Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,debug]: - C.Jetstream.LhubClient: Set Audio encoder to type: OGG_OPUS +2026-04-26T12:42:04.812Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter.ConvTechSpeakerID: Speaker ID: 5c0b221fdf9d450019c5e255 | accepted: true | confidence: true | score: 10.411441802978516 +2026-04-26T12:42:04.816Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Most recent speaker accepted. +2026-04-26T12:42:04.885Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_CLIENT_CONNECT_RESULT in 76 ms. +2026-04-26T12:42:04.889Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: globalTurnStarted +2026-04-26T12:42:05.506Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION attendToTarget Command Look resolving with status:SUCCEEDED +2026-04-26T07:42:06.371931-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-SCAN-STARTED +2026-04-26T12:42:07.816Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Demand Face Detect found 2 faces +2026-04-26T07:42:07.993775-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion::measure input from: voice with 1 hypotheses +2026-04-26T07:42:07.994054-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: Identity::Measure voice Quality:26.2277 Id: 5c0b221fdf9d450019c5e255 Conf: 10.4114 +2026-04-26T07:42:07.994165-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion with 2 options from 1 inputs. +2026-04-26T07:42:07.994251-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion::updateIdentity Op: 5c0b221fdf9d450019c5e255 Score: 0.810131 Op: NOT_TRAINED Score: 0.3 +2026-04-26T07:42:07.994308-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: Identity Update Best Score: 0.810131 Best ID: 5c0b221fdf9d450019c5e255 +2026-04-26T07:42:07.994352-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion CHANGING identity from UNKNOWN to 5c0b221fdf9d450019c5e255 +2026-04-26T12:42:08.104Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Primary face selected (position based): 11827 +2026-04-26T12:42:08.116Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Expression.Base.ResolveHandle: Someone tried to cancel ResolveHandle after it was resolved! +2026-04-26T12:42:08.119Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Received attendToTarget request +2026-04-26T12:42:08.141Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION attendToTarget Command Look rule has fired! +2026-04-26T12:42:08.142Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Asserting attention rule after interruption: Command Look +2026-04-26T12:42:08.406Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: visible face started 11827 +2026-04-26T12:42:08.408Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Emotion.Appraisal.IdentityRule: Appraising data from identity data: VISIBLE_FACE_STARTED +2026-04-26T12:42:09.378Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_LISTEN +2026-04-26T12:42:09.379Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_LISTEN in 1 ms. +2026-04-26T12:42:09.379Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_EOS +2026-04-26T12:42:09.379Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_EOS in 0 ms. +2026-04-26T12:42:09.379Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: skillSwitch: { skillID: undefined,\n onRobot: undefined,\n isProactive: undefined,\n skipSurprises: undefined,\n transID: 'tid-542229dc-416d-11f1-aa53-5cf821ea55ae',\n data: \n ListenResult {\n asr: { confidence: 0.95, final: true, text: 'hello' },\n nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'hello',\n rules: [ 'launch', 'globals/global_commands_launch' ] },\n match: { cloudSkill: null, intent: 'hello', rule: 'launch', score: 0.95 } } } +2026-04-26T12:42:09.383Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: globalTurnResult: { global: true,\n result: \n ListenResult {\n asr: { confidence: 0.95, final: true, text: 'hello' },\n nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'hello',\n rules: [ 'launch', 'globals/global_commands_launch' ] },\n match: { cloudSkill: null, intent: 'hello', rule: 'launch', score: 0.95 } },\n status: 'SUCCEEDED',\n transID: 'tid-542229dc-416d-11f1-aa53-5cf821ea55ae' } +2026-04-26T12:42:09.392Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.HJOrient: HJOrient: event waiter 'HJ Listen Complete' +2026-04-26T12:42:09.404Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: eos received +2026-04-26T12:42:09.406Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Events.Global: skill relaunch command from Global Service { nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'hello',\n rules: [ 'launch', 'globals/global_commands_launch' ] },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:42:09.409Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: requested skill switch @be/nimbus { nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'hello',\n rules: [ 'launch', 'globals/global_commands_launch' ] },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:42:09.410Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: no pending skill. interrupting current skill +2026-04-26T12:42:09.416Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: switching skill @be/idle @be/nimbus +2026-04-26T12:42:09.417Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting close skill @be/idle +2026-04-26T12:42:09.418Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: stopping @be/idle +2026-04-26T12:42:09.419Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Stopping +2026-04-26T12:42:09.421Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Events.Global: setting SLEEP to false +2026-04-26T12:42:09.424Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Clearing animation queue. +2026-04-26T12:42:09.432Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.TimerSpy: The current skill cleaned up all timers @be/idle +2026-04-26T12:42:09.434Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:42:09.436Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: ending close skill @be/idle +2026-04-26T12:42:09.438Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: deferring to action system with pending skill: @be/nimbus { nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'hello',\n rules: [ 'launch', 'globals/global_commands_launch' ] },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:42:09.459Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: waiting on action system @be/nimbus +2026-04-26T12:42:09.466Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action: Incoming new goal 'Be Skill Switch Goal: '@be/nimbus'' +2026-04-26T12:42:09.467Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action: incoming goal is of lower priority and can not be performed in parallel with existing goal: 'Hey Jibo', is queued +2026-04-26T12:42:09.561Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION attendToTarget Command Look resolving with status:SUCCEEDED +2026-04-26T12:42:09.570Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.HJOrient: HJOrient time to face: 3593 +2026-04-26T12:42:09.572Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.HJOrient: HJOrient had initial face?: false +2026-04-26T12:42:09.576Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from COMMAND to IDLE +2026-04-26T12:42:09.579Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Completed action: 'HJOrient' with result: 'SUCCEEDED' +2026-04-26T12:42:09.594Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Primary face selected (entity match): 11827 +2026-04-26T12:42:09.597Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from IDLE to ENGAGED +2026-04-26T12:42:09.581Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Taking action: 'Be Skill Switch Action' to achieve goal 'Be Skill Switch Goal: '@be/nimbus'' +2026-04-26T12:42:09.586Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Completed action: 'Be Skill Switch Action' with result: 'SUCCEEDED' +2026-04-26T12:42:09.587Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: action system reported accomplished goal @be/nimbus +2026-04-26T12:42:09.628Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_SKILL_INFO +2026-04-26T12:42:09.588Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting skill open @be/nimbus { nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'hello',\n rules: [ 'launch', 'globals/global_commands_launch' ] },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:42:09.593Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: BeSkill open @be/idle @be/nimbus { nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'hello',\n rules: [ 'launch', 'globals/global_commands_launch' ] },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:42:09.629Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_SKILL_INFO in 1 ms. +2026-04-26T12:42:09.597Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: new skill preload @be/nimbus +2026-04-26T12:42:09.598Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: opening new skill @be/nimbus +2026-04-26T12:42:09.600Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Nimbus Opening +2026-04-26T12:42:09.602Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Awaiting Cloud Skill response... +2026-04-26T12:42:09.606Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: skill open success @be/nimbus { nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'hello',\n rules: [ 'launch', 'globals/global_commands_launch' ] },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:42:09.630Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Received Cloud Skill response. +2026-04-26T12:42:09.631Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Processing Cloud Skill response... +2026-04-26T12:42:09.632Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Recieved analytics from cloud skill. +2026-04-26T12:42:09.633Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Processed Cloud Skill response. +2026-04-26T12:42:09.637Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Executing Cloud Skill SLIM: RUNTIME_PROMPT +2026-04-26T07:42:09.679632-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: GET TTS LEX +2026-04-26T07:42:09.679995-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get TTS Lex session start - 2e0ad921-1e8b-4cc9-9a74-86fed3252b98 +2026-04-26T07:42:09.680387-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get TTS Lex session end - 2e0ad921-1e8b-4cc9-9a74-86fed3252b98 +2026-04-26T12:42:09.668Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T07:42:09.698918-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: GET TTS POS Tags +2026-04-26T07:42:09.699330-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get POS Tags session start - e13b4712-6e70-4ce4-ac3e-2672f07fbc22 +2026-04-26T07:42:09.700040-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get POS Tags session end - e13b4712-6e70-4ce4-ac3e-2672f07fbc22 +2026-04-26T12:42:09.674Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Speak request received +2026-04-26T12:42:09.675Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Processing speak request +2026-04-26T07:42:09.719483-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: GET TTS POS Tags +2026-04-26T07:42:09.719872-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get POS Tags session start - 0940c909-50ed-4c99-88e0-edc6843bff5a +2026-04-26T07:42:09.720600-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get POS Tags session end - 0940c909-50ed-4c99-88e0-edc6843bff5a +2026-04-26T12:42:09.676Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Starting new speak session: 046a140a-475f-40e0-a152-0e90849edbc4 +2026-04-26T07:42:09.745537-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: GET TTS Token times +2026-04-26T07:42:09.751489-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: {"tts":{"input_request":{"prompt":"","pitch":999.0,"speed":999.0,"pitchBandwidth":999.0,"mode":"ssml","outputMode":"stream","allPass":999.0,"enableDefaultVoice":"","framerate":999.0,"gvMCEP":999.0,"postfilter":999.0,"samplerate":999.0,"unvoicedvoiced":999.0,"voice":"griffin","locale":"en-us","volume":999.0,"whisper":"FALSE","cached":"TRUE","earlyStopTime":-1.0},"type":"token"}} +2026-04-26T07:42:09.864154-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get Tokens session end - b4141685-084a-4091-afb2-baf387aad013 +2026-04-26T12:42:09.885Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Pushing Speaking Attention Mode +2026-04-26T12:42:09.924Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from ENGAGED to SPEAKING +2026-04-26T12:42:09.949Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Waiting for Embodied Listen to finish +2026-04-26T12:42:09.951Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Dispatching Timeline: 046a140a-475f-40e0-a152-0e90849edbc4 +2026-04-26T07:42:09.967734-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS session start - 0682c1f3-6241-4062-a66a-2c473547b3c2 +2026-04-26T07:42:09.967884-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: {"tts":{"input_request":{"prompt":"","pitch":999.0,"speed":999.0,"pitchBandwidth":999.0,"mode":"ssml","outputMode":"stream","allPass":999.0,"enableDefaultVoice":"","framerate":999.0,"gvMCEP":999.0,"postfilter":999.0,"samplerate":999.0,"unvoicedvoiced":999.0,"voice":"griffin","locale":"en-us","volume":999.0,"whisper":"FALSE","cached":"TRUE"},"type":"speak"}} +2026-04-26T07:42:09.968165-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS calling speak - 0682c1f3-6241-4062-a66a-2c473547b3c2 +2026-04-26T07:42:09.968217-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: Synthesizing cached +2026-04-26T12:42:10.650Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION AttentionManager not trying to do lookat, we have no dofs!! +2026-04-26T07:42:11.374406-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 28213 be:d7:d4:6f:8a:2c +2026-04-26T07:42:11.374649-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 28214 36:23:03:3f:51:e5 +2026-04-26T07:42:11.374892-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 28215 68:f0:bc:c6:99:04 +2026-04-26T07:42:11.375110-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-SCAN-RESULTS +2026-04-26T07:42:12.451900-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS session end - 0682c1f3-6241-4062-a66a-2c473547b3c2 +2026-04-26T12:42:12.897Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from SPEAKING to ENGAGED +2026-04-26T12:42:12.893Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Timeline Dispatch Complete: 046a140a-475f-40e0-a152-0e90849edbc4 +2026-04-26T12:42:12.909Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Proactive.SignalFacePersisted: Persisting face entity ID 11827 has an identity of 5c0b221fdf9d450019c5e255 +2026-04-26T12:42:12.917Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Speak Complete: 046a140a-475f-40e0-a152-0e90849edbc4 +2026-04-26T12:42:12.919Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Cleaning up session +2026-04-26T12:42:12.920Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Ready for next speak request +2026-04-26T12:42:12.921Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Stop request received +2026-04-26T12:42:12.923Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:42:12.928Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: requested skill switch @be/surprises { lastSkill: '@be/nimbus', asr: { text: '', confidence: 1 } } +2026-04-26T12:42:12.930Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: no pending skill. interrupting current skill +2026-04-26T12:42:12.938Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: switching skill @be/nimbus @be/surprises +2026-04-26T12:42:12.940Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting close skill @be/nimbus +2026-04-26T12:42:12.941Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: stopping @be/nimbus +2026-04-26T12:42:12.942Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Nimbus Closing +2026-04-26T12:42:12.945Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.TimerSpy: The current skill cleaned up all timers @be/nimbus +2026-04-26T12:42:12.947Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:42:12.949Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: ending close skill @be/nimbus +2026-04-26T12:42:12.950Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: deferring to action system with pending skill: @be/surprises { lastSkill: '@be/nimbus', asr: { text: '', confidence: 1 } } +2026-04-26T12:42:12.958Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: waiting on action system @be/surprises +2026-04-26T12:42:12.960Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action: Incoming new goal 'Be Skill Switch Goal: '@be/surprises'' +2026-04-26T12:42:12.963Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Taking action: 'Be Skill Switch Action' to achieve goal 'Be Skill Switch Goal: '@be/surprises'' +2026-04-26T12:42:12.970Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Completed action: 'Be Skill Switch Action' with result: 'SUCCEEDED' +2026-04-26T12:42:12.971Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: action system reported accomplished goal @be/surprises +2026-04-26T12:42:12.972Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting skill open @be/surprises { lastSkill: '@be/nimbus', asr: { text: '', confidence: 1 } } +2026-04-26T12:42:12.974Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: BeSkill open @be/nimbus @be/surprises { lastSkill: '@be/nimbus', asr: { text: '', confidence: 1 } } +2026-04-26T12:42:12.979Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: new skill preload @be/surprises +2026-04-26T12:42:12.980Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: opening new skill @be/surprises +2026-04-26T12:42:12.982Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:42:12.984Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: skill open success @be/surprises { lastSkill: '@be/nimbus', asr: { text: '', confidence: 1 } } +2026-04-26T12:42:13.139Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SurprisesDate: Contextual Priority step 1 +2026-04-26T12:42:13.142Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:42:13.178Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SurprisesDate: Contextual Priority step 2 +2026-04-26T12:42:13.196Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Surprises: No Eos categories participating +2026-04-26T12:42:13.197Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Surprises: No EoS category selected +2026-04-26T12:42:13.250Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from ENGAGED to IDLE +2026-04-26T12:42:13.198Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: requested skill switch @be/idle { exitOptions: {}, asr: { text: '', confidence: 1 } } +2026-04-26T12:42:13.199Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: no pending skill. interrupting current skill +2026-04-26T12:42:13.203Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: switching skill @be/surprises @be/idle +2026-04-26T12:42:13.206Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting close skill @be/surprises +2026-04-26T12:42:13.208Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: stopping @be/surprises +2026-04-26T12:42:13.209Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Surprises: Exiting +2026-04-26T12:42:13.212Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.TimerSpy: The current skill cleaned up all timers @be/surprises +2026-04-26T12:42:13.213Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:42:13.214Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: ending close skill @be/surprises +2026-04-26T12:42:13.215Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: deferring to action system with pending skill: @be/idle { exitOptions: {}, asr: { text: '', confidence: 1 } } +2026-04-26T12:42:13.227Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: waiting on action system @be/idle +2026-04-26T12:42:13.230Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action: Incoming new goal 'Be Skill Switch Goal: '@be/idle'' +2026-04-26T12:42:13.232Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Taking action: 'Be Skill Switch Action' to achieve goal 'Be Skill Switch Goal: '@be/idle'' +2026-04-26T12:42:13.235Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:42:13.236Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Proactive.OpportunityDetector: Evaluating trigger source: SURPRISE with looperID: 5c0b221fdf9d450019c5e255 +2026-04-26T12:42:13.237Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Proactive.SignalRateLimiterStatus: Failed: MID MORNING has 0 triggers remaining +2026-04-26T12:42:13.238Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Proactive.OpportunityDetector: Failed an inhibitor +2026-04-26T12:42:13.239Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Completed action: 'Be Skill Switch Action' with result: 'SUCCEEDED' +2026-04-26T12:42:13.240Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: action system reported accomplished goal @be/idle +2026-04-26T12:42:13.241Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting skill open @be/idle { exitOptions: {}, asr: { text: '', confidence: 1 } } +2026-04-26T12:42:13.245Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: BeSkill open @be/surprises @be/idle { exitOptions: {}, asr: { text: '', confidence: 1 } } +2026-04-26T12:42:13.248Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: new skill preload @be/idle +2026-04-26T12:42:13.249Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: opening new skill @be/idle +2026-04-26T12:42:13.250Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:42:13.252Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Events.Global: adding listener for SLEEP +2026-04-26T12:42:13.253Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Events.Global: setting SLEEP to true +2026-04-26T12:42:13.256Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Starting +2026-04-26T12:42:13.258Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: State changed from ALERT to SELECT_INTENT. +2026-04-26T12:42:13.259Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Entering: SELECT_INTENT +2026-04-26T12:42:13.264Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: skill open success @be/idle { exitOptions: {}, asr: { text: '', confidence: 1 } } +2026-04-26T12:42:13.269Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: State changed from SELECT_INTENT to ALERT. +2026-04-26T12:42:13.271Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Entering ALERT +2026-04-26T12:42:13.274Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: No transitions between SELECT_INTENT and ALERT +2026-04-26T12:42:13.337Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Brightness set to 0.4. +2026-04-26T12:42:14.898Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.RecLoop: utterance: hey jibo score: 385 walign: ADE00728 palign: ADE3A4A8 {"word_alignment":"657775680 657775872 hey 0.00 657775872 657776128 jibo 0.00 "} +2026-04-26T12:42:14.898Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.RecLoop: HJ: signal sent to ASR will be boosted 1.34847 dB +2026-04-26T12:42:14.899Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,debug]: - C.Jetstream.RecogSpeakerID: RecogSpeakerTD starting at 657775680 +2026-04-26T12:42:14.899Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_RECOG_HJ_EVENT +2026-04-26T12:42:14.901Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_RECOG_HJ_EVENT in 2 ms. +2026-04-26T07:42:14.904404-05:00 Royal-Current-Sage-Canvas jibo-audio-service[639,notice]: - P.AudioService: detection: {"ts":[739317,850465],"type":"hotphrase","id":317,"location":{"ts":[739317,651934],"possibilities":[{"channels":[0],"position":{"x":0.08015276491641998,"y":1.0201977491378785,"z":0.20782142877578736},"confidence":0.26809728145599368}]},"utterances":[]} +2026-04-26T12:42:14.906Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: globalTurnResult: { global: true,\n message: '',\n status: 'INTERRUPTED',\n transID: 'tid-542229dc-416d-11f1-aa53-5cf821ea55ae' } +2026-04-26T12:42:14.908Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: hjHeard +2026-04-26T12:42:14.947Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,debug]: - C.Jetstream.RecLoop: Speaker: 5c0b221fdf9d450019c5e255 score: 0.958338 accepted: 1 +2026-04-26T12:42:14.947Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_RECOG_SPEAKER_EVENT +2026-04-26T07:42:14.949244-05:00 Royal-Current-Sage-Canvas jibo-audio-service[639,notice]: - P.AudioService: detection: {"ts":[739317,895309],"type":"jet_speaker_id","id":317,"data":{"speakers":[{"speaker":"5c0b221fdf9d450019c5e255","score":0.9583381414413452,"accepted":true,"high_confidence":true}],"snr":28.95099449157715}} +2026-04-26T12:42:14.948Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_RECOG_SPEAKER_EVENT in 1 ms. +2026-04-26T07:42:14.950152-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion::measure input from: voice with 1 hypotheses +2026-04-26T07:42:14.950231-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: Identity::Measure voice Quality:28.951 Id: 5c0b221fdf9d450019c5e255 Conf: 0.958338 +2026-04-26T07:42:14.950293-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: Identity::Measurement failed ratio test. +2026-04-26T07:42:14.950360-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion with 2 options from 2 inputs. +2026-04-26T07:42:14.950437-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion::updateIdentity Op: 5c0b221fdf9d450019c5e255 Score: 0 Op: NOT_TRAINED Score: 0.045 +2026-04-26T07:42:14.950503-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: Identity Update Best Score: 0.045 Best ID: NOT_TRAINED +2026-04-26T07:42:14.950559-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion NO CHANGE. +2026-04-26T12:42:14.974Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter.ConvTechSpeakerID: Speaker ID: 5c0b221fdf9d450019c5e255 | accepted: true | confidence: true | score: 0.9583381414413452 +2026-04-26T12:42:15.006Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from IDLE to COMMAND +2026-04-26T12:42:14.980Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Most recent speaker accepted. +2026-04-26T12:42:14.999Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action: Incoming new goal 'Hey Jibo' +2026-04-26T12:42:15.003Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Taking action: 'HJOrient' to achieve goal 'Hey Jibo' +2026-04-26T12:42:15.017Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action: Initial face: { x: 0.08015276491641998,\n y: 1.0201977491378784,\n z: 0.20782142877578735 } 11827 +2026-04-26T12:42:15.023Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Received attendToTarget request +2026-04-26T12:42:15.052Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION attendToTarget Command Look rule has fired! +2026-04-26T12:42:15.054Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Switched Attention Rule:Command Look +2026-04-26T12:42:16.116Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,warning]: - C.Jibohub_client.Connection: Socket to HUB opened in >500ms. +2026-04-26T12:42:16.117Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.LhubClient: Hub Client connection opened. +2026-04-26T12:42:16.117Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_CLIENT_CONNECT_RESULT +2026-04-26T12:42:16.117Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: [messageContext@1 gain="1.167948" requestID="GLOBAL" transID="tid-5a64fdd8-416d-11f1-91e7-5cf821ea55ae"] C.Jetstream.LhubClient: Hub LISTEN request keystone log entry +2026-04-26T12:42:16.118Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,debug]: - C.Jetstream.LhubClient: Set Audio encoder to type: OGG_OPUS +2026-04-26T12:42:16.186Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_CLIENT_CONNECT_RESULT in 69 ms. +2026-04-26T12:42:16.193Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: globalTurnStarted +2026-04-26T12:42:16.331Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: deleting person entity 11828 +2026-04-26T07:42:16.388688-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,warning]: - P.SystemManager.SkillManager: SkillManager::refresh Error reading package file for @be: File not found +2026-04-26T12:42:16.433Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: visible face stopped 11827 +2026-04-26T12:42:16.657Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION attendToTarget Command Look resolving with status:SUCCEEDED +2026-04-26T12:42:16.666Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from COMMAND to IDLE +2026-04-26T12:42:16.661Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.HJOrient: HJOrient time to face: 2 +2026-04-26T12:42:16.662Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.HJOrient: HJOrient had initial face?: true +2026-04-26T12:42:16.675Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Completed action: 'HJOrient' with result: 'SUCCEEDED' +2026-04-26T12:42:18.538Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Primary face selected (position based): 11827 +2026-04-26T12:42:18.556Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Switched Attention Rule:Idle Face +2026-04-26T12:42:18.777Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: visible face started 11827 +2026-04-26T12:42:18.779Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Emotion.Appraisal.IdentityRule: Appraising data from identity data: VISIBLE_FACE_STARTED +2026-04-26T12:42:20.600Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_LISTEN +2026-04-26T12:42:20.600Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_LISTEN in 0 ms. +2026-04-26T12:42:20.603Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_EOS +2026-04-26T12:42:20.603Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_EOS in 0 ms. +2026-04-26T12:42:20.603Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: skillSwitch: { skillID: undefined,\n onRobot: undefined,\n isProactive: undefined,\n skipSurprises: undefined,\n transID: 'tid-5a64fdd8-416d-11f1-91e7-5cf821ea55ae',\n data: \n ListenResult {\n asr: { confidence: 0.95, final: true, text: 'what time is it?' },\n nlu: \n { confidence: 0.95,\n entities: { domain: 'clock' },\n intent: 'askForTime',\n rules: [],\n skill: '@be/clock' },\n match: { cloudSkill: null, intent: 'askForTime', rule: '', score: 0.95 } } } +2026-04-26T12:42:20.688Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_SKILL_INFO +2026-04-26T12:42:20.689Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_SKILL_INFO in 1 ms. +2026-04-26T12:42:20.611Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: globalTurnResult: { global: true,\n result: \n ListenResult {\n asr: { confidence: 0.95, final: true, text: 'what time is it?' },\n nlu: \n { confidence: 0.95,\n entities: { domain: 'clock' },\n intent: 'askForTime',\n rules: [],\n skill: '@be/clock' },\n match: { cloudSkill: null, intent: 'askForTime', rule: '', score: 0.95 } },\n status: 'SUCCEEDED',\n transID: 'tid-5a64fdd8-416d-11f1-91e7-5cf821ea55ae' } +2026-04-26T12:42:20.632Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Events.Global: skill relaunch command from Global Service { nlu: \n { confidence: 0.95,\n entities: { domain: 'clock' },\n intent: 'askForTime',\n rules: [],\n skill: '@be/clock' },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:42:20.769Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from IDLE to ENGAGED +2026-04-26T12:42:20.636Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: requested skill switch @be/nimbus { nlu: \n { confidence: 0.95,\n entities: { domain: 'clock' },\n intent: 'askForTime',\n rules: [],\n skill: '@be/clock' },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:42:20.817Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_SKILL_INFO +2026-04-26T12:42:20.817Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_SKILL_INFO in 1 ms. +2026-04-26T12:42:20.639Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: no pending skill. interrupting current skill +2026-04-26T12:42:20.646Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: switching skill @be/idle @be/nimbus +2026-04-26T12:42:20.647Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting close skill @be/idle +2026-04-26T12:42:20.648Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: stopping @be/idle +2026-04-26T12:42:20.650Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Stopping +2026-04-26T12:42:20.654Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Events.Global: setting SLEEP to false +2026-04-26T12:42:20.664Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Clearing animation queue. +2026-04-26T12:42:20.669Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.TimerSpy: The current skill cleaned up all timers @be/idle +2026-04-26T12:42:20.671Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:42:20.674Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: ending close skill @be/idle +2026-04-26T12:42:20.675Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: deferring to action system with pending skill: @be/nimbus { nlu: \n { confidence: 0.95,\n entities: { domain: 'clock' },\n intent: 'askForTime',\n rules: [],\n skill: '@be/clock' },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:42:20.680Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: eos received +2026-04-26T12:42:20.714Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: waiting on action system @be/nimbus +2026-04-26T12:42:20.719Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action: Incoming new goal 'Be Skill Switch Goal: '@be/nimbus'' +2026-04-26T12:42:20.721Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Taking action: 'Be Skill Switch Action' to achieve goal 'Be Skill Switch Goal: '@be/nimbus'' +2026-04-26T12:42:20.724Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Completed action: 'Be Skill Switch Action' with result: 'SUCCEEDED' +2026-04-26T12:42:20.725Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: action system reported accomplished goal @be/nimbus +2026-04-26T12:42:20.726Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting skill open @be/nimbus { nlu: \n { confidence: 0.95,\n entities: { domain: 'clock' },\n intent: 'askForTime',\n rules: [],\n skill: '@be/clock' },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:42:20.766Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: BeSkill open @be/idle @be/nimbus { nlu: \n { confidence: 0.95,\n entities: { domain: 'clock' },\n intent: 'askForTime',\n rules: [],\n skill: '@be/clock' },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:42:20.773Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: new skill preload @be/nimbus +2026-04-26T12:42:20.774Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: opening new skill @be/nimbus +2026-04-26T12:42:20.777Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Nimbus Opening +2026-04-26T12:42:20.782Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Awaiting Cloud Skill response... +2026-04-26T12:42:20.783Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: skill open success @be/nimbus { nlu: \n { confidence: 0.95,\n entities: { domain: 'clock' },\n intent: 'askForTime',\n rules: [],\n skill: '@be/clock' },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:42:20.786Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: skillSwitch: { skillID: '@be/clock',\n onRobot: true,\n isProactive: undefined,\n skipSurprises: undefined,\n transID: 'tid-5a64fdd8-416d-11f1-91e7-5cf821ea55ae',\n data: \n ListenResult {\n asr: { confidence: 0.95, text: 'what time is it?' },\n nlu: \n { confidence: 0.95,\n entities: { domain: 'clock' },\n intent: 'askForTime',\n rules: [] },\n match: { launch: true, onRobot: true, skillID: '@be/clock' } } } +2026-04-26T12:42:20.795Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Events.Global: skill relaunch command from Global Service { nlu: \n { confidence: 0.95,\n entities: { domain: 'clock' },\n intent: 'askForTime',\n rules: [] },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:42:20.798Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: requested skill switch @be/clock { nlu: \n { confidence: 0.95,\n entities: { domain: 'clock' },\n intent: 'askForTime',\n rules: [] },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:42:20.799Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: no pending skill. interrupting current skill +2026-04-26T12:42:20.803Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: switching skill @be/nimbus @be/clock +2026-04-26T12:42:20.805Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting close skill @be/nimbus +2026-04-26T12:42:20.808Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: stopping @be/nimbus +2026-04-26T12:42:20.809Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Nimbus Closing +2026-04-26T12:42:20.812Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.TimerSpy: The current skill cleaned up all timers @be/nimbus +2026-04-26T12:42:20.813Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:42:20.816Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: ending close skill @be/nimbus +2026-04-26T12:42:20.817Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: deferring to action system with pending skill: @be/clock { nlu: \n { confidence: 0.95,\n entities: { domain: 'clock' },\n intent: 'askForTime',\n rules: [] },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:42:20.829Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Received Cloud Skill response. +2026-04-26T12:42:20.835Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: waiting on action system @be/clock +2026-04-26T12:42:20.838Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action: Incoming new goal 'Be Skill Switch Goal: '@be/clock'' +2026-04-26T12:42:20.841Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Taking action: 'Be Skill Switch Action' to achieve goal 'Be Skill Switch Goal: '@be/clock'' +2026-04-26T12:42:20.843Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Completed action: 'Be Skill Switch Action' with result: 'SUCCEEDED' +2026-04-26T12:42:20.846Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: action system reported accomplished goal @be/clock +2026-04-26T12:42:21.514Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Switched Attention Rule:Engaged Primary Face +2026-04-26T12:42:20.848Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting skill open @be/clock { nlu: \n { confidence: 0.95,\n entities: { domain: 'clock' },\n intent: 'askForTime',\n rules: [] },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:42:20.850Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: BeSkill open @be/nimbus @be/clock { nlu: \n { confidence: 0.95,\n entities: { domain: 'clock' },\n intent: 'askForTime',\n rules: [] },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:42:20.854Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: new skill preload @be/clock +2026-04-26T12:42:20.895Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: opening new skill @be/clock +2026-04-26T12:42:20.898Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:42:20.902Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Clock: launch skill 40 +2026-04-26T12:42:20.905Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: skill open success @be/clock { nlu: \n { confidence: 0.95,\n entities: { domain: 'clock' },\n intent: 'askForTime',\n rules: [] },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:42:20.906Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Clock: getting skill 40 +2026-04-26T12:42:20.957Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:42:20.966Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Clock: running skill 40 JiboClock +2026-04-26T07:42:22.119925-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: GET TTS LEX +2026-04-26T07:42:22.120635-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get TTS Lex session start - a58e50b5-4a98-490d-846d-a13ec69e67da +2026-04-26T07:42:22.121023-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get TTS Lex session end - a58e50b5-4a98-490d-846d-a13ec69e67da +2026-04-26T12:42:22.075Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T07:42:22.149223-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: GET TTS POS Tags +2026-04-26T07:42:22.149660-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get POS Tags session start - 0efec5d1-ba5b-4f5d-b64b-568d9e4e0ec4 +2026-04-26T07:42:22.150275-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get POS Tags session end - 0efec5d1-ba5b-4f5d-b64b-568d9e4e0ec4 +2026-04-26T12:42:22.106Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Speak request received +2026-04-26T07:42:22.188274-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: GET TTS Token times +2026-04-26T07:42:22.189128-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: {"tts":{"input_request":{"prompt":"","pitch":999.0,"speed":999.0,"pitchBandwidth":999.0,"mode":"ssml","outputMode":"stream","allPass":999.0,"enableDefaultVoice":"","framerate":999.0,"gvMCEP":999.0,"postfilter":999.0,"samplerate":999.0,"unvoicedvoiced":999.0,"voice":"griffin","locale":"en-us","volume":999.0,"whisper":"FALSE","cached":"TRUE","earlyStopTime":-1.0},"type":"token"}} +2026-04-26T12:42:22.107Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Processing speak request +2026-04-26T12:42:22.108Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Starting new speak session: c2fb74b8-6d14-40af-b759-34646a80b74b +2026-04-26T07:42:22.242033-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get Tokens session end - 794e6bd1-8810-485f-b3ee-59e1d4c28713 +2026-04-26T12:42:22.254Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Pushing Speaking Attention Mode +2026-04-26T12:42:22.283Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from ENGAGED to SPEAKING +2026-04-26T12:42:22.286Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Waiting for Embodied Listen to finish +2026-04-26T12:42:22.288Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Dispatching Timeline: c2fb74b8-6d14-40af-b759-34646a80b74b +2026-04-26T07:42:22.302163-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS session start - 8c4341e9-d563-4112-909a-78103e756fa2 +2026-04-26T07:42:22.302298-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: {"tts":{"input_request":{"prompt":"","pitch":999.0,"speed":999.0,"pitchBandwidth":999.0,"mode":"ssml","outputMode":"stream","allPass":999.0,"enableDefaultVoice":"","framerate":999.0,"gvMCEP":999.0,"postfilter":999.0,"samplerate":999.0,"unvoicedvoiced":999.0,"voice":"griffin","locale":"en-us","volume":999.0,"whisper":"FALSE","cached":"TRUE"},"type":"speak"}} +2026-04-26T07:42:22.302573-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS calling speak - 8c4341e9-d563-4112-909a-78103e756fa2 +2026-04-26T07:42:22.302612-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: Synthesizing cached +2026-04-26T12:42:22.457Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Clock: waiting for skill timeout 40 JiboClock +2026-04-26T12:42:23.038Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION AttentionManager not trying to do lookat, we have no dofs!! +2026-04-26T12:42:23.290Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Proactive.SignalFacePersisted: Persisting face entity ID 11827 has an identity of 5c0b221fdf9d450019c5e255 +2026-04-26T07:42:23.594427-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS session end - 8c4341e9-d563-4112-909a-78103e756fa2 +2026-04-26T07:42:24.006217-05:00 Royal-Current-Sage-Canvas jibo-log-client-async[24444,info]: - Upload log /tmp/tmp831spaaaa size 5722 bytes +2026-04-26T12:42:24.376Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: visible face stopped 11827 +2026-04-26T12:42:24.423Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Timeline Dispatch Complete: c2fb74b8-6d14-40af-b759-34646a80b74b +2026-04-26T12:42:24.426Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from SPEAKING to ENGAGED +2026-04-26T12:42:24.429Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Speak Complete: c2fb74b8-6d14-40af-b759-34646a80b74b +2026-04-26T12:42:24.431Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Cleaning up session +2026-04-26T12:42:24.434Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Ready for next speak request +2026-04-26T12:42:24.435Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Stop request received +2026-04-26T12:42:24.437Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:42:25.159Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Asserting attention rule after interruption: Engaged Primary Face +2026-04-26T12:42:25.468Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Clock: exiting clock skill 40 +2026-04-26T12:42:25.469Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: requested skill switch @be/surprises { lastSkill: '@be/clock', asr: { text: '', confidence: 1 } } +2026-04-26T12:42:25.471Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: no pending skill. interrupting current skill +2026-04-26T12:42:25.481Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: switching skill @be/clock @be/surprises +2026-04-26T12:42:25.483Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting close skill @be/clock +2026-04-26T12:42:25.486Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: stopping @be/clock +2026-04-26T12:42:25.488Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Clock: closing clock +2026-04-26T12:42:25.492Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Clock: shut down skill shutdown +2026-04-26T12:42:25.493Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Clock: skill animate out shutdown +2026-04-26T12:42:25.970Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Clock: skill destroy shutdown +2026-04-26T12:42:26.098Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.RecLoop: utterance: hey jibo score: 181 walign: ADE00728 palign: ADE3A4A8 {"word_alignment":"657786816 657787008 hey 0.00 657787008 657787328 jibo 0.00 "} +2026-04-26T12:42:26.098Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.RecLoop: HJ: signal sent to ASR will be boosted 0 dB +2026-04-26T12:42:26.098Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_RECOG_HJ_EVENT +2026-04-26T12:42:26.099Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,debug]: - C.Jetstream.RecogSpeakerID: RecogSpeakerTD starting at 657786816 +2026-04-26T12:42:26.100Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_RECOG_HJ_EVENT in 2 ms. +2026-04-26T07:42:26.105217-05:00 Royal-Current-Sage-Canvas jibo-audio-service[639,notice]: - P.AudioService: detection: {"ts":[739329,51269],"type":"hotphrase","id":318,"location":{"ts":[739328,853737],"possibilities":[{"channels":[0,12],"position":{"x":0.18270352482795716,"y":0.9804483652114868,"z":0.3607606291770935},"confidence":0.21004775166511537}]},"utterances":[]} +2026-04-26T12:42:26.107Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: globalTurnResult: { global: true,\n message: '',\n status: 'INTERRUPTED',\n transID: 'tid-5a64fdd8-416d-11f1-91e7-5cf821ea55ae' } +2026-04-26T12:42:26.147Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,debug]: - C.Jetstream.RecLoop: Speaker: 5c0b221fdf9d450019c5e255 score: 0.607095 accepted: 1 +2026-04-26T12:42:26.147Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_RECOG_SPEAKER_EVENT +2026-04-26T07:42:26.148754-05:00 Royal-Current-Sage-Canvas jibo-audio-service[639,notice]: - P.AudioService: detection: {"ts":[739329,94790],"type":"jet_speaker_id","id":318,"data":{"speakers":[{"speaker":"5c0b221fdf9d450019c5e255","score":0.6070948243141174,"accepted":true,"high_confidence":false}],"snr":19.38766098022461}} +2026-04-26T12:42:26.148Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_RECOG_SPEAKER_EVENT in 1 ms. +2026-04-26T07:42:26.149976-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion::measure input from: voice with 1 hypotheses +2026-04-26T07:42:26.150063-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: Identity::Measure voice Quality:19.3877 Id: 5c0b221fdf9d450019c5e255 Conf: 0.607095 +2026-04-26T07:42:26.150132-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: Identity::Measurement failed ratio test. +2026-04-26T07:42:26.150200-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion with 2 options from 3 inputs. +2026-04-26T07:42:26.150277-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion::updateIdentity Op: 5c0b221fdf9d450019c5e255 Score: 0 Op: NOT_TRAINED Score: 0.0287753 +2026-04-26T07:42:26.150319-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: Identity Update Best Score: 0.0287753 Best ID: NOT_TRAINED +2026-04-26T07:42:26.150380-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion NO CHANGE. +2026-04-26T12:42:26.110Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: hjHeard +2026-04-26T12:42:26.159Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter.ConvTechSpeakerID: Speaker ID: 5c0b221fdf9d450019c5e255 | accepted: true | confidence: false | score: 0.6070948243141174 +2026-04-26T12:42:26.164Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Most recent speaker accepted. +2026-04-26T12:42:26.196Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action: Incoming new goal 'Hey Jibo' +2026-04-26T12:42:26.211Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from ENGAGED to COMMAND +2026-04-26T12:42:26.207Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Taking action: 'Basic Lookat' to achieve goal 'Hey Jibo' +2026-04-26T12:42:26.235Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Received attendToTarget request +2026-04-26T12:42:26.249Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION attendToTarget Command Look rule has fired! +2026-04-26T12:42:26.251Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Switched Attention Rule:Command Look +2026-04-26T12:42:26.526Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Clock: skill destroy success shutdown +2026-04-26T12:42:26.529Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.TimerSpy: The current skill cleaned up all timers @be/clock +2026-04-26T12:42:26.531Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:42:26.533Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: ending close skill @be/clock +2026-04-26T12:42:26.534Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: deferring to action system with pending skill: @be/surprises { lastSkill: '@be/clock', asr: { text: '', confidence: 1 } } +2026-04-26T12:42:26.543Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: waiting on action system @be/surprises +2026-04-26T12:42:26.545Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action: Incoming new goal 'Be Skill Switch Goal: '@be/surprises'' +2026-04-26T12:42:26.549Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action: incoming goal is of lower priority and can not be performed in parallel with existing goal: 'Hey Jibo', is queued +2026-04-26T12:42:26.633Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: visible face started 11827 +2026-04-26T12:42:26.634Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Emotion.Appraisal.IdentityRule: Appraising data from identity data: VISIBLE_FACE_STARTED +2026-04-26T12:42:26.816Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION attendToTarget Command Look resolving with status:SUCCEEDED +2026-04-26T12:42:26.820Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from COMMAND to ENGAGED +2026-04-26T12:42:26.822Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Primary face selected (position based): 11827 +2026-04-26T12:42:26.824Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Completed action: 'Basic Lookat' with result: 'SUCCEEDED' +2026-04-26T12:42:26.826Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Taking action: 'Be Skill Switch Action' to achieve goal 'Be Skill Switch Goal: '@be/surprises'' +2026-04-26T12:42:26.828Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Completed action: 'Be Skill Switch Action' with result: 'SUCCEEDED' +2026-04-26T12:42:26.828Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: action system reported accomplished goal @be/surprises +2026-04-26T12:42:26.829Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting skill open @be/surprises { lastSkill: '@be/clock', asr: { text: '', confidence: 1 } } +2026-04-26T12:42:26.834Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: BeSkill open @be/clock @be/surprises { lastSkill: '@be/clock', asr: { text: '', confidence: 1 } } +2026-04-26T12:42:26.845Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: new skill preload @be/surprises +2026-04-26T12:42:26.846Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: opening new skill @be/surprises +2026-04-26T12:42:26.847Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:42:26.849Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: skill open success @be/surprises { lastSkill: '@be/clock', asr: { text: '', confidence: 1 } } +2026-04-26T12:42:27.002Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Proactive.SignalVADStatus: Failed: Heard people talking 5ms ago. baseline/recent: -0.96 / 0.97. In skill @be/surprises. +2026-04-26T12:42:27.003Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Surprises: No EoS because environment context is loud or detected people talking. +2026-04-26T12:42:27.003Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: requested skill switch @be/idle { exitOptions: {}, asr: { text: '', confidence: 1 } } +2026-04-26T12:42:27.005Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: no pending skill. interrupting current skill +2026-04-26T12:42:27.013Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: switching skill @be/surprises @be/idle +2026-04-26T12:42:27.014Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting close skill @be/surprises +2026-04-26T12:42:27.015Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: stopping @be/surprises +2026-04-26T12:42:27.015Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Surprises: Exiting +2026-04-26T12:42:27.017Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.TimerSpy: The current skill cleaned up all timers @be/surprises +2026-04-26T12:42:27.018Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:42:27.020Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: ending close skill @be/surprises +2026-04-26T12:42:27.020Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: deferring to action system with pending skill: @be/idle { exitOptions: {}, asr: { text: '', confidence: 1 } } +2026-04-26T12:42:27.030Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: waiting on action system @be/idle +2026-04-26T12:42:27.051Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from ENGAGED to IDLE +2026-04-26T12:42:27.031Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action: Incoming new goal 'Be Skill Switch Goal: '@be/idle'' +2026-04-26T12:42:27.033Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Taking action: 'Be Skill Switch Action' to achieve goal 'Be Skill Switch Goal: '@be/idle'' +2026-04-26T12:42:27.034Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:42:27.036Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Proactive.OpportunityDetector: Evaluating trigger source: SURPRISE with looperID: 5c0b221fdf9d450019c5e255 +2026-04-26T12:42:27.037Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Proactive.SignalRateLimiterStatus: Failed: MID MORNING has 0 triggers remaining +2026-04-26T12:42:27.038Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Proactive.OpportunityDetector: Failed an inhibitor +2026-04-26T12:42:27.039Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Completed action: 'Be Skill Switch Action' with result: 'SUCCEEDED' +2026-04-26T12:42:27.040Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: action system reported accomplished goal @be/idle +2026-04-26T12:42:27.040Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting skill open @be/idle { exitOptions: {}, asr: { text: '', confidence: 1 } } +2026-04-26T12:42:27.045Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: BeSkill open @be/surprises @be/idle { exitOptions: {}, asr: { text: '', confidence: 1 } } +2026-04-26T12:42:27.048Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: new skill preload @be/idle +2026-04-26T12:42:27.049Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: opening new skill @be/idle +2026-04-26T12:42:27.053Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:42:27.054Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Events.Global: adding listener for SLEEP +2026-04-26T12:42:27.055Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Events.Global: setting SLEEP to true +2026-04-26T12:42:27.058Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Starting +2026-04-26T12:42:27.063Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: State changed from ALERT to SELECT_INTENT. +2026-04-26T12:42:27.064Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Entering: SELECT_INTENT +2026-04-26T12:42:27.066Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: skill open success @be/idle { exitOptions: {}, asr: { text: '', confidence: 1 } } +2026-04-26T12:42:27.526Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,warning]: - C.Jibohub_client.Connection: Socket to HUB opened in >500ms. +2026-04-26T12:42:27.527Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.LhubClient: Hub Client connection opened. +2026-04-26T12:42:27.527Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_CLIENT_CONNECT_RESULT +2026-04-26T12:42:27.527Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: [messageContext@1 gain="1.000000" requestID="GLOBAL" transID="tid-6111d818-416d-11f1-b3cf-5cf821ea55ae"] C.Jetstream.LhubClient: Hub LISTEN request keystone log entry +2026-04-26T12:42:27.527Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,debug]: - C.Jetstream.LhubClient: Set Audio encoder to type: OGG_OPUS +2026-04-26T12:42:27.587Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: State changed from SELECT_INTENT to ALERT. +2026-04-26T12:42:27.617Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_CLIENT_CONNECT_RESULT in 90 ms. +2026-04-26T12:42:27.588Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Entering ALERT +2026-04-26T12:42:27.591Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: No transitions between SELECT_INTENT and ALERT +2026-04-26T12:42:27.634Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: globalTurnStarted +2026-04-26T12:42:27.665Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Brightness set to 0.4. +2026-04-26T12:42:27.793Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Switched Attention Rule:Idle Face +2026-04-26T12:42:31.135Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Proactive.SignalFacePersisted: Persisting face entity ID 11827 has an identity of 5c0b221fdf9d450019c5e255 +2026-04-26T12:42:32.645Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_LISTEN +2026-04-26T12:42:32.645Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_LISTEN in 0 ms. +2026-04-26T12:42:32.645Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_EOS +2026-04-26T12:42:32.646Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_EOS in 1 ms. +2026-04-26T12:42:32.654Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: skillSwitch: { skillID: undefined,\n onRobot: undefined,\n isProactive: undefined,\n skipSurprises: undefined,\n transID: 'tid-6111d818-416d-11f1-b3cf-5cf821ea55ae',\n data: \n ListenResult {\n asr: \n { confidence: 0.95,\n final: true,\n text: 'was set an alarm for 743.' },\n nlu: \n { confidence: 0.95,\n entities: { ampm: 'am', domain: 'alarm', time: '7:43' },\n intent: 'start',\n rules: [],\n skill: '@be/clock' },\n match: { cloudSkill: null, intent: 'start', rule: '', score: 0.95 } } } +2026-04-26T12:42:32.701Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_SKILL_INFO +2026-04-26T12:42:32.701Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_SKILL_INFO in 0 ms. +2026-04-26T12:42:32.659Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: globalTurnResult: { global: true,\n result: \n ListenResult {\n asr: \n { confidence: 0.95,\n final: true,\n text: 'was set an alarm for 743.' },\n nlu: \n { confidence: 0.95,\n entities: { ampm: 'am', domain: 'alarm', time: '7:43' },\n intent: 'start',\n rules: [],\n skill: '@be/clock' },\n match: { cloudSkill: null, intent: 'start', rule: '', score: 0.95 } },\n status: 'SUCCEEDED',\n transID: 'tid-6111d818-416d-11f1-b3cf-5cf821ea55ae' } +2026-04-26T12:42:32.662Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: eos received +2026-04-26T12:42:32.755Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from IDLE to ENGAGED +2026-04-26T12:42:32.668Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Events.Global: skill relaunch command from Global Service { nlu: \n { confidence: 0.95,\n entities: { ampm: 'am', domain: 'alarm', time: '7:43' },\n intent: 'start',\n rules: [],\n skill: '@be/clock' },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:42:32.671Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: requested skill switch @be/nimbus { nlu: \n { confidence: 0.95,\n entities: { ampm: 'am', domain: 'alarm', time: '7:43' },\n intent: 'start',\n rules: [],\n skill: '@be/clock' },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:42:32.674Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: no pending skill. interrupting current skill +2026-04-26T12:42:32.816Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_SKILL_INFO +2026-04-26T12:42:32.816Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_SKILL_INFO in 0 ms. +2026-04-26T12:42:32.678Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: switching skill @be/idle @be/nimbus +2026-04-26T12:42:32.679Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting close skill @be/idle +2026-04-26T12:42:32.684Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: stopping @be/idle +2026-04-26T12:42:32.685Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Stopping +2026-04-26T12:42:32.688Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Events.Global: setting SLEEP to false +2026-04-26T12:42:32.689Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Clearing animation queue. +2026-04-26T12:42:32.695Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.TimerSpy: The current skill cleaned up all timers @be/idle +2026-04-26T12:42:32.696Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:42:32.704Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: ending close skill @be/idle +2026-04-26T12:42:32.705Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: deferring to action system with pending skill: @be/nimbus { nlu: \n { confidence: 0.95,\n entities: { ampm: 'am', domain: 'alarm', time: '7:43' },\n intent: 'start',\n rules: [],\n skill: '@be/clock' },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:42:32.714Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Events.Global: skill relaunch command from Global Service { nlu: \n { confidence: 0.95,\n entities: { ampm: 'am', domain: 'alarm', time: '7:43' },\n intent: 'start',\n rules: [] },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:42:32.716Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: requested skill switch @be/clock { nlu: \n { confidence: 0.95,\n entities: { ampm: 'am', domain: 'alarm', time: '7:43' },\n intent: 'start',\n rules: [] },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:42:32.718Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: current skill and pending skill exist. requested skill is >= priority to pending skill and we can switch from current skill +2026-04-26T12:42:32.722Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: skillSwitch: { skillID: '@be/clock',\n onRobot: true,\n isProactive: undefined,\n skipSurprises: undefined,\n transID: 'tid-6111d818-416d-11f1-b3cf-5cf821ea55ae',\n data: \n ListenResult {\n asr: { confidence: 0.95, text: 'was set an alarm for 743.' },\n nlu: \n { confidence: 0.95,\n entities: { ampm: 'am', domain: 'alarm', time: '7:43' },\n intent: 'start',\n rules: [] },\n match: { launch: true, onRobot: true, skillID: '@be/clock' } } } +2026-04-26T12:42:32.731Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: waiting on action system @be/clock +2026-04-26T12:42:32.736Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action: Incoming new goal 'Be Skill Switch Goal: '@be/clock'' +2026-04-26T12:42:32.739Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Taking action: 'Be Skill Switch Action' to achieve goal 'Be Skill Switch Goal: '@be/clock'' +2026-04-26T12:42:32.741Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Completed action: 'Be Skill Switch Action' with result: 'SUCCEEDED' +2026-04-26T12:42:32.742Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: action system reported accomplished goal @be/clock +2026-04-26T12:42:32.743Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting skill open @be/clock { nlu: \n { confidence: 0.95,\n entities: { ampm: 'am', domain: 'alarm', time: '7:43' },\n intent: 'start',\n rules: [] },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:42:32.748Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: BeSkill open @be/idle @be/clock { nlu: \n { confidence: 0.95,\n entities: { ampm: 'am', domain: 'alarm', time: '7:43' },\n intent: 'start',\n rules: [] },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:42:32.753Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: new skill preload @be/clock +2026-04-26T12:42:32.789Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: opening new skill @be/clock +2026-04-26T12:42:32.790Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:42:32.792Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Clock: launch skill 41 +2026-04-26T12:42:32.793Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: skill open success @be/clock { nlu: \n { confidence: 0.95,\n entities: { ampm: 'am', domain: 'alarm', time: '7:43' },\n intent: 'start',\n rules: [] },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:42:32.803Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Clock: getting skill 41 +2026-04-26T12:42:32.824Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Clock: running skill 41 AlarmTimer +2026-04-26T12:42:32.879Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:42:32.943Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Clock: waiting for skill timeout 41 AlarmTimer +2026-04-26T12:42:33.491Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Switched Attention Rule:Engaged Primary Face +2026-04-26T12:42:33.563Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: visible face stopped 11827 +2026-04-26T12:42:33.757Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from ENGAGED to MENU +2026-04-26T12:42:34.411Z Royal-Current-Sage-Canvas ssm[936,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Scheduler: Successfully scheduled job 0 43 7 26 4 * 53f2db35-57bc-42d0-97c0-8491e6030c9a +2026-04-26T12:42:34.442Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Clock.CronJobManager: added cronJob 53f2db35-57bc-42d0-97c0-8491e6030c9a +2026-04-26T12:42:34.485Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Switched Attention Rule:Menu Primary Face +2026-04-26T12:42:34.476Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Clock.AlarmTimer: updating alarm KB data: { jobID: '53f2db35-57bc-42d0-97c0-8491e6030c9a',\n cronString: '0 43 7 26 4 *',\n dateTimeInstance: \n DateTime {\n _utc: 1777207380000,\n _localTime: \n { year: 2026,\n month: 'april',\n monthNum: 3,\n dayOfWeek: 'sunday',\n date: 26,\n hour: 7,\n minute: 43,\n seconds: 0,\n milliseconds: 0 },\n _timezone: \n Timezone {\n offsetUTC: -18000000,\n name: 'Central Daylight Time',\n id: 'America/Chicago' },\n durationDays: 0,\n durationHours: 0,\n durationMinutes: 0,\n timePeriod: 'minute' } } +2026-04-26T12:42:34.528Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T07:42:34.636435-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: GET TTS LEX +2026-04-26T07:42:34.636722-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get TTS Lex session start - ee9c7a10-c6ff-48af-9860-0a6124384d7a +2026-04-26T07:42:34.637035-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get TTS Lex session end - ee9c7a10-c6ff-48af-9860-0a6124384d7a +2026-04-26T12:42:34.611Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T07:42:34.666813-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: GET TTS POS Tags +2026-04-26T07:42:34.667157-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get POS Tags session start - 35fae1ff-a99f-46ae-a7b1-dc3020f4704d +2026-04-26T07:42:34.667630-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get POS Tags session end - 35fae1ff-a99f-46ae-a7b1-dc3020f4704d +2026-04-26T12:42:34.627Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Speak request received +2026-04-26T07:42:34.686869-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: GET TTS POS Tags +2026-04-26T07:42:34.687285-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get POS Tags session start - e2664d68-ca3d-4970-9bbd-9a0536a2881d +2026-04-26T07:42:34.687560-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get POS Tags session end - e2664d68-ca3d-4970-9bbd-9a0536a2881d +2026-04-26T12:42:34.629Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Processing speak request +2026-04-26T12:42:34.631Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Starting new speak session: 9ee09be5-0672-4f7f-9419-4226cdbc9383 +2026-04-26T07:42:34.710694-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: GET TTS POS Tags +2026-04-26T07:42:34.711076-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get POS Tags session start - be4f7d43-bc10-4361-b3ad-3e514c43ada9 +2026-04-26T07:42:34.711355-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get POS Tags session end - be4f7d43-bc10-4361-b3ad-3e514c43ada9 +2026-04-26T07:42:34.744228-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: GET TTS Token times +2026-04-26T07:42:34.745200-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: {"tts":{"input_request":{"prompt":"","pitch":999.0,"speed":999.0,"pitchBandwidth":999.0,"mode":"ssml","outputMode":"stream","allPass":999.0,"enableDefaultVoice":"","framerate":999.0,"gvMCEP":999.0,"postfilter":999.0,"samplerate":999.0,"unvoicedvoiced":999.0,"voice":"griffin","locale":"en-us","volume":999.0,"whisper":"FALSE","cached":"TRUE","earlyStopTime":-1.0},"type":"token"}} +2026-04-26T07:42:34.846411-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get Tokens session end - 14eec0be-6215-4272-8dcb-5ce8925a6a32 +2026-04-26T12:42:34.884Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Pushing Speaking Attention Mode +2026-04-26T12:42:34.916Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from MENU to SPEAKING +2026-04-26T12:42:34.927Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Waiting for Embodied Listen to finish +2026-04-26T12:42:34.928Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Dispatching Timeline: 9ee09be5-0672-4f7f-9419-4226cdbc9383 +2026-04-26T07:42:34.947857-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS session start - 93153815-e7a0-4abe-a617-899dcd084135 +2026-04-26T07:42:34.947984-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: {"tts":{"input_request":{"prompt":"","pitch":999.0,"speed":999.0,"pitchBandwidth":999.0,"mode":"ssml","outputMode":"stream","allPass":999.0,"enableDefaultVoice":"","framerate":999.0,"gvMCEP":999.0,"postfilter":999.0,"samplerate":999.0,"unvoicedvoiced":999.0,"voice":"griffin","locale":"en-us","volume":999.0,"whisper":"FALSE","cached":"TRUE"},"type":"speak"}} +2026-04-26T07:42:34.948221-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS calling speak - 93153815-e7a0-4abe-a617-899dcd084135 +2026-04-26T07:42:34.948254-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: Synthesizing cached +2026-04-26T12:42:35.991Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION AttentionManager not trying to do lookat, we have no dofs!! +2026-04-26T12:42:36.977Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: visible face started 11827 +2026-04-26T12:42:36.981Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Emotion.Appraisal.IdentityRule: Appraising data from identity data: VISIBLE_FACE_STARTED +2026-04-26T07:42:37.348231-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS session end - 93153815-e7a0-4abe-a617-899dcd084135 +2026-04-26T12:42:37.357Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Timeline Dispatch Complete: 9ee09be5-0672-4f7f-9419-4226cdbc9383 +2026-04-26T12:42:37.362Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from SPEAKING to MENU +2026-04-26T12:42:37.372Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Speak Complete: 9ee09be5-0672-4f7f-9419-4226cdbc9383 +2026-04-26T12:42:37.376Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Cleaning up session +2026-04-26T12:42:37.377Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Ready for next speak request +2026-04-26T12:42:37.378Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Stop request received +2026-04-26T12:42:37.432Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.HttpHandler: Handling JetHttpHandler:/listen/start_local_turn +2026-04-26T12:42:37.433Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_START_LOCAL_TURN +2026-04-26T12:42:37.435Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_START_LOCAL_TURN in 2 ms. +2026-04-26T12:42:37.447Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: localTurnStarted +2026-04-26T12:42:37.449Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: globalTurnResult: { global: true,\n message: '',\n status: 'INTERRUPTED',\n transID: 'tid-6111d818-416d-11f1-b3cf-5cf821ea55ae' } +2026-04-26T12:42:37.585Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.LhubClient: Hub Client connection opened. +2026-04-26T12:42:37.585Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_CLIENT_CONNECT_RESULT +2026-04-26T12:42:37.586Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: [messageContext@1 gain="1.000000" requestID="tid-67d34b64-416d-11f1-95f7-5cf821ea55ae" transID="tid-67d34b64-416d-11f1-95f7-5cf821ea55ae"] C.Jetstream.LhubClient: Hub LISTEN request keystone log entry +2026-04-26T12:42:37.586Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,debug]: - C.Jetstream.LhubClient: Set Audio encoder to type: OGG_OPUS +2026-04-26T12:42:37.648Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:42:37.655Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_CLIENT_CONNECT_RESULT in 70 ms. +2026-04-26T12:42:37.660Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: localTurnStarted +2026-04-26T12:42:38.127Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Asserting attention rule after interruption: Menu Primary Face +2026-04-26T12:42:41.484Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Proactive.SignalFacePersisted: Persisting face entity ID 11827 has an identity of 5c0b221fdf9d450019c5e255 +2026-04-26T12:42:41.703Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_LISTEN +2026-04-26T12:42:41.704Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_LISTEN in 1 ms. +2026-04-26T12:42:41.704Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_EOS +2026-04-26T12:42:41.705Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_EOS in 1 ms. +2026-04-26T12:42:41.709Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: localTurnResult: { global: false,\n result: \n ListenResult {\n asr: { confidence: 0.95, final: true, text: '' },\n nlu: \n { confidence: 0.95,\n entities: {},\n intent: '',\n rules: [ 'clock/alarm_timer_okay' ] },\n match: undefined,\n transID: 'tid-67d34b64-416d-11f1-95f7-5cf821ea55ae' },\n status: 'SUCCEEDED',\n transID: 'tid-67d34b64-416d-11f1-95f7-5cf821ea55ae' } +2026-04-26T12:42:41.714Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: eos received +2026-04-26T12:42:41.723Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:42:41.799Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Clock: exiting clock skill 41 +2026-04-26T12:42:41.800Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: requested skill switch @be/surprises { lastSkill: '@be/clock', asr: { text: '', confidence: 1 } } +2026-04-26T12:42:41.802Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: no pending skill. interrupting current skill +2026-04-26T12:42:41.816Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: switching skill @be/clock @be/surprises +2026-04-26T12:42:41.817Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting close skill @be/clock +2026-04-26T12:42:41.818Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: stopping @be/clock +2026-04-26T12:42:41.819Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Clock: closing clock +2026-04-26T12:42:41.820Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Clock: shut down skill shutdown +2026-04-26T12:42:41.821Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Clock: skill animate out shutdown +2026-04-26T12:42:41.823Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Clock: skill destroy shutdown +2026-04-26T12:42:41.826Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Clock.AlarmTimer: destroying... +2026-04-26T12:42:42.392Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from MENU to ENGAGED +2026-04-26T12:42:42.933Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Clock: skill destroy success shutdown +2026-04-26T12:42:42.936Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.TimerSpy: The current skill cleaned up all timers @be/clock +2026-04-26T12:42:42.937Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:42:42.939Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: ending close skill @be/clock +2026-04-26T12:42:42.940Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: deferring to action system with pending skill: @be/surprises { lastSkill: '@be/clock', asr: { text: '', confidence: 1 } } +2026-04-26T12:42:42.965Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: waiting on action system @be/surprises +2026-04-26T12:42:42.968Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action: Incoming new goal 'Be Skill Switch Goal: '@be/surprises'' +2026-04-26T12:42:42.971Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Taking action: 'Be Skill Switch Action' to achieve goal 'Be Skill Switch Goal: '@be/surprises'' +2026-04-26T12:42:42.975Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Completed action: 'Be Skill Switch Action' with result: 'SUCCEEDED' +2026-04-26T12:42:42.975Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: action system reported accomplished goal @be/surprises +2026-04-26T12:42:42.976Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting skill open @be/surprises { lastSkill: '@be/clock', asr: { text: '', confidence: 1 } } +2026-04-26T12:42:42.977Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: BeSkill open @be/clock @be/surprises { lastSkill: '@be/clock', asr: { text: '', confidence: 1 } } +2026-04-26T12:42:42.980Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: new skill preload @be/surprises +2026-04-26T12:42:42.981Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: opening new skill @be/surprises +2026-04-26T12:42:42.982Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:42:42.984Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: skill open success @be/surprises { lastSkill: '@be/clock', asr: { text: '', confidence: 1 } } +2026-04-26T12:42:43.126Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Switched Attention Rule:Engaged Primary Face +2026-04-26T12:42:43.143Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SurprisesDate: Contextual Priority step 1 +2026-04-26T12:42:43.149Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:42:43.179Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SurprisesDate: Contextual Priority step 2 +2026-04-26T12:42:43.186Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Surprises: No Eos categories participating +2026-04-26T12:42:43.187Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Surprises: No EoS category selected +2026-04-26T12:42:43.246Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from ENGAGED to IDLE +2026-04-26T12:42:43.190Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: requested skill switch @be/idle { exitOptions: {}, asr: { text: '', confidence: 1 } } +2026-04-26T12:42:43.192Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: no pending skill. interrupting current skill +2026-04-26T12:42:43.197Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: switching skill @be/surprises @be/idle +2026-04-26T12:42:43.198Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting close skill @be/surprises +2026-04-26T12:42:43.199Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: stopping @be/surprises +2026-04-26T12:42:43.200Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Surprises: Exiting +2026-04-26T12:42:43.202Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.TimerSpy: The current skill cleaned up all timers @be/surprises +2026-04-26T12:42:43.204Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:42:43.205Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: ending close skill @be/surprises +2026-04-26T12:42:43.206Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: deferring to action system with pending skill: @be/idle { exitOptions: {}, asr: { text: '', confidence: 1 } } +2026-04-26T12:42:43.216Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: waiting on action system @be/idle +2026-04-26T12:42:43.225Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action: Incoming new goal 'Be Skill Switch Goal: '@be/idle'' +2026-04-26T12:42:43.227Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Taking action: 'Be Skill Switch Action' to achieve goal 'Be Skill Switch Goal: '@be/idle'' +2026-04-26T12:42:43.228Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:42:43.229Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Proactive.OpportunityDetector: Evaluating trigger source: SURPRISE with looperID: 5c0b221fdf9d450019c5e255 +2026-04-26T12:42:43.231Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Proactive.SignalRateLimiterStatus: Failed: MID MORNING has 0 triggers remaining +2026-04-26T12:42:43.234Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Proactive.OpportunityDetector: Failed an inhibitor +2026-04-26T12:42:43.236Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Completed action: 'Be Skill Switch Action' with result: 'SUCCEEDED' +2026-04-26T12:42:43.237Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: action system reported accomplished goal @be/idle +2026-04-26T12:42:43.238Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting skill open @be/idle { exitOptions: {}, asr: { text: '', confidence: 1 } } +2026-04-26T12:42:43.241Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: BeSkill open @be/surprises @be/idle { exitOptions: {}, asr: { text: '', confidence: 1 } } +2026-04-26T12:42:43.244Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: new skill preload @be/idle +2026-04-26T12:42:43.246Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: opening new skill @be/idle +2026-04-26T12:42:43.247Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:42:43.248Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Events.Global: adding listener for SLEEP +2026-04-26T12:42:43.249Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Events.Global: setting SLEEP to true +2026-04-26T12:42:43.251Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Starting +2026-04-26T12:42:43.252Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: State changed from ALERT to SELECT_INTENT. +2026-04-26T12:42:43.253Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Entering: SELECT_INTENT +2026-04-26T12:42:43.258Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: skill open success @be/idle { exitOptions: {}, asr: { text: '', confidence: 1 } } +2026-04-26T12:42:43.263Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: State changed from SELECT_INTENT to ALERT. +2026-04-26T12:42:43.264Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Entering ALERT +2026-04-26T12:42:43.268Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: No transitions between SELECT_INTENT and ALERT +2026-04-26T12:42:43.314Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Brightness set to 0.4. +2026-04-26T12:42:44.869Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: visible face stopped 11827 +2026-04-26T12:42:46.254Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Switched Attention Rule:Idle Face +2026-04-26T12:42:47.210Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: visible face started 11827 +2026-04-26T12:42:47.211Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Emotion.Appraisal.IdentityRule: Appraising data from identity data: VISIBLE_FACE_STARTED +2026-04-26T12:42:51.721Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Proactive.SignalFacePersisted: Persisting face entity ID 11827 has an identity of 5c0b221fdf9d450019c5e255 +2026-04-26T12:42:55.134Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Switched Attention Rule:Idle Face +2026-04-26T12:42:59.721Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: visible face stopped 11827 +2026-04-26T12:43:00.408Z Royal-Current-Sage-Canvas ssm[936,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Scheduler: Trigger job { skill: '@be/clock', domain: 'alarm', intent: 'finished' } +2026-04-26T12:43:00.430Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Events.Global: skill relaunch command from Global Service { nlu: \n { intent: 'finished',\n entities: { skill: '@be/clock', domain: 'alarm' },\n rules: null },\n asr: { text: '', confidence: 1 } } +2026-04-26T12:43:00.434Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: requested skill switch @be/clock { nlu: \n { intent: 'finished',\n entities: { skill: '@be/clock', domain: 'alarm' },\n rules: null },\n asr: { text: '', confidence: 1 } } +2026-04-26T12:43:00.437Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: no pending skill. interrupting current skill +2026-04-26T12:43:00.440Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: switching skill @be/idle @be/clock +2026-04-26T12:43:00.441Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting close skill @be/idle +2026-04-26T12:43:00.503Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from IDLE to ENGAGED +2026-04-26T12:43:00.445Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: stopping @be/idle +2026-04-26T12:43:00.447Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Stopping +2026-04-26T12:43:00.448Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Events.Global: setting SLEEP to false +2026-04-26T12:43:00.449Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Clearing animation queue. +2026-04-26T12:43:00.460Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.TimerSpy: The current skill cleaned up all timers @be/idle +2026-04-26T12:43:00.461Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning null speaker due to staleness. +2026-04-26T12:43:00.464Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: ending close skill @be/idle +2026-04-26T12:43:00.653Z Royal-Current-Sage-Canvas ssm[936,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Scheduler: Successfully removed job 53f2db35-57bc-42d0-97c0-8491e6030c9a +2026-04-26T12:43:00.466Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: deferring to action system with pending skill: @be/clock { nlu: \n { intent: 'finished',\n entities: { skill: '@be/clock', domain: 'alarm' },\n rules: null },\n asr: { text: '', confidence: 1 } } +2026-04-26T12:43:00.481Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: waiting on action system @be/clock +2026-04-26T12:43:00.485Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action: Incoming new goal 'Be Skill Switch Goal: '@be/clock'' +2026-04-26T12:43:00.487Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Taking action: 'Be Skill Switch Action' to achieve goal 'Be Skill Switch Goal: '@be/clock'' +2026-04-26T12:43:00.489Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Completed action: 'Be Skill Switch Action' with result: 'SUCCEEDED' +2026-04-26T12:43:00.490Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: action system reported accomplished goal @be/clock +2026-04-26T12:43:00.492Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting skill open @be/clock { nlu: \n { intent: 'finished',\n entities: { skill: '@be/clock', domain: 'alarm' },\n rules: null },\n asr: { text: '', confidence: 1 } } +2026-04-26T12:43:00.494Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: BeSkill open @be/idle @be/clock { nlu: \n { intent: 'finished',\n entities: { skill: '@be/clock', domain: 'alarm' },\n rules: null },\n asr: { text: '', confidence: 1 } } +2026-04-26T12:43:00.502Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: new skill preload @be/clock +2026-04-26T12:43:00.534Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: opening new skill @be/clock +2026-04-26T12:43:00.536Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning null speaker due to staleness. +2026-04-26T12:43:00.538Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Clock: launch skill 42 +2026-04-26T12:43:00.539Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: skill open success @be/clock { nlu: \n { intent: 'finished',\n entities: { skill: '@be/clock', domain: 'alarm' },\n rules: null },\n asr: { text: '', confidence: 1 } } +2026-04-26T12:43:00.549Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Clock: getting skill 42 +2026-04-26T12:43:00.556Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Clock: running skill 42 AlarmTimer +2026-04-26T12:43:00.619Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Clock: waiting for skill timeout 42 AlarmTimer +2026-04-26T12:43:00.693Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Clock.CronJobManager: removed cronJob 53f2db35-57bc-42d0-97c0-8491e6030c9a +2026-04-26T12:43:00.719Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Clock.AlarmTimer: alarm erupting... +2026-04-26T12:43:01.303Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from ENGAGED to MENU +2026-04-26T12:43:01.998Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: visible face started 11827 +2026-04-26T12:43:02.001Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Emotion.Appraisal.IdentityRule: Appraising data from identity data: VISIBLE_FACE_STARTED +2026-04-26T12:43:02.019Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION AttentionManager not trying to do lookat, we have no dofs!! +2026-04-26T12:43:04.775Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning null speaker due to staleness. +2026-04-26T07:43:04.796412-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: GET TTS LEX +2026-04-26T07:43:04.796772-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get TTS Lex session start - 1cce712b-cd4e-4902-9af0-aea15224a703 +2026-04-26T07:43:04.797027-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get TTS Lex session end - 1cce712b-cd4e-4902-9af0-aea15224a703 +2026-04-26T07:43:04.806207-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: GET TTS LEX +2026-04-26T07:43:04.806597-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get TTS Lex session start - 70964be7-11cf-48e7-aea9-cb6c390ac157 +2026-04-26T07:43:04.807123-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get TTS Lex session end - 70964be7-11cf-48e7-aea9-cb6c390ac157 +2026-04-26T12:43:04.784Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Speak request received +2026-04-26T07:43:04.827717-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: GET TTS POS Tags +2026-04-26T07:43:04.828031-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get POS Tags session start - d3604a3f-4da9-4e6e-850d-6c63822d93e6 +2026-04-26T07:43:04.828595-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get POS Tags session end - d3604a3f-4da9-4e6e-850d-6c63822d93e6 +2026-04-26T12:43:04.787Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Processing speak request +2026-04-26T12:43:04.788Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Starting new speak session: 35197ed7-ad50-45cf-8df0-a55e2b7cd343 +2026-04-26T07:43:04.847299-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: GET TTS POS Tags +2026-04-26T07:43:04.847775-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get POS Tags session start - 6f430d59-fa7c-41f7-80c5-e9488c8b8b74 +2026-04-26T07:43:04.848490-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get POS Tags session end - 6f430d59-fa7c-41f7-80c5-e9488c8b8b74 +2026-04-26T07:43:04.868615-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: GET TTS Token times +2026-04-26T07:43:04.869472-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: {"tts":{"input_request":{"prompt":" hey it's your alarm . that time already .","pitch":999.0,"speed":999.0,"pitchBandwidth":999.0,"mode":"ssml","outputMode":"stream","allPass":999.0,"enableDefaultVoice":"","framerate":999.0,"gvMCEP":999.0,"postfilter":999.0,"samplerate":999.0,"unvoicedvoiced":999.0,"voice":"griffin","locale":"en-us","volume":999.0,"whisper":"FALSE","cached":"TRUE","earlyStopTime":-1.0},"type":"token"}} +2026-04-26T07:43:04.965633-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get Tokens session end - 6a2afcb8-08a1-498a-ba58-7eda9624c6bd +2026-04-26T12:43:04.974Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Pushing Speaking Attention Mode +2026-04-26T12:43:04.983Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from MENU to SPEAKING +2026-04-26T12:43:04.988Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Waiting for Embodied Listen to finish +2026-04-26T12:43:04.990Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Dispatching Timeline: 35197ed7-ad50-45cf-8df0-a55e2b7cd343 +2026-04-26T07:43:04.997676-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS session start - 5b8af224-8554-429b-a060-5dabdb447f4b +2026-04-26T07:43:04.997810-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: {"tts":{"input_request":{"prompt":" hey it's your alarm . that time already .","pitch":999.0,"speed":999.0,"pitchBandwidth":999.0,"mode":"ssml","outputMode":"stream","allPass":999.0,"enableDefaultVoice":"","framerate":999.0,"gvMCEP":999.0,"postfilter":999.0,"samplerate":999.0,"unvoicedvoiced":999.0,"voice":"griffin","locale":"en-us","volume":999.0,"whisper":"FALSE","cached":"TRUE"},"type":"speak"}} +2026-04-26T07:43:04.998072-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS calling speak - 5b8af224-8554-429b-a060-5dabdb447f4b +2026-04-26T07:43:04.998111-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: Synthesizing cached +2026-04-26T12:43:06.497Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Proactive.SignalFacePersisted: Persisting face entity ID 11827 has an identity of 5c0b221fdf9d450019c5e255 +2026-04-26T07:43:07.387722-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS session end - 5b8af224-8554-429b-a060-5dabdb447f4b +2026-04-26T12:43:07.400Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from SPEAKING to MENU +2026-04-26T12:43:07.393Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Timeline Dispatch Complete: 35197ed7-ad50-45cf-8df0-a55e2b7cd343 +2026-04-26T12:43:07.407Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Speak Complete: 35197ed7-ad50-45cf-8df0-a55e2b7cd343 +2026-04-26T12:43:07.408Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Cleaning up session +2026-04-26T12:43:07.409Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Ready for next speak request +2026-04-26T12:43:07.419Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Stop request received +2026-04-26T12:43:07.422Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning null speaker due to staleness. +2026-04-26T12:43:09.070Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.GUI.TouchManager: received tap event 4 624 328 +2026-04-26T12:43:09.085Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from MENU to ENGAGED +2026-04-26T12:43:09.089Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from ENGAGED to OFF +2026-04-26T12:43:09.100Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning null speaker due to staleness. +2026-04-26T12:43:09.199Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Clock: exiting clock skill 42 +2026-04-26T12:43:09.200Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: requested skill switch @be/surprises { lastSkill: '@be/clock', asr: { text: '', confidence: 1 } } +2026-04-26T12:43:09.202Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: no pending skill. interrupting current skill +2026-04-26T12:43:09.214Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: switching skill @be/clock @be/surprises +2026-04-26T12:43:09.215Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting close skill @be/clock +2026-04-26T12:43:09.217Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: stopping @be/clock +2026-04-26T12:43:09.219Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Clock: closing clock +2026-04-26T12:43:09.220Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Clock: shut down skill shutdown +2026-04-26T12:43:09.221Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Clock: skill animate out shutdown +2026-04-26T12:43:09.222Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Clock: skill destroy shutdown +2026-04-26T12:43:09.222Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Clock.AlarmTimer: destroying... +2026-04-26T12:43:09.770Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Clock: skill destroy success shutdown +2026-04-26T12:43:09.774Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.TimerSpy: The current skill cleaned up all timers @be/clock +2026-04-26T12:43:09.775Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning null speaker due to staleness. +2026-04-26T12:43:09.776Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: ending close skill @be/clock +2026-04-26T12:43:09.779Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: deferring to action system with pending skill: @be/surprises { lastSkill: '@be/clock', asr: { text: '', confidence: 1 } } +2026-04-26T12:43:09.798Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: waiting on action system @be/surprises +2026-04-26T12:43:09.814Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from OFF to ENGAGED +2026-04-26T12:43:09.802Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action: Incoming new goal 'Be Skill Switch Goal: '@be/surprises'' +2026-04-26T12:43:09.804Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Taking action: 'Be Skill Switch Action' to achieve goal 'Be Skill Switch Goal: '@be/surprises'' +2026-04-26T12:43:09.807Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Completed action: 'Be Skill Switch Action' with result: 'SUCCEEDED' +2026-04-26T12:43:09.809Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: action system reported accomplished goal @be/surprises +2026-04-26T12:43:09.809Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting skill open @be/surprises { lastSkill: '@be/clock', asr: { text: '', confidence: 1 } } +2026-04-26T12:43:09.812Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: BeSkill open @be/clock @be/surprises { lastSkill: '@be/clock', asr: { text: '', confidence: 1 } } +2026-04-26T12:43:09.815Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: new skill preload @be/surprises +2026-04-26T12:43:09.816Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: opening new skill @be/surprises +2026-04-26T12:43:09.817Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning null speaker due to staleness. +2026-04-26T12:43:09.819Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: skill open success @be/surprises { lastSkill: '@be/clock', asr: { text: '', confidence: 1 } } +2026-04-26T12:43:09.976Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SurprisesDate: Contextual Priority step 1 +2026-04-26T12:43:09.981Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning null speaker due to staleness. +2026-04-26T12:43:09.987Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SurprisesDate: Contextual Priority step 2 +2026-04-26T12:43:10.010Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Surprises: No Eos categories participating +2026-04-26T12:43:10.011Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Surprises: No EoS category selected +2026-04-26T12:43:10.012Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: requested skill switch @be/idle { exitOptions: {}, asr: { text: '', confidence: 1 } } +2026-04-26T12:43:10.046Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from ENGAGED to IDLE +2026-04-26T12:43:10.014Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: no pending skill. interrupting current skill +2026-04-26T12:43:10.016Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: switching skill @be/surprises @be/idle +2026-04-26T12:43:10.017Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting close skill @be/surprises +2026-04-26T12:43:10.018Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: stopping @be/surprises +2026-04-26T12:43:10.019Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Surprises: Exiting +2026-04-26T12:43:10.020Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.TimerSpy: The current skill cleaned up all timers @be/surprises +2026-04-26T12:43:10.022Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning null speaker due to staleness. +2026-04-26T12:43:10.023Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: ending close skill @be/surprises +2026-04-26T12:43:10.024Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: deferring to action system with pending skill: @be/idle { exitOptions: {}, asr: { text: '', confidence: 1 } } +2026-04-26T12:43:10.029Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: waiting on action system @be/idle +2026-04-26T12:43:10.031Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action: Incoming new goal 'Be Skill Switch Goal: '@be/idle'' +2026-04-26T12:43:10.033Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Taking action: 'Be Skill Switch Action' to achieve goal 'Be Skill Switch Goal: '@be/idle'' +2026-04-26T12:43:10.034Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning null speaker due to staleness. +2026-04-26T12:43:10.035Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Proactive.OpportunityDetector: Evaluating trigger source: SURPRISE with looperID: null +2026-04-26T12:43:10.036Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Proactive.SignalRateLimiterStatus: Failed: MID MORNING has 0 triggers remaining +2026-04-26T12:43:10.036Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Proactive.OpportunityDetector: Failed an inhibitor +2026-04-26T12:43:10.037Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Completed action: 'Be Skill Switch Action' with result: 'SUCCEEDED' +2026-04-26T12:43:10.038Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: action system reported accomplished goal @be/idle +2026-04-26T12:43:10.039Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting skill open @be/idle { exitOptions: {}, asr: { text: '', confidence: 1 } } +2026-04-26T12:43:10.040Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: BeSkill open @be/surprises @be/idle { exitOptions: {}, asr: { text: '', confidence: 1 } } +2026-04-26T12:43:10.043Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: new skill preload @be/idle +2026-04-26T12:43:10.046Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: opening new skill @be/idle +2026-04-26T12:43:10.047Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning null speaker due to staleness. +2026-04-26T12:43:10.048Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Events.Global: adding listener for SLEEP +2026-04-26T12:43:10.049Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Events.Global: setting SLEEP to true +2026-04-26T12:43:10.052Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Starting +2026-04-26T12:43:10.055Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: State changed from ALERT to SELECT_INTENT. +2026-04-26T12:43:10.057Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Entering: SELECT_INTENT +2026-04-26T12:43:10.060Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: skill open success @be/idle { exitOptions: {}, asr: { text: '', confidence: 1 } } +2026-04-26T07:43:10.402195-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 28207 80:69:1a:8b:a2:b8 +2026-04-26T07:43:10.402471-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 28208 80:69:1a:8b:a0:e4 +2026-04-26T07:43:10.402645-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 28209 86:69:1a:95:0b:6d +2026-04-26T07:43:10.402784-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 28210 36:23:03:95:2b:b7 +2026-04-26T07:43:10.403285-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 28211 30:23:03:d6:ca:1c +2026-04-26T07:43:10.403518-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 28212 30:23:03:d6:cf:c1 +2026-04-26T12:43:10.602Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: State changed from SELECT_INTENT to ALERT. +2026-04-26T12:43:10.603Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Entering ALERT +2026-04-26T12:43:10.606Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: No transitions between SELECT_INTENT and ALERT +2026-04-26T12:43:10.662Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Brightness set to 0.4. +2026-04-26T12:43:10.792Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Switched Attention Rule:Idle Face +2026-04-26T12:43:12.796Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.RecLoop: utterance: hey jibo score: 203 walign: ADE00728 palign: ADE3A4A8 {"word_alignment":"657833664 657833728 hey 0.00 657833728 657834048 jibo 0.00 "} +2026-04-26T12:43:12.797Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.RecLoop: HJ: signal sent to ASR will be boosted 3.02929 dB +2026-04-26T12:43:12.798Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_RECOG_HJ_EVENT +2026-04-26T12:43:12.798Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,debug]: - C.Jetstream.RecogSpeakerID: RecogSpeakerTD starting at 657833664 +2026-04-26T12:43:12.799Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_RECOG_HJ_EVENT in 1 ms. +2026-04-26T07:43:12.800944-05:00 Royal-Current-Sage-Canvas jibo-audio-service[639,notice]: - P.AudioService: detection: {"ts":[739375,747018],"type":"hotphrase","id":319,"location":{"ts":[739375,546874],"possibilities":[{"channels":[0,11],"position":{"x":0.07350024580955506,"y":0.9792575240135193,"z":0.10229113698005676},"confidence":0.11112850159406662}]},"utterances":[]} +2026-04-26T12:43:12.813Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: localTurnResult: { global: false,\n message: '',\n status: 'INTERRUPTED',\n transID: 'tid-67d34b64-416d-11f1-95f7-5cf821ea55ae' } +2026-04-26T12:43:12.816Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: hjHeard +2026-04-26T12:43:12.836Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action: Incoming new goal 'Hey Jibo' +2026-04-26T12:43:12.855Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from IDLE to COMMAND +2026-04-26T12:43:12.846Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Taking action: 'HJOrient' to achieve goal 'Hey Jibo' +2026-04-26T12:43:12.881Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action: Initial face: { x: 0.07350024580955505,\n y: 0.9792575240135193,\n z: 0.10229113698005676 } 11827 +2026-04-26T12:43:12.887Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Received attendToTarget request +2026-04-26T12:43:12.897Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION attendToTarget Command Look rule has fired! +2026-04-26T12:43:12.899Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Switched Attention Rule:Command Look +2026-04-26T12:43:13.100Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.LhubClient: Hub Client connection opened. +2026-04-26T12:43:13.100Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_CLIENT_CONNECT_RESULT +2026-04-26T12:43:13.100Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: [messageContext@1 gain="1.417308" requestID="GLOBAL" transID="tid-7ce798fc-416d-11f1-a4ae-5cf821ea55ae"] C.Jetstream.LhubClient: Hub LISTEN request keystone log entry +2026-04-26T12:43:13.101Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_CLIENT_CONNECT_RESULT in 1 ms. +2026-04-26T12:43:13.105Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,debug]: - C.Jetstream.LhubClient: Set Audio encoder to type: OGG_OPUS +2026-04-26T12:43:13.103Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: globalTurnStarted +2026-04-26T12:43:13.242Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,debug]: - C.Jetstream.RecLoop: Speaker: 5c0b221fdf9d450019c5e255 score: 1.06865 accepted: 1 +2026-04-26T07:43:13.244173-05:00 Royal-Current-Sage-Canvas jibo-audio-service[639,notice]: - P.AudioService: detection: {"ts":[739376,190237],"type":"jet_speaker_id","id":319,"data":{"speakers":[{"speaker":"5c0b221fdf9d450019c5e255","score":1.0686534643173218,"accepted":true,"high_confidence":true}],"snr":29.223031997680665}} +2026-04-26T12:43:13.243Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_RECOG_SPEAKER_EVENT +2026-04-26T07:43:13.252379-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion::measure input from: voice with 1 hypotheses +2026-04-26T07:43:13.252448-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: Identity::Measure voice Quality:29.223 Id: 5c0b221fdf9d450019c5e255 Conf: 1.06865 +2026-04-26T07:43:13.252494-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: Identity::Measurement failed ratio test. +2026-04-26T07:43:13.252550-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion with 2 options from 4 inputs. +2026-04-26T07:43:13.252614-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion::updateIdentity Op: 5c0b221fdf9d450019c5e255 Score: 0 Op: NOT_TRAINED Score: 0.0225 +2026-04-26T07:43:13.252656-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: Identity Update Best Score: 0.0225 Best ID: NOT_TRAINED +2026-04-26T07:43:13.252687-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion NO CHANGE. +2026-04-26T12:43:13.248Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter.ConvTechSpeakerID: Speaker ID: 5c0b221fdf9d450019c5e255 | accepted: true | confidence: true | score: 1.0686534643173218 +2026-04-26T12:43:13.252Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Most recent speaker accepted. +2026-04-26T12:43:13.333Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_RECOG_SPEAKER_EVENT in 90 ms. +2026-04-26T12:43:14.131Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION attendToTarget Command Look resolving with status:SUCCEEDED +2026-04-26T12:43:14.150Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from COMMAND to IDLE +2026-04-26T12:43:14.142Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.HJOrient: HJOrient time to face: 3 +2026-04-26T12:43:14.159Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Primary face selected (position based): 11827 +2026-04-26T12:43:14.147Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.HJOrient: HJOrient had initial face?: true +2026-04-26T12:43:14.172Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Completed action: 'HJOrient' with result: 'SUCCEEDED' +2026-04-26T12:43:14.864Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Switched Attention Rule:Idle Face +2026-04-26T07:43:15.623013-05:00 Royal-Current-Sage-Canvas jibo-log-client-async[24482,info]: - Upload log /var/log/messages size 560115 bytes +# cat /var/log/messages +2026-04-26T07:43:17.142905-05:00 Royal-Current-Sage-Canvas rsyslogd[-,info]: - [origin software="rsyslogd" swVersion="8.9.0" x-pid="142" x-info="http://www.rsyslog.com"] rsyslogd was HUPed +2026-04-26T12:43:17.860Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_LISTEN +2026-04-26T12:43:17.860Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_LISTEN in 0 ms. +2026-04-26T12:43:17.860Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_EOS +2026-04-26T12:43:17.861Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_EOS in 1 ms. +2026-04-26T12:43:17.862Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: skillSwitch: { skillID: undefined,\n onRobot: undefined,\n isProactive: undefined,\n skipSurprises: undefined,\n transID: 'tid-7ce798fc-416d-11f1-a4ae-5cf821ea55ae',\n data: \n ListenResult {\n asr: { confidence: 0.95, final: true, text: 'Delete alarm!' },\n nlu: \n { confidence: 0.95,\n entities: { domain: 'alarm' },\n intent: 'delete',\n rules: [],\n skill: '@be/clock' },\n match: { cloudSkill: null, intent: 'delete', rule: '', score: 0.95 } } } +2026-04-26T12:43:17.866Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: globalTurnResult: { global: true,\n result: \n ListenResult {\n asr: { confidence: 0.95, final: true, text: 'Delete alarm!' },\n nlu: \n { confidence: 0.95,\n entities: { domain: 'alarm' },\n intent: 'delete',\n rules: [],\n skill: '@be/clock' },\n match: { cloudSkill: null, intent: 'delete', rule: '', score: 0.95 } },\n status: 'SUCCEEDED',\n transID: 'tid-7ce798fc-416d-11f1-a4ae-5cf821ea55ae' } +2026-04-26T12:43:17.874Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: eos received +2026-04-26T12:43:17.884Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Events.Global: skill relaunch command from Global Service { nlu: \n { confidence: 0.95,\n entities: { domain: 'alarm' },\n intent: 'delete',\n rules: [],\n skill: '@be/clock' },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:43:17.931Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_SKILL_INFO +2026-04-26T12:43:17.932Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_SKILL_INFO in 1 ms. +2026-04-26T12:43:17.888Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: requested skill switch @be/nimbus { nlu: \n { confidence: 0.95,\n entities: { domain: 'alarm' },\n intent: 'delete',\n rules: [],\n skill: '@be/clock' },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:43:17.962Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from IDLE to ENGAGED +2026-04-26T12:43:17.890Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: no pending skill. interrupting current skill +2026-04-26T12:43:17.897Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: switching skill @be/idle @be/nimbus +2026-04-26T12:43:17.898Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting close skill @be/idle +2026-04-26T12:43:17.899Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: stopping @be/idle +2026-04-26T12:43:17.902Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Stopping +2026-04-26T12:43:17.905Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Events.Global: setting SLEEP to false +2026-04-26T12:43:17.909Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Clearing animation queue. +2026-04-26T12:43:17.915Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.TimerSpy: The current skill cleaned up all timers @be/idle +2026-04-26T12:43:17.916Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:43:18.058Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_SKILL_INFO +2026-04-26T12:43:18.059Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_SKILL_INFO in 1 ms. +2026-04-26T12:43:17.918Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: ending close skill @be/idle +2026-04-26T12:43:17.918Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: deferring to action system with pending skill: @be/nimbus { nlu: \n { confidence: 0.95,\n entities: { domain: 'alarm' },\n intent: 'delete',\n rules: [],\n skill: '@be/clock' },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:43:17.940Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: waiting on action system @be/nimbus +2026-04-26T12:43:17.945Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action: Incoming new goal 'Be Skill Switch Goal: '@be/nimbus'' +2026-04-26T12:43:17.948Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Taking action: 'Be Skill Switch Action' to achieve goal 'Be Skill Switch Goal: '@be/nimbus'' +2026-04-26T12:43:17.950Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Completed action: 'Be Skill Switch Action' with result: 'SUCCEEDED' +2026-04-26T12:43:18.133Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_SKILL_INFO +2026-04-26T12:43:18.134Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_SKILL_INFO in 1 ms. +2026-04-26T12:43:17.953Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: action system reported accomplished goal @be/nimbus +2026-04-26T12:43:17.954Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting skill open @be/nimbus { nlu: \n { confidence: 0.95,\n entities: { domain: 'alarm' },\n intent: 'delete',\n rules: [],\n skill: '@be/clock' },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:43:17.957Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: BeSkill open @be/idle @be/nimbus { nlu: \n { confidence: 0.95,\n entities: { domain: 'alarm' },\n intent: 'delete',\n rules: [],\n skill: '@be/clock' },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:43:17.962Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: new skill preload @be/nimbus +2026-04-26T12:43:17.963Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: opening new skill @be/nimbus +2026-04-26T12:43:17.965Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Nimbus Opening +2026-04-26T12:43:17.968Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Awaiting Cloud Skill response... +2026-04-26T12:43:17.970Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: skill open success @be/nimbus { nlu: \n { confidence: 0.95,\n entities: { domain: 'alarm' },\n intent: 'delete',\n rules: [],\n skill: '@be/clock' },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:43:17.978Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: skillSwitch: { skillID: '@be/clock',\n onRobot: true,\n isProactive: undefined,\n skipSurprises: undefined,\n transID: 'tid-7ce798fc-416d-11f1-a4ae-5cf821ea55ae',\n data: \n ListenResult {\n asr: { confidence: 0.95, text: 'Delete alarm!' },\n nlu: \n { confidence: 0.95,\n entities: { domain: 'alarm' },\n intent: 'delete',\n rules: [] },\n match: { launch: true, onRobot: true, skillID: '@be/clock' } } } +2026-04-26T12:43:17.982Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Events.Global: skill relaunch command from Global Service { nlu: \n { confidence: 0.95,\n entities: { domain: 'alarm' },\n intent: 'delete',\n rules: [] },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:43:17.983Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: requested skill switch @be/clock { nlu: \n { confidence: 0.95,\n entities: { domain: 'alarm' },\n intent: 'delete',\n rules: [] },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:43:17.985Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: no pending skill. interrupting current skill +2026-04-26T12:43:17.988Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: switching skill @be/nimbus @be/clock +2026-04-26T12:43:17.989Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting close skill @be/nimbus +2026-04-26T12:43:17.989Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: stopping @be/nimbus +2026-04-26T12:43:17.990Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Nimbus Closing +2026-04-26T12:43:17.997Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.TimerSpy: The current skill cleaned up all timers @be/nimbus +2026-04-26T12:43:17.998Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:43:17.999Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: ending close skill @be/nimbus +2026-04-26T12:43:18.000Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: deferring to action system with pending skill: @be/clock { nlu: \n { confidence: 0.95,\n entities: { domain: 'alarm' },\n intent: 'delete',\n rules: [] },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:43:18.017Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: waiting on action system @be/clock +2026-04-26T12:43:18.020Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action: Incoming new goal 'Be Skill Switch Goal: '@be/clock'' +2026-04-26T12:43:18.026Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Taking action: 'Be Skill Switch Action' to achieve goal 'Be Skill Switch Goal: '@be/clock'' +2026-04-26T12:43:18.028Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Completed action: 'Be Skill Switch Action' with result: 'SUCCEEDED' +2026-04-26T12:43:18.029Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: action system reported accomplished goal @be/clock +2026-04-26T12:43:18.030Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting skill open @be/clock { nlu: \n { confidence: 0.95,\n entities: { domain: 'alarm' },\n intent: 'delete',\n rules: [] },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:43:18.032Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: BeSkill open @be/nimbus @be/clock { nlu: \n { confidence: 0.95,\n entities: { domain: 'alarm' },\n intent: 'delete',\n rules: [] },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:43:18.037Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: new skill preload @be/clock +2026-04-26T12:43:18.061Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: opening new skill @be/clock +2026-04-26T12:43:18.063Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:43:18.065Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Clock: launch skill 43 +2026-04-26T12:43:18.067Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: skill open success @be/clock { nlu: \n { confidence: 0.95,\n entities: { domain: 'alarm' },\n intent: 'delete',\n rules: [] },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:43:18.069Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Clock: getting skill 43 +2026-04-26T12:43:18.077Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Clock: running skill 43 AlarmTimer +2026-04-26T12:43:18.091Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Received Cloud Skill response. +2026-04-26T12:43:18.111Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:43:18.118Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Clock: waiting for skill timeout 43 AlarmTimer +2026-04-26T12:43:18.697Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Switched Attention Rule:Engaged Primary Face +2026-04-26T12:43:18.769Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from ENGAGED to MENU +2026-04-26T12:43:19.124Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: visible face stopped 11827 +2026-04-26T07:43:19.409526-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: GET TTS LEX +2026-04-26T07:43:19.410486-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get TTS Lex session start - 63a39ea4-b6a0-49a7-ac84-f50ad3e35581 +2026-04-26T07:43:19.411106-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get TTS Lex session end - 63a39ea4-b6a0-49a7-ac84-f50ad3e35581 +2026-04-26T12:43:19.389Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T07:43:19.437042-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: GET TTS POS Tags +2026-04-26T07:43:19.437425-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get POS Tags session start - 499597dc-7c60-42ec-a9a0-1b00a562ab84 +2026-04-26T07:43:19.438960-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get POS Tags session end - 499597dc-7c60-42ec-a9a0-1b00a562ab84 +2026-04-26T12:43:19.402Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Speak request received +2026-04-26T07:43:19.458421-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: GET TTS POS Tags +2026-04-26T12:43:19.403Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Processing speak request +2026-04-26T07:43:19.458980-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get POS Tags session start - 63cf13db-f365-4c5e-81aa-e67ddee8b876 +2026-04-26T07:43:19.460159-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get POS Tags session end - 63cf13db-f365-4c5e-81aa-e67ddee8b876 +2026-04-26T12:43:19.404Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Starting new speak session: 1bdd0610-f4a0-4e7c-8e6d-f7f4adad8841 +2026-04-26T12:43:19.495Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Switched Attention Rule:Menu Primary Face +2026-04-26T07:43:19.492137-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: GET TTS Token times +2026-04-26T07:43:19.492895-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: {"tts":{"input_request":{"prompt":"","pitch":999.0,"speed":999.0,"pitchBandwidth":999.0,"mode":"ssml","outputMode":"stream","allPass":999.0,"enableDefaultVoice":"","framerate":999.0,"gvMCEP":999.0,"postfilter":999.0,"samplerate":999.0,"unvoicedvoiced":999.0,"voice":"griffin","locale":"en-us","volume":999.0,"whisper":"FALSE","cached":"TRUE","earlyStopTime":-1.0},"type":"token"}} +2026-04-26T07:43:19.640695-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get Tokens session end - b8536fb1-c97d-46bc-869c-835374c3ce0a +2026-04-26T12:43:19.676Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Pushing Speaking Attention Mode +2026-04-26T12:43:19.701Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from MENU to SPEAKING +2026-04-26T12:43:19.716Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Waiting for Embodied Listen to finish +2026-04-26T12:43:19.718Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Dispatching Timeline: 1bdd0610-f4a0-4e7c-8e6d-f7f4adad8841 +2026-04-26T07:43:19.740142-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS session start - 9b531c3c-7370-4c2d-abf1-cb4e165725a7 +2026-04-26T07:43:19.740255-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: {"tts":{"input_request":{"prompt":"","pitch":999.0,"speed":999.0,"pitchBandwidth":999.0,"mode":"ssml","outputMode":"stream","allPass":999.0,"enableDefaultVoice":"","framerate":999.0,"gvMCEP":999.0,"postfilter":999.0,"samplerate":999.0,"unvoicedvoiced":999.0,"voice":"griffin","locale":"en-us","volume":999.0,"whisper":"FALSE","cached":"TRUE"},"type":"speak"}} +2026-04-26T07:43:19.740479-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS calling speak - 9b531c3c-7370-4c2d-abf1-cb4e165725a7 +2026-04-26T07:43:19.740513-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: Synthesizing cached +2026-04-26T12:43:20.409Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION AttentionManager not trying to do lookat, we have no dofs!! +2026-04-26T07:43:23.045714-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS session end - 9b531c3c-7370-4c2d-abf1-cb4e165725a7 +2026-04-26T12:43:23.052Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Timeline Dispatch Complete: 1bdd0610-f4a0-4e7c-8e6d-f7f4adad8841 +2026-04-26T12:43:23.060Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from SPEAKING to MENU +2026-04-26T12:43:23.067Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Speak Complete: 1bdd0610-f4a0-4e7c-8e6d-f7f4adad8841 +2026-04-26T12:43:23.069Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Cleaning up session +2026-04-26T12:43:23.071Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Ready for next speak request +2026-04-26T12:43:23.072Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Stop request received +2026-04-26T12:43:23.095Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.HttpHandler: Handling JetHttpHandler:/listen/start_local_turn +2026-04-26T12:43:23.097Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_START_LOCAL_TURN +2026-04-26T12:43:23.100Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_START_LOCAL_TURN in 3 ms. +2026-04-26T12:43:23.103Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: localTurnStarted +2026-04-26T12:43:23.105Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: globalTurnResult: { global: true,\n message: '',\n status: 'INTERRUPTED',\n transID: 'tid-7ce798fc-416d-11f1-a4ae-5cf821ea55ae' } +2026-04-26T12:43:24.024Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,warning]: - C.Jibohub_client.Connection: Socket to HUB opened in >500ms. +2026-04-26T12:43:24.024Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.LhubClient: Hub Client connection opened. +2026-04-26T12:43:24.024Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_CLIENT_CONNECT_RESULT +2026-04-26T12:43:24.024Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: [messageContext@1 gain="1.417308" requestID="tid-830adbfe-416d-11f1-b061-5cf821ea55ae" transID="tid-830adbfe-416d-11f1-b061-5cf821ea55ae"] C.Jetstream.LhubClient: Hub LISTEN request keystone log entry +2026-04-26T12:43:24.025Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,debug]: - C.Jetstream.LhubClient: Set Audio encoder to type: OGG_OPUS +2026-04-26T12:43:24.079Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_CLIENT_CONNECT_RESULT in 55 ms. +2026-04-26T12:43:24.073Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:43:24.086Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: localTurnStarted +2026-04-26T12:43:25.912Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Primary face selected (position based): 11830 +2026-04-26T12:43:25.919Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Asserting attention rule after interruption: Menu Primary Face +2026-04-26T12:43:26.053Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: visible face started 11830 +2026-04-26T12:43:26.055Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Emotion.Appraisal.IdentityRule: Appraising data from identity data: VISIBLE_FACE_STARTED +2026-04-26T07:43:26.199763-05:00 Royal-Current-Sage-Canvas jibo-identity-service[660,info]: - P.ImageIdentifier: ImageIdentifier[deepid]::identify [["5c0b221fdf9d450019c5e255", "face", 0.361706]] +2026-04-26T07:43:26.204797-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion::measure input from: face with 1 hypotheses +2026-04-26T07:43:26.204907-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: Identity::Measure face Quality:1 Id: 5c0b221fdf9d450019c5e255 Conf: 0.361706 +2026-04-26T07:43:26.204988-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: Identity::Measurement failed ratio test. +2026-04-26T07:43:26.205048-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion with 2 options from 1 inputs. +2026-04-26T07:43:26.205134-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion::updateIdentity Op: 5c0b221fdf9d450019c5e255 Score: 0 Op: NOT_TRAINED Score: 0.09 +2026-04-26T07:43:26.205193-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: Identity Update Best Score: 0.09 Best ID: NOT_TRAINED +2026-04-26T07:43:26.205251-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion CHANGING identity from UNKNOWN to NOT_TRAINED +2026-04-26T12:43:28.739Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_LISTEN +2026-04-26T12:43:28.740Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_LISTEN in 1 ms. +2026-04-26T12:43:28.741Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_EOS +2026-04-26T12:43:28.741Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_EOS in 0 ms. +2026-04-26T12:43:28.742Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: localTurnResult: { global: false,\n message: '',\n status: 'INTERRUPTED',\n transID: 'tid-830adbfe-416d-11f1-b061-5cf821ea55ae' } +2026-04-26T12:43:28.764Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,err]: - C.Jibohub_client.Connection: Hubclient: received zero bytes +2026-04-26T12:43:28.745Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: skillSwitch: { skillID: undefined,\n onRobot: undefined,\n isProactive: undefined,\n skipSurprises: undefined,\n transID: 'tid-830adbfe-416d-11f1-b061-5cf821ea55ae',\n data: \n ListenResult {\n asr: { confidence: 0.95, final: true, text: '- One. - Yes.' },\n nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'yes',\n rules: \n [ 'clock/alarm_timer_none_set',\n 'globals/gui_nav',\n 'globals/mim_repeat',\n 'globals/global_commands_launch' ] },\n match: \n { cloudSkill: null,\n intent: 'yes',\n rule: 'clock/alarm_timer_none_set',\n score: 0.95 } } } +2026-04-26T12:43:28.749Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: globalTurnResult: { global: true,\n result: \n ListenResult {\n asr: { confidence: 0.95, final: true, text: '- One. - Yes.' },\n nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'yes',\n rules: \n [ 'clock/alarm_timer_none_set',\n 'globals/gui_nav',\n 'globals/mim_repeat',\n 'globals/global_commands_launch' ] },\n match: \n { cloudSkill: null,\n intent: 'yes',\n rule: 'clock/alarm_timer_none_set',\n score: 0.95 } },\n status: 'SUCCEEDED',\n transID: 'tid-830adbfe-416d-11f1-b061-5cf821ea55ae' } +2026-04-26T12:43:28.753Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: eos received +2026-04-26T12:43:28.763Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Events.Global: skill relaunch command from Global Service { nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'yes',\n rules: \n [ 'clock/alarm_timer_none_set',\n 'globals/gui_nav',\n 'globals/mim_repeat',\n 'globals/global_commands_launch' ] },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:43:28.771Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: requested skill switch @be/nimbus { nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'yes',\n rules: \n [ 'clock/alarm_timer_none_set',\n 'globals/gui_nav',\n 'globals/mim_repeat',\n 'globals/global_commands_launch' ] },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:43:28.773Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: no pending skill. interrupting current skill +2026-04-26T12:43:28.778Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: switching skill @be/clock @be/nimbus +2026-04-26T12:43:28.779Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting close skill @be/clock +2026-04-26T12:43:28.780Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: stopping @be/clock +2026-04-26T12:43:28.781Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Clock: closing clock +2026-04-26T12:43:28.797Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Clock: skill runtime is getting canceled 43 +2026-04-26T12:43:28.799Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Clock: shut down skill shutdown +2026-04-26T12:43:28.800Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Clock: skill animate out shutdown +2026-04-26T12:43:28.800Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Clock: skill destroy shutdown +2026-04-26T12:43:28.801Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Clock.AlarmTimer: destroying... +2026-04-26T12:43:28.808Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:43:28.828Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_SKILL_INFO +2026-04-26T12:43:28.828Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_SKILL_INFO in 0 ms. +2026-04-26T12:43:29.174Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: deleting person entity 11827 +2026-04-26T12:43:29.368Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from MENU to ENGAGED +2026-04-26T12:43:29.765Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,err]: - C.Jibohub_client.Connection: Hubclient: received zero bytes +2026-04-26T12:43:29.766Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_CLIENT_CONNECTION_ERROR +2026-04-26T12:43:29.766Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_CLIENT_CONNECTION_ERROR in 1 ms. +2026-04-26T12:43:29.766Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Reaper queue had 7 entries. +2026-04-26T12:43:29.766Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Reaper queue had 6 entries. +2026-04-26T12:43:29.921Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Clock: skill destroy success shutdown +2026-04-26T12:43:29.929Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.TimerSpy: The current skill cleaned up all timers @be/clock +2026-04-26T12:43:29.930Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:43:29.932Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: ending close skill @be/clock +2026-04-26T12:43:29.932Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: deferring to action system with pending skill: @be/nimbus { nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'yes',\n rules: \n [ 'clock/alarm_timer_none_set',\n 'globals/gui_nav',\n 'globals/mim_repeat',\n 'globals/global_commands_launch' ] },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:43:29.946Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: waiting on action system @be/nimbus +2026-04-26T12:43:29.950Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action: Incoming new goal 'Be Skill Switch Goal: '@be/nimbus'' +2026-04-26T12:43:29.952Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Taking action: 'Be Skill Switch Action' to achieve goal 'Be Skill Switch Goal: '@be/nimbus'' +2026-04-26T12:43:29.955Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Completed action: 'Be Skill Switch Action' with result: 'SUCCEEDED' +2026-04-26T12:43:29.956Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: action system reported accomplished goal @be/nimbus +2026-04-26T12:43:29.957Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting skill open @be/nimbus { nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'yes',\n rules: \n [ 'clock/alarm_timer_none_set',\n 'globals/gui_nav',\n 'globals/mim_repeat',\n 'globals/global_commands_launch' ] },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:43:29.959Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: BeSkill open @be/clock @be/nimbus { nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'yes',\n rules: \n [ 'clock/alarm_timer_none_set',\n 'globals/gui_nav',\n 'globals/mim_repeat',\n 'globals/global_commands_launch' ] },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:43:29.970Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: new skill preload @be/nimbus +2026-04-26T07:43:30.026945-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: GET TTS LEX +2026-04-26T07:43:30.027335-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get TTS Lex session start - fc3e6e6d-2e5f-4b5f-8e4e-1624e2a9ba2c +2026-04-26T07:43:30.027567-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get TTS Lex session end - fc3e6e6d-2e5f-4b5f-8e4e-1624e2a9ba2c +2026-04-26T12:43:29.972Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: opening new skill @be/nimbus +2026-04-26T12:43:29.972Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Nimbus Opening +2026-04-26T07:43:30.040321-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: GET TTS POS Tags +2026-04-26T07:43:30.040799-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get POS Tags session start - abfd3cdc-f42c-4f56-9f5c-5991768e6e2f +2026-04-26T07:43:30.041361-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get POS Tags session end - abfd3cdc-f42c-4f56-9f5c-5991768e6e2f +2026-04-26T12:43:29.975Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Awaiting Cloud Skill response... +2026-04-26T12:43:29.978Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: skill open success @be/nimbus { nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'yes',\n rules: \n [ 'clock/alarm_timer_none_set',\n 'globals/gui_nav',\n 'globals/mim_repeat',\n 'globals/global_commands_launch' ] },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:43:29.979Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Received Cloud Skill response. +2026-04-26T12:43:29.979Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Processing Cloud Skill response... +2026-04-26T07:43:30.065682-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: GET TTS Token times +2026-04-26T12:43:29.980Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Recieved analytics from cloud skill. +2026-04-26T12:43:29.982Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Processed Cloud Skill response. +2026-04-26T12:43:29.984Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Executing Cloud Skill SLIM: RUNTIME_PROMPT +2026-04-26T12:43:30.014Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:43:30.020Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Speak request received +2026-04-26T12:43:30.021Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Processing speak request +2026-04-26T12:43:30.022Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Starting new speak session: 44133753-00e2-4605-9a81-98f45a74c38a +2026-04-26T07:43:30.066904-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: {"tts":{"input_request":{"prompt":"","pitch":999.0,"speed":999.0,"pitchBandwidth":999.0,"mode":"ssml","outputMode":"stream","allPass":999.0,"enableDefaultVoice":"","framerate":999.0,"gvMCEP":999.0,"postfilter":999.0,"samplerate":999.0,"unvoicedvoiced":999.0,"voice":"griffin","locale":"en-us","volume":999.0,"whisper":"FALSE","cached":"TRUE","earlyStopTime":-1.0},"type":"token"}} +2026-04-26T07:43:30.086502-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get Tokens session end - 51e40417-e216-4447-8f1f-d70fb9236105 +2026-04-26T12:43:30.093Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Switched Attention Rule:Engaged Primary Face +2026-04-26T12:43:30.098Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Pushing Speaking Attention Mode +2026-04-26T12:43:30.121Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from ENGAGED to SPEAKING +2026-04-26T12:43:30.130Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Waiting for Embodied Listen to finish +2026-04-26T12:43:30.132Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Dispatching Timeline: 44133753-00e2-4605-9a81-98f45a74c38a +2026-04-26T07:43:30.146105-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS session start - 8b12799e-d844-4e77-a396-9c25b8008266 +2026-04-26T07:43:30.146205-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: {"tts":{"input_request":{"prompt":"","pitch":999.0,"speed":999.0,"pitchBandwidth":999.0,"mode":"ssml","outputMode":"stream","allPass":999.0,"enableDefaultVoice":"","framerate":999.0,"gvMCEP":999.0,"postfilter":999.0,"samplerate":999.0,"unvoicedvoiced":999.0,"voice":"griffin","locale":"en-us","volume":999.0,"whisper":"FALSE","cached":"TRUE"},"type":"speak"}} +2026-04-26T07:43:30.146403-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS calling speak - 8b12799e-d844-4e77-a396-9c25b8008266 +2026-04-26T07:43:30.146441-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: Synthesizing cached +2026-04-26T12:43:30.535Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: visible face stopped 11830 +2026-04-26T12:43:30.648Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Reaper queue had 5 entries. +2026-04-26T07:43:30.705428-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS session end - 8b12799e-d844-4e77-a396-9c25b8008266 +2026-04-26T12:43:30.714Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Reaper queue had 4 entries. +2026-04-26T12:43:30.850Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION AttentionManager not trying to do lookat, we have no dofs!! +2026-04-26T12:43:30.888Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Reaper queue had 3 entries. +2026-04-26T12:43:31.976Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Switched Attention Rule:Speaking Primary Face +2026-04-26T12:43:31.997Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from SPEAKING to ENGAGED +2026-04-26T12:43:31.974Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Timeline Dispatch Complete: 44133753-00e2-4605-9a81-98f45a74c38a +2026-04-26T12:43:32.016Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Speak Complete: 44133753-00e2-4605-9a81-98f45a74c38a +2026-04-26T12:43:32.018Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Cleaning up session +2026-04-26T12:43:32.019Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Ready for next speak request +2026-04-26T12:43:32.020Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Stop request received +2026-04-26T12:43:32.024Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:43:32.038Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: requested skill switch @be/surprises { lastSkill: '@be/nimbus', asr: { text: '', confidence: 1 } } +2026-04-26T12:43:32.040Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: no pending skill. interrupting current skill +2026-04-26T12:43:32.064Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: switching skill @be/nimbus @be/surprises +2026-04-26T12:43:32.065Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting close skill @be/nimbus +2026-04-26T12:43:32.066Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: stopping @be/nimbus +2026-04-26T12:43:32.067Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Nimbus Closing +2026-04-26T12:43:32.075Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.TimerSpy: The current skill cleaned up all timers @be/nimbus +2026-04-26T12:43:32.076Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:43:32.077Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: ending close skill @be/nimbus +2026-04-26T12:43:32.085Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: deferring to action system with pending skill: @be/surprises { lastSkill: '@be/nimbus', asr: { text: '', confidence: 1 } } +2026-04-26T12:43:32.099Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: waiting on action system @be/surprises +2026-04-26T12:43:32.109Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action: Incoming new goal 'Be Skill Switch Goal: '@be/surprises'' +2026-04-26T12:43:32.114Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Taking action: 'Be Skill Switch Action' to achieve goal 'Be Skill Switch Goal: '@be/surprises'' +2026-04-26T12:43:32.116Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Completed action: 'Be Skill Switch Action' with result: 'SUCCEEDED' +2026-04-26T12:43:32.117Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: action system reported accomplished goal @be/surprises +2026-04-26T12:43:32.118Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting skill open @be/surprises { lastSkill: '@be/nimbus', asr: { text: '', confidence: 1 } } +2026-04-26T12:43:32.120Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: BeSkill open @be/nimbus @be/surprises { lastSkill: '@be/nimbus', asr: { text: '', confidence: 1 } } +2026-04-26T12:43:32.127Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: new skill preload @be/surprises +2026-04-26T12:43:32.130Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: opening new skill @be/surprises +2026-04-26T12:43:32.131Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:43:32.157Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: skill open success @be/surprises { lastSkill: '@be/nimbus', asr: { text: '', confidence: 1 } } +2026-04-26T12:43:32.316Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SurprisesDate: Contextual Priority step 1 +2026-04-26T12:43:32.319Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:43:32.360Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SurprisesDate: Contextual Priority step 2 +2026-04-26T12:43:32.377Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Surprises: No Eos categories participating +2026-04-26T12:43:32.381Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Surprises: No EoS category selected +2026-04-26T12:43:32.384Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: requested skill switch @be/idle { exitOptions: {}, asr: { text: '', confidence: 1 } } +2026-04-26T12:43:32.388Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: no pending skill. interrupting current skill +2026-04-26T12:43:32.449Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from ENGAGED to IDLE +2026-04-26T12:43:32.397Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: switching skill @be/surprises @be/idle +2026-04-26T12:43:32.399Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting close skill @be/surprises +2026-04-26T12:43:32.400Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: stopping @be/surprises +2026-04-26T12:43:32.401Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Surprises: Exiting +2026-04-26T12:43:32.403Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.TimerSpy: The current skill cleaned up all timers @be/surprises +2026-04-26T12:43:32.403Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:43:32.405Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: ending close skill @be/surprises +2026-04-26T12:43:32.406Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: deferring to action system with pending skill: @be/idle { exitOptions: {}, asr: { text: '', confidence: 1 } } +2026-04-26T12:43:32.419Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: waiting on action system @be/idle +2026-04-26T12:43:32.424Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action: Incoming new goal 'Be Skill Switch Goal: '@be/idle'' +2026-04-26T12:43:32.427Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Taking action: 'Be Skill Switch Action' to achieve goal 'Be Skill Switch Goal: '@be/idle'' +2026-04-26T12:43:32.428Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:43:32.428Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Proactive.OpportunityDetector: Evaluating trigger source: SURPRISE with looperID: 5c0b221fdf9d450019c5e255 +2026-04-26T12:43:32.431Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Proactive.SignalRateLimiterStatus: Failed: MID MORNING has 0 triggers remaining +2026-04-26T12:43:32.435Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Proactive.OpportunityDetector: Failed an inhibitor +2026-04-26T12:43:32.436Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Completed action: 'Be Skill Switch Action' with result: 'SUCCEEDED' +2026-04-26T12:43:32.437Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: action system reported accomplished goal @be/idle +2026-04-26T12:43:32.438Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting skill open @be/idle { exitOptions: {}, asr: { text: '', confidence: 1 } } +2026-04-26T12:43:32.440Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: BeSkill open @be/surprises @be/idle { exitOptions: {}, asr: { text: '', confidence: 1 } } +2026-04-26T12:43:32.445Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: new skill preload @be/idle +2026-04-26T12:43:32.447Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: opening new skill @be/idle +2026-04-26T12:43:32.448Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:43:32.449Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Events.Global: adding listener for SLEEP +2026-04-26T12:43:32.450Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Events.Global: setting SLEEP to true +2026-04-26T12:43:32.452Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Starting +2026-04-26T12:43:32.454Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: State changed from ALERT to SELECT_INTENT. +2026-04-26T12:43:32.456Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Entering: SELECT_INTENT +2026-04-26T12:43:32.458Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: skill open success @be/idle { exitOptions: {}, asr: { text: '', confidence: 1 } } +2026-04-26T12:43:32.465Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: State changed from SELECT_INTENT to ALERT. +2026-04-26T12:43:32.466Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Entering ALERT +2026-04-26T12:43:32.468Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: No transitions between SELECT_INTENT and ALERT +2026-04-26T12:43:32.536Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Brightness set to 0.4. +2026-04-26T12:43:32.939Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: visible face started 11830 +2026-04-26T12:43:32.940Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Emotion.Appraisal.IdentityRule: Appraising data from identity data: VISIBLE_FACE_STARTED +2026-04-26T12:43:33.193Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Switched Attention Rule:Idle Face +2026-04-26T12:43:36.042Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.RecLoop: utterance: hey jibo score: 311 walign: ADE00728 palign: ADE3A4A8 {"word_alignment":"657856768 657856960 hey 0.00 657856960 657857280 jibo 0.00 "} +2026-04-26T12:43:36.042Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.RecLoop: HJ: signal sent to ASR will be boosted 1.13119 dB +2026-04-26T07:43:36.046161-05:00 Royal-Current-Sage-Canvas jibo-audio-service[639,notice]: - P.AudioService: detection: {"ts":[739398,992221],"type":"hotphrase","id":320,"location":{"ts":[739398,794552],"possibilities":[{"channels":[0],"position":{"x":-0.11022407561540604,"y":1.0018665790557862,"z":0.26344507932662966},"confidence":0.13626359403133393}]},"utterances":[]} +2026-04-26T12:43:36.042Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,debug]: - C.Jetstream.RecogSpeakerID: RecogSpeakerTD starting at 657856768 +2026-04-26T12:43:36.043Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_RECOG_HJ_EVENT +2026-04-26T12:43:36.044Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_RECOG_HJ_EVENT in 2 ms. +2026-04-26T12:43:36.045Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: globalTurnResult: { global: true,\n message: '',\n status: 'INTERRUPTED',\n transID: 'tid-830adbfe-416d-11f1-b061-5cf821ea55ae' } +2026-04-26T12:43:36.051Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: hjHeard +2026-04-26T12:43:36.072Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action: Incoming new goal 'Hey Jibo' +2026-04-26T12:43:36.077Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Taking action: 'HJOrient' to achieve goal 'Hey Jibo' +2026-04-26T12:43:36.093Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from IDLE to COMMAND +2026-04-26T12:43:36.100Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,debug]: - C.Jetstream.RecLoop: Speaker: 5c0b221fdf9d450019c5e255 score: 3.98468 accepted: 1 +2026-04-26T12:43:36.101Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_RECOG_SPEAKER_EVENT +2026-04-26T12:43:36.101Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_RECOG_SPEAKER_EVENT in 0 ms. +2026-04-26T07:43:36.102278-05:00 Royal-Current-Sage-Canvas jibo-audio-service[639,notice]: - P.AudioService: detection: {"ts":[739399,48284],"type":"jet_speaker_id","id":320,"data":{"speakers":[{"speaker":"5c0b221fdf9d450019c5e255","score":3.984675645828247,"accepted":true,"high_confidence":true}],"snr":25.7155704498291}} +2026-04-26T12:43:36.124Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter.ConvTechSpeakerID: Speaker ID: 5c0b221fdf9d450019c5e255 | accepted: true | confidence: true | score: 3.984675645828247 +2026-04-26T12:43:36.133Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Received attendToTarget request +2026-04-26T12:43:36.126Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Most recent speaker accepted. +2026-04-26T12:43:36.138Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION attendToTarget Command Look rule has fired! +2026-04-26T12:43:36.139Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Switched Attention Rule:Command Look +2026-04-26T12:43:36.129Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action: Initial face: { x: -0.11022407561540604,\n y: 1.0018665790557861,\n z: 0.26344507932662964 } 11830 +2026-04-26T12:43:36.203Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: visible face stopped 11830 +2026-04-26T12:43:36.204Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: deleting person entity 11830 +2026-04-26T12:43:36.759Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION attendToTarget Command Look resolving with status:SUCCEEDED +2026-04-26T12:43:36.768Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.HJOrient: HJOrient time to face: 2 +2026-04-26T12:43:36.773Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from COMMAND to IDLE +2026-04-26T12:43:36.769Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.HJOrient: HJOrient had initial face?: true +2026-04-26T12:43:36.776Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Completed action: 'HJOrient' with result: 'SUCCEEDED' +2026-04-26T12:43:37.162Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,warning]: - C.Jibohub_client.Connection: Socket to HUB opened in >500ms. +2026-04-26T12:43:37.162Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.LhubClient: Hub Client connection opened. +2026-04-26T12:43:37.165Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_CLIENT_CONNECT_RESULT +2026-04-26T12:43:37.165Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: [messageContext@1 gain="1.139094" requestID="GLOBAL" transID="tid-8ac2796a-416d-11f1-85c2-5cf821ea55ae"] C.Jetstream.LhubClient: Hub LISTEN request keystone log entry +2026-04-26T12:43:37.169Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,debug]: - C.Jetstream.LhubClient: Set Audio encoder to type: OGG_OPUS +2026-04-26T12:43:37.239Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_CLIENT_CONNECT_RESULT in 75 ms. +2026-04-26T12:43:37.242Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: globalTurnStarted +2026-04-26T12:43:41.772Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_LISTEN +2026-04-26T12:43:41.773Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_LISTEN in 1 ms. +2026-04-26T12:43:41.773Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_EOS +2026-04-26T12:43:41.774Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_EOS in 1 ms. +2026-04-26T12:43:41.776Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: skillSwitch: { skillID: undefined,\n onRobot: undefined,\n isProactive: undefined,\n skipSurprises: undefined,\n transID: 'tid-8ac2796a-416d-11f1-85c2-5cf821ea55ae',\n data: \n ListenResult {\n asr: { confidence: 0.95, final: true, text: 'set an alarm for' },\n nlu: \n { confidence: 0.95,\n entities: { domain: 'alarm' },\n intent: 'set',\n rules: [],\n skill: '@be/clock' },\n match: { cloudSkill: null, intent: 'set', rule: '', score: 0.95 } } } +2026-04-26T12:43:41.779Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: globalTurnResult: { global: true,\n result: \n ListenResult {\n asr: { confidence: 0.95, final: true, text: 'set an alarm for' },\n nlu: \n { confidence: 0.95,\n entities: { domain: 'alarm' },\n intent: 'set',\n rules: [],\n skill: '@be/clock' },\n match: { cloudSkill: null, intent: 'set', rule: '', score: 0.95 } },\n status: 'SUCCEEDED',\n transID: 'tid-8ac2796a-416d-11f1-85c2-5cf821ea55ae' } +2026-04-26T12:43:41.784Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: eos received +2026-04-26T12:43:41.788Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Events.Global: skill relaunch command from Global Service { nlu: \n { confidence: 0.95,\n entities: { domain: 'alarm' },\n intent: 'set',\n rules: [],\n skill: '@be/clock' },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:43:41.790Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: requested skill switch @be/nimbus { nlu: \n { confidence: 0.95,\n entities: { domain: 'alarm' },\n intent: 'set',\n rules: [],\n skill: '@be/clock' },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:43:41.791Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: no pending skill. interrupting current skill +2026-04-26T12:43:41.795Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: switching skill @be/idle @be/nimbus +2026-04-26T12:43:41.845Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_SKILL_INFO +2026-04-26T12:43:41.846Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_SKILL_INFO in 1 ms. +2026-04-26T12:43:41.851Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from IDLE to ENGAGED +2026-04-26T12:43:41.796Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting close skill @be/idle +2026-04-26T12:43:41.797Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: stopping @be/idle +2026-04-26T12:43:41.798Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Stopping +2026-04-26T12:43:41.799Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Events.Global: setting SLEEP to false +2026-04-26T12:43:41.803Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Clearing animation queue. +2026-04-26T12:43:41.808Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.TimerSpy: The current skill cleaned up all timers @be/idle +2026-04-26T12:43:41.810Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:43:41.814Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: ending close skill @be/idle +2026-04-26T12:43:41.815Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: deferring to action system with pending skill: @be/nimbus { nlu: \n { confidence: 0.95,\n entities: { domain: 'alarm' },\n intent: 'set',\n rules: [],\n skill: '@be/clock' },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:43:41.972Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_SKILL_INFO +2026-04-26T12:43:41.973Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_SKILL_INFO in 1 ms. +2026-04-26T12:43:41.828Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: waiting on action system @be/nimbus +2026-04-26T12:43:41.835Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action: Incoming new goal 'Be Skill Switch Goal: '@be/nimbus'' +2026-04-26T12:43:41.837Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Taking action: 'Be Skill Switch Action' to achieve goal 'Be Skill Switch Goal: '@be/nimbus'' +2026-04-26T12:43:41.840Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Completed action: 'Be Skill Switch Action' with result: 'SUCCEEDED' +2026-04-26T12:43:41.840Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: action system reported accomplished goal @be/nimbus +2026-04-26T12:43:41.843Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting skill open @be/nimbus { nlu: \n { confidence: 0.95,\n entities: { domain: 'alarm' },\n intent: 'set',\n rules: [],\n skill: '@be/clock' },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:43:41.848Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: BeSkill open @be/idle @be/nimbus { nlu: \n { confidence: 0.95,\n entities: { domain: 'alarm' },\n intent: 'set',\n rules: [],\n skill: '@be/clock' },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:43:41.853Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: new skill preload @be/nimbus +2026-04-26T12:43:41.856Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: opening new skill @be/nimbus +2026-04-26T12:43:41.858Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Nimbus Opening +2026-04-26T12:43:41.862Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Awaiting Cloud Skill response... +2026-04-26T12:43:41.863Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: skill open success @be/nimbus { nlu: \n { confidence: 0.95,\n entities: { domain: 'alarm' },\n intent: 'set',\n rules: [],\n skill: '@be/clock' },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:43:41.868Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: skillSwitch: { skillID: '@be/clock',\n onRobot: true,\n isProactive: undefined,\n skipSurprises: undefined,\n transID: 'tid-8ac2796a-416d-11f1-85c2-5cf821ea55ae',\n data: \n ListenResult {\n asr: { confidence: 0.95, text: 'set an alarm for' },\n nlu: \n { confidence: 0.95,\n entities: { domain: 'alarm' },\n intent: 'set',\n rules: [] },\n match: { launch: true, onRobot: true, skillID: '@be/clock' } } } +2026-04-26T12:43:41.871Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Events.Global: skill relaunch command from Global Service { nlu: \n { confidence: 0.95,\n entities: { domain: 'alarm' },\n intent: 'set',\n rules: [] },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:43:41.872Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: requested skill switch @be/clock { nlu: \n { confidence: 0.95,\n entities: { domain: 'alarm' },\n intent: 'set',\n rules: [] },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:43:41.873Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: no pending skill. interrupting current skill +2026-04-26T12:43:41.877Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: switching skill @be/nimbus @be/clock +2026-04-26T12:43:41.878Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting close skill @be/nimbus +2026-04-26T12:43:41.882Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: stopping @be/nimbus +2026-04-26T12:43:41.883Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Nimbus Closing +2026-04-26T12:43:41.886Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.TimerSpy: The current skill cleaned up all timers @be/nimbus +2026-04-26T12:43:41.887Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:43:41.888Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: ending close skill @be/nimbus +2026-04-26T12:43:41.889Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: deferring to action system with pending skill: @be/clock { nlu: \n { confidence: 0.95,\n entities: { domain: 'alarm' },\n intent: 'set',\n rules: [] },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:43:41.897Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: waiting on action system @be/clock +2026-04-26T12:43:41.902Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action: Incoming new goal 'Be Skill Switch Goal: '@be/clock'' +2026-04-26T12:43:41.904Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Taking action: 'Be Skill Switch Action' to achieve goal 'Be Skill Switch Goal: '@be/clock'' +2026-04-26T12:43:41.907Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Completed action: 'Be Skill Switch Action' with result: 'SUCCEEDED' +2026-04-26T12:43:41.909Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: action system reported accomplished goal @be/clock +2026-04-26T12:43:41.910Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting skill open @be/clock { nlu: \n { confidence: 0.95,\n entities: { domain: 'alarm' },\n intent: 'set',\n rules: [] },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:43:41.914Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: BeSkill open @be/nimbus @be/clock { nlu: \n { confidence: 0.95,\n entities: { domain: 'alarm' },\n intent: 'set',\n rules: [] },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:43:41.918Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: new skill preload @be/clock +2026-04-26T12:43:41.943Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: opening new skill @be/clock +2026-04-26T12:43:41.945Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:43:41.949Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Clock: launch skill 44 +2026-04-26T12:43:41.951Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: skill open success @be/clock { nlu: \n { confidence: 0.95,\n entities: { domain: 'alarm' },\n intent: 'set',\n rules: [] },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:43:41.952Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Clock: getting skill 44 +2026-04-26T12:43:41.956Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Clock: running skill 44 AlarmTimer +2026-04-26T12:43:42.002Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:43:42.007Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Clock: waiting for skill timeout 44 AlarmTimer +2026-04-26T12:43:42.010Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Received Cloud Skill response. +2026-04-26T12:43:42.707Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from ENGAGED to MENU +2026-04-26T07:43:43.350089-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: GET TTS LEX +2026-04-26T12:43:43.334Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T07:43:43.350409-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get TTS Lex session start - 1869ff1e-eb0a-47cd-81f8-c62615b00f16 +2026-04-26T07:43:43.350876-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get TTS Lex session end - 1869ff1e-eb0a-47cd-81f8-c62615b00f16 +2026-04-26T07:43:43.367104-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: GET TTS POS Tags +2026-04-26T07:43:43.367415-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get POS Tags session start - e2468045-7bdc-4035-92cb-35746e0d26e4 +2026-04-26T07:43:43.367695-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get POS Tags session end - e2468045-7bdc-4035-92cb-35746e0d26e4 +2026-04-26T12:43:43.341Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Speak request received +2026-04-26T12:43:43.343Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Processing speak request +2026-04-26T07:43:43.389956-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: GET TTS Token times +2026-04-26T07:43:43.391029-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: {"tts":{"input_request":{"prompt":"","pitch":999.0,"speed":999.0,"pitchBandwidth":999.0,"mode":"ssml","outputMode":"stream","allPass":999.0,"enableDefaultVoice":"","framerate":999.0,"gvMCEP":999.0,"postfilter":999.0,"samplerate":999.0,"unvoicedvoiced":999.0,"voice":"griffin","locale":"en-us","volume":999.0,"whisper":"FALSE","cached":"TRUE","earlyStopTime":-1.0},"type":"token"}} +2026-04-26T12:43:43.344Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Starting new speak session: 2fcc8030-c0ad-44de-b26d-ab72737fe46a +2026-04-26T07:43:43.423491-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get Tokens session end - e2a9422f-9a5a-4b26-b2a5-4f587bc2460f +2026-04-26T12:43:43.455Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Pushing Speaking Attention Mode +2026-04-26T12:43:43.491Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from MENU to SPEAKING +2026-04-26T12:43:43.506Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Waiting for Embodied Listen to finish +2026-04-26T12:43:43.509Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Dispatching Timeline: 2fcc8030-c0ad-44de-b26d-ab72737fe46a +2026-04-26T07:43:43.535274-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS session start - b2b8456c-0e7a-4f25-b8a8-7b5dcde704c8 +2026-04-26T07:43:43.535383-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: {"tts":{"input_request":{"prompt":"","pitch":999.0,"speed":999.0,"pitchBandwidth":999.0,"mode":"ssml","outputMode":"stream","allPass":999.0,"enableDefaultVoice":"","framerate":999.0,"gvMCEP":999.0,"postfilter":999.0,"samplerate":999.0,"unvoicedvoiced":999.0,"voice":"griffin","locale":"en-us","volume":999.0,"whisper":"FALSE","cached":"TRUE"},"type":"speak"}} +2026-04-26T07:43:43.535635-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS calling speak - b2b8456c-0e7a-4f25-b8a8-7b5dcde704c8 +2026-04-26T07:43:43.535694-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: Synthesizing cached +2026-04-26T07:43:44.465562-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS session end - b2b8456c-0e7a-4f25-b8a8-7b5dcde704c8 +2026-04-26T12:43:44.469Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Timeline Dispatch Complete: 2fcc8030-c0ad-44de-b26d-ab72737fe46a +2026-04-26T12:43:44.473Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from SPEAKING to MENU +2026-04-26T12:43:44.476Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Speak Complete: 2fcc8030-c0ad-44de-b26d-ab72737fe46a +2026-04-26T12:43:44.477Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Cleaning up session +2026-04-26T12:43:44.479Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Ready for next speak request +2026-04-26T12:43:44.480Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Stop request received +2026-04-26T12:43:44.495Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.HttpHandler: Handling JetHttpHandler:/listen/start_local_turn +2026-04-26T12:43:44.497Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_START_LOCAL_TURN +2026-04-26T12:43:44.498Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_START_LOCAL_TURN in 2 ms. +2026-04-26T12:43:44.503Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: localTurnStarted +2026-04-26T12:43:44.505Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: globalTurnResult: { global: true,\n message: '',\n status: 'INTERRUPTED',\n transID: 'tid-8ac2796a-416d-11f1-85c2-5cf821ea55ae' } +2026-04-26T12:43:45.168Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,warning]: - C.Jibohub_client.Connection: Socket to HUB opened in >500ms. +2026-04-26T12:43:45.168Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.LhubClient: Hub Client connection opened. +2026-04-26T12:43:45.168Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_CLIENT_CONNECT_RESULT +2026-04-26T12:43:45.168Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: [messageContext@1 gain="1.139094" requestID="tid-8fcc3e28-416d-11f1-80f9-5cf821ea55ae" transID="tid-8fcc3e28-416d-11f1-80f9-5cf821ea55ae"] C.Jetstream.LhubClient: Hub LISTEN request keystone log entry +2026-04-26T12:43:45.169Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,debug]: - C.Jetstream.LhubClient: Set Audio encoder to type: OGG_OPUS +2026-04-26T12:43:45.205Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:43:45.211Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_CLIENT_CONNECT_RESULT in 43 ms. +2026-04-26T12:43:45.219Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: localTurnStarted +2026-04-26T12:43:47.509Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Switched Attention Rule:Menu Body Return +2026-04-26T12:43:53.307Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_LISTEN +2026-04-26T12:43:53.308Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_LISTEN in 1 ms. +2026-04-26T12:43:53.315Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_EOS +2026-04-26T12:43:53.316Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_EOS in 8 ms. +2026-04-26T12:43:53.315Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: localTurnResult: { global: false,\n result: \n ListenResult {\n asr: { confidence: 0.95, final: true, text: '- Time. - 7, 14.' },\n nlu: \n { confidence: 0.95,\n entities: { ampm: 'pm', domain: 'alarm', time: '7:00' },\n intent: 'start',\n rules: [],\n skill: '@be/clock' },\n match: { cloudSkill: null, intent: 'start', rule: '', score: 0.95 },\n transID: 'tid-8fcc3e28-416d-11f1-80f9-5cf821ea55ae',\n cloudSkillResponse: Promise { } },\n status: 'SUCCEEDED',\n transID: 'tid-8fcc3e28-416d-11f1-80f9-5cf821ea55ae' } +2026-04-26T12:43:53.340Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:43:53.380Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_SKILL_INFO +2026-04-26T12:43:53.385Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_SKILL_INFO in 5 ms. +2026-04-26T12:43:53.355Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: eos received +2026-04-26T12:43:53.367Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Clock.AlarmTimer: changing alarm time +2026-04-26T12:43:53.400Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: skillSwitch: { skillID: '@be/clock',\n onRobot: true,\n isProactive: undefined,\n skipSurprises: undefined,\n transID: 'tid-8fcc3e28-416d-11f1-80f9-5cf821ea55ae',\n data: \n ListenResult {\n asr: { confidence: 0.95, text: '- Time. - 7, 14.' },\n nlu: \n { confidence: 0.95,\n entities: { ampm: 'pm', domain: 'alarm', time: '7:00' },\n intent: 'start',\n rules: [] },\n match: { launch: true, onRobot: true, skillID: '@be/clock' } } } +2026-04-26T12:43:53.405Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Events.Global: skill relaunch command from Global Service { nlu: \n { confidence: 0.95,\n entities: { ampm: 'pm', domain: 'alarm', time: '7:00' },\n intent: 'start',\n rules: [] },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:43:53.408Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: requested skill switch @be/clock { nlu: \n { confidence: 0.95,\n entities: { ampm: 'pm', domain: 'alarm', time: '7:00' },\n intent: 'start',\n rules: [] },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:43:53.411Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: no pending skill. interrupting current skill +2026-04-26T12:43:53.505Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_SKILL_INFO +2026-04-26T12:43:53.506Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_SKILL_INFO in 1 ms. +2026-04-26T12:43:53.424Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: switching skill @be/clock @be/clock +2026-04-26T12:43:53.426Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: refreshing skill @be/clock { nlu: \n { confidence: 0.95,\n entities: { domain: 'alarm' },\n intent: 'set',\n rules: [] },\n asr: { text: '', confidence: 0.95 } } { nlu: \n { confidence: 0.95,\n entities: { ampm: 'pm', domain: 'alarm', time: '7:00' },\n intent: 'start',\n rules: [] },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:43:53.428Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Clock: launch skill 45 +2026-04-26T12:43:53.429Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: refreshing skill success @be/clock { nlu: \n { confidence: 0.95,\n entities: { domain: 'alarm' },\n intent: 'set',\n rules: [] },\n asr: { text: '', confidence: 0.95 } } { nlu: \n { confidence: 0.95,\n entities: { ampm: 'pm', domain: 'alarm', time: '7:00' },\n intent: 'start',\n rules: [] },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:43:53.434Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Clock: cancel promise session 45 +2026-04-26T12:43:53.466Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Clock: skill runtime is getting canceled 44 +2026-04-26T12:43:53.469Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Clock: shut down skill 45 +2026-04-26T12:43:53.469Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Clock: skill animate out 45 +2026-04-26T12:43:53.471Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Clock: skill destroy 45 +2026-04-26T12:43:53.472Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Clock.AlarmTimer: destroying... +2026-04-26T12:43:53.515Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Clock.AlarmTimer: updating alarm KB data: { dateTimeInstance: \n DateTime {\n _utc: 1777248000000,\n _localTime: \n { year: 2026,\n month: 'april',\n monthNum: 3,\n dayOfWeek: 'sunday',\n date: 26,\n hour: 19,\n minute: 0,\n seconds: 0,\n milliseconds: 0 },\n _timezone: \n Timezone {\n offsetUTC: -18000000,\n name: 'Central Daylight Time',\n id: 'America/Chicago' },\n durationDays: 0,\n durationHours: 0,\n durationMinutes: 0,\n timePeriod: 'hour' } } +2026-04-26T12:43:54.049Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from MENU to ENGAGED +2026-04-26T12:43:54.609Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Clock: skill destroy success 45 +2026-04-26T12:43:54.615Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Clock: getting skill 45 +2026-04-26T12:43:54.628Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Clock: running skill 45 AlarmTimer +2026-04-26T12:43:54.675Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:43:54.694Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Clock: waiting for skill timeout 45 AlarmTimer +2026-04-26T12:43:55.402Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from ENGAGED to MENU +2026-04-26T07:43:56.081131-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: GET TTS LEX +2026-04-26T07:43:56.081459-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get TTS Lex session start - 2e280a01-6d18-4943-8d52-a8388f81b686 +2026-04-26T07:43:56.082365-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get TTS Lex session end - 2e280a01-6d18-4943-8d52-a8388f81b686 +2026-04-26T12:43:56.058Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T07:43:56.111396-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: GET TTS POS Tags +2026-04-26T07:43:56.111799-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get POS Tags session start - ff1fe195-a892-42f6-b0de-afdac99b303e +2026-04-26T07:43:56.112807-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get POS Tags session end - ff1fe195-a892-42f6-b0de-afdac99b303e +2026-04-26T12:43:56.074Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Speak request received +2026-04-26T12:43:56.076Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Processing speak request +2026-04-26T07:43:56.131665-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: GET TTS POS Tags +2026-04-26T07:43:56.132141-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get POS Tags session start - eb3368b3-d966-4958-9b58-d3305c848842 +2026-04-26T07:43:56.132536-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get POS Tags session end - eb3368b3-d966-4958-9b58-d3305c848842 +2026-04-26T12:43:56.077Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Starting new speak session: 7858eac3-f517-42c2-aff0-5b9162d5f323 +2026-04-26T07:43:56.149569-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: GET TTS POS Tags +2026-04-26T07:43:56.150002-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get POS Tags session start - 00da1f71-9037-4982-a243-99c1ad0c3cc6 +2026-04-26T07:43:56.151640-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get POS Tags session end - 00da1f71-9037-4982-a243-99c1ad0c3cc6 +2026-04-26T07:43:56.173047-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: GET TTS Token times +2026-04-26T07:43:56.174205-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: {"tts":{"input_request":{"prompt":"","pitch":999.0,"speed":999.0,"pitchBandwidth":999.0,"mode":"ssml","outputMode":"stream","allPass":999.0,"enableDefaultVoice":"","framerate":999.0,"gvMCEP":999.0,"postfilter":999.0,"samplerate":999.0,"unvoicedvoiced":999.0,"voice":"griffin","locale":"en-us","volume":999.0,"whisper":"FALSE","cached":"TRUE","earlyStopTime":-1.0},"type":"token"}} +2026-04-26T07:43:56.352886-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get Tokens session end - 7f07dfbc-7e43-4e96-acbd-7a3076be0be0 +2026-04-26T12:43:56.385Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Pushing Speaking Attention Mode +2026-04-26T12:43:56.421Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from MENU to SPEAKING +2026-04-26T12:43:56.432Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Waiting for Embodied Listen to finish +2026-04-26T12:43:56.436Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Dispatching Timeline: 7858eac3-f517-42c2-aff0-5b9162d5f323 +2026-04-26T07:43:56.454772-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS session start - ddcaa031-de18-4e67-b9d2-6e563caefe3e +2026-04-26T07:43:56.454927-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: {"tts":{"input_request":{"prompt":"","pitch":999.0,"speed":999.0,"pitchBandwidth":999.0,"mode":"ssml","outputMode":"stream","allPass":999.0,"enableDefaultVoice":"","framerate":999.0,"gvMCEP":999.0,"postfilter":999.0,"samplerate":999.0,"unvoicedvoiced":999.0,"voice":"griffin","locale":"en-us","volume":999.0,"whisper":"FALSE","cached":"TRUE"},"type":"speak"}} +2026-04-26T07:43:56.455166-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS calling speak - ddcaa031-de18-4e67-b9d2-6e563caefe3e +2026-04-26T07:43:56.455203-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: Synthesizing cached +2026-04-26T07:44:00.371719-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS session end - ddcaa031-de18-4e67-b9d2-6e563caefe3e +2026-04-26T12:44:00.374Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Timeline Dispatch Complete: 7858eac3-f517-42c2-aff0-5b9162d5f323 +2026-04-26T12:44:00.378Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from SPEAKING to MENU +2026-04-26T12:44:00.386Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Speak Complete: 7858eac3-f517-42c2-aff0-5b9162d5f323 +2026-04-26T12:44:00.388Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Cleaning up session +2026-04-26T12:44:00.390Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Ready for next speak request +2026-04-26T12:44:00.392Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Stop request received +2026-04-26T12:44:00.420Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.HttpHandler: Handling JetHttpHandler:/listen/start_local_turn +2026-04-26T12:44:00.422Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_START_LOCAL_TURN +2026-04-26T12:44:00.423Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_START_LOCAL_TURN in 1 ms. +2026-04-26T12:44:00.427Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: localTurnStarted +2026-04-26T12:44:00.429Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: localTurnResult: { global: false,\n message: '',\n status: 'INTERRUPTED',\n transID: 'tid-8fcc3e28-416d-11f1-80f9-5cf821ea55ae' } +2026-04-26T12:44:01.142Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,warning]: - C.Jibohub_client.Connection: Socket to HUB opened in >500ms. +2026-04-26T12:44:01.142Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.LhubClient: Hub Client connection opened. +2026-04-26T12:44:01.142Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_CLIENT_CONNECT_RESULT +2026-04-26T12:44:01.143Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: [messageContext@1 gain="1.139094" requestID="tid-994a584a-416d-11f1-9e3e-5cf821ea55ae" transID="tid-994a584a-416d-11f1-9e3e-5cf821ea55ae"] C.Jetstream.LhubClient: Hub LISTEN request keystone log entry +2026-04-26T12:44:01.143Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,debug]: - C.Jetstream.LhubClient: Set Audio encoder to type: OGG_OPUS +2026-04-26T12:44:01.216Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_CLIENT_CONNECT_RESULT in 74 ms. +2026-04-26T12:44:01.211Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:44:01.224Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: localTurnStarted +2026-04-26T12:44:03.412Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Asserting attention rule after interruption: Menu Body Return +2026-04-26T12:44:05.770Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_LISTEN +2026-04-26T12:44:05.771Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_LISTEN in 1 ms. +2026-04-26T12:44:05.773Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_EOS +2026-04-26T12:44:05.773Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_EOS in 0 ms. +2026-04-26T12:44:05.773Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: localTurnResult: { global: false,\n message: '',\n status: 'INTERRUPTED',\n transID: 'tid-994a584a-416d-11f1-9e3e-5cf821ea55ae' } +2026-04-26T12:44:05.775Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: skillSwitch: { skillID: undefined,\n onRobot: undefined,\n isProactive: undefined,\n skipSurprises: undefined,\n transID: 'tid-994a584a-416d-11f1-9e3e-5cf821ea55ae',\n data: \n ListenResult {\n asr: { confidence: 0.95, final: true, text: '- One. - Yes.' },\n nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'yes',\n rules: \n [ 'clock/alarm_timer_change',\n 'globals/gui_nav',\n 'globals/mim_repeat',\n 'globals/global_commands_launch' ] },\n match: \n { cloudSkill: null,\n intent: 'yes',\n rule: 'clock/alarm_timer_change',\n score: 0.95 } } } +2026-04-26T12:44:05.780Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: globalTurnResult: { global: true,\n result: \n ListenResult {\n asr: { confidence: 0.95, final: true, text: '- One. - Yes.' },\n nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'yes',\n rules: \n [ 'clock/alarm_timer_change',\n 'globals/gui_nav',\n 'globals/mim_repeat',\n 'globals/global_commands_launch' ] },\n match: \n { cloudSkill: null,\n intent: 'yes',\n rule: 'clock/alarm_timer_change',\n score: 0.95 } },\n status: 'SUCCEEDED',\n transID: 'tid-994a584a-416d-11f1-9e3e-5cf821ea55ae' } +2026-04-26T12:44:05.792Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: eos received +2026-04-26T12:44:05.796Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Events.Global: skill relaunch command from Global Service { nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'yes',\n rules: \n [ 'clock/alarm_timer_change',\n 'globals/gui_nav',\n 'globals/mim_repeat',\n 'globals/global_commands_launch' ] },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:44:05.800Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: requested skill switch @be/nimbus { nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'yes',\n rules: \n [ 'clock/alarm_timer_change',\n 'globals/gui_nav',\n 'globals/mim_repeat',\n 'globals/global_commands_launch' ] },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:44:05.802Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: no pending skill. interrupting current skill +2026-04-26T12:44:05.808Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: switching skill @be/clock @be/nimbus +2026-04-26T12:44:05.809Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting close skill @be/clock +2026-04-26T12:44:05.810Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: stopping @be/clock +2026-04-26T12:44:05.811Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Clock: closing clock +2026-04-26T12:44:05.836Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_SKILL_INFO +2026-04-26T12:44:05.837Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_SKILL_INFO in 1 ms. +2026-04-26T12:44:05.826Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Clock: skill runtime is getting canceled 45 +2026-04-26T12:44:05.830Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Clock: shut down skill shutdown +2026-04-26T12:44:05.831Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Clock: skill animate out shutdown +2026-04-26T12:44:05.832Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Clock: skill destroy shutdown +2026-04-26T12:44:05.834Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Clock.AlarmTimer: destroying... +2026-04-26T12:44:05.838Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:44:06.127Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Emitting idLost from ASR: 5c0b221fdf9d450019c5e255. +2026-04-26T12:44:06.407Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from MENU to ENGAGED +2026-04-26T12:44:06.945Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Clock: skill destroy success shutdown +2026-04-26T12:44:06.950Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.TimerSpy: The current skill cleaned up all timers @be/clock +2026-04-26T12:44:06.954Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning null speaker due to staleness. +2026-04-26T12:44:06.957Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: ending close skill @be/clock +2026-04-26T12:44:06.957Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: deferring to action system with pending skill: @be/nimbus { nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'yes',\n rules: \n [ 'clock/alarm_timer_change',\n 'globals/gui_nav',\n 'globals/mim_repeat',\n 'globals/global_commands_launch' ] },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:44:06.978Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: waiting on action system @be/nimbus +2026-04-26T12:44:06.983Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action: Incoming new goal 'Be Skill Switch Goal: '@be/nimbus'' +2026-04-26T12:44:06.986Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Taking action: 'Be Skill Switch Action' to achieve goal 'Be Skill Switch Goal: '@be/nimbus'' +2026-04-26T12:44:06.989Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Completed action: 'Be Skill Switch Action' with result: 'SUCCEEDED' +2026-04-26T12:44:06.991Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: action system reported accomplished goal @be/nimbus +2026-04-26T12:44:06.992Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting skill open @be/nimbus { nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'yes',\n rules: \n [ 'clock/alarm_timer_change',\n 'globals/gui_nav',\n 'globals/mim_repeat',\n 'globals/global_commands_launch' ] },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:44:06.996Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: BeSkill open @be/clock @be/nimbus { nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'yes',\n rules: \n [ 'clock/alarm_timer_change',\n 'globals/gui_nav',\n 'globals/mim_repeat',\n 'globals/global_commands_launch' ] },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:44:07.001Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: new skill preload @be/nimbus +2026-04-26T12:44:07.002Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: opening new skill @be/nimbus +2026-04-26T12:44:07.003Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Nimbus Opening +2026-04-26T12:44:07.006Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Awaiting Cloud Skill response... +2026-04-26T12:44:07.007Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: skill open success @be/nimbus { nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'yes',\n rules: \n [ 'clock/alarm_timer_change',\n 'globals/gui_nav',\n 'globals/mim_repeat',\n 'globals/global_commands_launch' ] },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:44:07.008Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Received Cloud Skill response. +2026-04-26T12:44:07.010Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Processing Cloud Skill response... +2026-04-26T12:44:07.011Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Recieved analytics from cloud skill. +2026-04-26T12:44:07.012Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Processed Cloud Skill response. +2026-04-26T12:44:07.014Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Executing Cloud Skill SLIM: RUNTIME_PROMPT +2026-04-26T07:44:07.058814-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: GET TTS LEX +2026-04-26T07:44:07.059228-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get TTS Lex session start - e36beb79-00ee-4727-8f5e-52d381950e1e +2026-04-26T07:44:07.059541-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get TTS Lex session end - e36beb79-00ee-4727-8f5e-52d381950e1e +2026-04-26T12:44:07.043Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning null speaker due to staleness. +2026-04-26T07:44:07.074382-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: GET TTS POS Tags +2026-04-26T07:44:07.074810-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get POS Tags session start - f98d9393-a4cd-4530-99c9-a4bebaa37a90 +2026-04-26T07:44:07.075361-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get POS Tags session end - f98d9393-a4cd-4530-99c9-a4bebaa37a90 +2026-04-26T12:44:07.052Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Speak request received +2026-04-26T12:44:07.053Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Processing speak request +2026-04-26T12:44:07.054Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Starting new speak session: 2b7f4ec3-dca6-475b-a4c5-e12949a979a5 +2026-04-26T07:44:07.105062-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: GET TTS Token times +2026-04-26T07:44:07.105809-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: {"tts":{"input_request":{"prompt":"","pitch":999.0,"speed":999.0,"pitchBandwidth":999.0,"mode":"ssml","outputMode":"stream","allPass":999.0,"enableDefaultVoice":"","framerate":999.0,"gvMCEP":999.0,"postfilter":999.0,"samplerate":999.0,"unvoicedvoiced":999.0,"voice":"griffin","locale":"en-us","volume":999.0,"whisper":"FALSE","cached":"TRUE","earlyStopTime":-1.0},"type":"token"}} +2026-04-26T07:44:07.122933-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get Tokens session end - 11d97ba6-24ba-40d1-8038-4e933f422a74 +2026-04-26T12:44:07.134Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Pushing Speaking Attention Mode +2026-04-26T12:44:07.151Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from ENGAGED to SPEAKING +2026-04-26T12:44:07.158Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Waiting for Embodied Listen to finish +2026-04-26T12:44:07.160Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Dispatching Timeline: 2b7f4ec3-dca6-475b-a4c5-e12949a979a5 +2026-04-26T07:44:07.177556-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS session start - ab85d69d-b602-46bb-9de9-9a4717453b1f +2026-04-26T07:44:07.177679-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: {"tts":{"input_request":{"prompt":"","pitch":999.0,"speed":999.0,"pitchBandwidth":999.0,"mode":"ssml","outputMode":"stream","allPass":999.0,"enableDefaultVoice":"","framerate":999.0,"gvMCEP":999.0,"postfilter":999.0,"samplerate":999.0,"unvoicedvoiced":999.0,"voice":"griffin","locale":"en-us","volume":999.0,"whisper":"FALSE","cached":"TRUE"},"type":"speak"}} +2026-04-26T07:44:07.177946-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS calling speak - ab85d69d-b602-46bb-9de9-9a4717453b1f +2026-04-26T07:44:07.177982-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: Synthesizing cached +2026-04-26T07:44:07.729483-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS session end - ab85d69d-b602-46bb-9de9-9a4717453b1f +2026-04-26T12:44:08.475Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Timeline Dispatch Complete: 2b7f4ec3-dca6-475b-a4c5-e12949a979a5 +2026-04-26T12:44:08.478Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from SPEAKING to ENGAGED +2026-04-26T12:44:08.483Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Speak Complete: 2b7f4ec3-dca6-475b-a4c5-e12949a979a5 +2026-04-26T12:44:08.484Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Cleaning up session +2026-04-26T12:44:08.486Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Ready for next speak request +2026-04-26T12:44:08.488Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Stop request received +2026-04-26T12:44:08.490Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning null speaker due to staleness. +2026-04-26T12:44:08.497Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: requested skill switch @be/surprises { lastSkill: '@be/nimbus', asr: { text: '', confidence: 1 } } +2026-04-26T12:44:08.500Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: no pending skill. interrupting current skill +2026-04-26T12:44:08.510Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: switching skill @be/nimbus @be/surprises +2026-04-26T12:44:08.512Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting close skill @be/nimbus +2026-04-26T12:44:08.513Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: stopping @be/nimbus +2026-04-26T12:44:08.514Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Nimbus Closing +2026-04-26T12:44:08.518Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.TimerSpy: The current skill cleaned up all timers @be/nimbus +2026-04-26T12:44:08.519Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning null speaker due to staleness. +2026-04-26T12:44:08.521Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: ending close skill @be/nimbus +2026-04-26T12:44:08.523Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: deferring to action system with pending skill: @be/surprises { lastSkill: '@be/nimbus', asr: { text: '', confidence: 1 } } +2026-04-26T12:44:08.544Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: waiting on action system @be/surprises +2026-04-26T12:44:08.549Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action: Incoming new goal 'Be Skill Switch Goal: '@be/surprises'' +2026-04-26T12:44:08.551Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Taking action: 'Be Skill Switch Action' to achieve goal 'Be Skill Switch Goal: '@be/surprises'' +2026-04-26T12:44:08.556Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Completed action: 'Be Skill Switch Action' with result: 'SUCCEEDED' +2026-04-26T12:44:08.557Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: action system reported accomplished goal @be/surprises +2026-04-26T12:44:08.558Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting skill open @be/surprises { lastSkill: '@be/nimbus', asr: { text: '', confidence: 1 } } +2026-04-26T12:44:08.559Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: BeSkill open @be/nimbus @be/surprises { lastSkill: '@be/nimbus', asr: { text: '', confidence: 1 } } +2026-04-26T12:44:08.562Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: new skill preload @be/surprises +2026-04-26T12:44:08.564Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: opening new skill @be/surprises +2026-04-26T12:44:08.565Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning null speaker due to staleness. +2026-04-26T12:44:08.566Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: skill open success @be/surprises { lastSkill: '@be/nimbus', asr: { text: '', confidence: 1 } } +2026-04-26T12:44:08.724Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SurprisesDate: Contextual Priority step 1 +2026-04-26T12:44:08.727Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning null speaker due to staleness. +2026-04-26T12:44:08.733Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SurprisesDate: Contextual Priority step 2 +2026-04-26T12:44:08.767Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Surprises: No Eos categories participating +2026-04-26T12:44:08.768Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Surprises: No EoS category selected +2026-04-26T12:44:08.770Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: requested skill switch @be/idle { exitOptions: {}, asr: { text: '', confidence: 1 } } +2026-04-26T12:44:08.771Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: no pending skill. interrupting current skill +2026-04-26T12:44:08.778Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: switching skill @be/surprises @be/idle +2026-04-26T12:44:08.779Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting close skill @be/surprises +2026-04-26T12:44:08.779Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: stopping @be/surprises +2026-04-26T12:44:08.780Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Surprises: Exiting +2026-04-26T12:44:08.783Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.TimerSpy: The current skill cleaned up all timers @be/surprises +2026-04-26T12:44:08.784Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning null speaker due to staleness. +2026-04-26T12:44:08.787Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: ending close skill @be/surprises +2026-04-26T12:44:08.789Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: deferring to action system with pending skill: @be/idle { exitOptions: {}, asr: { text: '', confidence: 1 } } +2026-04-26T12:44:08.811Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: waiting on action system @be/idle +2026-04-26T12:44:08.834Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from ENGAGED to IDLE +2026-04-26T12:44:08.814Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action: Incoming new goal 'Be Skill Switch Goal: '@be/idle'' +2026-04-26T12:44:08.816Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Taking action: 'Be Skill Switch Action' to achieve goal 'Be Skill Switch Goal: '@be/idle'' +2026-04-26T12:44:08.818Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning null speaker due to staleness. +2026-04-26T12:44:08.819Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Proactive.OpportunityDetector: Evaluating trigger source: SURPRISE with looperID: null +2026-04-26T12:44:08.820Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Proactive.SignalRateLimiterStatus: Failed: MID MORNING has 0 triggers remaining +2026-04-26T12:44:08.821Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Proactive.OpportunityDetector: Failed an inhibitor +2026-04-26T12:44:08.824Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Completed action: 'Be Skill Switch Action' with result: 'SUCCEEDED' +2026-04-26T12:44:08.826Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: action system reported accomplished goal @be/idle +2026-04-26T12:44:08.827Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting skill open @be/idle { exitOptions: {}, asr: { text: '', confidence: 1 } } +2026-04-26T12:44:08.828Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: BeSkill open @be/surprises @be/idle { exitOptions: {}, asr: { text: '', confidence: 1 } } +2026-04-26T12:44:08.831Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: new skill preload @be/idle +2026-04-26T12:44:08.834Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: opening new skill @be/idle +2026-04-26T12:44:08.835Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning null speaker due to staleness. +2026-04-26T12:44:08.836Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Events.Global: adding listener for SLEEP +2026-04-26T12:44:08.837Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Events.Global: setting SLEEP to true +2026-04-26T12:44:08.840Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Starting +2026-04-26T12:44:08.843Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: State changed from ALERT to SELECT_INTENT. +2026-04-26T12:44:08.846Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Entering: SELECT_INTENT +2026-04-26T12:44:08.855Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: skill open success @be/idle { exitOptions: {}, asr: { text: '', confidence: 1 } } +2026-04-26T12:44:08.861Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: State changed from SELECT_INTENT to ALERT. +2026-04-26T12:44:08.862Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Entering ALERT +2026-04-26T12:44:08.866Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: No transitions between SELECT_INTENT and ALERT +2026-04-26T12:44:08.917Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Brightness set to 0.4. +2026-04-26T12:44:11.220Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Primary face selected (position based): 11831 +2026-04-26T12:44:11.225Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Switched Attention Rule:Idle Face +2026-04-26T07:44:11.250358-05:00 Royal-Current-Sage-Canvas jibo-audio-service[639,notice]: - P.AudioService: detection: {"ts":[739434,196387],"type":"hotphrase","id":321,"location":{"ts":[739433,996768],"possibilities":[{"channels":[1,0],"position":{"x":0.044876568019390109,"y":0.9831621050834656,"z":0.22343945503234864},"confidence":0.18502694368362428}]},"utterances":[]} +2026-04-26T12:44:11.243Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.RecLoop: utterance: hey jibo score: 183 walign: ADE00728 palign: ADE3A4A8 {"word_alignment":"657892096 657892224 hey 0.00 657892224 657892480 jibo 0.00 "} +2026-04-26T12:44:11.243Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.RecLoop: HJ: signal sent to ASR will be boosted 1.36982 dB +2026-04-26T12:44:11.244Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,debug]: - C.Jetstream.RecogSpeakerID: RecogSpeakerTD starting at 657892096 +2026-04-26T12:44:11.246Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_RECOG_HJ_EVENT +2026-04-26T12:44:11.248Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_RECOG_HJ_EVENT in 2 ms. +2026-04-26T12:44:11.255Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: globalTurnResult: { global: true,\n message: '',\n status: 'INTERRUPTED',\n transID: 'tid-994a584a-416d-11f1-9e3e-5cf821ea55ae' } +2026-04-26T12:44:11.261Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: hjHeard +2026-04-26T12:44:11.348Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,debug]: - C.Jetstream.RecLoop: Speaker: 5c0b221fdf9d450019c5e255 score: 0.05875 accepted: 1 +2026-04-26T07:44:11.349690-05:00 Royal-Current-Sage-Canvas jibo-audio-service[639,notice]: - P.AudioService: detection: {"ts":[739434,295737],"type":"jet_speaker_id","id":321,"data":{"speakers":[{"speaker":"5c0b221fdf9d450019c5e255","score":0.05875002220273018,"accepted":true,"high_confidence":false}],"snr":24.18982696533203}} +2026-04-26T12:44:11.348Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_RECOG_SPEAKER_EVENT +2026-04-26T12:44:11.349Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_RECOG_SPEAKER_EVENT in 1 ms. +2026-04-26T12:44:11.359Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter.ConvTechSpeakerID: Speaker ID: 5c0b221fdf9d450019c5e255 | accepted: true | confidence: false | score: 0.05875002220273018 +2026-04-26T12:44:11.360Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Emitting idAcquired from source: VOICE +2026-04-26T12:44:11.407Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from IDLE to COMMAND +2026-04-26T12:44:11.361Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Emotion.Appraisal.IdentityRule: Appraising data from identity data: ID_ACQUIRED +2026-04-26T12:44:11.363Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Most recent speaker accepted. +2026-04-26T07:44:11.431901-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-SCAN-STARTED +2026-04-26T12:44:11.374Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action: Incoming new goal 'Hey Jibo' +2026-04-26T12:44:11.401Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Taking action: 'HJOrient' to achieve goal 'Hey Jibo' +2026-04-26T12:44:11.440Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Received attendToTarget request +2026-04-26T12:44:11.434Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action: Initial face: { x: 0.044876568019390106,\n y: 0.9831621050834656,\n z: 0.22343945503234863 } null +2026-04-26T12:44:11.472Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION attendToTarget Command Look rule has fired! +2026-04-26T12:44:11.473Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Switched Attention Rule:Command Look +2026-04-26T07:44:11.514505-05:00 Royal-Current-Sage-Canvas jibo-identity-service[660,info]: - P.ImageIdentifier: ImageIdentifier[deepid]::identify [["5c0b221fdf9d450019c5e255", "face", 0.425696]] +2026-04-26T07:44:11.556115-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion::measure input from: face with 1 hypotheses +2026-04-26T07:44:11.556197-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: Identity::Measure face Quality:1 Id: 5c0b221fdf9d450019c5e255 Conf: 0.425696 +2026-04-26T07:44:11.556265-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion with 2 options from 1 inputs. +2026-04-26T07:44:11.556331-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion::updateIdentity Op: 5c0b221fdf9d450019c5e255 Score: 0.0428269 Op: NOT_TRAINED Score: 0.3 +2026-04-26T07:44:11.556382-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: Identity Update Best Score: 0.3 Best ID: NOT_TRAINED +2026-04-26T07:44:11.556458-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion CHANGING identity from UNKNOWN to NOT_TRAINED +2026-04-26T07:44:11.596276-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion::measure input from: voice with 1 hypotheses +2026-04-26T07:44:11.596401-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: Identity::Measure voice Quality:24.1898 Id: 5c0b221fdf9d450019c5e255 Conf: 0.05875 +2026-04-26T07:44:11.596489-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: Identity::Measurement failed ratio test. +2026-04-26T07:44:11.596567-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion with 2 options from 2 inputs. +2026-04-26T07:44:11.596657-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion::updateIdentity Op: 5c0b221fdf9d450019c5e255 Score: 0 Op: NOT_TRAINED Score: 0.045 +2026-04-26T07:44:11.596710-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: Identity Update Best Score: 0.045 Best ID: NOT_TRAINED +2026-04-26T07:44:11.596758-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion NO CHANGE. +2026-04-26T12:44:11.674Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: visible face started 11831 +2026-04-26T12:44:11.675Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Emotion.Appraisal.IdentityRule: Appraising data from identity data: VISIBLE_FACE_STARTED +2026-04-26T12:44:12.903Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,warning]: - C.Jibohub_client.Connection: Socket to HUB opened in >500ms. +2026-04-26T12:44:12.903Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.LhubClient: Hub Client connection opened. +2026-04-26T12:44:12.903Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_CLIENT_CONNECT_RESULT +2026-04-26T12:44:12.904Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: [messageContext@1 gain="1.170822" requestID="GLOBAL" transID="tid-9fbe2c60-416d-11f1-b820-5cf821ea55ae"] C.Jetstream.LhubClient: Hub LISTEN request keystone log entry +2026-04-26T12:44:12.910Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,debug]: - C.Jetstream.LhubClient: Set Audio encoder to type: OGG_OPUS +2026-04-26T12:44:12.980Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_CLIENT_CONNECT_RESULT in 77 ms. +2026-04-26T12:44:12.989Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: globalTurnStarted +2026-04-26T12:44:13.143Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION attendToTarget Command Look resolving with status:SUCCEEDED +2026-04-26T12:44:13.224Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Primary face selected (position based): 11831 +2026-04-26T12:44:13.236Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Expression.Base.ResolveHandle: Someone tried to cancel ResolveHandle after it was resolved! +2026-04-26T12:44:13.242Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Received attendToTarget request +2026-04-26T12:44:13.263Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION attendToTarget Command Look rule has fired! +2026-04-26T12:44:13.264Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Asserting attention rule after interruption: Command Look +2026-04-26T12:44:14.408Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION attendToTarget Command Look resolving with status:SUCCEEDED +2026-04-26T12:44:14.446Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Primary face selected (entity match): 11831 +2026-04-26T07:44:15.436701-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 28216 30:23:03:3f:51:e6 +2026-04-26T07:44:15.436970-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 28217 d6:e2:2f:ea:3e:fb +2026-04-26T07:44:15.437153-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 28218 ae:ae:19:ae:91:70 +2026-04-26T07:44:15.437330-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 28219 80:69:1a:8b:a2:b7 +2026-04-26T07:44:15.437475-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 28220 80:69:1a:8b:a0:e3 +2026-04-26T07:44:15.437625-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 28221 86:69:1a:8b:a0:e3 +2026-04-26T07:44:15.437772-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 28222 30:23:03:d6:ca:1c +2026-04-26T07:44:15.437951-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 28223 fc:9c:98:59:45:de +2026-04-26T07:44:15.438088-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-SCAN-RESULTS +2026-04-26T12:44:15.628Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Demand Face Detect found 1 faces +2026-04-26T12:44:16.165Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Proactive.SignalFacePersisted: Persisting face entity ID 11831 has an identity of null +2026-04-26T12:44:17.869Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_LISTEN +2026-04-26T12:44:17.869Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_LISTEN in 0 ms. +2026-04-26T12:44:17.870Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_EOS +2026-04-26T12:44:17.870Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_EOS in 0 ms. +2026-04-26T12:44:17.871Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: skillSwitch: { skillID: undefined,\n onRobot: undefined,\n isProactive: undefined,\n skipSurprises: undefined,\n transID: 'tid-9fbe2c60-416d-11f1-b820-5cf821ea55ae',\n data: \n ListenResult {\n asr: { confidence: 0.95, final: true, text: 'So, delete alarm.' },\n nlu: \n { confidence: 0.95,\n entities: { domain: 'alarm' },\n intent: 'delete',\n rules: [],\n skill: '@be/clock' },\n match: { cloudSkill: null, intent: 'delete', rule: '', score: 0.95 } } } +2026-04-26T12:44:17.875Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: globalTurnResult: { global: true,\n result: \n ListenResult {\n asr: { confidence: 0.95, final: true, text: 'So, delete alarm.' },\n nlu: \n { confidence: 0.95,\n entities: { domain: 'alarm' },\n intent: 'delete',\n rules: [],\n skill: '@be/clock' },\n match: { cloudSkill: null, intent: 'delete', rule: '', score: 0.95 } },\n status: 'SUCCEEDED',\n transID: 'tid-9fbe2c60-416d-11f1-b820-5cf821ea55ae' } +2026-04-26T12:44:17.912Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from COMMAND to IDLE +2026-04-26T12:44:17.929Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_SKILL_INFO +2026-04-26T12:44:17.929Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_SKILL_INFO in 0 ms. +2026-04-26T12:44:17.881Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.HJOrient: HJOrient: event waiter 'HJ Listen Complete' +2026-04-26T12:44:17.883Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.HJOrient: HJOrient time to face: 1799 +2026-04-26T12:44:17.884Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.HJOrient: HJOrient had initial face?: false +2026-04-26T12:44:17.990Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from IDLE to ENGAGED +2026-04-26T12:44:17.891Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: eos received +2026-04-26T12:44:17.893Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Events.Global: skill relaunch command from Global Service { nlu: \n { confidence: 0.95,\n entities: { domain: 'alarm' },\n intent: 'delete',\n rules: [],\n skill: '@be/clock' },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:44:17.898Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: requested skill switch @be/nimbus { nlu: \n { confidence: 0.95,\n entities: { domain: 'alarm' },\n intent: 'delete',\n rules: [],\n skill: '@be/clock' },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:44:17.901Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: no pending skill. interrupting current skill +2026-04-26T12:44:17.910Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: switching skill @be/idle @be/nimbus +2026-04-26T12:44:18.058Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_SKILL_INFO +2026-04-26T12:44:18.058Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_SKILL_INFO in 0 ms. +2026-04-26T12:44:17.911Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting close skill @be/idle +2026-04-26T12:44:17.916Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: stopping @be/idle +2026-04-26T12:44:17.917Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Stopping +2026-04-26T12:44:17.919Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Events.Global: setting SLEEP to false +2026-04-26T12:44:17.920Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Clearing animation queue. +2026-04-26T12:44:17.925Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.TimerSpy: The current skill cleaned up all timers @be/idle +2026-04-26T12:44:18.133Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_SKILL_INFO +2026-04-26T12:44:18.134Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_SKILL_INFO in 1 ms. +2026-04-26T12:44:17.926Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:44:17.928Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: ending close skill @be/idle +2026-04-26T12:44:17.929Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: deferring to action system with pending skill: @be/nimbus { nlu: \n { confidence: 0.95,\n entities: { domain: 'alarm' },\n intent: 'delete',\n rules: [],\n skill: '@be/clock' },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:44:17.934Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: skillSwitch: { skillID: '@be/clock',\n onRobot: true,\n isProactive: undefined,\n skipSurprises: undefined,\n transID: 'tid-9fbe2c60-416d-11f1-b820-5cf821ea55ae',\n data: \n ListenResult {\n asr: { confidence: 0.95, text: 'So, delete alarm.' },\n nlu: \n { confidence: 0.95,\n entities: { domain: 'alarm' },\n intent: 'delete',\n rules: [] },\n match: { launch: true, onRobot: true, skillID: '@be/clock' } } } +2026-04-26T12:44:17.937Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Events.Global: skill relaunch command from Global Service { nlu: \n { confidence: 0.95,\n entities: { domain: 'alarm' },\n intent: 'delete',\n rules: [] },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:44:17.945Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: requested skill switch @be/clock { nlu: \n { confidence: 0.95,\n entities: { domain: 'alarm' },\n intent: 'delete',\n rules: [] },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:44:17.948Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: current skill and pending skill exist. requested skill is >= priority to pending skill and we can switch from current skill +2026-04-26T12:44:17.958Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Completed action: 'HJOrient' with result: 'SUCCEEDED' +2026-04-26T12:44:17.966Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: waiting on action system @be/clock +2026-04-26T12:44:17.969Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action: Incoming new goal 'Be Skill Switch Goal: '@be/clock'' +2026-04-26T12:44:17.975Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Taking action: 'Be Skill Switch Action' to achieve goal 'Be Skill Switch Goal: '@be/clock'' +2026-04-26T12:44:17.978Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Completed action: 'Be Skill Switch Action' with result: 'SUCCEEDED' +2026-04-26T12:44:17.979Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: action system reported accomplished goal @be/clock +2026-04-26T12:44:17.980Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting skill open @be/clock { nlu: \n { confidence: 0.95,\n entities: { domain: 'alarm' },\n intent: 'delete',\n rules: [] },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:44:17.984Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: BeSkill open @be/idle @be/clock { nlu: \n { confidence: 0.95,\n entities: { domain: 'alarm' },\n intent: 'delete',\n rules: [] },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:44:17.988Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: new skill preload @be/clock +2026-04-26T12:44:18.019Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: opening new skill @be/clock +2026-04-26T12:44:18.022Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:44:18.025Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Clock: launch skill 46 +2026-04-26T12:44:18.046Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: skill open success @be/clock { nlu: \n { confidence: 0.95,\n entities: { domain: 'alarm' },\n intent: 'delete',\n rules: [] },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:44:18.047Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Clock: getting skill 46 +2026-04-26T12:44:18.055Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Clock: running skill 46 AlarmTimer +2026-04-26T12:44:18.097Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:44:18.104Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Clock: waiting for skill timeout 46 AlarmTimer +2026-04-26T12:44:18.247Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Clock.AlarmTimer: changing alarm time +2026-04-26T07:44:18.519810-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: GET TTS LEX +2026-04-26T07:44:18.520216-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get TTS Lex session start - acd3fcb1-00cb-4767-8060-717caf1ee23c +2026-04-26T07:44:18.520697-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get TTS Lex session end - acd3fcb1-00cb-4767-8060-717caf1ee23c +2026-04-26T12:44:18.248Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Clock.AlarmTimer: clearing result values +2026-04-26T07:44:18.547311-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: GET TTS POS Tags +2026-04-26T07:44:18.547635-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get POS Tags session start - f1bc7022-4e9b-4797-b3ff-5f91dcd13fc3 +2026-04-26T12:44:18.497Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T07:44:18.548252-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get POS Tags session end - f1bc7022-4e9b-4797-b3ff-5f91dcd13fc3 +2026-04-26T12:44:18.504Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Speak request received +2026-04-26T12:44:18.507Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Processing speak request +2026-04-26T12:44:18.510Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Starting new speak session: 81c09158-f2d6-4931-bdc2-82abfa842a6b +2026-04-26T07:44:18.577233-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: GET TTS Token times +2026-04-26T07:44:18.578025-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: {"tts":{"input_request":{"prompt":"","pitch":999.0,"speed":999.0,"pitchBandwidth":999.0,"mode":"ssml","outputMode":"stream","allPass":999.0,"enableDefaultVoice":"","framerate":999.0,"gvMCEP":999.0,"postfilter":999.0,"samplerate":999.0,"unvoicedvoiced":999.0,"voice":"griffin","locale":"en-us","volume":999.0,"whisper":"FALSE","cached":"TRUE","earlyStopTime":-1.0},"type":"token"}} +2026-04-26T12:44:18.557Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: visible face stopped 11831 +2026-04-26T07:44:18.629848-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get Tokens session end - 5d886257-f5f3-478c-9b71-1889f27f9b29 +2026-04-26T12:44:18.671Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Pushing Speaking Attention Mode +2026-04-26T12:44:18.712Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from ENGAGED to SPEAKING +2026-04-26T12:44:18.750Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Waiting for Embodied Listen to finish +2026-04-26T12:44:18.755Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Dispatching Timeline: 81c09158-f2d6-4931-bdc2-82abfa842a6b +2026-04-26T07:44:18.778618-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS session start - 8088d87f-4d42-4b23-8f0e-4cfa58e96c6a +2026-04-26T07:44:18.778723-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: {"tts":{"input_request":{"prompt":"","pitch":999.0,"speed":999.0,"pitchBandwidth":999.0,"mode":"ssml","outputMode":"stream","allPass":999.0,"enableDefaultVoice":"","framerate":999.0,"gvMCEP":999.0,"postfilter":999.0,"samplerate":999.0,"unvoicedvoiced":999.0,"voice":"griffin","locale":"en-us","volume":999.0,"whisper":"FALSE","cached":"TRUE"},"type":"speak"}} +2026-04-26T07:44:18.778961-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS calling speak - 8088d87f-4d42-4b23-8f0e-4cfa58e96c6a +2026-04-26T07:44:18.778998-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: Synthesizing cached +2026-04-26T12:44:19.456Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION AttentionManager not trying to do lookat, we have no dofs!! +2026-04-26T07:44:20.130218-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS session end - 8088d87f-4d42-4b23-8f0e-4cfa58e96c6a +2026-04-26T12:44:20.653Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from SPEAKING to ENGAGED +2026-04-26T12:44:20.649Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Timeline Dispatch Complete: 81c09158-f2d6-4931-bdc2-82abfa842a6b +2026-04-26T12:44:20.663Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Speak Complete: 81c09158-f2d6-4931-bdc2-82abfa842a6b +2026-04-26T12:44:20.666Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Cleaning up session +2026-04-26T12:44:20.667Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Ready for next speak request +2026-04-26T12:44:20.668Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Stop request received +2026-04-26T12:44:20.677Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:44:20.764Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Clock: exiting clock skill 46 +2026-04-26T12:44:20.769Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: requested skill switch @be/surprises { lastSkill: '@be/clock', asr: { text: '', confidence: 1 } } +2026-04-26T12:44:20.770Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: no pending skill. interrupting current skill +2026-04-26T12:44:20.778Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: switching skill @be/clock @be/surprises +2026-04-26T12:44:20.779Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting close skill @be/clock +2026-04-26T12:44:20.781Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: stopping @be/clock +2026-04-26T12:44:20.782Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Clock: closing clock +2026-04-26T12:44:20.783Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Clock: shut down skill shutdown +2026-04-26T12:44:20.784Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Clock: skill animate out shutdown +2026-04-26T12:44:20.785Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Clock: skill destroy shutdown +2026-04-26T12:44:20.786Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Clock.AlarmTimer: destroying... +2026-04-26T12:44:20.792Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Clock: skill destroy success shutdown +2026-04-26T12:44:20.798Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.TimerSpy: The current skill cleaned up all timers @be/clock +2026-04-26T12:44:20.800Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:44:20.802Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: ending close skill @be/clock +2026-04-26T12:44:20.803Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: deferring to action system with pending skill: @be/surprises { lastSkill: '@be/clock', asr: { text: '', confidence: 1 } } +2026-04-26T12:44:20.813Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: visible face started 11831 +2026-04-26T12:44:20.815Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Emotion.Appraisal.IdentityRule: Appraising data from identity data: VISIBLE_FACE_STARTED +2026-04-26T12:44:20.821Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: waiting on action system @be/surprises +2026-04-26T12:44:20.826Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action: Incoming new goal 'Be Skill Switch Goal: '@be/surprises'' +2026-04-26T12:44:20.828Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Taking action: 'Be Skill Switch Action' to achieve goal 'Be Skill Switch Goal: '@be/surprises'' +2026-04-26T12:44:20.829Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Completed action: 'Be Skill Switch Action' with result: 'SUCCEEDED' +2026-04-26T12:44:20.832Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: action system reported accomplished goal @be/surprises +2026-04-26T12:44:20.833Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting skill open @be/surprises { lastSkill: '@be/clock', asr: { text: '', confidence: 1 } } +2026-04-26T12:44:20.835Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: BeSkill open @be/clock @be/surprises { lastSkill: '@be/clock', asr: { text: '', confidence: 1 } } +2026-04-26T12:44:20.843Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: new skill preload @be/surprises +2026-04-26T12:44:20.844Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: opening new skill @be/surprises +2026-04-26T12:44:20.846Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:44:20.847Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: skill open success @be/surprises { lastSkill: '@be/clock', asr: { text: '', confidence: 1 } } +2026-04-26T12:44:21.015Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SurprisesDate: Contextual Priority step 1 +2026-04-26T12:44:21.020Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:44:21.076Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SurprisesDate: Contextual Priority step 2 +2026-04-26T12:44:21.082Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Surprises: No Eos categories participating +2026-04-26T12:44:21.083Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Surprises: No EoS category selected +2026-04-26T12:44:21.158Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from ENGAGED to IDLE +2026-04-26T12:44:21.084Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: requested skill switch @be/idle { exitOptions: {}, asr: { text: '', confidence: 1 } } +2026-04-26T12:44:21.085Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: no pending skill. interrupting current skill +2026-04-26T12:44:21.087Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: switching skill @be/surprises @be/idle +2026-04-26T12:44:21.088Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting close skill @be/surprises +2026-04-26T12:44:21.089Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: stopping @be/surprises +2026-04-26T12:44:21.090Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Surprises: Exiting +2026-04-26T12:44:21.093Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.TimerSpy: The current skill cleaned up all timers @be/surprises +2026-04-26T12:44:21.094Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:44:21.097Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: ending close skill @be/surprises +2026-04-26T12:44:21.103Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: deferring to action system with pending skill: @be/idle { exitOptions: {}, asr: { text: '', confidence: 1 } } +2026-04-26T12:44:21.124Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: waiting on action system @be/idle +2026-04-26T12:44:21.130Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action: Incoming new goal 'Be Skill Switch Goal: '@be/idle'' +2026-04-26T12:44:21.132Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Taking action: 'Be Skill Switch Action' to achieve goal 'Be Skill Switch Goal: '@be/idle'' +2026-04-26T12:44:21.136Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:44:21.139Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Proactive.OpportunityDetector: Evaluating trigger source: SURPRISE with looperID: 5c0b221fdf9d450019c5e255 +2026-04-26T12:44:21.141Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Proactive.SignalRateLimiterStatus: Failed: MID MORNING has 0 triggers remaining +2026-04-26T12:44:21.145Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Proactive.OpportunityDetector: Failed an inhibitor +2026-04-26T12:44:21.148Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Completed action: 'Be Skill Switch Action' with result: 'SUCCEEDED' +2026-04-26T12:44:21.149Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: action system reported accomplished goal @be/idle +2026-04-26T12:44:21.150Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting skill open @be/idle { exitOptions: {}, asr: { text: '', confidence: 1 } } +2026-04-26T12:44:21.153Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: BeSkill open @be/surprises @be/idle { exitOptions: {}, asr: { text: '', confidence: 1 } } +2026-04-26T12:44:21.156Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: new skill preload @be/idle +2026-04-26T12:44:21.159Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: opening new skill @be/idle +2026-04-26T12:44:21.160Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:44:21.162Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Events.Global: adding listener for SLEEP +2026-04-26T12:44:21.163Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Events.Global: setting SLEEP to true +2026-04-26T12:44:21.164Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Starting +2026-04-26T12:44:21.169Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: State changed from ALERT to SELECT_INTENT. +2026-04-26T12:44:21.170Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Entering: SELECT_INTENT +2026-04-26T12:44:21.173Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: skill open success @be/idle { exitOptions: {}, asr: { text: '', confidence: 1 } } +2026-04-26T12:44:21.180Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: State changed from SELECT_INTENT to ALERT. +2026-04-26T12:44:21.184Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Entering ALERT +2026-04-26T12:44:21.189Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: No transitions between SELECT_INTENT and ALERT +2026-04-26T12:44:21.255Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Brightness set to 0.4. +2026-04-26T12:44:22.193Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Switched Attention Rule:Idle Face +2026-04-26T12:44:22.310Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.GUI.TouchManager: received tap event 4 672 328 +2026-04-26T12:44:22.312Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Be: REDIRECT: skill redirect: @be/main-menu { intent: 'tap' } +2026-04-26T12:44:22.313Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: requested skill switch @be/main-menu { intent: 'tap', asr: { text: '', confidence: 1 } } +2026-04-26T12:44:22.315Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: no pending skill. interrupting current skill +2026-04-26T12:44:22.325Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: switching skill @be/idle @be/main-menu +2026-04-26T12:44:22.326Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting close skill @be/idle +2026-04-26T12:44:22.327Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: stopping @be/idle +2026-04-26T12:44:22.328Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Stopping +2026-04-26T12:44:22.329Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Events.Global: setting SLEEP to false +2026-04-26T12:44:22.380Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from IDLE to ENGAGED +2026-04-26T12:44:22.330Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Clearing animation queue. +2026-04-26T12:44:22.338Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.TimerSpy: The current skill cleaned up all timers @be/idle +2026-04-26T12:44:22.339Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:44:22.340Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: ending close skill @be/idle +2026-04-26T12:44:22.341Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: deferring to action system with pending skill: @be/main-menu { intent: 'tap', asr: { text: '', confidence: 1 } } +2026-04-26T12:44:22.359Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: waiting on action system @be/main-menu +2026-04-26T12:44:22.362Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action: Incoming new goal 'Be Skill Switch Goal: '@be/main-menu'' +2026-04-26T12:44:22.365Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Taking action: 'Be Skill Switch Action' to achieve goal 'Be Skill Switch Goal: '@be/main-menu'' +2026-04-26T12:44:22.368Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Completed action: 'Be Skill Switch Action' with result: 'SUCCEEDED' +2026-04-26T12:44:22.371Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: action system reported accomplished goal @be/main-menu +2026-04-26T12:44:22.376Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting skill open @be/main-menu { intent: 'tap', asr: { text: '', confidence: 1 } } +2026-04-26T12:44:22.377Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: BeSkill open @be/idle @be/main-menu { intent: 'tap', asr: { text: '', confidence: 1 } } +2026-04-26T12:44:22.380Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: new skill preload @be/main-menu +2026-04-26T12:44:22.381Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: opening new skill @be/main-menu +2026-04-26T12:44:22.385Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:44:22.388Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.MainMenu: open() from tap +2026-04-26T12:44:22.389Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:44:22.405Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: skill open success @be/main-menu { intent: 'tap', asr: { text: '', confidence: 1 } } +2026-04-26T12:44:22.439Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:44:23.018Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from ENGAGED to OFF +2026-04-26T12:44:25.294Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Proactive.SignalFacePersisted: Persisting face entity ID 11831 has an identity of null +2026-04-26T12:44:25.495Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.GUI.TouchManager: received tap event 4 282 346 +2026-04-26T12:44:25.515Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:44:25.531Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.HttpHandler: Handling JetHttpHandler:/listen/start_local_turn +2026-04-26T12:44:25.532Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_START_LOCAL_TURN +2026-04-26T12:44:25.533Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_START_LOCAL_TURN in 1 ms. +2026-04-26T12:44:25.518Z Royal-Current-Sage-Canvas be[1016,warning]: [versions@1 release="1.9.2"] T.Jibo.GUI.Component: Deprecation: the ability to set inputLocked is deprecated, please use lockInput(true|false) instead +2026-04-26T12:44:25.533Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.MainMenu: Attempting redirect to skill: clock +2026-04-26T12:44:25.557Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: globalTurnResult: { global: true,\n message: '',\n status: 'INTERRUPTED',\n transID: 'tid-9fbe2c60-416d-11f1-b820-5cf821ea55ae' } +2026-04-26T12:44:26.326Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,warning]: - C.Jibohub_client.Connection: Socket to HUB opened in >500ms. +2026-04-26T12:44:26.326Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.LhubClient: Hub Client connection opened. +2026-04-26T12:44:26.326Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_CLIENT_CONNECT_RESULT +2026-04-26T12:44:26.402Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Be: REDIRECT: skill redirect: @be/clock { nlu: { entities: { domain: 'clock' }, intent: 'menu' } } +2026-04-26T12:44:26.404Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: requested skill switch @be/clock { nlu: { entities: { domain: 'clock' }, intent: 'menu' },\n asr: { text: '', confidence: 1 } } +2026-04-26T12:44:26.474Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from OFF to ENGAGED +2026-04-26T12:44:26.406Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: no pending skill. interrupting current skill +2026-04-26T12:44:26.421Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: switching skill @be/main-menu @be/clock +2026-04-26T12:44:26.486Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_CLIENT_CONNECT_RESULT in 160 ms. +2026-04-26T12:44:26.486Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_LISTEN +2026-04-26T12:44:26.487Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_LISTEN in 1 ms. +2026-04-26T12:44:26.487Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_EOS +2026-04-26T12:44:26.488Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_EOS in 1 ms. +2026-04-26T12:44:26.424Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting close skill @be/main-menu +2026-04-26T12:44:26.426Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: stopping @be/main-menu +2026-04-26T12:44:26.428Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.MainMenu: close() +2026-04-26T12:44:26.428Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.MainMenu: close() flow requires stop and destroy followed by view clean up +2026-04-26T12:44:26.437Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.TimerSpy: The current skill cleaned up all timers @be/main-menu +2026-04-26T12:44:26.438Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:44:26.441Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: ending close skill @be/main-menu +2026-04-26T12:44:26.442Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: deferring to action system with pending skill: @be/clock { nlu: { entities: { domain: 'clock' }, intent: 'menu' },\n asr: { text: '', confidence: 1 } } +2026-04-26T12:44:26.457Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: waiting on action system @be/clock +2026-04-26T12:44:26.459Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action: Incoming new goal 'Be Skill Switch Goal: '@be/clock'' +2026-04-26T12:44:26.462Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Taking action: 'Be Skill Switch Action' to achieve goal 'Be Skill Switch Goal: '@be/clock'' +2026-04-26T12:44:26.465Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Completed action: 'Be Skill Switch Action' with result: 'SUCCEEDED' +2026-04-26T12:44:26.466Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: action system reported accomplished goal @be/clock +2026-04-26T12:44:26.467Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting skill open @be/clock { nlu: { entities: { domain: 'clock' }, intent: 'menu' },\n asr: { text: '', confidence: 1 } } +2026-04-26T12:44:26.469Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: BeSkill open @be/main-menu @be/clock { nlu: { entities: { domain: 'clock' }, intent: 'menu' },\n asr: { text: '', confidence: 1 } } +2026-04-26T12:44:26.473Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: new skill preload @be/clock +2026-04-26T12:44:26.481Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:44:26.491Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: localTurnStarted +2026-04-26T12:44:26.494Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: localTurnResult: { global: false,\n result: \n ListenResult {\n asr: { confidence: 0.95, final: true, text: 'loadMenu' },\n nlu: \n { confidence: 0.95,\n entities: { destination: 'clock' },\n intent: 'loadMenu',\n rules: [ 'main-menu/execute_main_menu' ] },\n match: \n { cloudSkill: null,\n intent: 'loadMenu',\n rule: 'main-menu/execute_main_menu',\n score: 0.95 },\n transID: 'tid-a841c89c-416d-11f1-a51e-5cf821ea55ae',\n cloudSkillResponse: Promise { } },\n status: 'SUCCEEDED',\n transID: 'tid-a841c89c-416d-11f1-a51e-5cf821ea55ae' } +2026-04-26T12:44:26.497Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: eos received +2026-04-26T12:44:26.503Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: opening new skill @be/clock +2026-04-26T12:44:26.505Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:44:26.508Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Clock: launch skill 47 +2026-04-26T12:44:26.509Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: skill open success @be/clock { nlu: { entities: { domain: 'clock' }, intent: 'menu' },\n asr: { text: '', confidence: 1 } } +2026-04-26T12:44:26.513Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Clock: getting skill 47 +2026-04-26T12:44:26.524Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Clock: running skill 47 MenuSubSkill +2026-04-26T12:44:26.823Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from ENGAGED to OFF +2026-04-26T12:44:26.884Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:44:27.365Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Clock: waiting for skill timeout 47 MenuSubSkill +2026-04-26T12:44:29.766Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.GUI.TouchManager: received tap event 4 1077 410 +2026-04-26T12:44:29.810Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.HttpHandler: Handling JetHttpHandler:/listen/start_local_turn +2026-04-26T12:44:29.778Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Clock.Menu: Menu MIM result: { state: \n MimState {\n noInputCount: 0,\n noMatchCount: 0,\n lastResultState: 'match',\n success: true,\n failure: false,\n promptText: '',\n promptAutoRules: null },\n asrResults: \n ListenResult {\n asr: { text: '', confidence: 1 },\n nlu: \n { intent: 'set',\n entities: { domain: 'alarm' },\n rules: [ 'clock/clock_menu' ] },\n match: undefined } } +2026-04-26T12:44:29.814Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_START_LOCAL_TURN +2026-04-26T12:44:29.815Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_START_LOCAL_TURN in 1 ms. +2026-04-26T12:44:29.784Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:44:29.833Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Be: REDIRECT: skill redirect: @be/clock { nlu: \n ListenResult {\n asr: { text: '', confidence: 1 },\n nlu: \n { intent: 'query',\n entities: { domain: 'alarm' },\n rules: [ 'clock/clock_menu' ] },\n match: undefined },\n context: 'Menu' } +2026-04-26T12:44:29.836Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: requested skill switch @be/clock { nlu: \n ListenResult {\n asr: { text: '', confidence: 1 },\n nlu: \n { intent: 'query',\n entities: { domain: 'alarm' },\n rules: [ 'clock/clock_menu' ] },\n match: undefined },\n context: 'Menu',\n asr: { text: '', confidence: 1 } } +2026-04-26T12:44:29.838Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: no pending skill. interrupting current skill +2026-04-26T12:44:29.839Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: localTurnResult: { global: false,\n message: '',\n status: 'INTERRUPTED',\n transID: 'tid-a841c89c-416d-11f1-a51e-5cf821ea55ae' } +2026-04-26T12:44:29.847Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: switching skill @be/clock @be/clock +2026-04-26T12:44:29.848Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: refreshing skill @be/clock { nlu: { entities: { domain: 'clock' }, intent: 'menu' },\n asr: { text: '', confidence: 1 } } { nlu: \n ListenResult {\n asr: { text: '', confidence: 1 },\n nlu: \n { intent: 'query',\n entities: { domain: 'alarm' },\n rules: [ 'clock/clock_menu' ] },\n match: undefined },\n context: 'Menu',\n asr: { text: '', confidence: 1 } } +2026-04-26T12:44:29.850Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Clock: launch skill 48 +2026-04-26T12:44:29.851Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: refreshing skill success @be/clock { nlu: { entities: { domain: 'clock' }, intent: 'menu' },\n asr: { text: '', confidence: 1 } } { nlu: \n ListenResult {\n asr: { text: '', confidence: 1 },\n nlu: \n { intent: 'query',\n entities: { domain: 'alarm' },\n rules: [ 'clock/clock_menu' ] },\n match: undefined },\n context: 'Menu',\n asr: { text: '', confidence: 1 } } +2026-04-26T12:44:29.853Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Clock: cancel promise session 48 +2026-04-26T12:44:29.866Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Clock: skill runtime is getting canceled 47 +2026-04-26T12:44:29.867Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Clock: shut down skill 48 +2026-04-26T12:44:29.868Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Clock: skill animate out 48 +2026-04-26T12:44:29.869Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Clock: skill destroy 48 +2026-04-26T12:44:29.873Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Clock: skill destroy success 48 +2026-04-26T12:44:29.874Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Clock: getting skill 48 +2026-04-26T12:44:29.878Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Clock: running skill 48 AlarmTimer +2026-04-26T12:44:29.907Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:44:29.915Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Clock: waiting for skill timeout 48 AlarmTimer +2026-04-26T12:44:30.326Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,warning]: - C.Jibohub_client.Connection: Socket to HUB opened in >500ms. +2026-04-26T12:44:30.327Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.LhubClient: Hub Client connection opened. +2026-04-26T12:44:30.328Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_CLIENT_CONNECT_RESULT +2026-04-26T12:44:30.406Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_CLIENT_CONNECT_RESULT in 78 ms. +2026-04-26T12:44:30.406Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_LISTEN +2026-04-26T12:44:30.390Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:44:30.407Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_LISTEN in 1 ms. +2026-04-26T12:44:30.409Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_EOS +2026-04-26T12:44:30.410Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_EOS in 1 ms. +2026-04-26T12:44:30.422Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: localTurnStarted +2026-04-26T12:44:30.424Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: localTurnResult: { global: false,\n result: \n ListenResult {\n asr: { confidence: 0.95, final: true, text: 'set' },\n nlu: \n { confidence: 0.95,\n entities: { domain: 'alarm' },\n intent: 'set',\n rules: [ 'clock/clock_menu' ],\n skill: '@be/clock' },\n match: \n { cloudSkill: null,\n intent: 'set',\n rule: 'clock/clock_menu',\n score: 0.95 },\n transID: 'tid-aacf2956-416d-11f1-994f-5cf821ea55ae',\n cloudSkillResponse: Promise { } },\n status: 'SUCCEEDED',\n transID: 'tid-aacf2956-416d-11f1-994f-5cf821ea55ae' } +2026-04-26T12:44:30.431Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: eos received +2026-04-26T12:44:30.874Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from OFF to ENGAGED +2026-04-26T12:44:30.876Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from ENGAGED to OFF +2026-04-26T12:44:31.493Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:44:31.507Z Royal-Current-Sage-Canvas be[1016,warning]: [versions@1 release="1.9.2"] T.Jibo.BT.Mim.MimConfig: Error parsing prompt text for AlarmTimer_Info_AN_01: It'll go off ${promptTime.prefixOnAt()}. - error: promptTime.prefixOnAt is not a function +2026-04-26T12:44:34.232Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.GUI.TouchManager: received tap event 4 599 473 +2026-04-26T12:44:34.234Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:44:34.297Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:44:34.663Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from OFF to ENGAGED +2026-04-26T12:44:34.671Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from ENGAGED to OFF +2026-04-26T12:44:35.805Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.GUI.TouchManager: received tap event 4 353 328 +2026-04-26T12:44:35.840Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.HttpHandler: Handling JetHttpHandler:/listen/start_local_turn +2026-04-26T12:44:35.841Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_START_LOCAL_TURN +2026-04-26T12:44:35.842Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_START_LOCAL_TURN in 1 ms. +2026-04-26T12:44:35.816Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:44:35.862Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: localTurnResult: { global: false,\n message: '',\n status: 'INTERRUPTED',\n transID: 'tid-aacf2956-416d-11f1-994f-5cf821ea55ae' } +2026-04-26T07:44:35.963139-05:00 Royal-Current-Sage-Canvas jibo-identity-service[660,info]: - P.ImageIdentifier: ImageIdentifier[deepid]::identify [["5c0b221fdf9d450019c5e255", "face", 0.312396]] +2026-04-26T07:44:35.966670-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion::measure input from: face with 1 hypotheses +2026-04-26T07:44:35.966742-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: Identity::Measure face Quality:1 Id: 5c0b221fdf9d450019c5e255 Conf: 0.312396 +2026-04-26T07:44:35.966809-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: Identity::Measurement failed ratio test. +2026-04-26T07:44:35.966887-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion with 2 options from 3 inputs. +2026-04-26T07:44:35.966958-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion::updateIdentity Op: 5c0b221fdf9d450019c5e255 Score: 0 Op: NOT_TRAINED Score: 0.03 +2026-04-26T07:44:35.967005-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: Identity Update Best Score: 0.03 Best ID: NOT_TRAINED +2026-04-26T07:44:35.967053-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion NO CHANGE. +2026-04-26T12:44:36.317Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.LhubClient: Hub Client connection opened. +2026-04-26T12:44:36.317Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_CLIENT_CONNECT_RESULT +2026-04-26T12:44:36.349Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from OFF to ENGAGED +2026-04-26T12:44:36.352Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from ENGAGED to OFF +2026-04-26T12:44:36.394Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Clock.AlarmTimer: changing alarm time +2026-04-26T12:44:36.438Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_CLIENT_CONNECT_RESULT in 121 ms. +2026-04-26T12:44:36.438Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_LISTEN +2026-04-26T12:44:36.440Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_LISTEN in 1 ms. +2026-04-26T12:44:36.440Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_EOS +2026-04-26T12:44:36.440Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_EOS in 0 ms. +2026-04-26T12:44:36.396Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Clock.AlarmTimer: clearing result values +2026-04-26T12:44:36.431Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:44:36.454Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: localTurnStarted +2026-04-26T12:44:36.460Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: localTurnResult: { global: false,\n result: \n ListenResult {\n asr: { confidence: 0.95, final: true, text: 'cancel' },\n nlu: \n { confidence: 0.95,\n entities: { domain: 'alarm' },\n intent: 'delete',\n rules: [ 'clock/alarm_timer_query_menu' ],\n skill: '@be/clock' },\n match: \n { cloudSkill: null,\n intent: 'delete',\n rule: 'clock/alarm_timer_query_menu',\n score: 0.95 },\n transID: 'tid-ae66c4f2-416d-11f1-a8b6-5cf821ea55ae',\n cloudSkillResponse: Promise { } },\n status: 'SUCCEEDED',\n transID: 'tid-ae66c4f2-416d-11f1-a8b6-5cf821ea55ae' } +2026-04-26T12:44:36.468Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: eos received +2026-04-26T12:44:37.086Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from OFF to ENGAGED +2026-04-26T07:44:37.735573-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: GET TTS LEX +2026-04-26T07:44:37.736105-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get TTS Lex session start - 675dc545-4eea-4250-95bc-f85fef8de6ed +2026-04-26T07:44:37.736385-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get TTS Lex session end - 675dc545-4eea-4250-95bc-f85fef8de6ed +2026-04-26T12:44:37.722Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T07:44:37.753192-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: GET TTS POS Tags +2026-04-26T07:44:37.753482-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get POS Tags session start - cc456636-22df-46d1-ad59-1a3cf3e79f3c +2026-04-26T07:44:37.753793-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get POS Tags session end - cc456636-22df-46d1-ad59-1a3cf3e79f3c +2026-04-26T12:44:37.727Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Speak request received +2026-04-26T12:44:37.729Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Processing speak request +2026-04-26T07:44:37.776443-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: GET TTS POS Tags +2026-04-26T07:44:37.776864-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get POS Tags session start - 0bdbb58e-5e4a-4b77-af5d-fa88030fe469 +2026-04-26T07:44:37.777527-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get POS Tags session end - 0bdbb58e-5e4a-4b77-af5d-fa88030fe469 +2026-04-26T12:44:37.730Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Starting new speak session: f3d1f1d4-33cc-4761-bb7b-f7a6eeed1660 +2026-04-26T07:44:37.804937-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: GET TTS Token times +2026-04-26T07:44:37.805717-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: {"tts":{"input_request":{"prompt":"","pitch":999.0,"speed":999.0,"pitchBandwidth":999.0,"mode":"ssml","outputMode":"stream","allPass":999.0,"enableDefaultVoice":"","framerate":999.0,"gvMCEP":999.0,"postfilter":999.0,"samplerate":999.0,"unvoicedvoiced":999.0,"voice":"griffin","locale":"en-us","volume":999.0,"whisper":"FALSE","cached":"TRUE","earlyStopTime":-1.0},"type":"token"}} +2026-04-26T12:44:37.848Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Switched Attention Rule:Engaged Primary Face +2026-04-26T07:44:37.856896-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get Tokens session end - 3b848487-a9fa-4fe5-bc09-ccc09bbd800a +2026-04-26T12:44:37.889Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Pushing Speaking Attention Mode +2026-04-26T12:44:37.925Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from ENGAGED to SPEAKING +2026-04-26T12:44:37.939Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: visible face stopped 11831 +2026-04-26T12:44:37.943Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Waiting for Embodied Listen to finish +2026-04-26T12:44:37.944Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Dispatching Timeline: f3d1f1d4-33cc-4761-bb7b-f7a6eeed1660 +2026-04-26T07:44:37.978213-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS session start - ead4a898-01ef-476f-845f-e9e85dccd4f0 +2026-04-26T07:44:37.978339-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: {"tts":{"input_request":{"prompt":"","pitch":999.0,"speed":999.0,"pitchBandwidth":999.0,"mode":"ssml","outputMode":"stream","allPass":999.0,"enableDefaultVoice":"","framerate":999.0,"gvMCEP":999.0,"postfilter":999.0,"samplerate":999.0,"unvoicedvoiced":999.0,"voice":"griffin","locale":"en-us","volume":999.0,"whisper":"FALSE","cached":"TRUE"},"type":"speak"}} +2026-04-26T07:44:37.978584-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS calling speak - ead4a898-01ef-476f-845f-e9e85dccd4f0 +2026-04-26T07:44:37.978626-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: Synthesizing cached +2026-04-26T12:44:38.693Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION AttentionManager not trying to do lookat, we have no dofs!! +2026-04-26T07:44:39.707402-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS session end - ead4a898-01ef-476f-845f-e9e85dccd4f0 +2026-04-26T12:44:40.815Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Timeline Dispatch Complete: f3d1f1d4-33cc-4761-bb7b-f7a6eeed1660 +2026-04-26T12:44:40.822Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from SPEAKING to ENGAGED +2026-04-26T12:44:40.830Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Speak Complete: f3d1f1d4-33cc-4761-bb7b-f7a6eeed1660 +2026-04-26T12:44:40.836Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Cleaning up session +2026-04-26T12:44:40.838Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Ready for next speak request +2026-04-26T12:44:40.839Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Stop request received +2026-04-26T12:44:40.840Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:44:40.913Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Clock: exiting clock skill 48 +2026-04-26T12:44:40.915Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: requested skill switch @be/surprises { lastSkill: '@be/clock', asr: { text: '', confidence: 1 } } +2026-04-26T12:44:40.916Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: no pending skill. interrupting current skill +2026-04-26T12:44:40.926Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: switching skill @be/clock @be/surprises +2026-04-26T12:44:40.928Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting close skill @be/clock +2026-04-26T12:44:40.929Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: stopping @be/clock +2026-04-26T12:44:40.930Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Clock: closing clock +2026-04-26T12:44:40.931Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Clock: shut down skill shutdown +2026-04-26T12:44:40.935Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Clock: skill animate out shutdown +2026-04-26T12:44:40.936Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Clock: skill destroy shutdown +2026-04-26T12:44:40.938Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Clock.AlarmTimer: destroying... +2026-04-26T12:44:41.357Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: visible face started 11831 +2026-04-26T12:44:41.359Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Emotion.Appraisal.IdentityRule: Appraising data from identity data: VISIBLE_FACE_STARTED +2026-04-26T12:44:41.368Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Emitting idLost from ASR: 5c0b221fdf9d450019c5e255. +2026-04-26T12:44:41.479Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Clock: skill destroy success shutdown +2026-04-26T12:44:41.481Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.TimerSpy: The current skill cleaned up all timers @be/clock +2026-04-26T12:44:41.483Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning null speaker due to staleness. +2026-04-26T12:44:41.484Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: ending close skill @be/clock +2026-04-26T12:44:41.485Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: deferring to action system with pending skill: @be/surprises { lastSkill: '@be/clock', asr: { text: '', confidence: 1 } } +2026-04-26T12:44:41.493Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: waiting on action system @be/surprises +2026-04-26T12:44:41.494Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action: Incoming new goal 'Be Skill Switch Goal: '@be/surprises'' +2026-04-26T12:44:41.498Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Taking action: 'Be Skill Switch Action' to achieve goal 'Be Skill Switch Goal: '@be/surprises'' +2026-04-26T12:44:41.500Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Completed action: 'Be Skill Switch Action' with result: 'SUCCEEDED' +2026-04-26T12:44:41.501Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: action system reported accomplished goal @be/surprises +2026-04-26T12:44:41.502Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting skill open @be/surprises { lastSkill: '@be/clock', asr: { text: '', confidence: 1 } } +2026-04-26T12:44:41.503Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: BeSkill open @be/clock @be/surprises { lastSkill: '@be/clock', asr: { text: '', confidence: 1 } } +2026-04-26T12:44:41.507Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: new skill preload @be/surprises +2026-04-26T12:44:41.508Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: opening new skill @be/surprises +2026-04-26T12:44:41.509Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning null speaker due to staleness. +2026-04-26T12:44:41.511Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: skill open success @be/surprises { lastSkill: '@be/clock', asr: { text: '', confidence: 1 } } +2026-04-26T12:44:41.559Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Asserting attention rule after interruption: Engaged Primary Face +2026-04-26T12:44:41.666Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SurprisesDate: Contextual Priority step 1 +2026-04-26T12:44:41.668Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning null speaker due to staleness. +2026-04-26T12:44:41.678Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SurprisesDate: Contextual Priority step 2 +2026-04-26T12:44:41.694Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Surprises: No Eos categories participating +2026-04-26T12:44:41.695Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Surprises: No EoS category selected +2026-04-26T12:44:41.697Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: requested skill switch @be/idle { exitOptions: {}, asr: { text: '', confidence: 1 } } +2026-04-26T12:44:41.700Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: no pending skill. interrupting current skill +2026-04-26T12:44:41.708Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: switching skill @be/surprises @be/idle +2026-04-26T12:44:41.709Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting close skill @be/surprises +2026-04-26T12:44:41.710Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: stopping @be/surprises +2026-04-26T12:44:41.710Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Surprises: Exiting +2026-04-26T12:44:41.713Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.TimerSpy: The current skill cleaned up all timers @be/surprises +2026-04-26T12:44:41.714Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning null speaker due to staleness. +2026-04-26T12:44:41.715Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: ending close skill @be/surprises +2026-04-26T12:44:41.716Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: deferring to action system with pending skill: @be/idle { exitOptions: {}, asr: { text: '', confidence: 1 } } +2026-04-26T12:44:41.725Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: waiting on action system @be/idle +2026-04-26T12:44:41.751Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from ENGAGED to IDLE +2026-04-26T12:44:41.726Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action: Incoming new goal 'Be Skill Switch Goal: '@be/idle'' +2026-04-26T12:44:41.729Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Taking action: 'Be Skill Switch Action' to achieve goal 'Be Skill Switch Goal: '@be/idle'' +2026-04-26T12:44:41.730Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning null speaker due to staleness. +2026-04-26T12:44:41.731Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Proactive.OpportunityDetector: Evaluating trigger source: SURPRISE with looperID: null +2026-04-26T12:44:41.732Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Proactive.SignalRateLimiterStatus: Failed: MID MORNING has 0 triggers remaining +2026-04-26T12:44:41.733Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Proactive.OpportunityDetector: Failed an inhibitor +2026-04-26T12:44:41.734Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Completed action: 'Be Skill Switch Action' with result: 'SUCCEEDED' +2026-04-26T12:44:41.735Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: action system reported accomplished goal @be/idle +2026-04-26T12:44:41.735Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting skill open @be/idle { exitOptions: {}, asr: { text: '', confidence: 1 } } +2026-04-26T12:44:41.737Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: BeSkill open @be/surprises @be/idle { exitOptions: {}, asr: { text: '', confidence: 1 } } +2026-04-26T12:44:41.740Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: new skill preload @be/idle +2026-04-26T12:44:41.746Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: opening new skill @be/idle +2026-04-26T12:44:41.747Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning null speaker due to staleness. +2026-04-26T12:44:41.750Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Events.Global: adding listener for SLEEP +2026-04-26T12:44:41.753Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Events.Global: setting SLEEP to true +2026-04-26T12:44:41.755Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Starting +2026-04-26T12:44:41.757Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: State changed from ALERT to SELECT_INTENT. +2026-04-26T12:44:41.759Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Entering: SELECT_INTENT +2026-04-26T12:44:41.765Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: skill open success @be/idle { exitOptions: {}, asr: { text: '', confidence: 1 } } +2026-04-26T12:44:42.279Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: State changed from SELECT_INTENT to ALERT. +2026-04-26T12:44:42.280Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Entering ALERT +2026-04-26T12:44:42.284Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: No transitions between SELECT_INTENT and ALERT +2026-04-26T12:44:42.341Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Brightness set to 0.4. +2026-04-26T12:44:42.503Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Switched Attention Rule:Idle Face +2026-04-26T12:44:42.624Z Royal-Current-Sage-Canvas ssm[936,err]: [0@1 frames="[{\"method\":\"registry.forEach\",\"filename\":\"/usr/local/bin/jibo-ssm/node_modules/@jibo/jetstream-client/lib/jetstream-client.js\",\"line\":542,\"column\":39},{\"method\":\"Map.forEach\",\"filename\":\"native\",\"line\":null,\"column\":null},{\"method\":\"CloudResponseRegistry.cull\",\"filename\":\"/usr/local/bin/jibo-ssm/node_modules/@jibo/jetstream-client/lib/jetstream-client.js\",\"line\":539,\"column\":23},{\"method\":\"Timeout.callback [as _onTimeout\]\",\"filename\":\"/usr/local/bin/jibo-ssm/node_modules/@jibo/jetstream-client/lib/jetstream-client.js\",\"line\":403,\"column\":49},{\"method\":\"ontimeout\",\"filename\":\"timers.js\",\"line\":365,\"column\":14},{\"method\":\"tryOnTimeout\",\"filename\":\"timers.js\",\"line\":237,\"column\":5},{\"method\":\"Timer.listOnTimeout\",\"filename\":\"timers.js\",\"line\":207,\"column\":5}\]" message="Timeout of 10000 ms reached. Culling cloud response"][versions@1 release="1.9.2"] T.Unhandled: Timeout of 10000 ms reached. Culling cloud response +2026-04-26T12:44:43.244Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.RecLoop: utterance: hey jibo score: 178 walign: ADE00728 palign: ADE3A4A8 {"word_alignment":"657924032 657924224 hey 0.00 657924224 657924480 jibo 0.00 "} +2026-04-26T12:44:43.244Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.RecLoop: HJ: signal sent to ASR will be boosted 0.107071 dB +2026-04-26T12:44:43.244Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_RECOG_HJ_EVENT +2026-04-26T12:44:43.245Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,debug]: - C.Jetstream.RecogSpeakerID: RecogSpeakerTD starting at 657924032 +2026-04-26T12:44:43.246Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_RECOG_HJ_EVENT in 2 ms. +2026-04-26T07:44:43.246813-05:00 Royal-Current-Sage-Canvas jibo-audio-service[639,notice]: - P.AudioService: detection: {"ts":[739466,192879],"type":"hotphrase","id":322,"location":{"ts":[739465,995269],"possibilities":[{"channels":[0],"position":{"x":0.16329292953014375,"y":1.0071604251861573,"z":0.14045023918151856},"confidence":0.2487322986125946}]},"utterances":[]} +2026-04-26T12:44:43.251Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: localTurnResult: { global: false,\n message: '',\n status: 'INTERRUPTED',\n transID: 'tid-ae66c4f2-416d-11f1-a8b6-5cf821ea55ae' } +2026-04-26T12:44:43.253Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: hjHeard +2026-04-26T12:44:43.348Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,debug]: - C.Jetstream.RecLoop: Speaker: 5c0b221fdf9d450019c5e255 score: 9.69143 accepted: 1 +2026-04-26T12:44:43.348Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_RECOG_SPEAKER_EVENT +2026-04-26T07:44:43.349302-05:00 Royal-Current-Sage-Canvas jibo-audio-service[639,notice]: - P.AudioService: detection: {"ts":[739466,295354],"type":"jet_speaker_id","id":322,"data":{"speakers":[{"speaker":"5c0b221fdf9d450019c5e255","score":9.691434860229493,"accepted":true,"high_confidence":true}],"snr":26.05994415283203}} +2026-04-26T12:44:43.350Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_RECOG_SPEAKER_EVENT in 2 ms. +2026-04-26T12:44:43.354Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.LhubClient: Hub Client connection opened. +2026-04-26T12:44:43.354Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_CLIENT_CONNECT_RESULT +2026-04-26T12:44:43.337Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action: Incoming new goal 'Hey Jibo' +2026-04-26T12:44:43.355Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: [messageContext@1 gain="1.012403" requestID="GLOBAL" transID="tid-b2d0c52e-416d-11f1-8d27-5cf821ea55ae"] C.Jetstream.LhubClient: Hub LISTEN request keystone log entry +2026-04-26T12:44:43.353Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from IDLE to COMMAND +2026-04-26T07:44:43.357774-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion::measure input from: voice with 1 hypotheses +2026-04-26T07:44:43.357877-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: Identity::Measure voice Quality:26.0599 Id: 5c0b221fdf9d450019c5e255 Conf: 9.69143 +2026-04-26T07:44:43.357960-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion with 2 options from 4 inputs. +2026-04-26T07:44:43.358038-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion::updateIdentity Op: 5c0b221fdf9d450019c5e255 Score: 0.186169 Op: NOT_TRAINED Score: 0.075 +2026-04-26T07:44:43.358080-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: Identity Update Best Score: 0.186169 Best ID: 5c0b221fdf9d450019c5e255 +2026-04-26T07:44:43.358124-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion NO CHANGE. +2026-04-26T12:44:43.360Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,debug]: - C.Jetstream.LhubClient: Set Audio encoder to type: OGG_OPUS +2026-04-26T12:44:43.344Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Taking action: 'HJOrient' to achieve goal 'Hey Jibo' +2026-04-26T12:44:43.381Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Received attendToTarget request +2026-04-26T12:44:43.366Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter.ConvTechSpeakerID: Speaker ID: 5c0b221fdf9d450019c5e255 | accepted: true | confidence: true | score: 9.691434860229492 +2026-04-26T12:44:43.369Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Emitting idAcquired from source: VOICE +2026-04-26T12:44:43.389Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION attendToTarget Command Look rule has fired! +2026-04-26T12:44:43.391Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Switched Attention Rule:Command Look +2026-04-26T12:44:43.370Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Emotion.Appraisal.IdentityRule: Appraising data from identity data: ID_ACQUIRED +2026-04-26T12:44:43.371Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Most recent speaker accepted. +2026-04-26T12:44:43.377Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action: Initial face: { x: 0.16329292953014374,\n y: 1.0071604251861572,\n z: 0.14045023918151855 } 11831 +2026-04-26T12:44:43.453Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_CLIENT_CONNECT_RESULT in 99 ms. +2026-04-26T12:44:43.456Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: globalTurnStarted +2026-04-26T12:44:44.949Z Royal-Current-Sage-Canvas be[1016,err]: [0@1 frames="[{\"method\":\"registry.forEach\",\"filename\":\"/opt/jibo/Jibo/Skills/@be/be/node_modules/@jibo/jetstream-client/lib/jetstream-client.js\",\"line\":542,\"column\":39},{\"method\":\"Map.forEach\",\"filename\":\"native\",\"line\":null,\"column\":null},{\"method\":\"CloudResponseRegistry.cull\",\"filename\":\"/opt/jibo/Jibo/Skills/@be/be/node_modules/@jibo/jetstream-client/lib/jetstream-client.js\",\"line\":539,\"column\":23},{\"method\":\"callback\",\"filename\":\"/opt/jibo/Jibo/Skills/@be/be/node_modules/@jibo/jetstream-client/lib/jetstream-client.js\",\"line\":403,\"column\":49}\]" message="Timeout of 10000 ms reached. Culling cloud response"][versions@1 release="1.9.2"] T.Unhandled: Timeout of 10000 ms reached. Culling cloud response +2026-04-26T12:44:45.843Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Proactive.SignalFacePersisted: Persisting face entity ID 11831 has an identity of null +2026-04-26T12:44:46.021Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION attendToTarget Command Look resolving with status:SUCCEEDED +2026-04-26T12:44:46.026Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.HJOrient: HJOrient time to face: 2 +2026-04-26T12:44:46.027Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.HJOrient: HJOrient had initial face?: true +2026-04-26T12:44:46.037Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from COMMAND to IDLE +2026-04-26T12:44:46.041Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Completed action: 'HJOrient' with result: 'SUCCEEDED' +2026-04-26T12:44:46.047Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Primary face selected (position based): 11831 +2026-04-26T12:44:46.756Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Switched Attention Rule:Idle Face +2026-04-26T12:44:48.089Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_LISTEN +2026-04-26T12:44:48.089Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_LISTEN in 0 ms. +2026-04-26T12:44:48.090Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_EOS +2026-04-26T12:44:48.091Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_EOS in 1 ms. +2026-04-26T12:44:48.091Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: skillSwitch: { skillID: undefined,\n onRobot: undefined,\n isProactive: undefined,\n skipSurprises: undefined,\n transID: 'tid-b2d0c52e-416d-11f1-8d27-5cf821ea55ae',\n data: \n ListenResult {\n asr: { confidence: 0.95, final: true, text: 'Open photo gas.' },\n nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'chat',\n rules: [ 'launch', 'globals/global_commands_launch' ] },\n match: { cloudSkill: null, intent: 'chat', rule: 'launch', score: 0.95 } } } +2026-04-26T12:44:48.095Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: globalTurnResult: { global: true,\n result: \n ListenResult {\n asr: { confidence: 0.95, final: true, text: 'Open photo gas.' },\n nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'chat',\n rules: [ 'launch', 'globals/global_commands_launch' ] },\n match: { cloudSkill: null, intent: 'chat', rule: 'launch', score: 0.95 } },\n status: 'SUCCEEDED',\n transID: 'tid-b2d0c52e-416d-11f1-8d27-5cf821ea55ae' } +2026-04-26T12:44:48.109Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: eos received +2026-04-26T12:44:48.112Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Events.Global: skill relaunch command from Global Service { nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'chat',\n rules: [ 'launch', 'globals/global_commands_launch' ] },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:44:48.115Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: requested skill switch @be/nimbus { nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'chat',\n rules: [ 'launch', 'globals/global_commands_launch' ] },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:44:48.117Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: no pending skill. interrupting current skill +2026-04-26T12:44:48.129Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: switching skill @be/idle @be/nimbus +2026-04-26T12:44:48.164Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_SKILL_INFO +2026-04-26T12:44:48.164Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_SKILL_INFO in 0 ms. +2026-04-26T12:44:48.190Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from IDLE to ENGAGED +2026-04-26T12:44:48.131Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting close skill @be/idle +2026-04-26T12:44:48.133Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: stopping @be/idle +2026-04-26T12:44:48.134Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Stopping +2026-04-26T12:44:48.136Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Events.Global: setting SLEEP to false +2026-04-26T12:44:48.138Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Clearing animation queue. +2026-04-26T07:44:48.258116-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: GET TTS LEX +2026-04-26T07:44:48.258494-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get TTS Lex session start - 644b30eb-b92a-4bbf-b5c8-5ccdfde2f15f +2026-04-26T07:44:48.258798-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get TTS Lex session end - 644b30eb-b92a-4bbf-b5c8-5ccdfde2f15f +2026-04-26T12:44:48.142Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.TimerSpy: The current skill cleaned up all timers @be/idle +2026-04-26T12:44:48.143Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T07:44:48.290264-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: GET TTS POS Tags +2026-04-26T07:44:48.290622-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get POS Tags session start - 651860de-4620-4678-b92f-208d22e095cd +2026-04-26T07:44:48.291464-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get POS Tags session end - 651860de-4620-4678-b92f-208d22e095cd +2026-04-26T12:44:48.147Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: ending close skill @be/idle +2026-04-26T07:44:48.328317-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: GET TTS Token times +2026-04-26T12:44:48.148Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: deferring to action system with pending skill: @be/nimbus { nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'chat',\n rules: [ 'launch', 'globals/global_commands_launch' ] },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:44:48.163Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: waiting on action system @be/nimbus +2026-04-26T12:44:48.167Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action: Incoming new goal 'Be Skill Switch Goal: '@be/nimbus'' +2026-04-26T12:44:48.173Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Taking action: 'Be Skill Switch Action' to achieve goal 'Be Skill Switch Goal: '@be/nimbus'' +2026-04-26T12:44:48.177Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Completed action: 'Be Skill Switch Action' with result: 'SUCCEEDED' +2026-04-26T07:44:48.328975-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: {"tts":{"input_request":{"prompt":"","pitch":999.0,"speed":999.0,"pitchBandwidth":999.0,"mode":"ssml","outputMode":"stream","allPass":999.0,"enableDefaultVoice":"","framerate":999.0,"gvMCEP":999.0,"postfilter":999.0,"samplerate":999.0,"unvoicedvoiced":999.0,"voice":"griffin","locale":"en-us","volume":999.0,"whisper":"FALSE","cached":"TRUE","earlyStopTime":-1.0},"type":"token"}} +2026-04-26T12:44:48.178Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: action system reported accomplished goal @be/nimbus +2026-04-26T12:44:48.179Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting skill open @be/nimbus { nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'chat',\n rules: [ 'launch', 'globals/global_commands_launch' ] },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:44:48.181Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: BeSkill open @be/idle @be/nimbus { nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'chat',\n rules: [ 'launch', 'globals/global_commands_launch' ] },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:44:48.184Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: new skill preload @be/nimbus +2026-04-26T12:44:48.185Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: opening new skill @be/nimbus +2026-04-26T12:44:48.186Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Nimbus Opening +2026-04-26T12:44:48.190Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Awaiting Cloud Skill response... +2026-04-26T12:44:48.191Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: skill open success @be/nimbus { nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'chat',\n rules: [ 'launch', 'globals/global_commands_launch' ] },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:44:48.198Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Received Cloud Skill response. +2026-04-26T12:44:48.199Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Processing Cloud Skill response... +2026-04-26T12:44:48.200Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Recieved analytics from cloud skill. +2026-04-26T12:44:48.201Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Processed Cloud Skill response. +2026-04-26T12:44:48.202Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Executing Cloud Skill SLIM: RUNTIME_PROMPT +2026-04-26T12:44:48.243Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:44:48.251Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Speak request received +2026-04-26T12:44:48.253Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Processing speak request +2026-04-26T12:44:48.254Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Starting new speak session: 8cd3e94c-b0e9-4602-8d60-b7ba854a38b2 +2026-04-26T07:44:48.414131-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get Tokens session end - de8cb3d8-9e84-48d0-b411-3eaf8a274626 +2026-04-26T12:44:48.424Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Pushing Speaking Attention Mode +2026-04-26T12:44:48.467Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from ENGAGED to SPEAKING +2026-04-26T12:44:48.473Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Waiting for Embodied Listen to finish +2026-04-26T12:44:48.477Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Dispatching Timeline: 8cd3e94c-b0e9-4602-8d60-b7ba854a38b2 +2026-04-26T07:44:48.493587-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS session start - b51c0bfc-d282-4b9a-9ed0-549773855af8 +2026-04-26T07:44:48.493719-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: {"tts":{"input_request":{"prompt":"","pitch":999.0,"speed":999.0,"pitchBandwidth":999.0,"mode":"ssml","outputMode":"stream","allPass":999.0,"enableDefaultVoice":"","framerate":999.0,"gvMCEP":999.0,"postfilter":999.0,"samplerate":999.0,"unvoicedvoiced":999.0,"voice":"griffin","locale":"en-us","volume":999.0,"whisper":"FALSE","cached":"TRUE"},"type":"speak"}} +2026-04-26T07:44:48.493979-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS calling speak - b51c0bfc-d282-4b9a-9ed0-549773855af8 +2026-04-26T07:44:48.494017-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: Synthesizing cached +2026-04-26T12:44:49.198Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION AttentionManager not trying to do lookat, we have no dofs!! +2026-04-26T12:44:49.513Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Switched Attention Rule:Speaking Primary Face +2026-04-26T12:44:50.530Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION AttentionManager not trying to do lookat, we have no dofs!! +2026-04-26T07:44:50.659204-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS session end - b51c0bfc-d282-4b9a-9ed0-549773855af8 +2026-04-26T12:44:50.928Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Asserting attention rule after interruption: Speaking Primary Face +2026-04-26T12:44:50.956Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from SPEAKING to ENGAGED +2026-04-26T12:44:50.939Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Timeline Dispatch Complete: 8cd3e94c-b0e9-4602-8d60-b7ba854a38b2 +2026-04-26T12:44:50.970Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Speak Complete: 8cd3e94c-b0e9-4602-8d60-b7ba854a38b2 +2026-04-26T12:44:50.971Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Cleaning up session +2026-04-26T12:44:50.973Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Ready for next speak request +2026-04-26T12:44:50.975Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Stop request received +2026-04-26T12:44:50.978Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:44:50.989Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: requested skill switch @be/surprises { lastSkill: '@be/nimbus', asr: { text: '', confidence: 1 } } +2026-04-26T12:44:50.991Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: no pending skill. interrupting current skill +2026-04-26T12:44:51.002Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: switching skill @be/nimbus @be/surprises +2026-04-26T12:44:51.003Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting close skill @be/nimbus +2026-04-26T12:44:51.006Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: stopping @be/nimbus +2026-04-26T12:44:51.008Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Nimbus Closing +2026-04-26T12:44:51.010Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.TimerSpy: The current skill cleaned up all timers @be/nimbus +2026-04-26T12:44:51.012Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:44:51.014Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: ending close skill @be/nimbus +2026-04-26T12:44:51.015Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: deferring to action system with pending skill: @be/surprises { lastSkill: '@be/nimbus', asr: { text: '', confidence: 1 } } +2026-04-26T12:44:51.030Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: waiting on action system @be/surprises +2026-04-26T12:44:51.032Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action: Incoming new goal 'Be Skill Switch Goal: '@be/surprises'' +2026-04-26T12:44:51.036Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Taking action: 'Be Skill Switch Action' to achieve goal 'Be Skill Switch Goal: '@be/surprises'' +2026-04-26T12:44:51.039Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Completed action: 'Be Skill Switch Action' with result: 'SUCCEEDED' +2026-04-26T12:44:51.040Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: action system reported accomplished goal @be/surprises +2026-04-26T12:44:51.042Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting skill open @be/surprises { lastSkill: '@be/nimbus', asr: { text: '', confidence: 1 } } +2026-04-26T12:44:51.047Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: BeSkill open @be/nimbus @be/surprises { lastSkill: '@be/nimbus', asr: { text: '', confidence: 1 } } +2026-04-26T12:44:51.052Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: new skill preload @be/surprises +2026-04-26T12:44:51.053Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: opening new skill @be/surprises +2026-04-26T12:44:51.054Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:44:51.056Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: skill open success @be/surprises { lastSkill: '@be/nimbus', asr: { text: '', confidence: 1 } } +2026-04-26T12:44:51.218Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SurprisesDate: Contextual Priority step 1 +2026-04-26T12:44:51.224Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:44:51.278Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SurprisesDate: Contextual Priority step 2 +2026-04-26T12:44:51.291Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Surprises: No Eos categories participating +2026-04-26T12:44:51.293Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Surprises: No EoS category selected +2026-04-26T12:44:51.295Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: requested skill switch @be/idle { exitOptions: {}, asr: { text: '', confidence: 1 } } +2026-04-26T12:44:51.298Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: no pending skill. interrupting current skill +2026-04-26T12:44:51.354Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from ENGAGED to IDLE +2026-04-26T12:44:51.305Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: switching skill @be/surprises @be/idle +2026-04-26T12:44:51.306Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting close skill @be/surprises +2026-04-26T12:44:51.307Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: stopping @be/surprises +2026-04-26T12:44:51.308Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Surprises: Exiting +2026-04-26T12:44:51.310Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.TimerSpy: The current skill cleaned up all timers @be/surprises +2026-04-26T12:44:51.312Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:44:51.314Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: ending close skill @be/surprises +2026-04-26T12:44:51.314Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: deferring to action system with pending skill: @be/idle { exitOptions: {}, asr: { text: '', confidence: 1 } } +2026-04-26T12:44:51.323Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: waiting on action system @be/idle +2026-04-26T12:44:51.331Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action: Incoming new goal 'Be Skill Switch Goal: '@be/idle'' +2026-04-26T12:44:51.334Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Taking action: 'Be Skill Switch Action' to achieve goal 'Be Skill Switch Goal: '@be/idle'' +2026-04-26T12:44:51.335Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:44:51.336Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Proactive.OpportunityDetector: Evaluating trigger source: SURPRISE with looperID: 5c0b221fdf9d450019c5e255 +2026-04-26T12:44:51.338Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Proactive.SignalRateLimiterStatus: Failed: MID MORNING has 0 triggers remaining +2026-04-26T12:44:51.339Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Proactive.OpportunityDetector: Failed an inhibitor +2026-04-26T12:44:51.341Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Completed action: 'Be Skill Switch Action' with result: 'SUCCEEDED' +2026-04-26T12:44:51.342Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: action system reported accomplished goal @be/idle +2026-04-26T12:44:51.343Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting skill open @be/idle { exitOptions: {}, asr: { text: '', confidence: 1 } } +2026-04-26T12:44:51.345Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: BeSkill open @be/surprises @be/idle { exitOptions: {}, asr: { text: '', confidence: 1 } } +2026-04-26T12:44:51.350Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: new skill preload @be/idle +2026-04-26T12:44:51.352Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: opening new skill @be/idle +2026-04-26T12:44:51.353Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:44:51.355Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Events.Global: adding listener for SLEEP +2026-04-26T12:44:51.356Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Events.Global: setting SLEEP to true +2026-04-26T12:44:51.358Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Starting +2026-04-26T12:44:51.359Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: State changed from ALERT to SELECT_INTENT. +2026-04-26T12:44:51.361Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Entering: SELECT_INTENT +2026-04-26T12:44:51.364Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: skill open success @be/idle { exitOptions: {}, asr: { text: '', confidence: 1 } } +2026-04-26T12:44:51.369Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: State changed from SELECT_INTENT to ALERT. +2026-04-26T12:44:51.370Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Entering ALERT +2026-04-26T12:44:51.372Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: No transitions between SELECT_INTENT and ALERT +2026-04-26T12:44:51.424Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Brightness set to 0.4. +2026-04-26T12:44:52.396Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.RecLoop: utterance: hey jibo score: 423 walign: ADE00728 palign: ADE3A4A8 {"word_alignment":"657933248 657933440 hey 0.00 657933440 657933632 jibo 0.00 "} +2026-04-26T12:44:52.396Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.RecLoop: HJ: signal sent to ASR will be boosted 0 dB +2026-04-26T12:44:52.397Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_RECOG_HJ_EVENT +2026-04-26T12:44:52.398Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_RECOG_HJ_EVENT in 1 ms. +2026-04-26T12:44:52.399Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,debug]: - C.Jetstream.RecogSpeakerID: RecogSpeakerTD starting at 657933248 +2026-04-26T07:44:52.399195-05:00 Royal-Current-Sage-Canvas jibo-audio-service[639,notice]: - P.AudioService: detection: {"ts":[739475,345243],"type":"hotphrase","id":323,"location":{"ts":[739475,146454],"possibilities":[{"channels":[0,12],"position":{"x":0.2764913737773895,"y":0.9405516386032105,"z":0.4163622260093689},"confidence":0.16865216195583344}]},"utterances":[]} +2026-04-26T12:44:52.408Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: globalTurnResult: { global: true,\n message: '',\n status: 'INTERRUPTED',\n transID: 'tid-b2d0c52e-416d-11f1-8d27-5cf821ea55ae' } +2026-04-26T12:44:52.411Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: hjHeard +2026-04-26T12:44:52.474Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from IDLE to COMMAND +2026-04-26T12:44:52.448Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action: Incoming new goal 'Hey Jibo' +2026-04-26T12:44:52.465Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Taking action: 'HJOrient' to achieve goal 'Hey Jibo' +2026-04-26T12:44:52.513Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Received attendToTarget request +2026-04-26T12:44:52.499Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action: Initial face: { x: 0.2764913737773895,\n y: 0.9405516386032104,\n z: 0.4163622260093689 } 11831 +2026-04-26T12:44:52.526Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION attendToTarget Command Look rule has fired! +2026-04-26T12:44:52.527Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Switched Attention Rule:Command Look +2026-04-26T12:44:52.770Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: visible face stopped 11831 +2026-04-26T12:44:52.898Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,debug]: - C.Jetstream.HJLogger: Logging hj audio to: /var/log/jetstream/hj_logs/2026-04-26T07.44.52.898Z.hj.pcm +2026-04-26T12:44:53.287Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,warning]: - C.Jibohub_client.Connection: Socket to HUB opened in >500ms. +2026-04-26T12:44:53.287Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.LhubClient: Hub Client connection opened. +2026-04-26T12:44:53.288Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_CLIENT_CONNECT_RESULT +2026-04-26T12:44:53.288Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: [messageContext@1 gain="1.000000" requestID="GLOBAL" transID="tid-b84539ea-416d-11f1-a709-5cf821ea55ae"] C.Jetstream.LhubClient: Hub LISTEN request keystone log entry +2026-04-26T12:44:53.288Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_CLIENT_CONNECT_RESULT in 0 ms. +2026-04-26T12:44:53.292Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: globalTurnStarted +2026-04-26T12:44:53.299Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,debug]: - C.Jetstream.LhubClient: Set Audio encoder to type: OGG_OPUS +2026-04-26T12:44:53.646Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,warning]: - C.Jetstream.RecogSpeakerID: Streaming Speaker ID failed -- trying again using a segment +2026-04-26T12:44:53.695Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.RecogSpeakerID: Speaker ID: isAuthDone=true but AuthResult=false +2026-04-26T07:44:53.698233-05:00 Royal-Current-Sage-Canvas jibo-audio-service[639,notice]: - P.AudioService: detection: {"ts":[739476,644315],"type":"jet_speaker_id","id":323,"data":{"speakers":[],"snr":0.0}} +2026-04-26T12:44:53.697Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_RECOG_SPEAKER_EVENT +2026-04-26T12:44:53.710Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter.ConvTechSpeakerID: Speaker ID: Empty speaker list +2026-04-26T12:44:53.711Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Most recent speaker invalidated by rejected speaker id. +2026-04-26T12:44:53.796Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_RECOG_SPEAKER_EVENT in 99 ms. +2026-04-26T12:44:53.881Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION attendToTarget Command Look resolving with status:SUCCEEDED +2026-04-26T12:44:53.891Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.HJOrient: HJOrient time to face: 10 +2026-04-26T12:44:53.901Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from COMMAND to IDLE +2026-04-26T12:44:53.896Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.HJOrient: HJOrient had initial face?: true +2026-04-26T12:44:53.913Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Completed action: 'HJOrient' with result: 'SUCCEEDED' +2026-04-26T12:44:54.196Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Primary face selected (position based): 11831 +2026-04-26T12:44:54.652Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Switched Attention Rule:Idle Face +2026-04-26T12:44:54.989Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: visible face started 11831 +2026-04-26T12:44:54.991Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Emotion.Appraisal.IdentityRule: Appraising data from identity data: VISIBLE_FACE_STARTED +2026-04-26T12:44:57.919Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_LISTEN +2026-04-26T12:44:57.919Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_LISTEN in 0 ms. +2026-04-26T12:44:57.921Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_EOS +2026-04-26T12:44:57.922Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_EOS in 1 ms. +2026-04-26T12:44:57.923Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: skillSwitch: { skillID: undefined,\n onRobot: undefined,\n isProactive: undefined,\n skipSurprises: undefined,\n transID: 'tid-b84539ea-416d-11f1-a709-5cf821ea55ae',\n data: \n ListenResult {\n asr: { confidence: 0.95, final: true, text: 'A open photo gallery.' },\n nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'menu',\n rules: [],\n skill: '@be/gallery' },\n match: { cloudSkill: null, intent: 'menu', rule: '', score: 0.95 } } } +2026-04-26T12:44:57.927Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: globalTurnResult: { global: true,\n result: \n ListenResult {\n asr: { confidence: 0.95, final: true, text: 'A open photo gallery.' },\n nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'menu',\n rules: [],\n skill: '@be/gallery' },\n match: { cloudSkill: null, intent: 'menu', rule: '', score: 0.95 } },\n status: 'SUCCEEDED',\n transID: 'tid-b84539ea-416d-11f1-a709-5cf821ea55ae' } +2026-04-26T12:44:57.937Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Events.Global: skill relaunch command from Global Service { nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'menu',\n rules: [],\n skill: '@be/gallery' },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:44:57.995Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_SKILL_INFO +2026-04-26T12:44:57.995Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_SKILL_INFO in 1 ms. +2026-04-26T12:44:58.003Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from IDLE to ENGAGED +2026-04-26T12:44:57.939Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: requested skill switch @be/nimbus { nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'menu',\n rules: [],\n skill: '@be/gallery' },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:44:57.940Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: no pending skill. interrupting current skill +2026-04-26T12:44:57.948Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: switching skill @be/idle @be/nimbus +2026-04-26T12:44:57.949Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting close skill @be/idle +2026-04-26T12:44:57.950Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: stopping @be/idle +2026-04-26T12:44:57.951Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Stopping +2026-04-26T12:44:57.952Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Events.Global: setting SLEEP to false +2026-04-26T12:44:57.953Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Clearing animation queue. +2026-04-26T12:44:57.959Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.TimerSpy: The current skill cleaned up all timers @be/idle +2026-04-26T12:44:57.959Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning null speaker due to staleness. +2026-04-26T12:44:57.961Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: ending close skill @be/idle +2026-04-26T12:44:58.115Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_SKILL_INFO +2026-04-26T12:44:58.116Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_SKILL_INFO in 1 ms. +2026-04-26T12:44:57.962Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: deferring to action system with pending skill: @be/nimbus { nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'menu',\n rules: [],\n skill: '@be/gallery' },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:44:57.970Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: eos received +2026-04-26T12:44:57.981Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: waiting on action system @be/nimbus +2026-04-26T12:44:57.986Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action: Incoming new goal 'Be Skill Switch Goal: '@be/nimbus'' +2026-04-26T12:44:57.988Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Taking action: 'Be Skill Switch Action' to achieve goal 'Be Skill Switch Goal: '@be/nimbus'' +2026-04-26T12:44:57.991Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Completed action: 'Be Skill Switch Action' with result: 'SUCCEEDED' +2026-04-26T12:44:57.992Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: action system reported accomplished goal @be/nimbus +2026-04-26T12:44:57.994Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting skill open @be/nimbus { nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'menu',\n rules: [],\n skill: '@be/gallery' },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:44:57.997Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: BeSkill open @be/idle @be/nimbus { nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'menu',\n rules: [],\n skill: '@be/gallery' },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:44:58.003Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: new skill preload @be/nimbus +2026-04-26T12:44:58.004Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: opening new skill @be/nimbus +2026-04-26T12:44:58.005Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Nimbus Opening +2026-04-26T12:44:58.008Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Awaiting Cloud Skill response... +2026-04-26T12:44:58.009Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: skill open success @be/nimbus { nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'menu',\n rules: [],\n skill: '@be/gallery' },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:44:58.017Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: skillSwitch: { skillID: '@be/gallery',\n onRobot: true,\n isProactive: undefined,\n skipSurprises: undefined,\n transID: 'tid-b84539ea-416d-11f1-a709-5cf821ea55ae',\n data: \n ListenResult {\n asr: { confidence: 0.95, text: 'A open photo gallery.' },\n nlu: { confidence: 0.95, entities: {}, intent: 'menu', rules: [] },\n match: { launch: true, onRobot: true, skillID: '@be/gallery' } } } +2026-04-26T12:44:58.020Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Events.Global: skill relaunch command from Global Service { nlu: { confidence: 0.95, entities: {}, intent: 'menu', rules: [] },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:44:58.021Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: requested skill switch @be/gallery { nlu: { confidence: 0.95, entities: {}, intent: 'menu', rules: [] },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:44:58.023Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: no pending skill. interrupting current skill +2026-04-26T12:44:58.026Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: switching skill @be/nimbus @be/gallery +2026-04-26T12:44:58.027Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting close skill @be/nimbus +2026-04-26T12:44:58.028Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: stopping @be/nimbus +2026-04-26T12:44:58.029Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Nimbus Closing +2026-04-26T12:44:58.031Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.TimerSpy: The current skill cleaned up all timers @be/nimbus +2026-04-26T12:44:58.032Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning null speaker due to staleness. +2026-04-26T12:44:58.034Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: ending close skill @be/nimbus +2026-04-26T12:44:58.034Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: deferring to action system with pending skill: @be/gallery { nlu: { confidence: 0.95, entities: {}, intent: 'menu', rules: [] },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T07:44:58.236562-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: GET TTS LEX +2026-04-26T07:44:58.236924-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get TTS Lex session start - efd7a803-10e3-48b4-a2d3-b2f1ebebed62 +2026-04-26T07:44:58.237118-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get TTS Lex session end - efd7a803-10e3-48b4-a2d3-b2f1ebebed62 +2026-04-26T12:44:58.045Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: waiting on action system @be/gallery +2026-04-26T12:44:58.051Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action: Incoming new goal 'Be Skill Switch Goal: '@be/gallery'' +2026-04-26T07:44:58.249739-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: GET TTS LEX +2026-04-26T07:44:58.250148-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get TTS Lex session start - 424b06d0-5509-4787-8b8a-bdc9f2b6208f +2026-04-26T07:44:58.250371-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get TTS Lex session end - 424b06d0-5509-4787-8b8a-bdc9f2b6208f +2026-04-26T12:44:58.055Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Taking action: 'Be Skill Switch Action' to achieve goal 'Be Skill Switch Goal: '@be/gallery'' +2026-04-26T12:44:58.057Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Completed action: 'Be Skill Switch Action' with result: 'SUCCEEDED' +2026-04-26T07:44:58.261738-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: GET TTS LEX +2026-04-26T07:44:58.262139-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get TTS Lex session start - c0f09941-9042-496a-812e-43e76c1d50c4 +2026-04-26T07:44:58.262376-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get TTS Lex session end - c0f09941-9042-496a-812e-43e76c1d50c4 +2026-04-26T12:44:58.058Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: action system reported accomplished goal @be/gallery +2026-04-26T12:44:58.059Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting skill open @be/gallery { nlu: { confidence: 0.95, entities: {}, intent: 'menu', rules: [] },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:44:58.060Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: BeSkill open @be/nimbus @be/gallery { nlu: { confidence: 0.95, entities: {}, intent: 'menu', rules: [] },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:44:58.064Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: new skill preload @be/gallery +2026-04-26T07:44:58.279637-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: GET TTS LEX +2026-04-26T07:44:58.279983-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get TTS Lex session start - 740e05b2-8e45-40b5-9999-4297918e5c41 +2026-04-26T07:44:58.280277-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get TTS Lex session end - 740e05b2-8e45-40b5-9999-4297918e5c41 +2026-04-26T12:44:58.065Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: opening new skill @be/gallery +2026-04-26T12:44:58.067Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning null speaker due to staleness. +2026-04-26T12:44:58.088Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: skill open success @be/gallery { nlu: { confidence: 0.95, entities: {}, intent: 'menu', rules: [] },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:44:58.123Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Received Cloud Skill response. +2026-04-26T07:44:58.296053-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: GET TTS LEX +2026-04-26T07:44:58.296438-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get TTS Lex session start - c965ac53-d020-476e-abe3-0401b14cb82f +2026-04-26T07:44:58.296672-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get TTS Lex session end - c965ac53-d020-476e-abe3-0401b14cb82f +2026-04-26T12:44:58.222Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning null speaker due to staleness. +2026-04-26T12:44:58.229Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Speak request received +2026-04-26T07:44:58.314152-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: GET TTS LEX +2026-04-26T07:44:58.314475-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get TTS Lex session start - 541edc69-b220-499b-8ba3-ef7e09c86e71 +2026-04-26T07:44:58.314694-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get TTS Lex session end - 541edc69-b220-499b-8ba3-ef7e09c86e71 +2026-04-26T12:44:58.231Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Processing speak request +2026-04-26T12:44:58.232Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Starting new speak session: 4832816e-3c1d-4e8d-9946-e8db1c4d1a48 +2026-04-26T07:44:58.333053-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: GET TTS POS Tags +2026-04-26T07:44:58.333478-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get POS Tags session start - 7e4bf376-37f6-4fcc-bc21-35e3c13aa76f +2026-04-26T07:44:58.334213-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get POS Tags session end - 7e4bf376-37f6-4fcc-bc21-35e3c13aa76f +2026-04-26T07:44:58.351210-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: GET TTS POS Tags +2026-04-26T07:44:58.351642-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get POS Tags session start - 0f4a637c-078d-40a2-a123-0153847370cd +2026-04-26T07:44:58.352612-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get POS Tags session end - 0f4a637c-078d-40a2-a123-0153847370cd +2026-04-26T07:44:58.375787-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: GET TTS Token times +2026-04-26T07:44:58.376513-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: {"tts":{"input_request":{"prompt":" oh there's nothing here yet . want to take a picture now ?","pitch":999.0,"speed":999.0,"pitchBandwidth":999.0,"mode":"ssml","outputMode":"stream","allPass":999.0,"enableDefaultVoice":"","framerate":999.0,"gvMCEP":999.0,"postfilter":999.0,"samplerate":999.0,"unvoicedvoiced":999.0,"voice":"griffin","locale":"en-us","volume":999.0,"whisper":"FALSE","cached":"TRUE","earlyStopTime":-1.0},"type":"token"}} +2026-04-26T07:44:58.517631-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get Tokens session end - 381c5088-16aa-4fed-b86f-b1fed47e502d +2026-04-26T12:44:58.542Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Pushing Speaking Attention Mode +2026-04-26T12:44:58.569Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from ENGAGED to SPEAKING +2026-04-26T12:44:58.579Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Waiting for Embodied Listen to finish +2026-04-26T12:44:58.580Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Dispatching Timeline: 4832816e-3c1d-4e8d-9946-e8db1c4d1a48 +2026-04-26T07:44:58.599956-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS session start - f548635b-4ee3-46ff-b636-91f4db3f5fb2 +2026-04-26T07:44:58.600071-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: {"tts":{"input_request":{"prompt":" oh there's nothing here yet . want to take a picture now ?","pitch":999.0,"speed":999.0,"pitchBandwidth":999.0,"mode":"ssml","outputMode":"stream","allPass":999.0,"enableDefaultVoice":"","framerate":999.0,"gvMCEP":999.0,"postfilter":999.0,"samplerate":999.0,"unvoicedvoiced":999.0,"voice":"griffin","locale":"en-us","volume":999.0,"whisper":"FALSE","cached":"TRUE"},"type":"speak"}} +2026-04-26T07:44:58.600298-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS calling speak - f548635b-4ee3-46ff-b636-91f4db3f5fb2 +2026-04-26T07:44:58.600340-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: Synthesizing cached +2026-04-26T12:44:59.286Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION AttentionManager not trying to do lookat, we have no dofs!! +2026-04-26T12:44:59.451Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Proactive.SignalFacePersisted: Persisting face entity ID 11831 has an identity of null +2026-04-26T12:44:59.521Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: visible face stopped 11831 +2026-04-26T07:45:01.733206-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS session end - f548635b-4ee3-46ff-b636-91f4db3f5fb2 +2026-04-26T12:45:01.736Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Timeline Dispatch Complete: 4832816e-3c1d-4e8d-9946-e8db1c4d1a48 +2026-04-26T12:45:01.740Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from SPEAKING to ENGAGED +2026-04-26T12:45:01.756Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Speak Complete: 4832816e-3c1d-4e8d-9946-e8db1c4d1a48 +2026-04-26T12:45:01.757Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Cleaning up session +2026-04-26T12:45:01.766Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Ready for next speak request +2026-04-26T12:45:01.767Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Stop request received +2026-04-26T12:45:01.815Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.HttpHandler: Handling JetHttpHandler:/listen/start_local_turn +2026-04-26T12:45:01.816Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_START_LOCAL_TURN +2026-04-26T12:45:01.818Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_START_LOCAL_TURN in 2 ms. +2026-04-26T12:45:01.829Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: localTurnStarted +2026-04-26T12:45:01.831Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: globalTurnResult: { global: true,\n message: '',\n status: 'INTERRUPTED',\n transID: 'tid-b84539ea-416d-11f1-a709-5cf821ea55ae' } +2026-04-26T12:45:01.934Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: visible face started 11831 +2026-04-26T12:45:01.936Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Emotion.Appraisal.IdentityRule: Appraising data from identity data: VISIBLE_FACE_STARTED +2026-04-26T12:45:02.308Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.LhubClient: Hub Client connection opened. +2026-04-26T12:45:02.308Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_CLIENT_CONNECT_RESULT +2026-04-26T12:45:02.309Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: [messageContext@1 gain="1.000000" requestID="tid-bde24eb0-416d-11f1-9c00-5cf821ea55ae" transID="tid-bde24eb0-416d-11f1-9c00-5cf821ea55ae"] C.Jetstream.LhubClient: Hub LISTEN request keystone log entry +2026-04-26T12:45:02.310Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,debug]: - C.Jetstream.LhubClient: Set Audio encoder to type: OGG_OPUS +2026-04-26T12:45:02.408Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_CLIENT_CONNECT_RESULT in 100 ms. +2026-04-26T12:45:02.403Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning null speaker due to staleness. +2026-04-26T12:45:02.422Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: localTurnStarted +2026-04-26T12:45:02.472Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Switched Attention Rule:Engaged Primary Face +2026-04-26T12:45:06.446Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Proactive.SignalFacePersisted: Persisting face entity ID 11831 has an identity of null +2026-04-26T07:45:06.894094-05:00 Royal-Current-Sage-Canvas jibo-identity-service[660,info]: - P.ImageIdentifier: ImageIdentifier[deepid]::identify [["5c0b221fdf9d450019c5e255", "face", 0.292667]] +2026-04-26T07:45:06.898671-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion::measure input from: face with 1 hypotheses +2026-04-26T07:45:06.898814-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: Identity::Measure face Quality:1 Id: 5c0b221fdf9d450019c5e255 Conf: 0.292667 +2026-04-26T07:45:06.898930-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: Identity::Measurement failed ratio test. +2026-04-26T07:45:06.899059-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion with 2 options from 5 inputs. +2026-04-26T07:45:06.899175-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion::updateIdentity Op: 5c0b221fdf9d450019c5e255 Score: 0 Op: NOT_TRAINED Score: 0.018 +2026-04-26T07:45:06.899222-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: Identity Update Best Score: 0.018 Best ID: NOT_TRAINED +2026-04-26T07:45:06.899277-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion NO CHANGE. +2026-04-26T12:45:07.248Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_LISTEN +2026-04-26T12:45:07.249Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_LISTEN in 1 ms. +2026-04-26T12:45:07.249Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_EOS +2026-04-26T12:45:07.250Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_EOS in 1 ms. +2026-04-26T12:45:07.255Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: localTurnResult: { global: false,\n result: \n ListenResult {\n asr: { confidence: 0.95, final: true, text: '' },\n nlu: \n { confidence: 0.95,\n entities: {},\n intent: '',\n rules: [ 'shared/yes_no' ] },\n match: undefined,\n transID: 'tid-bde24eb0-416d-11f1-9c00-5cf821ea55ae' },\n status: 'SUCCEEDED',\n transID: 'tid-bde24eb0-416d-11f1-9c00-5cf821ea55ae' } +2026-04-26T12:45:07.261Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: eos received +2026-04-26T12:45:07.284Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.HttpHandler: Handling JetHttpHandler:/listen/start_local_turn +2026-04-26T12:45:07.287Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_START_LOCAL_TURN +2026-04-26T12:45:07.287Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_START_LOCAL_TURN in 1 ms. +2026-04-26T12:45:07.292Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: localTurnStarted +2026-04-26T12:45:07.294Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: localTurnResult: { global: false,\n message: '',\n status: 'INTERRUPTED',\n transID: 'tid-bde24eb0-416d-11f1-9c00-5cf821ea55ae' } +2026-04-26T12:45:07.433Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.LhubClient: Hub Client connection opened. +2026-04-26T12:45:07.433Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_CLIENT_CONNECT_RESULT +2026-04-26T12:45:07.434Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: [messageContext@1 gain="1.000000" requestID="tid-c125078e-416d-11f1-8f3b-5cf821ea55ae" transID="tid-c125078e-416d-11f1-8f3b-5cf821ea55ae"] C.Jetstream.LhubClient: Hub LISTEN request keystone log entry +2026-04-26T12:45:07.441Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,debug]: - C.Jetstream.LhubClient: Set Audio encoder to type: OGG_OPUS +2026-04-26T12:45:07.557Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_CLIENT_CONNECT_RESULT in 124 ms. +2026-04-26T12:45:07.546Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning null speaker due to staleness. +2026-04-26T12:45:07.566Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: visible face stopped 11831 +2026-04-26T12:45:07.596Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: localTurnStarted +2026-04-26T12:45:09.807Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: visible face started 11831 +2026-04-26T12:45:09.810Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Emotion.Appraisal.IdentityRule: Appraising data from identity data: VISIBLE_FACE_STARTED +2026-04-26T07:45:10.477579-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 28214 36:23:03:3f:51:e5 +2026-04-26T12:45:12.250Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_LISTEN +2026-04-26T12:45:12.251Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_LISTEN in 1 ms. +2026-04-26T12:45:12.251Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_EOS +2026-04-26T12:45:12.252Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_EOS in 1 ms. +2026-04-26T12:45:12.253Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: localTurnResult: { global: false,\n result: \n ListenResult {\n asr: { confidence: 0.95, final: true, text: '' },\n nlu: \n { confidence: 0.95,\n entities: {},\n intent: '',\n rules: [ 'shared/yes_no' ] },\n match: undefined,\n transID: 'tid-c125078e-416d-11f1-8f3b-5cf821ea55ae' },\n status: 'SUCCEEDED',\n transID: 'tid-c125078e-416d-11f1-8f3b-5cf821ea55ae' } +2026-04-26T12:45:12.264Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning null speaker due to staleness. +2026-04-26T12:45:12.275Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: eos received +2026-04-26T12:45:12.312Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: requested skill switch @be/surprises { lastSkill: '@be/gallery', asr: { text: '', confidence: 1 } } +2026-04-26T12:45:12.314Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: no pending skill. interrupting current skill +2026-04-26T12:45:12.315Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: switching skill @be/gallery @be/surprises +2026-04-26T12:45:12.318Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting close skill @be/gallery +2026-04-26T12:45:12.319Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: stopping @be/gallery +2026-04-26T12:45:12.323Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.TimerSpy: The current skill cleaned up all timers @be/gallery +2026-04-26T12:45:12.324Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning null speaker due to staleness. +2026-04-26T12:45:12.326Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: ending close skill @be/gallery +2026-04-26T12:45:12.327Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: deferring to action system with pending skill: @be/surprises { lastSkill: '@be/gallery', asr: { text: '', confidence: 1 } } +2026-04-26T12:45:12.341Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: waiting on action system @be/surprises +2026-04-26T12:45:12.347Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action: Incoming new goal 'Be Skill Switch Goal: '@be/surprises'' +2026-04-26T12:45:12.350Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Taking action: 'Be Skill Switch Action' to achieve goal 'Be Skill Switch Goal: '@be/surprises'' +2026-04-26T12:45:12.354Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Completed action: 'Be Skill Switch Action' with result: 'SUCCEEDED' +2026-04-26T12:45:12.355Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: action system reported accomplished goal @be/surprises +2026-04-26T12:45:12.358Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting skill open @be/surprises { lastSkill: '@be/gallery', asr: { text: '', confidence: 1 } } +2026-04-26T12:45:12.359Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: BeSkill open @be/gallery @be/surprises { lastSkill: '@be/gallery', asr: { text: '', confidence: 1 } } +2026-04-26T12:45:12.363Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: new skill preload @be/surprises +2026-04-26T12:45:12.365Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: opening new skill @be/surprises +2026-04-26T12:45:12.366Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning null speaker due to staleness. +2026-04-26T12:45:12.367Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: skill open success @be/surprises { lastSkill: '@be/gallery', asr: { text: '', confidence: 1 } } +2026-04-26T12:45:12.523Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SurprisesDate: Contextual Priority step 1 +2026-04-26T12:45:12.526Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning null speaker due to staleness. +2026-04-26T12:45:12.530Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SurprisesDate: Contextual Priority step 2 +2026-04-26T12:45:12.552Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Surprises: No Eos categories participating +2026-04-26T12:45:12.554Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Surprises: No EoS category selected +2026-04-26T12:45:12.555Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: requested skill switch @be/idle { exitOptions: {}, asr: { text: '', confidence: 1 } } +2026-04-26T12:45:12.558Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: no pending skill. interrupting current skill +2026-04-26T12:45:12.562Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: switching skill @be/surprises @be/idle +2026-04-26T12:45:12.563Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting close skill @be/surprises +2026-04-26T12:45:12.565Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: stopping @be/surprises +2026-04-26T12:45:12.566Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Surprises: Exiting +2026-04-26T12:45:12.567Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.TimerSpy: The current skill cleaned up all timers @be/surprises +2026-04-26T12:45:12.568Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning null speaker due to staleness. +2026-04-26T12:45:12.570Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: ending close skill @be/surprises +2026-04-26T12:45:12.571Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: deferring to action system with pending skill: @be/idle { exitOptions: {}, asr: { text: '', confidence: 1 } } +2026-04-26T12:45:12.592Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: waiting on action system @be/idle +2026-04-26T12:45:12.628Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from ENGAGED to IDLE +2026-04-26T12:45:12.598Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action: Incoming new goal 'Be Skill Switch Goal: '@be/idle'' +2026-04-26T12:45:12.600Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Taking action: 'Be Skill Switch Action' to achieve goal 'Be Skill Switch Goal: '@be/idle'' +2026-04-26T12:45:12.610Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning null speaker due to staleness. +2026-04-26T12:45:12.610Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Proactive.OpportunityDetector: Evaluating trigger source: SURPRISE with looperID: null +2026-04-26T12:45:12.613Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Proactive.SignalRateLimiterStatus: Failed: MID MORNING has 0 triggers remaining +2026-04-26T12:45:12.614Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Proactive.OpportunityDetector: Failed an inhibitor +2026-04-26T12:45:12.615Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Completed action: 'Be Skill Switch Action' with result: 'SUCCEEDED' +2026-04-26T12:45:12.616Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: action system reported accomplished goal @be/idle +2026-04-26T12:45:12.617Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting skill open @be/idle { exitOptions: {}, asr: { text: '', confidence: 1 } } +2026-04-26T12:45:12.618Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: BeSkill open @be/surprises @be/idle { exitOptions: {}, asr: { text: '', confidence: 1 } } +2026-04-26T12:45:12.625Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: new skill preload @be/idle +2026-04-26T12:45:12.628Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: opening new skill @be/idle +2026-04-26T12:45:12.629Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning null speaker due to staleness. +2026-04-26T12:45:12.632Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Events.Global: adding listener for SLEEP +2026-04-26T12:45:12.633Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Events.Global: setting SLEEP to true +2026-04-26T12:45:12.636Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Starting +2026-04-26T12:45:12.638Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: State changed from ALERT to SELECT_INTENT. +2026-04-26T12:45:12.639Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Entering: SELECT_INTENT +2026-04-26T12:45:12.642Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: skill open success @be/idle { exitOptions: {}, asr: { text: '', confidence: 1 } } +2026-04-26T12:45:12.649Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: State changed from SELECT_INTENT to ALERT. +2026-04-26T12:45:12.650Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Entering ALERT +2026-04-26T12:45:12.654Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: No transitions between SELECT_INTENT and ALERT +2026-04-26T12:45:12.705Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Brightness set to 0.4. +2026-04-26T12:45:13.371Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Emitting idLost from ASR: 5c0b221fdf9d450019c5e255. +2026-04-26T12:45:14.291Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Proactive.SignalFacePersisted: Persisting face entity ID 11831 has an identity of null +2026-04-26T12:45:14.348Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: visible face stopped 11831 +2026-04-26T12:45:16.017Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Switched Attention Rule:Idle Face +2026-04-26T12:45:16.644Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.RecLoop: utterance: hey jibo score: 69 walign: ADE00728 palign: ADE3A4A8 {"word_alignment":"657957504 657957632 hey 0.00 657957632 657957888 jibo 0.00 "} +2026-04-26T12:45:16.644Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.RecLoop: HJ: signal sent to ASR will be boosted 0 dB +2026-04-26T12:45:16.644Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_RECOG_HJ_EVENT +2026-04-26T12:45:16.646Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_RECOG_HJ_EVENT in 2 ms. +2026-04-26T12:45:16.647Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,debug]: - C.Jetstream.RecogSpeakerID: RecogSpeakerTD starting at 657957504 +2026-04-26T07:45:16.651033-05:00 Royal-Current-Sage-Canvas jibo-audio-service[639,notice]: - P.AudioService: detection: {"ts":[739499,597096],"type":"hotphrase","id":324,"location":{"ts":[739499,397484],"possibilities":[{"channels":[0],"position":{"x":0.1512833684682846,"y":1.0094013214111329,"z":0.141365647315979},"confidence":0.21611514687538148}]},"utterances":[]} +2026-04-26T12:45:16.658Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: localTurnResult: { global: false,\n message: '',\n status: 'INTERRUPTED',\n transID: 'tid-c125078e-416d-11f1-8f3b-5cf821ea55ae' } +2026-04-26T12:45:16.660Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: hjHeard +2026-04-26T12:45:16.733Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: visible face started 11831 +2026-04-26T12:45:16.752Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from IDLE to COMMAND +2026-04-26T12:45:16.736Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Emotion.Appraisal.IdentityRule: Appraising data from identity data: VISIBLE_FACE_STARTED +2026-04-26T12:45:16.745Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action: Incoming new goal 'Hey Jibo' +2026-04-26T12:45:16.749Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Taking action: 'HJOrient' to achieve goal 'Hey Jibo' +2026-04-26T12:45:16.770Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action: Initial face: { x: 0.1512833684682846,\n y: 1.0094013214111328,\n z: 0.141365647315979 } 11831 +2026-04-26T12:45:16.785Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Received attendToTarget request +2026-04-26T12:45:16.807Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION attendToTarget Command Look rule has fired! +2026-04-26T12:45:16.808Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Switched Attention Rule:Command Look +2026-04-26T12:45:16.899Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,debug]: - C.Jetstream.RecLoop: Speaker: 5c0b221fdf9d450019c5e255 score: 0.120649 accepted: 1 +2026-04-26T12:45:16.899Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_RECOG_SPEAKER_EVENT +2026-04-26T12:45:16.900Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_RECOG_SPEAKER_EVENT in 1 ms. +2026-04-26T07:45:16.900634-05:00 Royal-Current-Sage-Canvas jibo-audio-service[639,notice]: - P.AudioService: detection: {"ts":[739499,846677],"type":"jet_speaker_id","id":324,"data":{"speakers":[{"speaker":"5c0b221fdf9d450019c5e255","score":0.12064892053604126,"accepted":true,"high_confidence":false}],"snr":21.739397048950197}} +2026-04-26T12:45:16.906Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter.ConvTechSpeakerID: Speaker ID: 5c0b221fdf9d450019c5e255 | accepted: true | confidence: false | score: 0.12064892053604126 +2026-04-26T12:45:16.916Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Emitting idAcquired from source: VOICE +2026-04-26T12:45:16.917Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Emotion.Appraisal.IdentityRule: Appraising data from identity data: ID_ACQUIRED +2026-04-26T12:45:16.918Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Most recent speaker accepted. +2026-04-26T12:45:17.363Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,warning]: - C.Jibohub_client.Connection: Socket to HUB opened in >500ms. +2026-04-26T12:45:17.364Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.LhubClient: Hub Client connection opened. +2026-04-26T12:45:17.364Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_CLIENT_CONNECT_RESULT +2026-04-26T12:45:17.365Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: [messageContext@1 gain="1.000000" requestID="GLOBAL" transID="tid-c6b914ce-416d-11f1-bfa9-5cf821ea55ae"] C.Jetstream.LhubClient: Hub LISTEN request keystone log entry +2026-04-26T12:45:17.366Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,debug]: - C.Jetstream.LhubClient: Set Audio encoder to type: OGG_OPUS +2026-04-26T12:45:17.443Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_CLIENT_CONNECT_RESULT in 79 ms. +2026-04-26T12:45:17.450Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: globalTurnStarted +2026-04-26T12:45:17.677Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION attendToTarget Command Look resolving with status:SUCCEEDED +2026-04-26T12:45:17.688Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from COMMAND to IDLE +2026-04-26T12:45:17.685Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.HJOrient: HJOrient time to face: 5 +2026-04-26T12:45:17.686Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.HJOrient: HJOrient had initial face?: true +2026-04-26T12:45:17.699Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Completed action: 'HJOrient' with result: 'SUCCEEDED' +2026-04-26T12:45:17.700Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Primary face selected (position based): 11831 +2026-04-26T12:45:18.418Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Switched Attention Rule:Idle Face +2026-04-26T07:45:20.479227-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 28215 68:f0:bc:c6:99:04 +2026-04-26T12:45:21.207Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Proactive.SignalFacePersisted: Persisting face entity ID 11831 has an identity of null +2026-04-26T12:45:22.266Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_LISTEN +2026-04-26T12:45:22.267Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_LISTEN in 1 ms. +2026-04-26T12:45:22.267Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_EOS +2026-04-26T12:45:22.267Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_EOS in 0 ms. +2026-04-26T12:45:22.268Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: skillSwitch: { skillID: undefined,\n onRobot: undefined,\n isProactive: undefined,\n skipSurprises: undefined,\n transID: 'tid-c6b914ce-416d-11f1-bfa9-5cf821ea55ae',\n data: \n ListenResult {\n asr: { confidence: 0.95, final: true, text: 'hello' },\n nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'hello',\n rules: [ 'launch', 'globals/global_commands_launch' ] },\n match: { cloudSkill: null, intent: 'hello', rule: 'launch', score: 0.95 } } } +2026-04-26T12:45:22.271Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: globalTurnResult: { global: true,\n result: \n ListenResult {\n asr: { confidence: 0.95, final: true, text: 'hello' },\n nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'hello',\n rules: [ 'launch', 'globals/global_commands_launch' ] },\n match: { cloudSkill: null, intent: 'hello', rule: 'launch', score: 0.95 } },\n status: 'SUCCEEDED',\n transID: 'tid-c6b914ce-416d-11f1-bfa9-5cf821ea55ae' } +2026-04-26T12:45:22.334Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_SKILL_INFO +2026-04-26T12:45:22.334Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_SKILL_INFO in 0 ms. +2026-04-26T12:45:22.287Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: eos received +2026-04-26T12:45:22.300Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Events.Global: skill relaunch command from Global Service { nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'hello',\n rules: [ 'launch', 'globals/global_commands_launch' ] },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:45:22.303Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: requested skill switch @be/nimbus { nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'hello',\n rules: [ 'launch', 'globals/global_commands_launch' ] },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:45:22.305Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: no pending skill. interrupting current skill +2026-04-26T12:45:22.313Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: switching skill @be/idle @be/nimbus +2026-04-26T12:45:22.314Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting close skill @be/idle +2026-04-26T12:45:22.315Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: stopping @be/idle +2026-04-26T12:45:22.315Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Stopping +2026-04-26T12:45:22.317Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Events.Global: setting SLEEP to false +2026-04-26T12:45:22.319Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Clearing animation queue. +2026-04-26T12:45:22.328Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.TimerSpy: The current skill cleaned up all timers @be/idle +2026-04-26T12:45:22.330Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:45:22.332Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: ending close skill @be/idle +2026-04-26T12:45:22.335Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: deferring to action system with pending skill: @be/nimbus { nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'hello',\n rules: [ 'launch', 'globals/global_commands_launch' ] },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:45:22.363Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: waiting on action system @be/nimbus +2026-04-26T12:45:22.386Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from IDLE to ENGAGED +2026-04-26T12:45:22.366Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action: Incoming new goal 'Be Skill Switch Goal: '@be/nimbus'' +2026-04-26T12:45:22.368Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Taking action: 'Be Skill Switch Action' to achieve goal 'Be Skill Switch Goal: '@be/nimbus'' +2026-04-26T12:45:22.369Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Completed action: 'Be Skill Switch Action' with result: 'SUCCEEDED' +2026-04-26T12:45:22.371Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: action system reported accomplished goal @be/nimbus +2026-04-26T12:45:22.373Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting skill open @be/nimbus { nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'hello',\n rules: [ 'launch', 'globals/global_commands_launch' ] },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:45:22.377Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: BeSkill open @be/idle @be/nimbus { nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'hello',\n rules: [ 'launch', 'globals/global_commands_launch' ] },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:45:22.380Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: new skill preload @be/nimbus +2026-04-26T12:45:22.381Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: opening new skill @be/nimbus +2026-04-26T12:45:22.384Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Nimbus Opening +2026-04-26T12:45:22.386Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Awaiting Cloud Skill response... +2026-04-26T12:45:22.388Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: skill open success @be/nimbus { nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'hello',\n rules: [ 'launch', 'globals/global_commands_launch' ] },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:45:22.390Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Received Cloud Skill response. +2026-04-26T12:45:22.390Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Processing Cloud Skill response... +2026-04-26T12:45:22.391Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Recieved analytics from cloud skill. +2026-04-26T12:45:22.393Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Processed Cloud Skill response. +2026-04-26T12:45:22.396Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Executing Cloud Skill SLIM: RUNTIME_PROMPT +2026-04-26T12:45:22.433Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T07:45:22.450666-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: GET TTS LEX +2026-04-26T07:45:22.451616-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get TTS Lex session start - 08a27e59-1271-4928-91a3-68ccb0baf407 +2026-04-26T07:45:22.453922-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get TTS Lex session end - 08a27e59-1271-4928-91a3-68ccb0baf407 +2026-04-26T12:45:22.440Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Speak request received +2026-04-26T07:45:22.472737-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: GET TTS POS Tags +2026-04-26T07:45:22.473310-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get POS Tags session start - e7ad72fb-947c-4016-aaa4-81925e3bfde5 +2026-04-26T12:45:22.442Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Processing speak request +2026-04-26T12:45:22.443Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Starting new speak session: b2499364-6455-49f2-a4a3-b5037a2a3982 +2026-04-26T07:45:22.477544-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get POS Tags session end - e7ad72fb-947c-4016-aaa4-81925e3bfde5 +2026-04-26T07:45:22.493676-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: GET TTS POS Tags +2026-04-26T07:45:22.494024-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get POS Tags session start - c6681e0e-a4b2-4461-ac13-199bd376395f +2026-04-26T07:45:22.496851-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get POS Tags session end - c6681e0e-a4b2-4461-ac13-199bd376395f +2026-04-26T07:45:22.517219-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: GET TTS Token times +2026-04-26T07:45:22.518232-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: {"tts":{"input_request":{"prompt":"","pitch":999.0,"speed":999.0,"pitchBandwidth":999.0,"mode":"ssml","outputMode":"stream","allPass":999.0,"enableDefaultVoice":"","framerate":999.0,"gvMCEP":999.0,"postfilter":999.0,"samplerate":999.0,"unvoicedvoiced":999.0,"voice":"griffin","locale":"en-us","volume":999.0,"whisper":"FALSE","cached":"TRUE","earlyStopTime":-1.0},"type":"token"}} +2026-04-26T07:45:22.671605-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get Tokens session end - 877758e3-d453-4017-82f6-354a269f5941 +2026-04-26T12:45:22.690Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Pushing Speaking Attention Mode +2026-04-26T12:45:22.731Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from ENGAGED to SPEAKING +2026-04-26T12:45:22.758Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Waiting for Embodied Listen to finish +2026-04-26T12:45:22.760Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Dispatching Timeline: b2499364-6455-49f2-a4a3-b5037a2a3982 +2026-04-26T07:45:22.787248-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS session start - 3e41baf1-75a4-4106-a9b8-beea09b470a4 +2026-04-26T07:45:22.787382-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: {"tts":{"input_request":{"prompt":"","pitch":999.0,"speed":999.0,"pitchBandwidth":999.0,"mode":"ssml","outputMode":"stream","allPass":999.0,"enableDefaultVoice":"","framerate":999.0,"gvMCEP":999.0,"postfilter":999.0,"samplerate":999.0,"unvoicedvoiced":999.0,"voice":"griffin","locale":"en-us","volume":999.0,"whisper":"FALSE","cached":"TRUE"},"type":"speak"}} +2026-04-26T07:45:22.789344-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS calling speak - 3e41baf1-75a4-4106-a9b8-beea09b470a4 +2026-04-26T07:45:22.789394-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: Synthesizing cached +2026-04-26T12:45:23.481Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION AttentionManager not trying to do lookat, we have no dofs!! +2026-04-26T12:45:23.527Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: visible face stopped 11831 +2026-04-26T12:45:23.535Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Switched Attention Rule:Speaking Primary Face +2026-04-26T12:45:23.754Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION AttentionManager not trying to do lookat, we have no dofs!! +2026-04-26T07:45:25.140143-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS session end - 3e41baf1-75a4-4106-a9b8-beea09b470a4 +2026-04-26T12:45:25.632Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Timeline Dispatch Complete: b2499364-6455-49f2-a4a3-b5037a2a3982 +2026-04-26T12:45:25.635Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from SPEAKING to ENGAGED +2026-04-26T12:45:25.638Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Speak Complete: b2499364-6455-49f2-a4a3-b5037a2a3982 +2026-04-26T12:45:25.641Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Cleaning up session +2026-04-26T12:45:25.642Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Ready for next speak request +2026-04-26T12:45:25.645Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Stop request received +2026-04-26T12:45:25.648Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:45:25.659Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: requested skill switch @be/surprises { lastSkill: '@be/nimbus', asr: { text: '', confidence: 1 } } +2026-04-26T12:45:25.661Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: no pending skill. interrupting current skill +2026-04-26T12:45:25.672Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: switching skill @be/nimbus @be/surprises +2026-04-26T12:45:25.675Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting close skill @be/nimbus +2026-04-26T12:45:25.676Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: stopping @be/nimbus +2026-04-26T12:45:25.677Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Nimbus Closing +2026-04-26T12:45:25.680Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.TimerSpy: The current skill cleaned up all timers @be/nimbus +2026-04-26T12:45:25.681Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:45:25.683Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: ending close skill @be/nimbus +2026-04-26T12:45:25.683Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: deferring to action system with pending skill: @be/surprises { lastSkill: '@be/nimbus', asr: { text: '', confidence: 1 } } +2026-04-26T12:45:25.694Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: waiting on action system @be/surprises +2026-04-26T12:45:25.699Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action: Incoming new goal 'Be Skill Switch Goal: '@be/surprises'' +2026-04-26T12:45:25.703Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Taking action: 'Be Skill Switch Action' to achieve goal 'Be Skill Switch Goal: '@be/surprises'' +2026-04-26T12:45:25.706Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Completed action: 'Be Skill Switch Action' with result: 'SUCCEEDED' +2026-04-26T12:45:25.707Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: action system reported accomplished goal @be/surprises +2026-04-26T12:45:25.708Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting skill open @be/surprises { lastSkill: '@be/nimbus', asr: { text: '', confidence: 1 } } +2026-04-26T12:45:25.709Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: BeSkill open @be/nimbus @be/surprises { lastSkill: '@be/nimbus', asr: { text: '', confidence: 1 } } +2026-04-26T12:45:25.711Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: new skill preload @be/surprises +2026-04-26T12:45:25.712Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: opening new skill @be/surprises +2026-04-26T12:45:25.713Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:45:25.715Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: skill open success @be/surprises { lastSkill: '@be/nimbus', asr: { text: '', confidence: 1 } } +2026-04-26T12:45:25.800Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: visible face started 11831 +2026-04-26T12:45:25.802Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Emotion.Appraisal.IdentityRule: Appraising data from identity data: VISIBLE_FACE_STARTED +2026-04-26T12:45:25.870Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SurprisesDate: Contextual Priority step 1 +2026-04-26T12:45:25.874Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:45:25.914Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SurprisesDate: Contextual Priority step 2 +2026-04-26T12:45:25.931Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Surprises: No Eos categories participating +2026-04-26T12:45:25.935Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Surprises: No EoS category selected +2026-04-26T12:45:25.937Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: requested skill switch @be/idle { exitOptions: {}, asr: { text: '', confidence: 1 } } +2026-04-26T12:45:25.938Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: no pending skill. interrupting current skill +2026-04-26T12:45:25.989Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from ENGAGED to IDLE +2026-04-26T12:45:25.945Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: switching skill @be/surprises @be/idle +2026-04-26T12:45:25.948Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting close skill @be/surprises +2026-04-26T12:45:25.949Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: stopping @be/surprises +2026-04-26T12:45:25.953Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Surprises: Exiting +2026-04-26T12:45:25.955Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.TimerSpy: The current skill cleaned up all timers @be/surprises +2026-04-26T12:45:25.956Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:45:25.958Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: ending close skill @be/surprises +2026-04-26T12:45:25.959Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: deferring to action system with pending skill: @be/idle { exitOptions: {}, asr: { text: '', confidence: 1 } } +2026-04-26T12:45:25.967Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: waiting on action system @be/idle +2026-04-26T12:45:25.971Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action: Incoming new goal 'Be Skill Switch Goal: '@be/idle'' +2026-04-26T12:45:25.973Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Taking action: 'Be Skill Switch Action' to achieve goal 'Be Skill Switch Goal: '@be/idle'' +2026-04-26T12:45:25.975Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:45:25.976Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Proactive.OpportunityDetector: Evaluating trigger source: SURPRISE with looperID: 5c0b221fdf9d450019c5e255 +2026-04-26T12:45:25.978Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Proactive.SignalRateLimiterStatus: Failed: MID MORNING has 0 triggers remaining +2026-04-26T12:45:25.980Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Proactive.OpportunityDetector: Failed an inhibitor +2026-04-26T12:45:25.982Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Completed action: 'Be Skill Switch Action' with result: 'SUCCEEDED' +2026-04-26T12:45:25.982Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: action system reported accomplished goal @be/idle +2026-04-26T12:45:25.983Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting skill open @be/idle { exitOptions: {}, asr: { text: '', confidence: 1 } } +2026-04-26T12:45:25.985Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: BeSkill open @be/surprises @be/idle { exitOptions: {}, asr: { text: '', confidence: 1 } } +2026-04-26T12:45:25.987Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: new skill preload @be/idle +2026-04-26T12:45:25.989Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: opening new skill @be/idle +2026-04-26T12:45:25.990Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:45:25.993Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Events.Global: adding listener for SLEEP +2026-04-26T12:45:25.993Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Events.Global: setting SLEEP to true +2026-04-26T12:45:26.001Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Starting +2026-04-26T12:45:26.004Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: State changed from ALERT to SELECT_INTENT. +2026-04-26T12:45:26.005Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Entering: SELECT_INTENT +2026-04-26T12:45:26.008Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: skill open success @be/idle { exitOptions: {}, asr: { text: '', confidence: 1 } } +2026-04-26T12:45:26.013Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: State changed from SELECT_INTENT to ALERT. +2026-04-26T12:45:26.014Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Entering ALERT +2026-04-26T12:45:26.017Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: No transitions between SELECT_INTENT and ALERT +2026-04-26T12:45:26.069Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Brightness set to 0.4. +2026-04-26T12:45:27.098Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.RecLoop: utterance: hey jibo score: 78 walign: ADE00728 palign: ADE3A4A8 {"word_alignment":"657967936 657968064 hey 0.00 657968064 657968320 jibo 0.00 "} +2026-04-26T12:45:27.098Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.RecLoop: HJ: signal sent to ASR will be boosted 0 dB +2026-04-26T12:45:27.099Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,debug]: - C.Jetstream.RecogSpeakerID: RecogSpeakerTD starting at 657967936 +2026-04-26T12:45:27.100Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_RECOG_HJ_EVENT +2026-04-26T12:45:27.101Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_RECOG_HJ_EVENT in 1 ms. +2026-04-26T07:45:27.102219-05:00 Royal-Current-Sage-Canvas jibo-audio-service[639,notice]: - P.AudioService: detection: {"ts":[739510,48246],"type":"hotphrase","id":325,"location":{"ts":[739509,848172],"possibilities":[{"channels":[0],"position":{"x":0.22991979122161866,"y":0.996700644493103,"z":0.21165531873703004},"confidence":0.2670619487762451}]},"utterances":[]} +2026-04-26T12:45:27.102Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: globalTurnResult: { global: true,\n message: '',\n status: 'INTERRUPTED',\n transID: 'tid-c6b914ce-416d-11f1-bfa9-5cf821ea55ae' } +2026-04-26T12:45:27.104Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: hjHeard +2026-04-26T12:45:27.133Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action: Incoming new goal 'Hey Jibo' +2026-04-26T12:45:27.142Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from IDLE to COMMAND +2026-04-26T12:45:27.137Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Taking action: 'HJOrient' to achieve goal 'Hey Jibo' +2026-04-26T12:45:27.158Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action: Initial face: { x: 0.22991979122161865,\n y: 0.996700644493103,\n z: 0.21165531873703003 } 11831 +2026-04-26T12:45:27.164Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Received attendToTarget request +2026-04-26T12:45:27.195Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION attendToTarget Command Look rule has fired! +2026-04-26T12:45:27.199Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Switched Attention Rule:Command Look +2026-04-26T12:45:27.307Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,debug]: - C.Jetstream.RecLoop: Speaker: 5c0b221fdf9d450019c5e255 score: -0.162742 accepted: 1 +2026-04-26T12:45:27.307Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_RECOG_SPEAKER_EVENT +2026-04-26T12:45:27.308Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_RECOG_SPEAKER_EVENT in 1 ms. +2026-04-26T07:45:27.308463-05:00 Royal-Current-Sage-Canvas jibo-audio-service[639,notice]: - P.AudioService: detection: {"ts":[739510,254491],"type":"jet_speaker_id","id":325,"data":{"speakers":[{"speaker":"5c0b221fdf9d450019c5e255","score":-0.16274213790893556,"accepted":true,"high_confidence":false}],"snr":24.321964263916017}} +2026-04-26T07:45:27.309383-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion::measure input from: voice with 1 hypotheses +2026-04-26T07:45:27.309461-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: Identity::Measure voice Quality:24.322 Id: 5c0b221fdf9d450019c5e255 Conf: -0.162742 +2026-04-26T07:45:27.309518-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: Identity::Measurement failed ratio test. +2026-04-26T07:45:27.309585-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion with 2 options from 6 inputs. +2026-04-26T07:45:27.309667-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion::updateIdentity Op: 5c0b221fdf9d450019c5e255 Score: 0 Op: NOT_TRAINED Score: 0.015 +2026-04-26T07:45:27.309724-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: Identity Update Best Score: 0.015 Best ID: NOT_TRAINED +2026-04-26T07:45:27.309765-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion NO CHANGE. +2026-04-26T12:45:27.312Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.LhubClient: Hub Client connection opened. +2026-04-26T12:45:27.314Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_CLIENT_CONNECT_RESULT +2026-04-26T12:45:27.314Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: [messageContext@1 gain="1.000000" requestID="GLOBAL" transID="tid-ccf47a5e-416d-11f1-bdaf-5cf821ea55ae"] C.Jetstream.LhubClient: Hub LISTEN request keystone log entry +2026-04-26T12:45:27.322Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,debug]: - C.Jetstream.LhubClient: Set Audio encoder to type: OGG_OPUS +2026-04-26T12:45:27.324Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter.ConvTechSpeakerID: Speaker ID: 5c0b221fdf9d450019c5e255 | accepted: true | confidence: false | score: -0.16274213790893555 +2026-04-26T12:45:27.329Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Most recent speaker accepted. +2026-04-26T12:45:27.377Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_CLIENT_CONNECT_RESULT in 63 ms. +2026-04-26T12:45:27.381Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: globalTurnStarted +2026-04-26T12:45:28.894Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION attendToTarget Command Look resolving with status:SUCCEEDED +2026-04-26T12:45:28.904Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.HJOrient: HJOrient time to face: 2 +2026-04-26T12:45:28.907Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Primary face selected (position based): 11831 +2026-04-26T12:45:28.906Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.HJOrient: HJOrient had initial face?: true +2026-04-26T12:45:28.913Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from COMMAND to IDLE +2026-04-26T12:45:28.920Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Completed action: 'HJOrient' with result: 'SUCCEEDED' +2026-04-26T12:45:29.675Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Switched Attention Rule:Idle Face +2026-04-26T12:45:30.292Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Proactive.SignalFacePersisted: Persisting face entity ID 11831 has an identity of null +2026-04-26T12:45:32.081Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_LISTEN +2026-04-26T12:45:32.082Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_LISTEN in 1 ms. +2026-04-26T12:45:32.082Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_EOS +2026-04-26T12:45:32.083Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_EOS in 1 ms. +2026-04-26T12:45:32.086Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: skillSwitch: { skillID: undefined,\n onRobot: undefined,\n isProactive: undefined,\n skipSurprises: undefined,\n transID: 'tid-ccf47a5e-416d-11f1-bdaf-5cf821ea55ae',\n data: \n ListenResult {\n asr: { confidence: 0.95, final: true, text: 'Open photo gallery.' },\n nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'menu',\n rules: [],\n skill: '@be/gallery' },\n match: { cloudSkill: null, intent: 'menu', rule: '', score: 0.95 } } } +2026-04-26T12:45:32.090Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: globalTurnResult: { global: true,\n result: \n ListenResult {\n asr: { confidence: 0.95, final: true, text: 'Open photo gallery.' },\n nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'menu',\n rules: [],\n skill: '@be/gallery' },\n match: { cloudSkill: null, intent: 'menu', rule: '', score: 0.95 } },\n status: 'SUCCEEDED',\n transID: 'tid-ccf47a5e-416d-11f1-bdaf-5cf821ea55ae' } +2026-04-26T12:45:32.095Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: eos received +2026-04-26T12:45:32.099Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Events.Global: skill relaunch command from Global Service { nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'menu',\n rules: [],\n skill: '@be/gallery' },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:45:32.101Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: requested skill switch @be/nimbus { nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'menu',\n rules: [],\n skill: '@be/gallery' },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:45:32.103Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: no pending skill. interrupting current skill +2026-04-26T12:45:32.107Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: switching skill @be/idle @be/nimbus +2026-04-26T12:45:32.109Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting close skill @be/idle +2026-04-26T12:45:32.110Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: stopping @be/idle +2026-04-26T12:45:32.111Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Stopping +2026-04-26T12:45:32.112Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Events.Global: setting SLEEP to false +2026-04-26T12:45:32.157Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_SKILL_INFO +2026-04-26T12:45:32.157Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_SKILL_INFO in 0 ms. +2026-04-26T12:45:32.172Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from IDLE to ENGAGED +2026-04-26T12:45:32.116Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Clearing animation queue. +2026-04-26T12:45:32.122Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.TimerSpy: The current skill cleaned up all timers @be/idle +2026-04-26T12:45:32.123Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:45:32.124Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: ending close skill @be/idle +2026-04-26T12:45:32.125Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: deferring to action system with pending skill: @be/nimbus { nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'menu',\n rules: [],\n skill: '@be/gallery' },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:45:32.144Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: waiting on action system @be/nimbus +2026-04-26T12:45:32.153Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action: Incoming new goal 'Be Skill Switch Goal: '@be/nimbus'' +2026-04-26T12:45:32.155Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Taking action: 'Be Skill Switch Action' to achieve goal 'Be Skill Switch Goal: '@be/nimbus'' +2026-04-26T12:45:32.158Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Completed action: 'Be Skill Switch Action' with result: 'SUCCEEDED' +2026-04-26T12:45:32.159Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: action system reported accomplished goal @be/nimbus +2026-04-26T12:45:32.160Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting skill open @be/nimbus { nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'menu',\n rules: [],\n skill: '@be/gallery' },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:45:32.161Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: BeSkill open @be/idle @be/nimbus { nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'menu',\n rules: [],\n skill: '@be/gallery' },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:45:32.166Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: new skill preload @be/nimbus +2026-04-26T12:45:32.167Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: opening new skill @be/nimbus +2026-04-26T12:45:32.169Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Nimbus Opening +2026-04-26T12:45:32.172Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Awaiting Cloud Skill response... +2026-04-26T12:45:32.173Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: skill open success @be/nimbus { nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'menu',\n rules: [],\n skill: '@be/gallery' },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:45:32.179Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: skillSwitch: { skillID: '@be/gallery',\n onRobot: true,\n isProactive: undefined,\n skipSurprises: undefined,\n transID: 'tid-ccf47a5e-416d-11f1-bdaf-5cf821ea55ae',\n data: \n ListenResult {\n asr: { confidence: 0.95, text: 'Open photo gallery.' },\n nlu: { confidence: 0.95, entities: {}, intent: 'menu', rules: [] },\n match: { launch: true, onRobot: true, skillID: '@be/gallery' } } } +2026-04-26T12:45:32.182Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Events.Global: skill relaunch command from Global Service { nlu: { confidence: 0.95, entities: {}, intent: 'menu', rules: [] },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:45:32.184Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: requested skill switch @be/gallery { nlu: { confidence: 0.95, entities: {}, intent: 'menu', rules: [] },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:45:32.185Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: no pending skill. interrupting current skill +2026-04-26T12:45:32.191Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: switching skill @be/nimbus @be/gallery +2026-04-26T12:45:32.193Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting close skill @be/nimbus +2026-04-26T12:45:32.194Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: stopping @be/nimbus +2026-04-26T12:45:32.197Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Nimbus Closing +2026-04-26T12:45:32.201Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.TimerSpy: The current skill cleaned up all timers @be/nimbus +2026-04-26T12:45:32.203Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:45:32.204Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: ending close skill @be/nimbus +2026-04-26T12:45:32.205Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: deferring to action system with pending skill: @be/gallery { nlu: { confidence: 0.95, entities: {}, intent: 'menu', rules: [] },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:45:32.225Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: waiting on action system @be/gallery +2026-04-26T12:45:32.229Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action: Incoming new goal 'Be Skill Switch Goal: '@be/gallery'' +2026-04-26T12:45:32.234Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Taking action: 'Be Skill Switch Action' to achieve goal 'Be Skill Switch Goal: '@be/gallery'' +2026-04-26T12:45:32.236Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Completed action: 'Be Skill Switch Action' with result: 'SUCCEEDED' +2026-04-26T12:45:32.237Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: action system reported accomplished goal @be/gallery +2026-04-26T12:45:32.238Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting skill open @be/gallery { nlu: { confidence: 0.95, entities: {}, intent: 'menu', rules: [] },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:45:32.279Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_SKILL_INFO +2026-04-26T12:45:32.240Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: BeSkill open @be/nimbus @be/gallery { nlu: { confidence: 0.95, entities: {}, intent: 'menu', rules: [] },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:45:32.243Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: new skill preload @be/gallery +2026-04-26T12:45:32.280Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_SKILL_INFO in 1 ms. +2026-04-26T12:45:32.245Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: opening new skill @be/gallery +2026-04-26T12:45:32.247Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:45:32.254Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: skill open success @be/gallery { nlu: { confidence: 0.95, entities: {}, intent: 'menu', rules: [] },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:45:32.306Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Received Cloud Skill response. +2026-04-26T07:45:32.390381-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: GET TTS LEX +2026-04-26T07:45:32.391028-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get TTS Lex session start - 6c65e514-e3ab-4688-b53d-d9f25a7d1177 +2026-04-26T07:45:32.391391-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get TTS Lex session end - 6c65e514-e3ab-4688-b53d-d9f25a7d1177 +2026-04-26T12:45:32.375Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T07:45:32.408943-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: GET TTS LEX +2026-04-26T07:45:32.409469-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get TTS Lex session start - fd84d552-1bce-4073-88eb-3c4fa3455143 +2026-04-26T07:45:32.409982-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get TTS Lex session end - fd84d552-1bce-4073-88eb-3c4fa3455143 +2026-04-26T12:45:32.383Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Speak request received +2026-04-26T12:45:32.385Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Processing speak request +2026-04-26T07:45:32.440440-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: GET TTS LEX +2026-04-26T07:45:32.440747-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get TTS Lex session start - 791d2c31-2c12-450b-bc4a-3ff35d3b3fbe +2026-04-26T07:45:32.440994-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get TTS Lex session end - 791d2c31-2c12-450b-bc4a-3ff35d3b3fbe +2026-04-26T12:45:32.386Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Starting new speak session: c756cf51-ca33-4fde-a5fe-bb07d68cfac0 +2026-04-26T07:45:32.462396-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: GET TTS LEX +2026-04-26T07:45:32.462711-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get TTS Lex session start - 4e6a377d-309f-437d-9129-e683aa092766 +2026-04-26T07:45:32.463426-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get TTS Lex session end - 4e6a377d-309f-437d-9129-e683aa092766 +2026-04-26T07:45:32.480104-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: GET TTS LEX +2026-04-26T07:45:32.480422-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get TTS Lex session start - c259134b-cb8e-4e9e-826b-b69717afa474 +2026-04-26T07:45:32.480641-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get TTS Lex session end - c259134b-cb8e-4e9e-826b-b69717afa474 +2026-04-26T07:45:32.494795-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: GET TTS LEX +2026-04-26T07:45:32.495209-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get TTS Lex session start - 6bc89c45-ef95-4596-868a-f43eef1b2b5b +2026-04-26T07:45:32.495423-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get TTS Lex session end - 6bc89c45-ef95-4596-868a-f43eef1b2b5b +2026-04-26T07:45:32.512371-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: GET TTS POS Tags +2026-04-26T07:45:32.512913-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get POS Tags session start - 6e1f4c44-0e9f-480b-8bf8-a41c4aafe3d4 +2026-04-26T07:45:32.514225-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get POS Tags session end - 6e1f4c44-0e9f-480b-8bf8-a41c4aafe3d4 +2026-04-26T07:45:32.538640-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: GET TTS POS Tags +2026-04-26T07:45:32.539029-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get POS Tags session start - 29bc5888-e23d-46fa-98c2-a8e85e0c391e +2026-04-26T07:45:32.540019-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get POS Tags session end - 29bc5888-e23d-46fa-98c2-a8e85e0c391e +2026-04-26T07:45:32.569513-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: GET TTS Token times +2026-04-26T07:45:32.570451-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: {"tts":{"input_request":{"prompt":" oh look our gallery doesn't have anything yet . do you want to take a picture now ?","pitch":999.0,"speed":999.0,"pitchBandwidth":999.0,"mode":"ssml","outputMode":"stream","allPass":999.0,"enableDefaultVoice":"","framerate":999.0,"gvMCEP":999.0,"postfilter":999.0,"samplerate":999.0,"unvoicedvoiced":999.0,"voice":"griffin","locale":"en-us","volume":999.0,"whisper":"FALSE","cached":"TRUE","earlyStopTime":-1.0},"type":"token"}} +2026-04-26T07:45:32.731170-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get Tokens session end - 307f6ea6-c38a-42c8-aaa5-36255e564e1c +2026-04-26T12:45:32.769Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Pushing Speaking Attention Mode +2026-04-26T12:45:32.831Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from ENGAGED to SPEAKING +2026-04-26T12:45:32.837Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Waiting for Embodied Listen to finish +2026-04-26T12:45:32.840Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Dispatching Timeline: c756cf51-ca33-4fde-a5fe-bb07d68cfac0 +2026-04-26T07:45:32.855306-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS session start - 448afdc1-d5de-494d-97e9-a8894940ce86 +2026-04-26T07:45:32.855452-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: {"tts":{"input_request":{"prompt":" oh look our gallery doesn't have anything yet . do you want to take a picture now ?","pitch":999.0,"speed":999.0,"pitchBandwidth":999.0,"mode":"ssml","outputMode":"stream","allPass":999.0,"enableDefaultVoice":"","framerate":999.0,"gvMCEP":999.0,"postfilter":999.0,"samplerate":999.0,"unvoicedvoiced":999.0,"voice":"griffin","locale":"en-us","volume":999.0,"whisper":"FALSE","cached":"TRUE"},"type":"speak"}} +2026-04-26T07:45:32.855703-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS calling speak - 448afdc1-d5de-494d-97e9-a8894940ce86 +2026-04-26T07:45:32.855739-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: Synthesizing cached +2026-04-26T12:45:33.558Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION AttentionManager not trying to do lookat, we have no dofs!! +2026-04-26T12:45:34.442Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Switched Attention Rule:Speaking Primary Face +2026-04-26T12:45:34.925Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: visible face stopped 11831 +2026-04-26T12:45:35.130Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION AttentionManager not trying to do lookat, we have no dofs!! +2026-04-26T07:45:37.070815-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS session end - 448afdc1-d5de-494d-97e9-a8894940ce86 +2026-04-26T12:45:37.089Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from SPEAKING to ENGAGED +2026-04-26T12:45:37.087Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Timeline Dispatch Complete: c756cf51-ca33-4fde-a5fe-bb07d68cfac0 +2026-04-26T12:45:37.107Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Speak Complete: c756cf51-ca33-4fde-a5fe-bb07d68cfac0 +2026-04-26T12:45:37.108Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Cleaning up session +2026-04-26T12:45:37.109Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Ready for next speak request +2026-04-26T12:45:37.158Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.HttpHandler: Handling JetHttpHandler:/listen/start_local_turn +2026-04-26T12:45:37.159Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_START_LOCAL_TURN +2026-04-26T12:45:37.160Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_START_LOCAL_TURN in 1 ms. +2026-04-26T12:45:37.113Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Stop request received +2026-04-26T12:45:37.165Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: localTurnStarted +2026-04-26T12:45:37.178Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: globalTurnResult: { global: true,\n message: '',\n status: 'INTERRUPTED',\n transID: 'tid-ccf47a5e-416d-11f1-bdaf-5cf821ea55ae' } +2026-04-26T12:45:37.353Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.LhubClient: Hub Client connection opened. +2026-04-26T12:45:37.354Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_CLIENT_CONNECT_RESULT +2026-04-26T12:45:37.354Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: [messageContext@1 gain="1.000000" requestID="tid-d2f342b4-416d-11f1-9da6-5cf821ea55ae" transID="tid-d2f342b4-416d-11f1-9da6-5cf821ea55ae"] C.Jetstream.LhubClient: Hub LISTEN request keystone log entry +2026-04-26T12:45:37.356Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,debug]: - C.Jetstream.LhubClient: Set Audio encoder to type: OGG_OPUS +2026-04-26T12:45:37.391Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:45:37.406Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_CLIENT_CONNECT_RESULT in 52 ms. +2026-04-26T12:45:37.414Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: localTurnStarted +2026-04-26T12:45:37.819Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Switched Attention Rule:Engaged Primary Face +2026-04-26T12:45:38.314Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: visible face started 11831 +2026-04-26T12:45:38.317Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Emotion.Appraisal.IdentityRule: Appraising data from identity data: VISIBLE_FACE_STARTED +2026-04-26T12:45:42.263Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_LISTEN +2026-04-26T12:45:42.265Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_LISTEN in 1 ms. +2026-04-26T12:45:42.266Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_EOS +2026-04-26T12:45:42.266Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_EOS in 0 ms. +2026-04-26T12:45:42.268Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: localTurnResult: { global: false,\n result: \n ListenResult {\n asr: { confidence: 0.95, final: true, text: '' },\n nlu: \n { confidence: 0.95,\n entities: {},\n intent: '',\n rules: [ 'shared/yes_no' ] },\n match: undefined,\n transID: 'tid-d2f342b4-416d-11f1-9da6-5cf821ea55ae' },\n status: 'SUCCEEDED',\n transID: 'tid-d2f342b4-416d-11f1-9da6-5cf821ea55ae' } +2026-04-26T12:45:42.271Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: eos received +2026-04-26T12:45:42.290Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.HttpHandler: Handling JetHttpHandler:/listen/start_local_turn +2026-04-26T12:45:42.292Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_START_LOCAL_TURN +2026-04-26T12:45:42.294Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_START_LOCAL_TURN in 2 ms. +2026-04-26T12:45:42.306Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: localTurnStarted +2026-04-26T12:45:42.308Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: localTurnResult: { global: false,\n message: '',\n status: 'INTERRUPTED',\n transID: 'tid-d2f342b4-416d-11f1-9da6-5cf821ea55ae' } +2026-04-26T12:45:42.410Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.LhubClient: Hub Client connection opened. +2026-04-26T12:45:42.411Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_CLIENT_CONNECT_RESULT +2026-04-26T12:45:42.411Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: [messageContext@1 gain="1.000000" requestID="tid-d60264a8-416d-11f1-8b74-5cf821ea55ae" transID="tid-d60264a8-416d-11f1-8b74-5cf821ea55ae"] C.Jetstream.LhubClient: Hub LISTEN request keystone log entry +2026-04-26T12:45:42.412Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,debug]: - C.Jetstream.LhubClient: Set Audio encoder to type: OGG_OPUS +2026-04-26T12:45:42.470Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_CLIENT_CONNECT_RESULT in 59 ms. +2026-04-26T12:45:42.465Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:45:42.480Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: localTurnStarted +2026-04-26T12:45:42.824Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Proactive.SignalFacePersisted: Persisting face entity ID 11831 has an identity of null +2026-04-26T12:45:42.897Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: visible face stopped 11831 +2026-04-26T12:45:45.201Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: visible face started 11831 +2026-04-26T12:45:45.206Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Emotion.Appraisal.IdentityRule: Appraising data from identity data: VISIBLE_FACE_STARTED +2026-04-26T12:45:47.307Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_LISTEN +2026-04-26T12:45:47.308Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_LISTEN in 1 ms. +2026-04-26T12:45:47.308Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_EOS +2026-04-26T12:45:47.309Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_EOS in 1 ms. +2026-04-26T12:45:47.313Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: localTurnResult: { global: false,\n result: \n ListenResult {\n asr: { confidence: 0.95, final: true, text: '' },\n nlu: \n { confidence: 0.95,\n entities: {},\n intent: '',\n rules: [ 'shared/yes_no' ] },\n match: undefined,\n transID: 'tid-d60264a8-416d-11f1-8b74-5cf821ea55ae' },\n status: 'SUCCEEDED',\n transID: 'tid-d60264a8-416d-11f1-8b74-5cf821ea55ae' } +2026-04-26T12:45:47.318Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: eos received +2026-04-26T12:45:47.330Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:45:47.375Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: requested skill switch @be/surprises { lastSkill: '@be/gallery', asr: { text: '', confidence: 1 } } +2026-04-26T12:45:47.379Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: no pending skill. interrupting current skill +2026-04-26T12:45:47.379Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: switching skill @be/gallery @be/surprises +2026-04-26T12:45:47.380Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting close skill @be/gallery +2026-04-26T12:45:47.381Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: stopping @be/gallery +2026-04-26T12:45:47.384Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.TimerSpy: The current skill cleaned up all timers @be/gallery +2026-04-26T12:45:47.385Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:45:47.387Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: ending close skill @be/gallery +2026-04-26T12:45:47.387Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: deferring to action system with pending skill: @be/surprises { lastSkill: '@be/gallery', asr: { text: '', confidence: 1 } } +2026-04-26T12:45:47.413Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: waiting on action system @be/surprises +2026-04-26T12:45:47.416Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action: Incoming new goal 'Be Skill Switch Goal: '@be/surprises'' +2026-04-26T12:45:47.424Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Taking action: 'Be Skill Switch Action' to achieve goal 'Be Skill Switch Goal: '@be/surprises'' +2026-04-26T12:45:47.426Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Completed action: 'Be Skill Switch Action' with result: 'SUCCEEDED' +2026-04-26T12:45:47.427Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: action system reported accomplished goal @be/surprises +2026-04-26T12:45:47.428Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting skill open @be/surprises { lastSkill: '@be/gallery', asr: { text: '', confidence: 1 } } +2026-04-26T12:45:47.430Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: BeSkill open @be/gallery @be/surprises { lastSkill: '@be/gallery', asr: { text: '', confidence: 1 } } +2026-04-26T12:45:47.435Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: new skill preload @be/surprises +2026-04-26T12:45:47.436Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: opening new skill @be/surprises +2026-04-26T12:45:47.437Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:45:47.439Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: skill open success @be/surprises { lastSkill: '@be/gallery', asr: { text: '', confidence: 1 } } +2026-04-26T12:45:47.600Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SurprisesDate: Contextual Priority step 1 +2026-04-26T12:45:47.603Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:45:47.654Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SurprisesDate: Contextual Priority step 2 +2026-04-26T12:45:47.661Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Surprises: No Eos categories participating +2026-04-26T12:45:47.665Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Surprises: No EoS category selected +2026-04-26T12:45:47.712Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from ENGAGED to IDLE +2026-04-26T12:45:47.666Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: requested skill switch @be/idle { exitOptions: {}, asr: { text: '', confidence: 1 } } +2026-04-26T12:45:47.668Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: no pending skill. interrupting current skill +2026-04-26T12:45:47.669Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: switching skill @be/surprises @be/idle +2026-04-26T12:45:47.673Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting close skill @be/surprises +2026-04-26T12:45:47.675Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: stopping @be/surprises +2026-04-26T12:45:47.676Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Surprises: Exiting +2026-04-26T12:45:47.678Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.TimerSpy: The current skill cleaned up all timers @be/surprises +2026-04-26T12:45:47.679Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:45:47.680Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: ending close skill @be/surprises +2026-04-26T12:45:47.681Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: deferring to action system with pending skill: @be/idle { exitOptions: {}, asr: { text: '', confidence: 1 } } +2026-04-26T12:45:47.690Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: waiting on action system @be/idle +2026-04-26T12:45:47.693Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action: Incoming new goal 'Be Skill Switch Goal: '@be/idle'' +2026-04-26T12:45:47.695Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Taking action: 'Be Skill Switch Action' to achieve goal 'Be Skill Switch Goal: '@be/idle'' +2026-04-26T12:45:47.697Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:45:47.698Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Proactive.OpportunityDetector: Evaluating trigger source: SURPRISE with looperID: 5c0b221fdf9d450019c5e255 +2026-04-26T12:45:47.700Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Proactive.SignalRateLimiterStatus: Failed: MID MORNING has 0 triggers remaining +2026-04-26T12:45:47.701Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Proactive.OpportunityDetector: Failed an inhibitor +2026-04-26T12:45:47.703Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Completed action: 'Be Skill Switch Action' with result: 'SUCCEEDED' +2026-04-26T12:45:47.704Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: action system reported accomplished goal @be/idle +2026-04-26T12:45:47.705Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting skill open @be/idle { exitOptions: {}, asr: { text: '', confidence: 1 } } +2026-04-26T12:45:47.707Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: BeSkill open @be/surprises @be/idle { exitOptions: {}, asr: { text: '', confidence: 1 } } +2026-04-26T12:45:47.710Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: new skill preload @be/idle +2026-04-26T12:45:47.712Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: opening new skill @be/idle +2026-04-26T12:45:47.713Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:45:47.715Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Events.Global: adding listener for SLEEP +2026-04-26T12:45:47.717Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Events.Global: setting SLEEP to true +2026-04-26T12:45:47.718Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Starting +2026-04-26T12:45:47.720Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: State changed from ALERT to SELECT_INTENT. +2026-04-26T12:45:47.722Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Entering: SELECT_INTENT +2026-04-26T12:45:47.729Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: skill open success @be/idle { exitOptions: {}, asr: { text: '', confidence: 1 } } +2026-04-26T12:45:47.739Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: State changed from SELECT_INTENT to ALERT. +2026-04-26T12:45:47.740Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Entering ALERT +2026-04-26T12:45:47.745Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: No transitions between SELECT_INTENT and ALERT +2026-04-26T12:45:47.793Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Brightness set to 0.4. +2026-04-26T12:45:49.518Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Switched Attention Rule:Idle Face +2026-04-26T12:45:49.690Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Proactive.SignalFacePersisted: Persisting face entity ID 11831 has an identity of null +2026-04-26T07:45:49.783673-05:00 Royal-Current-Sage-Canvas jibo-identity-service[660,info]: - P.ImageIdentifier: ImageIdentifier[deepid]::identify [["5c0b221fdf9d450019c5e255", "face", 0.230501]] +2026-04-26T07:45:49.834747-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion::measure input from: face with 1 hypotheses +2026-04-26T07:45:49.834806-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: Identity::Measure face Quality:1 Id: 5c0b221fdf9d450019c5e255 Conf: 0.230501 +2026-04-26T07:45:49.834869-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: Identity::Measurement failed ratio test. +2026-04-26T07:45:49.834948-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion with 2 options from 7 inputs. +2026-04-26T07:45:49.835051-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion::updateIdentity Op: 5c0b221fdf9d450019c5e255 Score: 0 Op: NOT_TRAINED Score: 0.0128571 +2026-04-26T07:45:49.835086-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: Identity Update Best Score: 0.0128571 Best ID: NOT_TRAINED +2026-04-26T07:45:49.835125-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion NO CHANGE. +2026-04-26T12:45:57.329Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Emitting idLost from ASR: 5c0b221fdf9d450019c5e255. +2026-04-26T12:45:57.442Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.RecLoop: utterance: hey jibo score: 96 walign: ADE00728 palign: ADE3A4A8 {"word_alignment":"657998144 657998336 hey 0.00 657998336 657998656 jibo 0.00 "} +2026-04-26T12:45:57.442Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.RecLoop: HJ: signal sent to ASR will be boosted 1.15114 dB +2026-04-26T12:45:57.442Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_RECOG_HJ_EVENT +2026-04-26T07:45:57.450857-05:00 Royal-Current-Sage-Canvas jibo-audio-service[639,notice]: - P.AudioService: detection: {"ts":[739540,396892],"type":"hotphrase","id":326,"location":{"ts":[739540,197607],"possibilities":[{"channels":[0,12],"position":{"x":0.15114492177963258,"y":0.982643723487854,"z":0.35123321413993838},"confidence":0.33186283707618716}]},"utterances":[]} +2026-04-26T12:45:57.444Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,debug]: - C.Jetstream.RecogSpeakerID: RecogSpeakerTD starting at 657998144 +2026-04-26T12:45:57.447Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_RECOG_HJ_EVENT in 5 ms. +2026-04-26T12:45:57.480Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: localTurnResult: { global: false,\n message: '',\n status: 'INTERRUPTED',\n transID: 'tid-d60264a8-416d-11f1-8b74-5cf821ea55ae' } +2026-04-26T12:45:57.482Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: hjHeard +2026-04-26T12:45:57.549Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.LhubClient: Hub Client connection opened. +2026-04-26T12:45:57.549Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_CLIENT_CONNECT_RESULT +2026-04-26T12:45:57.550Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: [messageContext@1 gain="1.141713" requestID="GLOBAL" transID="tid-df0ae16a-416d-11f1-b8eb-5cf821ea55ae"] C.Jetstream.LhubClient: Hub LISTEN request keystone log entry +2026-04-26T12:45:57.550Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_CLIENT_CONNECT_RESULT in 1 ms. +2026-04-26T12:45:57.558Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,debug]: - C.Jetstream.LhubClient: Set Audio encoder to type: OGG_OPUS +2026-04-26T12:45:57.564Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: globalTurnStarted +2026-04-26T12:45:57.594Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from IDLE to COMMAND +2026-04-26T12:45:57.588Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action: Incoming new goal 'Hey Jibo' +2026-04-26T12:45:57.592Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Taking action: 'HJOrient' to achieve goal 'Hey Jibo' +2026-04-26T12:45:57.637Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Received attendToTarget request +2026-04-26T12:45:57.630Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action: Initial face: { x: 0.15114492177963257,\n y: 0.982643723487854,\n z: 0.35123321413993835 } 11831 +2026-04-26T12:45:57.645Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,debug]: - C.Jetstream.RecLoop: Speaker: 5c0b221fdf9d450019c5e255 score: 0.801639 accepted: 1 +2026-04-26T12:45:57.646Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_RECOG_SPEAKER_EVENT +2026-04-26T07:45:57.647518-05:00 Royal-Current-Sage-Canvas jibo-audio-service[639,notice]: - P.AudioService: detection: {"ts":[739540,593584],"type":"jet_speaker_id","id":326,"data":{"speakers":[{"speaker":"5c0b221fdf9d450019c5e255","score":0.8016390800476074,"accepted":true,"high_confidence":true}],"snr":20.9578914642334}} +2026-04-26T07:45:57.650352-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion::measure input from: voice with 1 hypotheses +2026-04-26T07:45:57.650426-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: Identity::Measure voice Quality:20.9579 Id: 5c0b221fdf9d450019c5e255 Conf: 0.801639 +2026-04-26T07:45:57.650476-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: Identity::Measurement failed ratio test. +2026-04-26T07:45:57.650546-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion with 2 options from 8 inputs. +2026-04-26T07:45:57.650622-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion::updateIdentity Op: 5c0b221fdf9d450019c5e255 Score: 0 Op: NOT_TRAINED Score: 0.01125 +2026-04-26T07:45:57.650682-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: Identity Update Best Score: 0.01125 Best ID: NOT_TRAINED +2026-04-26T07:45:57.650717-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion NO CHANGE. +2026-04-26T12:45:57.661Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION attendToTarget Command Look rule has fired! +2026-04-26T12:45:57.662Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Switched Attention Rule:Command Look +2026-04-26T12:45:57.667Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter.ConvTechSpeakerID: Speaker ID: 5c0b221fdf9d450019c5e255 | accepted: true | confidence: true | score: 0.8016390800476074 +2026-04-26T12:45:57.670Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Emitting idAcquired from source: VOICE +2026-04-26T12:45:57.671Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Emotion.Appraisal.IdentityRule: Appraising data from identity data: ID_ACQUIRED +2026-04-26T12:45:57.672Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Most recent speaker accepted. +2026-04-26T12:45:57.804Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_RECOG_SPEAKER_EVENT in 158 ms. +2026-04-26T12:45:58.370Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION attendToTarget Command Look resolving with status:SUCCEEDED +2026-04-26T12:45:58.385Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.HJOrient: HJOrient time to face: 5 +2026-04-26T12:45:58.393Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from COMMAND to IDLE +2026-04-26T12:45:58.387Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.HJOrient: HJOrient had initial face?: true +2026-04-26T12:45:58.410Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Completed action: 'HJOrient' with result: 'SUCCEEDED' +2026-04-26T12:45:58.475Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Primary face selected (position based): 11831 +2026-04-26T12:45:59.126Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Switched Attention Rule:Idle Face +2026-04-26T12:46:02.281Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_LISTEN +2026-04-26T12:46:02.282Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_LISTEN in 1 ms. +2026-04-26T12:46:02.282Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_EOS +2026-04-26T12:46:02.282Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_EOS in 0 ms. +2026-04-26T12:46:02.283Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: skillSwitch: { skillID: undefined,\n onRobot: undefined,\n isProactive: undefined,\n skipSurprises: undefined,\n transID: 'tid-df0ae16a-416d-11f1-b8eb-5cf821ea55ae',\n data: \n ListenResult {\n asr: { confidence: 0.95, final: true, text: 'hello' },\n nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'hello',\n rules: [ 'launch', 'globals/global_commands_launch' ] },\n match: { cloudSkill: null, intent: 'hello', rule: 'launch', score: 0.95 } } } +2026-04-26T12:46:02.287Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: globalTurnResult: { global: true,\n result: \n ListenResult {\n asr: { confidence: 0.95, final: true, text: 'hello' },\n nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'hello',\n rules: [ 'launch', 'globals/global_commands_launch' ] },\n match: { cloudSkill: null, intent: 'hello', rule: 'launch', score: 0.95 } },\n status: 'SUCCEEDED',\n transID: 'tid-df0ae16a-416d-11f1-b8eb-5cf821ea55ae' } +2026-04-26T12:46:02.293Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: eos received +2026-04-26T12:46:02.309Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Events.Global: skill relaunch command from Global Service { nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'hello',\n rules: [ 'launch', 'globals/global_commands_launch' ] },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:46:02.358Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_SKILL_INFO +2026-04-26T12:46:02.359Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_SKILL_INFO in 1 ms. +2026-04-26T12:46:02.314Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: requested skill switch @be/nimbus { nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'hello',\n rules: [ 'launch', 'globals/global_commands_launch' ] },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:46:02.381Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from IDLE to ENGAGED +2026-04-26T12:46:02.316Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: no pending skill. interrupting current skill +2026-04-26T12:46:02.323Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: switching skill @be/idle @be/nimbus +2026-04-26T12:46:02.326Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting close skill @be/idle +2026-04-26T12:46:02.327Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: stopping @be/idle +2026-04-26T12:46:02.331Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Stopping +2026-04-26T07:46:02.450880-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: GET TTS LEX +2026-04-26T07:46:02.451459-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get TTS Lex session start - b5ab565c-027c-49a9-b459-ed533feb7a6e +2026-04-26T07:46:02.451856-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get TTS Lex session end - b5ab565c-027c-49a9-b459-ed533feb7a6e +2026-04-26T07:46:02.474255-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: GET TTS POS Tags +2026-04-26T07:46:02.474739-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get POS Tags session start - e7582f1f-7b39-440b-9b07-2cb8666182bb +2026-04-26T07:46:02.475255-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get POS Tags session end - e7582f1f-7b39-440b-9b07-2cb8666182bb +2026-04-26T12:46:02.332Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Events.Global: setting SLEEP to false +2026-04-26T12:46:02.333Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Clearing animation queue. +2026-04-26T12:46:02.339Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.TimerSpy: The current skill cleaned up all timers @be/idle +2026-04-26T07:46:02.508468-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: GET TTS POS Tags +2026-04-26T07:46:02.508876-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get POS Tags session start - 7c6ce402-24cd-4716-9f49-24bba5677c78 +2026-04-26T12:46:02.340Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T07:46:02.509560-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get POS Tags session end - 7c6ce402-24cd-4716-9f49-24bba5677c78 +2026-04-26T12:46:02.342Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: ending close skill @be/idle +2026-04-26T07:46:02.531810-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: GET TTS Token times +2026-04-26T12:46:02.343Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: deferring to action system with pending skill: @be/nimbus { nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'hello',\n rules: [ 'launch', 'globals/global_commands_launch' ] },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T07:46:02.532798-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: {"tts":{"input_request":{"prompt":"","pitch":999.0,"speed":999.0,"pitchBandwidth":999.0,"mode":"ssml","outputMode":"stream","allPass":999.0,"enableDefaultVoice":"","framerate":999.0,"gvMCEP":999.0,"postfilter":999.0,"samplerate":999.0,"unvoicedvoiced":999.0,"voice":"griffin","locale":"en-us","volume":999.0,"whisper":"FALSE","cached":"TRUE","earlyStopTime":-1.0},"type":"token"}} +2026-04-26T12:46:02.362Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: waiting on action system @be/nimbus +2026-04-26T12:46:02.368Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action: Incoming new goal 'Be Skill Switch Goal: '@be/nimbus'' +2026-04-26T12:46:02.371Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Taking action: 'Be Skill Switch Action' to achieve goal 'Be Skill Switch Goal: '@be/nimbus'' +2026-04-26T12:46:02.372Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Completed action: 'Be Skill Switch Action' with result: 'SUCCEEDED' +2026-04-26T12:46:02.374Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: action system reported accomplished goal @be/nimbus +2026-04-26T12:46:02.374Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting skill open @be/nimbus { nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'hello',\n rules: [ 'launch', 'globals/global_commands_launch' ] },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:46:02.377Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: BeSkill open @be/idle @be/nimbus { nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'hello',\n rules: [ 'launch', 'globals/global_commands_launch' ] },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:46:02.381Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: new skill preload @be/nimbus +2026-04-26T12:46:02.382Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: opening new skill @be/nimbus +2026-04-26T12:46:02.383Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Nimbus Opening +2026-04-26T12:46:02.386Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Awaiting Cloud Skill response... +2026-04-26T12:46:02.387Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: skill open success @be/nimbus { nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'hello',\n rules: [ 'launch', 'globals/global_commands_launch' ] },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:46:02.393Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Received Cloud Skill response. +2026-04-26T12:46:02.394Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Processing Cloud Skill response... +2026-04-26T12:46:02.395Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Recieved analytics from cloud skill. +2026-04-26T12:46:02.396Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Processed Cloud Skill response. +2026-04-26T12:46:02.399Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Executing Cloud Skill SLIM: RUNTIME_PROMPT +2026-04-26T12:46:02.434Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:46:02.442Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Speak request received +2026-04-26T12:46:02.444Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Processing speak request +2026-04-26T12:46:02.445Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Starting new speak session: 1c4d046d-1684-4e4b-8c78-46c8e513d185 +2026-04-26T07:46:02.645956-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get Tokens session end - 5ccc1452-e40c-49a4-bf3e-94ffc3f82bde +2026-04-26T12:46:02.678Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Pushing Speaking Attention Mode +2026-04-26T12:46:02.699Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from ENGAGED to SPEAKING +2026-04-26T12:46:02.706Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Waiting for Embodied Listen to finish +2026-04-26T12:46:02.708Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Dispatching Timeline: 1c4d046d-1684-4e4b-8c78-46c8e513d185 +2026-04-26T07:46:02.721607-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS session start - f3a99470-e242-491d-98ba-9ad2d121dabb +2026-04-26T07:46:02.721717-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: {"tts":{"input_request":{"prompt":"","pitch":999.0,"speed":999.0,"pitchBandwidth":999.0,"mode":"ssml","outputMode":"stream","allPass":999.0,"enableDefaultVoice":"","framerate":999.0,"gvMCEP":999.0,"postfilter":999.0,"samplerate":999.0,"unvoicedvoiced":999.0,"voice":"griffin","locale":"en-us","volume":999.0,"whisper":"FALSE","cached":"TRUE"},"type":"speak"}} +2026-04-26T07:46:02.721959-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS calling speak - f3a99470-e242-491d-98ba-9ad2d121dabb +2026-04-26T07:46:02.722002-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: Synthesizing cached +2026-04-26T12:46:03.458Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION AttentionManager not trying to do lookat, we have no dofs!! +2026-04-26T07:46:05.202554-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS session end - f3a99470-e242-491d-98ba-9ad2d121dabb +2026-04-26T12:46:05.507Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Timeline Dispatch Complete: 1c4d046d-1684-4e4b-8c78-46c8e513d185 +2026-04-26T12:46:05.510Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from SPEAKING to ENGAGED +2026-04-26T12:46:05.516Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Speak Complete: 1c4d046d-1684-4e4b-8c78-46c8e513d185 +2026-04-26T12:46:05.518Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Cleaning up session +2026-04-26T12:46:05.520Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Ready for next speak request +2026-04-26T12:46:05.522Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Stop request received +2026-04-26T12:46:05.525Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:46:05.536Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: requested skill switch @be/surprises { lastSkill: '@be/nimbus', asr: { text: '', confidence: 1 } } +2026-04-26T12:46:05.538Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: no pending skill. interrupting current skill +2026-04-26T12:46:05.550Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: switching skill @be/nimbus @be/surprises +2026-04-26T12:46:05.551Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting close skill @be/nimbus +2026-04-26T12:46:05.552Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: stopping @be/nimbus +2026-04-26T12:46:05.552Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Nimbus Closing +2026-04-26T12:46:05.554Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.TimerSpy: The current skill cleaned up all timers @be/nimbus +2026-04-26T12:46:05.556Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:46:05.560Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: ending close skill @be/nimbus +2026-04-26T12:46:05.561Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: deferring to action system with pending skill: @be/surprises { lastSkill: '@be/nimbus', asr: { text: '', confidence: 1 } } +2026-04-26T12:46:05.574Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: waiting on action system @be/surprises +2026-04-26T12:46:05.578Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action: Incoming new goal 'Be Skill Switch Goal: '@be/surprises'' +2026-04-26T12:46:05.580Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Taking action: 'Be Skill Switch Action' to achieve goal 'Be Skill Switch Goal: '@be/surprises'' +2026-04-26T12:46:05.582Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Completed action: 'Be Skill Switch Action' with result: 'SUCCEEDED' +2026-04-26T12:46:05.584Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: action system reported accomplished goal @be/surprises +2026-04-26T12:46:05.588Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting skill open @be/surprises { lastSkill: '@be/nimbus', asr: { text: '', confidence: 1 } } +2026-04-26T12:46:05.590Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: BeSkill open @be/nimbus @be/surprises { lastSkill: '@be/nimbus', asr: { text: '', confidence: 1 } } +2026-04-26T12:46:05.593Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: new skill preload @be/surprises +2026-04-26T12:46:05.598Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: opening new skill @be/surprises +2026-04-26T12:46:05.599Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:46:05.601Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: skill open success @be/surprises { lastSkill: '@be/nimbus', asr: { text: '', confidence: 1 } } +2026-04-26T12:46:05.646Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: visible face stopped 11831 +2026-04-26T12:46:05.768Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SurprisesDate: Contextual Priority step 1 +2026-04-26T12:46:05.778Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:46:05.822Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SurprisesDate: Contextual Priority step 2 +2026-04-26T12:46:05.834Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Surprises: No Eos categories participating +2026-04-26T12:46:05.835Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Surprises: No EoS category selected +2026-04-26T12:46:05.836Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: requested skill switch @be/idle { exitOptions: {}, asr: { text: '', confidence: 1 } } +2026-04-26T12:46:05.839Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: no pending skill. interrupting current skill +2026-04-26T12:46:05.912Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from ENGAGED to IDLE +2026-04-26T12:46:05.853Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: switching skill @be/surprises @be/idle +2026-04-26T12:46:05.854Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting close skill @be/surprises +2026-04-26T12:46:05.855Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: stopping @be/surprises +2026-04-26T12:46:05.856Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Surprises: Exiting +2026-04-26T12:46:05.859Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.TimerSpy: The current skill cleaned up all timers @be/surprises +2026-04-26T12:46:05.860Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:46:05.861Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: ending close skill @be/surprises +2026-04-26T12:46:05.862Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: deferring to action system with pending skill: @be/idle { exitOptions: {}, asr: { text: '', confidence: 1 } } +2026-04-26T12:46:05.879Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: waiting on action system @be/idle +2026-04-26T12:46:05.882Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action: Incoming new goal 'Be Skill Switch Goal: '@be/idle'' +2026-04-26T12:46:05.888Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Taking action: 'Be Skill Switch Action' to achieve goal 'Be Skill Switch Goal: '@be/idle'' +2026-04-26T12:46:05.889Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:46:05.890Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Proactive.OpportunityDetector: Evaluating trigger source: SURPRISE with looperID: 5c0b221fdf9d450019c5e255 +2026-04-26T12:46:05.894Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Proactive.SignalRateLimiterStatus: Failed: MID MORNING has 0 triggers remaining +2026-04-26T12:46:05.897Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Proactive.OpportunityDetector: Failed an inhibitor +2026-04-26T12:46:05.901Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Completed action: 'Be Skill Switch Action' with result: 'SUCCEEDED' +2026-04-26T12:46:05.902Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: action system reported accomplished goal @be/idle +2026-04-26T12:46:05.903Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting skill open @be/idle { exitOptions: {}, asr: { text: '', confidence: 1 } } +2026-04-26T12:46:05.904Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: BeSkill open @be/surprises @be/idle { exitOptions: {}, asr: { text: '', confidence: 1 } } +2026-04-26T12:46:05.909Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: new skill preload @be/idle +2026-04-26T12:46:05.913Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: opening new skill @be/idle +2026-04-26T12:46:05.914Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:46:05.915Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Events.Global: adding listener for SLEEP +2026-04-26T12:46:05.916Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Events.Global: setting SLEEP to true +2026-04-26T12:46:05.918Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Starting +2026-04-26T12:46:05.919Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: State changed from ALERT to SELECT_INTENT. +2026-04-26T12:46:05.920Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Entering: SELECT_INTENT +2026-04-26T12:46:05.925Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: skill open success @be/idle { exitOptions: {}, asr: { text: '', confidence: 1 } } +2026-04-26T12:46:05.934Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: State changed from SELECT_INTENT to ALERT. +2026-04-26T12:46:05.935Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Entering ALERT +2026-04-26T12:46:05.939Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: No transitions between SELECT_INTENT and ALERT +2026-04-26T12:46:06.010Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Brightness set to 0.4. +2026-04-26T12:46:07.498Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.RecLoop: utterance: hey jibo score: 19 walign: ADE00728 palign: ADE3A4A8 {"word_alignment":"658008320 658008448 hey 0.00 658008448 658008704 jibo 0.00 "} +2026-04-26T12:46:07.498Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.RecLoop: HJ: signal sent to ASR will be boosted 0 dB +2026-04-26T12:46:07.498Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_RECOG_HJ_EVENT +2026-04-26T12:46:07.499Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_RECOG_HJ_EVENT in 1 ms. +2026-04-26T12:46:07.500Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,debug]: - C.Jetstream.RecogSpeakerID: RecogSpeakerTD starting at 658008320 +2026-04-26T07:46:07.507232-05:00 Royal-Current-Sage-Canvas jibo-audio-service[639,notice]: - P.AudioService: detection: {"ts":[739550,453275],"type":"hotphrase","id":327,"location":{"ts":[739550,255869],"possibilities":[{"channels":[0],"position":{"x":0.25857752561569216,"y":0.989252507686615,"z":0.19833725690841676},"confidence":0.21521659195423127}]},"utterances":[]} +2026-04-26T12:46:07.499Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: globalTurnResult: { global: true,\n message: '',\n status: 'INTERRUPTED',\n transID: 'tid-df0ae16a-416d-11f1-b8eb-5cf821ea55ae' } +2026-04-26T12:46:07.502Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: hjHeard +2026-04-26T12:46:07.606Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Asserting attention rule after interruption: Idle Face +2026-04-26T12:46:07.641Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action: Incoming new goal 'Hey Jibo' +2026-04-26T12:46:07.649Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Taking action: 'HJOrient' to achieve goal 'Hey Jibo' +2026-04-26T12:46:07.652Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from IDLE to COMMAND +2026-04-26T12:46:07.673Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Received attendToTarget request +2026-04-26T12:46:07.663Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action: Initial face: { x: 0.25857752561569214,\n y: 0.989252507686615,\n z: 0.19833725690841675 } null +2026-04-26T12:46:07.702Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION attendToTarget Command Look rule has fired! +2026-04-26T12:46:07.707Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Switched Attention Rule:Command Look +2026-04-26T12:46:07.796Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,debug]: - C.Jetstream.RecLoop: Speaker: 5c0b221fdf9d450019c5e255 score: 8.25988 accepted: 1 +2026-04-26T12:46:07.798Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_RECOG_SPEAKER_EVENT +2026-04-26T12:46:07.799Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_RECOG_SPEAKER_EVENT in 1 ms. +2026-04-26T07:46:07.799796-05:00 Royal-Current-Sage-Canvas jibo-audio-service[639,notice]: - P.AudioService: detection: {"ts":[739550,745845],"type":"jet_speaker_id","id":327,"data":{"speakers":[{"speaker":"5c0b221fdf9d450019c5e255","score":8.259878158569336,"accepted":true,"high_confidence":true}],"snr":26.603496551513673}} +2026-04-26T12:46:07.803Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter.ConvTechSpeakerID: Speaker ID: 5c0b221fdf9d450019c5e255 | accepted: true | confidence: true | score: 8.259878158569336 +2026-04-26T12:46:07.808Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Most recent speaker accepted. +2026-04-26T12:46:07.976Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: visible face started 11831 +2026-04-26T12:46:07.978Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Emotion.Appraisal.IdentityRule: Appraising data from identity data: VISIBLE_FACE_STARTED +2026-04-26T12:46:08.361Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,warning]: - C.Jibohub_client.Connection: Socket to HUB opened in >500ms. +2026-04-26T12:46:08.361Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.LhubClient: Hub Client connection opened. +2026-04-26T12:46:08.361Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_CLIENT_CONNECT_RESULT +2026-04-26T12:46:08.362Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: [messageContext@1 gain="1.000000" requestID="GLOBAL" transID="tid-e508ba1a-416d-11f1-a68d-5cf821ea55ae"] C.Jetstream.LhubClient: Hub LISTEN request keystone log entry +2026-04-26T12:46:08.367Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,debug]: - C.Jetstream.LhubClient: Set Audio encoder to type: OGG_OPUS +2026-04-26T12:46:08.455Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_CLIENT_CONNECT_RESULT in 94 ms. +2026-04-26T12:46:08.465Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: globalTurnStarted +2026-04-26T12:46:08.868Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION attendToTarget Command Look resolving with status:SUCCEEDED +2026-04-26T12:46:08.902Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Primary face selected (position based): 11831 +2026-04-26T12:46:08.919Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Received attendToTarget request +2026-04-26T12:46:08.916Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Expression.Base.ResolveHandle: Someone tried to cancel ResolveHandle after it was resolved! +2026-04-26T12:46:08.938Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION attendToTarget Command Look rule has fired! +2026-04-26T12:46:08.939Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Asserting attention rule after interruption: Command Look +2026-04-26T12:46:10.162Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION attendToTarget Command Look resolving with status:SUCCEEDED +2026-04-26T12:46:10.198Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Primary face selected (entity match): 11831 +2026-04-26T12:46:12.474Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Proactive.SignalFacePersisted: Persisting face entity ID 11831 has an identity of null +2026-04-26T12:46:13.085Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_LISTEN +2026-04-26T12:46:13.086Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_LISTEN in 1 ms. +2026-04-26T12:46:13.087Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_EOS +2026-04-26T12:46:13.087Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_EOS in 0 ms. +2026-04-26T12:46:13.088Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: skillSwitch: { skillID: undefined,\n onRobot: undefined,\n isProactive: undefined,\n skipSurprises: undefined,\n transID: 'tid-e508ba1a-416d-11f1-a68d-5cf821ea55ae',\n data: \n ListenResult {\n asr: { confidence: 0.95, final: true, text: 'Open photo gallery.' },\n nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'menu',\n rules: [],\n skill: '@be/gallery' },\n match: { cloudSkill: null, intent: 'menu', rule: '', score: 0.95 } } } +2026-04-26T12:46:13.110Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from COMMAND to IDLE +2026-04-26T12:46:13.091Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: globalTurnResult: { global: true,\n result: \n ListenResult {\n asr: { confidence: 0.95, final: true, text: 'Open photo gallery.' },\n nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'menu',\n rules: [],\n skill: '@be/gallery' },\n match: { cloudSkill: null, intent: 'menu', rule: '', score: 0.95 } },\n status: 'SUCCEEDED',\n transID: 'tid-e508ba1a-416d-11f1-a68d-5cf821ea55ae' } +2026-04-26T12:46:13.106Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.HJOrient: HJOrient: event waiter 'HJ Listen Complete' +2026-04-26T12:46:13.107Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.HJOrient: HJOrient time to face: 1253 +2026-04-26T12:46:13.108Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.HJOrient: HJOrient had initial face?: false +2026-04-26T12:46:13.115Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: eos received +2026-04-26T12:46:13.118Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Events.Global: skill relaunch command from Global Service { nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'menu',\n rules: [],\n skill: '@be/gallery' },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:46:13.123Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: requested skill switch @be/nimbus { nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'menu',\n rules: [],\n skill: '@be/gallery' },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:46:13.124Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: no pending skill. interrupting current skill +2026-04-26T12:46:13.129Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Completed action: 'HJOrient' with result: 'SUCCEEDED' +2026-04-26T12:46:13.132Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: switching skill @be/idle @be/nimbus +2026-04-26T12:46:13.133Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting close skill @be/idle +2026-04-26T12:46:13.134Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: stopping @be/idle +2026-04-26T12:46:13.135Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Stopping +2026-04-26T12:46:13.137Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Events.Global: setting SLEEP to false +2026-04-26T12:46:13.139Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Clearing animation queue. +2026-04-26T12:46:13.144Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.TimerSpy: The current skill cleaned up all timers @be/idle +2026-04-26T12:46:13.145Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:46:13.149Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: ending close skill @be/idle +2026-04-26T12:46:13.149Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: deferring to action system with pending skill: @be/nimbus { nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'menu',\n rules: [],\n skill: '@be/gallery' },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:46:13.174Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_SKILL_INFO +2026-04-26T12:46:13.175Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_SKILL_INFO in 1 ms. +2026-04-26T12:46:13.173Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: waiting on action system @be/nimbus +2026-04-26T12:46:13.190Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from IDLE to ENGAGED +2026-04-26T12:46:13.178Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action: Incoming new goal 'Be Skill Switch Goal: '@be/nimbus'' +2026-04-26T12:46:13.180Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Taking action: 'Be Skill Switch Action' to achieve goal 'Be Skill Switch Goal: '@be/nimbus'' +2026-04-26T12:46:13.183Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Completed action: 'Be Skill Switch Action' with result: 'SUCCEEDED' +2026-04-26T12:46:13.184Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: action system reported accomplished goal @be/nimbus +2026-04-26T12:46:13.184Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting skill open @be/nimbus { nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'menu',\n rules: [],\n skill: '@be/gallery' },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:46:13.187Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: BeSkill open @be/idle @be/nimbus { nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'menu',\n rules: [],\n skill: '@be/gallery' },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:46:13.192Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: new skill preload @be/nimbus +2026-04-26T12:46:13.194Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: opening new skill @be/nimbus +2026-04-26T12:46:13.195Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Nimbus Opening +2026-04-26T12:46:13.199Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Awaiting Cloud Skill response... +2026-04-26T12:46:13.200Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: skill open success @be/nimbus { nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'menu',\n rules: [],\n skill: '@be/gallery' },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:46:13.202Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: skillSwitch: { skillID: '@be/gallery',\n onRobot: true,\n isProactive: undefined,\n skipSurprises: undefined,\n transID: 'tid-e508ba1a-416d-11f1-a68d-5cf821ea55ae',\n data: \n ListenResult {\n asr: { confidence: 0.95, text: 'Open photo gallery.' },\n nlu: { confidence: 0.95, entities: {}, intent: 'menu', rules: [] },\n match: { launch: true, onRobot: true, skillID: '@be/gallery' } } } +2026-04-26T12:46:13.209Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Events.Global: skill relaunch command from Global Service { nlu: { confidence: 0.95, entities: {}, intent: 'menu', rules: [] },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:46:13.211Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: requested skill switch @be/gallery { nlu: { confidence: 0.95, entities: {}, intent: 'menu', rules: [] },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:46:13.212Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: no pending skill. interrupting current skill +2026-04-26T12:46:13.226Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: switching skill @be/nimbus @be/gallery +2026-04-26T12:46:13.229Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting close skill @be/nimbus +2026-04-26T12:46:13.230Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: stopping @be/nimbus +2026-04-26T12:46:13.231Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Nimbus Closing +2026-04-26T12:46:13.233Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.TimerSpy: The current skill cleaned up all timers @be/nimbus +2026-04-26T12:46:13.234Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:46:13.236Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: ending close skill @be/nimbus +2026-04-26T12:46:13.238Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: deferring to action system with pending skill: @be/gallery { nlu: { confidence: 0.95, entities: {}, intent: 'menu', rules: [] },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:46:13.256Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: waiting on action system @be/gallery +2026-04-26T12:46:13.285Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_SKILL_INFO +2026-04-26T12:46:13.286Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_SKILL_INFO in 1 ms. +2026-04-26T12:46:13.261Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action: Incoming new goal 'Be Skill Switch Goal: '@be/gallery'' +2026-04-26T12:46:13.265Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Taking action: 'Be Skill Switch Action' to achieve goal 'Be Skill Switch Goal: '@be/gallery'' +2026-04-26T12:46:13.268Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Completed action: 'Be Skill Switch Action' with result: 'SUCCEEDED' +2026-04-26T12:46:13.269Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: action system reported accomplished goal @be/gallery +2026-04-26T12:46:13.269Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting skill open @be/gallery { nlu: { confidence: 0.95, entities: {}, intent: 'menu', rules: [] },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:46:13.271Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: BeSkill open @be/nimbus @be/gallery { nlu: { confidence: 0.95, entities: {}, intent: 'menu', rules: [] },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:46:13.276Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: new skill preload @be/gallery +2026-04-26T12:46:13.277Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: opening new skill @be/gallery +2026-04-26T12:46:13.278Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:46:13.285Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: skill open success @be/gallery { nlu: { confidence: 0.95, entities: {}, intent: 'menu', rules: [] },\n asr: { text: '', confidence: 0.95 } } +2026-04-26T12:46:13.302Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Received Cloud Skill response. +2026-04-26T07:46:13.391497-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: GET TTS LEX +2026-04-26T07:46:13.392071-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get TTS Lex session start - 7326d8d9-ec20-4bc8-8c74-52dbfc1bcfd7 +2026-04-26T07:46:13.392281-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get TTS Lex session end - 7326d8d9-ec20-4bc8-8c74-52dbfc1bcfd7 +2026-04-26T12:46:13.378Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:46:13.385Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Speak request received +2026-04-26T07:46:13.412882-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: GET TTS LEX +2026-04-26T07:46:13.413303-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get TTS Lex session start - 38b2f30f-53e0-4e2f-8018-aee0566d7cf5 +2026-04-26T07:46:13.413601-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get TTS Lex session end - 38b2f30f-53e0-4e2f-8018-aee0566d7cf5 +2026-04-26T12:46:13.386Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Processing speak request +2026-04-26T12:46:13.387Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Starting new speak session: f3238356-61b1-49e2-9330-431c85b21c68 +2026-04-26T07:46:13.434282-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: GET TTS LEX +2026-04-26T07:46:13.434630-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get TTS Lex session start - 430da051-7145-45ae-95f8-e251961eb606 +2026-04-26T07:46:13.434848-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get TTS Lex session end - 430da051-7145-45ae-95f8-e251961eb606 +2026-04-26T07:46:13.454748-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: GET TTS LEX +2026-04-26T07:46:13.455177-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get TTS Lex session start - 45c513db-5a0b-4be2-8072-edd22acba7e3 +2026-04-26T07:46:13.455721-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get TTS Lex session end - 45c513db-5a0b-4be2-8072-edd22acba7e3 +2026-04-26T07:46:13.470271-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: GET TTS POS Tags +2026-04-26T07:46:13.470669-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get POS Tags session start - 38c4de7d-424a-4c86-9678-476092c18db3 +2026-04-26T07:46:13.471672-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get POS Tags session end - 38c4de7d-424a-4c86-9678-476092c18db3 +2026-04-26T07:46:13.485763-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: GET TTS POS Tags +2026-04-26T07:46:13.486103-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get POS Tags session start - 8d04eff3-ab94-43ff-9d56-65040620350b +2026-04-26T07:46:13.486741-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get POS Tags session end - 8d04eff3-ab94-43ff-9d56-65040620350b +2026-04-26T07:46:13.523963-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: GET TTS Token times +2026-04-26T07:46:13.524784-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: {"tts":{"input_request":{"prompt":" looks like there's nothing in the gallery yet . want to take a picture now ?","pitch":999.0,"speed":999.0,"pitchBandwidth":999.0,"mode":"ssml","outputMode":"stream","allPass":999.0,"enableDefaultVoice":"","framerate":999.0,"gvMCEP":999.0,"postfilter":999.0,"samplerate":999.0,"unvoicedvoiced":999.0,"voice":"griffin","locale":"en-us","volume":999.0,"whisper":"FALSE","cached":"TRUE","earlyStopTime":-1.0},"type":"token"}} +2026-04-26T12:46:13.650Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: visible face stopped 11831 +2026-04-26T07:46:13.707191-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get Tokens session end - 5a773efd-7bd1-46da-bf45-9fed66616d2c +2026-04-26T12:46:13.728Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Pushing Speaking Attention Mode +2026-04-26T12:46:13.781Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from ENGAGED to SPEAKING +2026-04-26T12:46:13.792Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Waiting for Embodied Listen to finish +2026-04-26T12:46:13.793Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Dispatching Timeline: f3238356-61b1-49e2-9330-431c85b21c68 +2026-04-26T07:46:13.822701-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS session start - 5692df40-2507-4376-a8e9-843bac6d94e7 +2026-04-26T07:46:13.822853-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: {"tts":{"input_request":{"prompt":" looks like there's nothing in the gallery yet . want to take a picture now ?","pitch":999.0,"speed":999.0,"pitchBandwidth":999.0,"mode":"ssml","outputMode":"stream","allPass":999.0,"enableDefaultVoice":"","framerate":999.0,"gvMCEP":999.0,"postfilter":999.0,"samplerate":999.0,"unvoicedvoiced":999.0,"voice":"griffin","locale":"en-us","volume":999.0,"whisper":"FALSE","cached":"TRUE"},"type":"speak"}} +2026-04-26T07:46:13.823137-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS calling speak - 5692df40-2507-4376-a8e9-843bac6d94e7 +2026-04-26T07:46:13.823179-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: Synthesizing cached +2026-04-26T12:46:14.518Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION AttentionManager not trying to do lookat, we have no dofs!! +2026-04-26T07:46:15.509297-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-SCAN-STARTED +2026-04-26T07:46:17.662573-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS session end - 5692df40-2507-4376-a8e9-843bac6d94e7 +2026-04-26T12:46:17.670Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from SPEAKING to ENGAGED +2026-04-26T12:46:17.666Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Timeline Dispatch Complete: f3238356-61b1-49e2-9330-431c85b21c68 +2026-04-26T12:46:17.685Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Speak Complete: f3238356-61b1-49e2-9330-431c85b21c68 +2026-04-26T12:46:17.686Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Cleaning up session +2026-04-26T12:46:17.689Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Ready for next speak request +2026-04-26T12:46:17.690Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Stop request received +2026-04-26T12:46:17.733Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.HttpHandler: Handling JetHttpHandler:/listen/start_local_turn +2026-04-26T12:46:17.734Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_START_LOCAL_TURN +2026-04-26T12:46:17.736Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_START_LOCAL_TURN in 2 ms. +2026-04-26T12:46:17.749Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: localTurnStarted +2026-04-26T12:46:17.751Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: globalTurnResult: { global: true,\n message: '',\n status: 'INTERRUPTED',\n transID: 'tid-e508ba1a-416d-11f1-a68d-5cf821ea55ae' } +2026-04-26T12:46:19.466Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,warning]: - C.Jibohub_client.Connection: Socket to HUB opened in >500ms. +2026-04-26T12:46:19.466Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.LhubClient: Hub Client connection opened. +2026-04-26T12:46:19.467Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_CLIENT_CONNECT_RESULT +2026-04-26T12:46:19.468Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: [messageContext@1 gain="1.000000" requestID="tid-eb227e4a-416d-11f1-a1e8-5cf821ea55ae" transID="tid-eb227e4a-416d-11f1-a1e8-5cf821ea55ae"] C.Jetstream.LhubClient: Hub LISTEN request keystone log entry +2026-04-26T12:46:19.475Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,debug]: - C.Jetstream.LhubClient: Set Audio encoder to type: OGG_OPUS +2026-04-26T07:46:19.510626-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 28224 30:23:03:95:2b:b8 +2026-04-26T07:46:19.510956-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 28225 80:69:1a:8b:a0:e4 +2026-04-26T07:46:19.511231-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 28226 86:69:1a:8b:a2:b7 +2026-04-26T07:46:19.511461-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-SCAN-RESULTS +2026-04-26T12:46:19.584Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_CLIENT_CONNECT_RESULT in 117 ms. +2026-04-26T12:46:19.573Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:46:19.602Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: localTurnStarted +2026-04-26T12:46:19.724Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Switched Attention Rule:Engaged Eye Sound +2026-04-26T12:46:20.691Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Switched Attention Rule:Engaged Far Eye Return +2026-04-26T12:46:24.371Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_LISTEN +2026-04-26T12:46:24.372Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_LISTEN in 1 ms. +2026-04-26T12:46:24.379Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_EOS +2026-04-26T12:46:24.380Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_EOS in 1 ms. +2026-04-26T12:46:24.378Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: localTurnResult: { global: false,\n result: \n ListenResult {\n asr: { confidence: 0.95, final: true, text: '' },\n nlu: \n { confidence: 0.95,\n entities: {},\n intent: '',\n rules: [ 'shared/yes_no' ] },\n match: undefined,\n transID: 'tid-eb227e4a-416d-11f1-a1e8-5cf821ea55ae' },\n status: 'SUCCEEDED',\n transID: 'tid-eb227e4a-416d-11f1-a1e8-5cf821ea55ae' } +2026-04-26T12:46:24.390Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:46:24.404Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: eos received +2026-04-26T12:46:24.439Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: requested skill switch @be/surprises { lastSkill: '@be/gallery', asr: { text: '', confidence: 1 } } +2026-04-26T12:46:24.440Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: no pending skill. interrupting current skill +2026-04-26T12:46:24.441Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: switching skill @be/gallery @be/surprises +2026-04-26T12:46:24.442Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting close skill @be/gallery +2026-04-26T12:46:24.443Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: stopping @be/gallery +2026-04-26T12:46:24.446Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.TimerSpy: The current skill cleaned up all timers @be/gallery +2026-04-26T12:46:24.447Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:46:24.449Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: ending close skill @be/gallery +2026-04-26T12:46:24.449Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: deferring to action system with pending skill: @be/surprises { lastSkill: '@be/gallery', asr: { text: '', confidence: 1 } } +2026-04-26T12:46:24.454Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: deleting person entity 11831 +2026-04-26T12:46:24.458Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: waiting on action system @be/surprises +2026-04-26T12:46:24.461Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action: Incoming new goal 'Be Skill Switch Goal: '@be/surprises'' +2026-04-26T12:46:24.464Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Taking action: 'Be Skill Switch Action' to achieve goal 'Be Skill Switch Goal: '@be/surprises'' +2026-04-26T12:46:24.467Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Completed action: 'Be Skill Switch Action' with result: 'SUCCEEDED' +2026-04-26T12:46:24.469Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: action system reported accomplished goal @be/surprises +2026-04-26T12:46:24.471Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting skill open @be/surprises { lastSkill: '@be/gallery', asr: { text: '', confidence: 1 } } +2026-04-26T12:46:24.473Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: BeSkill open @be/gallery @be/surprises { lastSkill: '@be/gallery', asr: { text: '', confidence: 1 } } +2026-04-26T12:46:24.475Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: new skill preload @be/surprises +2026-04-26T12:46:24.476Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: opening new skill @be/surprises +2026-04-26T12:46:24.477Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:46:24.478Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: skill open success @be/surprises { lastSkill: '@be/gallery', asr: { text: '', confidence: 1 } } +2026-04-26T12:46:24.638Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SurprisesDate: Contextual Priority step 1 +2026-04-26T12:46:24.640Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:46:24.675Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SurprisesDate: Contextual Priority step 2 +2026-04-26T12:46:24.677Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Surprises: No Eos categories participating +2026-04-26T12:46:24.678Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Surprises: No EoS category selected +2026-04-26T12:46:24.679Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: requested skill switch @be/idle { exitOptions: {}, asr: { text: '', confidence: 1 } } +2026-04-26T12:46:24.680Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: no pending skill. interrupting current skill +2026-04-26T12:46:24.683Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: switching skill @be/surprises @be/idle +2026-04-26T12:46:24.684Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting close skill @be/surprises +2026-04-26T12:46:24.684Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: stopping @be/surprises +2026-04-26T12:46:24.685Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Surprises: Exiting +2026-04-26T12:46:24.687Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.TimerSpy: The current skill cleaned up all timers @be/surprises +2026-04-26T12:46:24.688Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:46:24.689Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: ending close skill @be/surprises +2026-04-26T12:46:24.690Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: deferring to action system with pending skill: @be/idle { exitOptions: {}, asr: { text: '', confidence: 1 } } +2026-04-26T12:46:24.706Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: waiting on action system @be/idle +2026-04-26T12:46:24.737Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from ENGAGED to IDLE +2026-04-26T12:46:24.711Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action: Incoming new goal 'Be Skill Switch Goal: '@be/idle'' +2026-04-26T12:46:24.713Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Taking action: 'Be Skill Switch Action' to achieve goal 'Be Skill Switch Goal: '@be/idle'' +2026-04-26T12:46:24.716Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:46:24.717Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Proactive.OpportunityDetector: Evaluating trigger source: SURPRISE with looperID: 5c0b221fdf9d450019c5e255 +2026-04-26T12:46:24.719Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Proactive.SignalRateLimiterStatus: Failed: MID MORNING has 0 triggers remaining +2026-04-26T12:46:24.719Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Proactive.OpportunityDetector: Failed an inhibitor +2026-04-26T12:46:24.725Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Completed action: 'Be Skill Switch Action' with result: 'SUCCEEDED' +2026-04-26T12:46:24.726Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: action system reported accomplished goal @be/idle +2026-04-26T12:46:24.727Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting skill open @be/idle { exitOptions: {}, asr: { text: '', confidence: 1 } } +2026-04-26T12:46:24.729Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: BeSkill open @be/surprises @be/idle { exitOptions: {}, asr: { text: '', confidence: 1 } } +2026-04-26T12:46:24.731Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: new skill preload @be/idle +2026-04-26T12:46:24.736Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: opening new skill @be/idle +2026-04-26T12:46:24.737Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-04-26T12:46:24.739Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Events.Global: adding listener for SLEEP +2026-04-26T12:46:24.740Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Events.Global: setting SLEEP to true +2026-04-26T12:46:24.741Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Starting +2026-04-26T12:46:24.743Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: State changed from ALERT to SELECT_INTENT. +2026-04-26T12:46:24.744Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Entering: SELECT_INTENT +2026-04-26T12:46:24.748Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: skill open success @be/idle { exitOptions: {}, asr: { text: '', confidence: 1 } } +2026-04-26T12:46:24.752Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: State changed from SELECT_INTENT to ALERT. +2026-04-26T12:46:24.753Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Entering ALERT +2026-04-26T12:46:24.756Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: No transitions between SELECT_INTENT and ALERT +2026-04-26T12:46:24.807Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Brightness set to 0.4. +2026-04-26T12:46:26.551Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Primary face selected (position based): 11838 +2026-04-26T12:46:26.559Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Switched Attention Rule:Idle Face +2026-04-26T12:46:26.677Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: visible face started 11838 +2026-04-26T12:46:26.679Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Emotion.Appraisal.IdentityRule: Appraising data from identity data: VISIBLE_FACE_STARTED +2026-04-26T07:46:26.990551-05:00 Royal-Current-Sage-Canvas jibo-identity-service[660,info]: - P.ImageIdentifier: ImageIdentifier[deepid]::identify [["5c0b221fdf9d450019c5e255", "face", 0.281199]] +2026-04-26T07:46:26.999813-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion::measure input from: face with 1 hypotheses +2026-04-26T07:46:26.999950-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: Identity::Measure face Quality:1 Id: 5c0b221fdf9d450019c5e255 Conf: 0.281199 +2026-04-26T07:46:27.000036-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: Identity::Measurement failed ratio test. +2026-04-26T07:46:27.000106-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion with 2 options from 1 inputs. +2026-04-26T07:46:27.000206-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion::updateIdentity Op: 5c0b221fdf9d450019c5e255 Score: 0 Op: NOT_TRAINED Score: 0.09 +2026-04-26T07:46:27.000274-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: Identity Update Best Score: 0.09 Best ID: NOT_TRAINED +2026-04-26T07:46:27.000338-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion CHANGING identity from UNKNOWN to NOT_TRAINED +2026-04-26T12:46:30.260Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Switched Attention Rule:Idle Face +2026-04-26T12:46:31.171Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Proactive.SignalFacePersisted: Persisting face entity ID 11838 has an identity of null +2026-04-26T12:46:37.812Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Emitting idLost from ASR: 5c0b221fdf9d450019c5e255. +2026-04-26T12:46:42.582Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: visible face stopped 11838 +2026-04-26T12:46:44.750Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Switched Attention Rule:Idle Face +2026-04-26T12:46:44.830Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: visible face started 11838 +2026-04-26T12:46:44.832Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Emotion.Appraisal.IdentityRule: Appraising data from identity data: VISIBLE_FACE_STARTED +2026-04-26T12:46:49.339Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Proactive.SignalFacePersisted: Persisting face entity ID 11838 has an identity of null +2026-04-26T07:46:49.857474-05:00 Royal-Current-Sage-Canvas jibo-identity-service[660,info]: - P.ImageIdentifier: ImageIdentifier[deepid]::identify [["5c0b221fdf9d450019c5e255", "face", 0.428844]] +2026-04-26T07:46:49.862270-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion::measure input from: face with 1 hypotheses +2026-04-26T07:46:49.862358-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: Identity::Measure face Quality:1 Id: 5c0b221fdf9d450019c5e255 Conf: 0.428844 +2026-04-26T07:46:49.862438-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion with 2 options from 2 inputs. +2026-04-26T07:46:49.862507-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion::updateIdentity Op: 5c0b221fdf9d450019c5e255 Score: 0.0240364 Op: NOT_TRAINED Score: 0.15 +2026-04-26T07:46:49.862561-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: Identity Update Best Score: 0.15 Best ID: NOT_TRAINED +2026-04-26T07:46:49.862613-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion REFRESH identity as NOT_TRAINED +2026-04-26T12:46:52.799Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: visible face stopped 11838 +2026-04-26T12:46:54.701Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Switched Attention Rule:Idle Face +2026-04-26T12:46:55.200Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: visible face started 11838 +2026-04-26T12:46:55.202Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Emotion.Appraisal.IdentityRule: Appraising data from identity data: VISIBLE_FACE_STARTED +2026-04-26T12:46:59.707Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Proactive.SignalFacePersisted: Persisting face entity ID 11838 has an identity of null +2026-04-26T12:47:00.793Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: visible face stopped 11838 +2026-04-26T12:47:02.928Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Switched Attention Rule:Idle Face +2026-04-26T12:47:03.154Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: visible face started 11838 +2026-04-26T12:47:03.156Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Emotion.Appraisal.IdentityRule: Appraising data from identity data: VISIBLE_FACE_STARTED +2026-04-26T12:47:07.638Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Proactive.SignalFacePersisted: Persisting face entity ID 11838 has an identity of null +2026-04-26T12:47:09.890Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: visible face stopped 11838 +2026-04-26T12:47:11.591Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Switched Attention Rule:Idle Face +2026-04-26T12:47:12.245Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: visible face started 11838 +2026-04-26T12:47:12.246Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Emotion.Appraisal.IdentityRule: Appraising data from identity data: VISIBLE_FACE_STARTED +2026-04-26T07:47:14.333110-05:00 Royal-Current-Sage-Canvas jibo-identity-service[660,info]: - P.ImageIdentifier: ImageIdentifier[deepid]::identify [["5c0b221fdf9d450019c5e255", "face", 0.367704]] +2026-04-26T07:47:14.376901-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion::measure input from: face with 1 hypotheses +2026-04-26T07:47:14.377052-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: Identity::Measure face Quality:1 Id: 5c0b221fdf9d450019c5e255 Conf: 0.367704 +2026-04-26T07:47:14.377202-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: Identity::Measurement failed ratio test. +2026-04-26T07:47:14.377874-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion with 2 options from 3 inputs. +2026-04-26T07:47:14.377952-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion::updateIdentity Op: 5c0b221fdf9d450019c5e255 Score: 0 Op: NOT_TRAINED Score: 0.03 +2026-04-26T07:47:14.377991-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: Identity Update Best Score: 0.03 Best ID: NOT_TRAINED +2026-04-26T07:47:14.378020-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion NO CHANGE. +2026-04-26T12:47:16.739Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Proactive.SignalFacePersisted: Persisting face entity ID 11838 has an identity of null +2026-04-26T07:47:20.533182-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 28216 30:23:03:3f:51:e6 +2026-04-26T07:47:20.533525-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 28213 be:d7:d4:6f:8a:2c +2026-04-26T07:47:20.533724-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 28217 d6:e2:2f:ea:3e:fb +2026-04-26T07:47:20.533980-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 28218 ae:ae:19:ae:91:70 +2026-04-26T07:47:20.534250-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 28220 80:69:1a:8b:a0:e3 +2026-04-26T07:47:20.534516-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 28221 86:69:1a:8b:a0:e3 +2026-04-26T07:47:20.534671-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 28222 30:23:03:d6:ca:1c +2026-04-26T07:47:20.534841-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 28223 fc:9c:98:59:45:de +2026-04-26T12:47:40.741Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: visible face stopped 11838 +2026-04-26T07:47:40.930764-05:00 Royal-Current-Sage-Canvas jibo-identity-service[660,info]: - P.ImageIdentifier: ImageIdentifier[deepid]::identify [["5c0b221fdf9d450019c5e255", "face", 0.371864]] +2026-04-26T07:47:40.933553-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion::measure input from: face with 1 hypotheses +2026-04-26T07:47:40.933663-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: Identity::Measure face Quality:1 Id: 5c0b221fdf9d450019c5e255 Conf: 0.371864 +2026-04-26T07:47:40.933737-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: Identity::Measurement failed ratio test. +2026-04-26T07:47:40.933881-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion with 2 options from 4 inputs. +2026-04-26T07:47:40.934310-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion::updateIdentity Op: 5c0b221fdf9d450019c5e255 Score: 0 Op: NOT_TRAINED Score: 0.0225 +2026-04-26T07:47:40.934375-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: Identity Update Best Score: 0.0225 Best ID: NOT_TRAINED +2026-04-26T07:47:40.934425-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion NO CHANGE. +2026-04-26T12:47:45.488Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: deleting person entity 11838 +2026-04-26T07:48:19.564165-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-SCAN-STARTED +2026-04-26T12:48:19.586Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,err]: - C.Jibohub_client.Connection: Hubclient: received zero bytes +2026-04-26T12:48:19.586Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_CLIENT_CONNECTION_ERROR +2026-04-26T12:48:19.587Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Entering HJ-W state +2026-04-26T12:48:19.587Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_CLIENT_CONNECTION_ERROR in 1 ms. +2026-04-26T12:48:19.602Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: localTurnResult: { global: false,\n message: 'Hubclient: received zero bytes',\n status: 'FAILED',\n transID: 'tid-eb227e4a-416d-11f1-a1e8-5cf821ea55ae' } +2026-04-26T07:48:24.571315-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 28227 80:69:1a:95:0b:6e +2026-04-26T07:48:24.571942-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 28228 52:06:f5:3e:83:89 +2026-04-26T07:48:24.572577-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 28229 80:69:1a:8b:a0:e3 +2026-04-26T07:48:24.573640-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-SCAN-RESULTS +# +