Study limits and reports¶
Inspect and summarize a durable study without mutating it. Report and summary objects are data-only projections of the persisted study.
Stable public API. The 1.x compatibility policy defines the supported surface; import from the public facade shown below.
from vamos.study_artifacts import StudyLoadLimits, StudyReport, StudySummary
Study lifecycle · Specification and planning · Durable studies guide
StudyLoadLimits
dataclass
¶
StudyReport
dataclass
¶
Deterministic current-state report for one canonical study.
StudySummary
dataclass
¶
Deterministic, derived, in-memory summary of every planned task.