CuratorResponse

@Serializable
data class CuratorResponse(val reasoning: String, val operations: List<ACEOptimizer.RawDeltaUpdate>)

Structured curator output: the playbook mutations derived from a batch of reflector insights.

Constructors

Link copied to clipboard
constructor(reasoning: String, operations: List<ACEOptimizer.RawDeltaUpdate>)

Properties

Link copied to clipboard

Playbook mutations to apply, each a RawDeltaUpdate.

Link copied to clipboard

Chain-of-thought behind the proposed operations.