Class CaptureBundle

java.lang.Object
com.agentforge4j.testkit.capture.CaptureBundle

public final class CaptureBundle extends Object
The passive captures gathered during one harnessed run: the ordered event stream and the files the run produced. Token usage, pending states, approvals, iteration counts, and provider/tier records are projected from these by the assertion layer rather than stored separately.
  • Constructor Details

    • CaptureBundle

      public CaptureBundle(List<WorkflowEvent> events, List<CapturedFile> files)
      Creates a capture bundle from the captured event and file lists.
      Parameters:
      events - the ordered event stream; must not be null
      files - the captured file writes; must not be null
  • Method Details