Announce adaptive service identity when bridging to live human agent #21
Labels
No labels
backlog
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Circuit-Forge/osprey#21
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
When Osprey successfully navigates an IVR and bridges the user to a live human, it must announce itself as an adaptive service before handing off the call.
This is required by the cf-orch service contract (Circuit-Forge/circuitforge-orch#18) and is both an ethical consent obligation and an accessibility design principle: the human agent has the right to know they are in an assisted interaction.
Implementation
In the bridge/handoff handler (wherever the human connection is made), the service must:
Play or speak an announcement before the user is connected:
Make user name optional and user-controlled (default: omit name — privacy first)
Save
announced_attimestamp to the session state / run recordConfigurable fields (via product config or user prefs)
announce_user_name: bool(default: false)announcement_voice: TTS voice selectionproduct_name: defaults to "Osprey by CircuitForge"Acceptance criteria
Reference