recipe(voice-agents): add governed voice agent with PII redaction and cost caps - #77
Open
nagasatish007 wants to merge 4 commits into
Open
recipe(voice-agents): add governed voice agent with PII redaction and cost caps#77nagasatish007 wants to merge 4 commits into
nagasatish007 wants to merge 4 commits into
Conversation
This script implements a governed voice agent that includes PII redaction, cost caps, tool authorization, and rate limiting for enhanced compliance and security.
This README provides an overview of the Governed Voice Agent, detailing its functionality, setup instructions, governance mechanisms, compliance use cases, and related resources.
|
@nagasatish007 is attempting to deploy a commit to the developer-2074's projects Team on Vercel. A member of the Team first needs to authorize it. |
Author
|
@abhishekmishragithub Please review this PR and suggest changes or feedback. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Adds a
voice-agents/governance/example showing how to add deterministic governance to a Smallest AI voice agent using TealTiger (Apache-2.0).Why
Voice agents in production (healthcare, fintech, support) handle spoken sensitive data — SSNs, credit card numbers, account numbers. Without governance, this PII flows through the STT → LLM → TTS pipeline unscanned. This example demonstrates:
Files added
voice-agents/governance/app.py— Main examplevoice-agents/governance/README.md— Documentationvoice-agents/governance/.env.sample— API key templatevoice-agents/governance/requirements.txt— DependenciesREADME.md— Updated root README with example listingGovernance properties
Testing
app.pyimports and syntaxSMALLEST_API_KEYandOPENAI_API_KEYfor live calls