Merged
Conversation
Features: - Web dashboard UI for configuring all hook behaviors - Access/pre/post rules with pattern matching (exact, glob, regex) - PII detection and redaction (email, IP, SSN, phone, credit card, DOB) - A/B and canary testing with consistent user assignment - External tool registry integration - YAML config with hot-reload and file persistence - Request logging with PII and A/B variant tracking Co-authored-by: sterling <sterling@arcade-ai.com>
… redaction, and A/B testing Smaller example servers (no UI) demonstrating individual hook capabilities: - user_blocking: Block specific users via access and pre-execution hooks - content_filter: Filter tool calls/responses based on keywords and regex patterns - pii_redactor: Detect and redact PII (email, IP, SSN, phone, credit card, DOB) in outputs - ab_testing: Route tool calls to different versions with consistent hashing and stats Also updates the top-level README with an overview of all examples. Co-authored-by: sterling <sterling@arcade-ai.com>
|
Cursor Agent can help with this pull request. Just |
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.
Introduce a full-featured hook server with a web UI and several focused examples to demonstrate CATE hook system capabilities.
This PR delivers a comprehensive hook server with a web-based UI for configuring access rules, PII redaction, and A/B/canary testing. It also includes several smaller, single-purpose example servers to illustrate specific functionalities like user blocking, content filtering, PII redaction, and A/B testing in isolation.