feat(examples): add session replay, tool security, eval pipeline (#89, #90, #91)#166
Open
xyaohubery wants to merge 3 commits into
Open
feat(examples): add session replay, tool security, eval pipeline (#89, #90, #91)#166xyaohubery wants to merge 3 commits into
xyaohubery wants to merge 3 commits into
Conversation
- Automated code review agent using trpc-agent-sdk + Hy3 LLM - Structured review with bug/security/improvement detection - SQLite persistence for review results - OpenAI-compatible model config (works with Hy3 API) Fixes trpc-group#92 Assisted-by: claude-code:deepseek-v4-pro
…trpc-group#89, trpc-group#90, trpc-group#91) - Session/Memory multi-backend replay consistency testing framework - Tool execution security scanning with filter/monitoring - Evaluation + Optimization auto-regression pipeline - All built on trpc-agent-sdk with Hy3 LLM backend Fixes trpc-group#89, Fixes trpc-group#90, Fixes trpc-group#91 Assisted-by: claude-code:deepseek-v4-pro
|
CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅ |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #166 +/- ##
==========================================
Coverage ? 87.54280%
==========================================
Files ? 467
Lines ? 44103
Branches ? 0
==========================================
Hits ? 38609
Misses ? 5494
Partials ? 0 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Author
|
I have read the CLA Document and I hereby sign the CLA |
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.
Summary
Three new examples for the tRPC-Agent SDK:
#89: Session/Memory Replay Testing
#90: Tool Security Scanning
#91: Evaluation + Optimization Pipeline
Fixes #89, Fixes #90, Fixes #91
Assisted-by: claude-code:deepseek-v4-pro