Core implementation of the v2 LLM dashboard validation pipeline: - LLM plugin with Path A (screenshots) and Path B (logs-only) execution - Validation task management (CRUD, schedule, run) - WebSocket task progress with Python 3.13 asyncio fix - Cross-task runs listing (GET /validation-tasks/runs/all) - RecordResponse schema for validation records - JSON prompt helper, per-dashboard status aggregation - Prompt templates with docs/git-commit/validation presets - Migration: v2 validation models + description column - Tests: plugin persistence, prompt templates, batch, payload, url
4 lines
166 B
Python
4 lines
166 B
Python
# #region MigrationsPackage [C:1] [TYPE Module] [SEMANTICS migration,package]
|
|
# @BRIEF Data migration package for llm_analysis plugin.
|
|
# #endregion MigrationsPackage
|