TrainingRecord

@Serializable
sealed class TrainingRecord

Base class for all records in the training records tree.

The tree is formed by StageRecord nodes (which have StageRecord.substages) and leaf records: AgentRunRecord and PromptExecutionRecord.

Inheritors

Functions

Link copied to clipboard

Get the consumption of any record.

Link copied to clipboard

Check if a record (or its substages recursively) contains any solved agent run.