feat(harness): __init__.py public API + lint fixes
This commit is contained in:
@@ -14,9 +14,10 @@ from __future__ import annotations
|
||||
|
||||
import json
|
||||
import os
|
||||
from dataclasses import asdict, dataclass, field
|
||||
from dataclasses import asdict
|
||||
from typing import TYPE_CHECKING, Any
|
||||
|
||||
from app.harness.validate import Probation
|
||||
from core.evolution.types import (
|
||||
CaseSample,
|
||||
RejectedEdit,
|
||||
@@ -29,10 +30,6 @@ if TYPE_CHECKING:
|
||||
|
||||
CHECKPOINT_SCHEMA_VERSION = 1
|
||||
|
||||
|
||||
from app.harness.validate import Probation # noqa: E402
|
||||
|
||||
|
||||
# ---------------------------------------------------------------------------
|
||||
# 结构性 / 决策性指纹键
|
||||
# ---------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user