Skip to content

feat: Add Google ADK governance callback integration#20

Merged
nagasatish007 merged 1 commit into
mainfrom
feat/google-adk-governance
Jul 17, 2026
Merged

feat: Add Google ADK governance callback integration#20
nagasatish007 merged 1 commit into
mainfrom
feat/google-adk-governance

Conversation

@nagasatish007

Copy link
Copy Markdown
Contributor

Adds tealtiger.integrations.google_adk module with TealTigerCallback for Google Agent Development Kit's before_tool/after_tool hooks.

  • Tool allowlisting, PII detection, secret detection, cost budgets
  • Kill switch (freeze/unfreeze)
  • OBSERVE, MONITOR, ENFORCE modes
  • Returns ADK-compatible dict to block execution in ENFORCE mode
  • Audit trail with correlation IDs

Closes #324

Pull Request

Description

Provide a clear and concise description of what this PR does.

Fixes #(issue number)

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update
  • Performance improvement
  • Code refactoring
  • Test improvements

Changes Made

Testing

Describe the tests you ran to verify your changes:

  • Unit tests pass (pytest)
  • Type checking passes (mypy src)
  • Linting passes (ruff check src tests)
  • Manual testing performed
  • Added new tests for new functionality

Checklist

  • My code follows the project's code style
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published

Breaking Changes

If this PR introduces breaking changes, describe them here and provide migration instructions.

Screenshots (if applicable)

Add screenshots to help explain your changes.

Additional Notes

Add any other context about the PR here.

Adds tealtiger.integrations.google_adk module with TealTigerCallback
for Google Agent Development Kit's before_tool/after_tool hooks.

- Tool allowlisting, PII detection, secret detection, cost budgets
- Kill switch (freeze/unfreeze)
- OBSERVE, MONITOR, ENFORCE modes
- Returns ADK-compatible dict to block execution in ENFORCE mode
- Audit trail with correlation IDs

Closes #324
@nagasatish007
nagasatish007 merged commit b292a21 into main Jul 17, 2026
9 of 24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant