Add Unity AI Gateway governance demo - #19
Open
dmatrix wants to merge 2 commits into
Open
Conversation
Add a self-contained demo showing how to govern coding-agent sprawl (Cursor, Claude Code, Codex CLI, Gemini CLI, Pi) through Unity AI Gateway: per-provider governed model services with guardrails, inference-table audit, usage tracking, rate limiting, and MLflow tracing. - Link the demo from the top-level README - Default Act 2 happy-path volume to 1 clean request per agent, paced, to stay under shared backend and guardrail-judge per-minute limits - Add @dmatrix to CODEOWNERS Co-authored-by: Isaac <no-reply@databricks.com>
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 self-contained demo —
demos/unity_ai_gateway_governance/— showing how to govern coding-agent sprawl (Cursor, Claude Code, Codex CLI, Gemini CLI, Pi) through Unity AI Gateway. Each provider is routed to its own governed model service (catalog.schema.service) carrying guardrails, an inference-table audit trail, usage tracking, and rate limits, all reached through one gateway URL.The notebook walks through:
system.ai_gateway.usageChanges
demos/unity_ai_gateway_governance/(notebook + supporting modules, images, DAB config, env template)README.mdget_clean_scenarios(per_agent=...))@dmatrixtoCODEOWNERS.txtSecrets are excluded via
.gitignore(.env,.databricks/,mlartifacts/);env-templateships with placeholders only.This pull request and its description were written by Isaac.