-
Notifications
You must be signed in to change notification settings - Fork 10
feat(diagnostic): Add LLM integration for pattern discovery #350
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(diagnostic): Add LLM integration for pattern discovery #350
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #350 +/- ##
==========================================
+ Coverage 76.64% 77.27% +0.63%
==========================================
Files 52 54 +2
Lines 6328 6549 +221
==========================================
+ Hits 4850 5061 +211
- Misses 1269 1274 +5
- Partials 209 214 +5 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
SafeDep Report SummaryNo dependency changes detected. Nothing to scan. This report is generated by SafeDep Github App |
Merge activity
|
Integrates local LLM (Ollama) to discover dataflow patterns and generate test cases. - LLM client with Ollama HTTP API integration - Pattern discovery prompt template - Batch processing with parallel workers - 92% test coverage with mock-based tests
08f32ef to
4075a65
Compare

Integrates local LLM (Ollama) for pattern discovery and test case generation.