@effect-agent/testing 0.1.0-beta.33 → 0.1.0-beta.35

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.mts CHANGED
@@ -142,7 +142,7 @@ declare const ChaosPlan_base: Schema.Class<ChaosPlan, Schema.Struct<{
142
142
  readonly lanes: Schema.Int;
143
143
  readonly submissions: Schema.NonEmptyArray<typeof ChaosSubmissionSpec>;
144
144
  /** Coordinator failpoint arms, consumed one per round (each fails every hit that round). */
145
- readonly failpointArms: Schema.$Array<Schema.Literals<readonly ["submit:after-admit", "submit:after-materialize", "claim:after-claim", "input:after-canonical-append", "turn:after-canonical-append", "turn:after-response-append", "turn:after-results-append", "compaction:after-canonical-append", "tools:after-prepared-append", "step:after-step-append", "approval:after-request-append", "approval:after-suspend", "join:after-claim", "join:after-canonical-append", "resolve:after-intent", "terminalize:after-reserve", "terminalize:after-canonical-append", "abort:after-intent", "subagent:after-reserve", "subagent:after-request-append", "subagent:after-admit", "subagent:after-child-ready", "subagent:after-start-append", "subagent:after-sibling-settle", "subagent:after-suspend", "subagent:after-child-abort-intent", "subagent:after-join-append", "subagent:after-release-pending", "subagent:after-release"]>>;
145
+ readonly failpointArms: Schema.$Array<Schema.Literals<readonly ["submit:after-admit", "submit:after-materialize", "claim:after-claim", "input:after-canonical-append", "run:before-start-append", "run:after-start-append", "turn:after-canonical-append", "turn:after-response-append", "turn:after-results-append", "compaction:after-canonical-append", "tools:after-prepared-append", "step:after-step-append", "approval:after-request-append", "approval:after-suspend", "join:after-claim", "join:after-canonical-append", "resolve:after-intent", "terminalize:after-reserve", "terminalize:after-canonical-append", "abort:after-intent", "subagent:after-reserve", "subagent:after-request-append", "subagent:after-admit", "subagent:after-child-ready", "subagent:after-start-append", "subagent:after-sibling-settle", "subagent:after-suspend", "subagent:after-child-abort-intent", "subagent:after-join-append", "subagent:after-release-pending", "subagent:after-release"]>>;
146
146
  /** Adapter-owned failpoint arms (e.g. SQLite `ledger:*`/`append:*` locations). */
147
147
  readonly adapterArms: Schema.$Array<Schema.String>;
148
148
  /** Flattened submission indices to abort mid-plan (modulo the submission count). */
package/dist/index.mjs CHANGED
@@ -4539,8 +4539,24 @@ const phase6TravelPlannerGoldenEvidence = [
4539
4539
  }
4540
4540
  },
4541
4541
  {
4542
- batchId: "turn-response:run:{submissionId}:1",
4542
+ batchId: "run-start:run:{submissionId}",
4543
4543
  sequence: 3,
4544
+ record: {
4545
+ recordId: "run-start:run:{submissionId}",
4546
+ family: "conversation",
4547
+ schemaVersion: 1,
4548
+ createdAt: "{timestamp}",
4549
+ deploymentId: "{deploymentId}",
4550
+ payload: {
4551
+ _tag: "RunStarted",
4552
+ runId: "run:{submissionId}",
4553
+ maxDurationMillis: 3e4
4554
+ }
4555
+ }
4556
+ },
4557
+ {
4558
+ batchId: "turn-response:run:{submissionId}:1",
4559
+ sequence: 4,
4544
4560
  record: {
4545
4561
  recordId: "model-response:run:{submissionId}:1",
4546
4562
  family: "conversation",
@@ -4634,7 +4650,7 @@ const phase6TravelPlannerGoldenEvidence = [
4634
4650
  },
4635
4651
  {
4636
4652
  batchId: "turn-results:run:{submissionId}:1",
4637
- sequence: 4,
4653
+ sequence: 5,
4638
4654
  record: {
4639
4655
  recordId: "tool-settled:run:{submissionId}:1:flight-call-1",
4640
4656
  family: "conversation",
@@ -4658,7 +4674,7 @@ const phase6TravelPlannerGoldenEvidence = [
4658
4674
  },
4659
4675
  {
4660
4676
  batchId: "turn-results:run:{submissionId}:1",
4661
- sequence: 5,
4677
+ sequence: 6,
4662
4678
  record: {
4663
4679
  recordId: "tool-settled:run:{submissionId}:1:lodging-call-1",
4664
4680
  family: "conversation",
@@ -4681,7 +4697,7 @@ const phase6TravelPlannerGoldenEvidence = [
4681
4697
  },
4682
4698
  {
4683
4699
  batchId: "turn-results:run:{submissionId}:1",
4684
- sequence: 6,
4700
+ sequence: 7,
4685
4701
  record: {
4686
4702
  recordId: "tool-settled:run:{submissionId}:1:activity-call-1",
4687
4703
  family: "conversation",
@@ -4700,7 +4716,7 @@ const phase6TravelPlannerGoldenEvidence = [
4700
4716
  },
4701
4717
  {
4702
4718
  batchId: "turn:run:{submissionId}:2",
4703
- sequence: 7,
4719
+ sequence: 8,
4704
4720
  record: {
4705
4721
  recordId: "model-response:run:{submissionId}:2",
4706
4722
  family: "conversation",
@@ -4741,7 +4757,7 @@ const phase6TravelPlannerGoldenEvidence = [
4741
4757
  },
4742
4758
  {
4743
4759
  batchId: "turn:run:{submissionId}:2",
4744
- sequence: 8,
4760
+ sequence: 9,
4745
4761
  record: {
4746
4762
  recordId: "run-completed:run:{submissionId}",
4747
4763
  family: "conversation",
@@ -4770,7 +4786,7 @@ const phase6TravelPlannerGoldenEvidence = [
4770
4786
  },
4771
4787
  {
4772
4788
  batchId: "submission-settlement:{submissionId}",
4773
- sequence: 9,
4789
+ sequence: 10,
4774
4790
  record: {
4775
4791
  recordId: "settlement:{submissionId}",
4776
4792
  family: "conversation",