Feature/476 llm test generation#580
Open
oraimoitel wants to merge 4 commits into
Open
Conversation
added 4 commits
July 25, 2026 08:55
- Add LLM feature definitions (embeddings, scores, meta) - Add embedding feature computers (transaction, account, alert) - Add scoring feature computers (fraud, confidence, uncertainty) - Add LLM feature generator orchestration - Add LLM feature integration layer with materialized views - Add feature computation using LLM providers - Add pipeline integration for LLM features - Update features/ and llm/ package exports Closes Traqora#467
- Add entry point group in pyproject.toml for astroml.feature_computers - Add plugin discovery in FeatureRegistry via importlib.metadata - Add plugin discovery in ComputationEngine for BaseFeatureComputer plugins - Add plugin validation (required methods check) - Add plugin registration API with source tracking - Add example external plugin in examples/plugin_example.py - Add list_plugin_computers() API to ComputationEngine Closes Traqora#574
- Add fine-tuning pipeline orchestration with data prep, training, eval - Add dataset preparation with validation, splitting, and formatting - Add trainer wrapper supporting OpenAI, Anthropic, and LoRA/QLoRA - Add evaluator with baseline comparison and A/B testing - Add fine-tuned model registry with versioning and rollback - Add default fine-tuning config YAML for all targets - Support fraud explanation, SQL gen, transaction classification, chatbot Closes Traqora#468
- Add test generation orchestrator with multiple test types - Add code analysis strategy (function extraction, branch detection) - Add docstring parsing strategy (examples, params, return values) - Add type-based strategy (hypothesis strategies, boundary values) - Add assertion generator with templates and type mapping - Add fixture generator (pytest, SQLAlchemy, mocks) - Add test quality reviewer with scoring and suggestions - Add CLI tool for test generation - Support unit, integration, property-based, edge case, regression tests Closes Traqora#476
Author
|
Closes #580 |
|
@oraimoitel Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits. You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀 |
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.
Closes #468
Closes #574
Closes #467
Closes #476
Description
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context.
Fixes # (issue)
Type of change
Checklist: