Skip to content

Conversation

@shivasurya
Copy link
Owner

@shivasurya shivasurya commented Nov 5, 2025

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

  • LLM client with HTTP API integration
  • Pattern discovery prompt template
  • Batch processing with parallel workers
  • 92% test coverage

@shivasurya shivasurya self-assigned this Nov 5, 2025
@shivasurya shivasurya added enhancement New feature or request go Pull requests that update go code labels Nov 5, 2025
Copy link
Owner Author

shivasurya commented Nov 5, 2025

@shivasurya shivasurya marked this pull request as ready for review November 5, 2025 02:22
@codecov
Copy link

codecov bot commented Nov 5, 2025

Codecov Report

❌ Patch coverage is 95.47511% with 10 lines in your changes missing coverage. Please review.
✅ Project coverage is 77.27%. Comparing base (20c8266) to head (4075a65).
⚠️ Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
sourcecode-parser/diagnostic/llm.go 89.89% 5 Missing and 5 partials ⚠️
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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@safedep
Copy link

safedep bot commented Nov 5, 2025

SafeDep Report Summary

Green Malicious Packages Badge Green Vulnerable Packages Badge Green Risky License Badge

No dependency changes detected. Nothing to scan.

This report is generated by SafeDep Github App

Copy link
Owner Author

shivasurya commented Nov 6, 2025

Merge activity

  • Nov 6, 1:31 AM UTC: A user started a stack merge that includes this pull request via Graphite.
  • Nov 6, 1:32 AM UTC: Graphite rebased this pull request as part of a merge.
  • Nov 6, 1:33 AM UTC: @shivasurya merged this pull request with Graphite.

@shivasurya shivasurya changed the base branch from 11-04-feat_diagnostic_add_function_extraction_for_diagnostic_system to graphite-base/350 November 6, 2025 01:31
@shivasurya shivasurya changed the base branch from graphite-base/350 to main November 6, 2025 01:31
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
@shivasurya shivasurya force-pushed the 11-04-feat_diagnostic_add_llm_integration_for_pattern_discovery branch from 08f32ef to 4075a65 Compare November 6, 2025 01:32
@shivasurya shivasurya merged commit eda81b7 into main Nov 6, 2025
3 checks passed
@shivasurya shivasurya deleted the 11-04-feat_diagnostic_add_llm_integration_for_pattern_discovery branch November 6, 2025 01:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants