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

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
@@ -2401,7 +2401,7 @@ declare const ResearchDispatchGate_base: Context.ServiceClass<ResearchDispatchGa
2401
2401
  * this gate before the handler reserves budget or spawns, so tests can order
2402
2402
  * concurrent delegation preflights without sleeps. It also keeps the
2403
2403
  * projection's construction requirements honestly visible in the handler
2404
- * Layer's `R` (spec/subagents.md §4.1). The open Layer never waits.
2404
+ * Layer's `R`. The open Layer never waits.
2405
2405
  */
2406
2406
  declare class ResearchDispatchGate extends ResearchDispatchGate_base {
2407
2407
  static readonly layerOpen: Layer.Layer<ResearchDispatchGate, never, never>;
@@ -2658,8 +2658,8 @@ declare const resetPhase6ResearcherGate: () => void;
2658
2658
  */
2659
2659
  declare const phase6ResearcherModel: Model.Model<"scripted", LanguageModel.LanguageModel, never>;
2660
2660
  /**
2661
- * Every phase-6 Travel Planner worker Binding, captured with its requirement Contexts
2662
- * (spec/subagents.md §11): the P4 planner and its gated twin, the P5 booking agent over the
2661
+ * Every phase-6 Travel Planner worker Binding, captured with its requirement Contexts:
2662
+ * the P4 planner and its gated twin, the P5 booking agent over the
2663
2663
  * shared supplier desk, and the S2 coordinator/researcher pair wired through the durable
2664
2664
  * delegation Layer. A Conversation Object registers these via its `bindings` option; the
2665
2665
  * capture runs once per incarnation, and everything stateful the assertions rely on (desk,
package/dist/index.mjs CHANGED
@@ -3594,7 +3594,7 @@ var DestinationResearchFailed = class extends Schema.TaggedError()("DestinationR
3594
3594
  * this gate before the handler reserves budget or spawns, so tests can order
3595
3595
  * concurrent delegation preflights without sleeps. It also keeps the
3596
3596
  * projection's construction requirements honestly visible in the handler
3597
- * Layer's `R` (spec/subagents.md §4.1). The open Layer never waits.
3597
+ * Layer's `R`. The open Layer never waits.
3598
3598
  */
3599
3599
  var ResearchDispatchGate = class ResearchDispatchGate extends Context.Service()("@effect-agent/testing/travel-planner/ResearchDispatchGate") {
3600
3600
  static layerOpen = Layer.succeed(this, ResearchDispatchGate.of({ awaitDispatch: () => Effect.void }));
@@ -4458,8 +4458,8 @@ const awaitResearcherGate = Effect.gen(function* () {
4458
4458
  */
4459
4459
  const phase6ResearcherModel = promptAwareModel("destination-researcher-p6", (promptJson) => promptJson.includes(phase6ChildLookupCallId) ? Stream.fromIterable(researcherReportParts) : Stream.fromEffectDrain(awaitResearcherGate).pipe(Stream.concat(Stream.fromIterable(researcherLookupParts))));
4460
4460
  /**
4461
- * Every phase-6 Travel Planner worker Binding, captured with its requirement Contexts
4462
- * (spec/subagents.md §11): the P4 planner and its gated twin, the P5 booking agent over the
4461
+ * Every phase-6 Travel Planner worker Binding, captured with its requirement Contexts:
4462
+ * the P4 planner and its gated twin, the P5 booking agent over the
4463
4463
  * shared supplier desk, and the S2 coordinator/researcher pair wired through the durable
4464
4464
  * delegation Layer. A Conversation Object registers these via its `bindings` option; the
4465
4465
  * capture runs once per incarnation, and everything stateful the assertions rely on (desk,