effect-agent 0.1.0-beta.85 → 0.1.0-beta.87
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/Agent-CN0EWRsR.d.mts +226 -0
- package/dist/Agent-RklVROrm.mjs +83 -0
- package/dist/Agent-RklVROrm.mjs.map +1 -0
- package/dist/AgentError-CggcAQ7V.d.mts +101 -0
- package/dist/AgentPolicy-CetmQrf3.d.mts +96 -0
- package/dist/AgentRuntime-BLyETCPo.mjs +4562 -0
- package/dist/AgentRuntime-BLyETCPo.mjs.map +1 -0
- package/dist/AgentRuntime-uxR_a4VM.d.mts +346 -0
- package/dist/AgentUpdates-DMJ-_xow.d.mts +53 -0
- package/dist/ContextCompactor-Dxu5zhOL.d.mts +161 -0
- package/dist/ContextWindow-DRQ5Mbm2.d.mts +58 -0
- package/dist/DurableAgentRuntime-uggeJpv3.mjs +6368 -0
- package/dist/DurableAgentRuntime-uggeJpv3.mjs.map +1 -0
- package/dist/DurableFailpoint-Oinuuedm.d.mts +41 -0
- package/dist/DurableStep-Cry_iol4.d.mts +103 -0
- package/dist/Ephemeral.d.mts +22 -0
- package/dist/Ephemeral.mjs +22 -0
- package/dist/Ephemeral.mjs.map +1 -0
- package/dist/EventSource-OqS_P9ug.d.mts +51 -0
- package/dist/Identifiers-CN2s30fF.d.mts +40 -0
- package/dist/MemoryNamespace-BbRW5p71.d.mts +36 -0
- package/dist/MemoryReference-B8Q3UJoJ.d.mts +79 -0
- package/dist/Messaging-CkcIdt4I.d.mts +490 -0
- package/dist/MessagingHost-CRk0kXzT.d.mts +246 -0
- package/dist/MessagingHost-CWi_PP3g.mjs +137 -0
- package/dist/MessagingHost-CWi_PP3g.mjs.map +1 -0
- package/dist/OperationAuthorizer-TzcQtpX5.d.mts +61 -0
- package/dist/Output-D6SkedVx.d.mts +25 -0
- package/dist/PageCapture-Df8Xwskw.d.mts +583 -0
- package/dist/PageScreenshot-BpgZKAxl.d.mts +48 -0
- package/dist/PreparedInputAdmission-C4HbjHgl.d.mts +38 -0
- package/dist/Receipt-BAHyigAF.d.mts +33 -0
- package/dist/Records-BAGkekt8.d.mts +3570 -0
- package/dist/RunEvent-DIrzkjLr.d.mts +460 -0
- package/dist/RunEventSink-D5aVhISG.d.mts +108 -0
- package/dist/RunJournal-Cgg1kNvc.mjs +825 -0
- package/dist/RunJournal-Cgg1kNvc.mjs.map +1 -0
- package/dist/RunOptions-g1aigcKI.d.mts +915 -0
- package/dist/RunPolicyUsage-ClZxyR46.d.mts +21 -0
- package/dist/Sandbox-CEsDWBLq.d.mts +173 -0
- package/dist/Schedule-H3SEYX9g.d.mts +842 -0
- package/dist/Scheduling-C9aIP8zT.mjs +691 -0
- package/dist/Scheduling-C9aIP8zT.mjs.map +1 -0
- package/dist/Subagent-Cy_hU1tv.mjs +1469 -0
- package/dist/Subagent-Cy_hU1tv.mjs.map +1 -0
- package/dist/Subagent-DyfzHNdv.d.mts +826 -0
- package/dist/SubagentContract-DdT7Cqe6.d.mts +116 -0
- package/dist/SubagentHost-CJUBQlcc.d.mts +140 -0
- package/dist/Subscription-BEP8oQO5.d.mts +921 -0
- package/dist/SubscriptionInput-vAAOBrK7.d.mts +41 -0
- package/dist/Thread-DOBQ0QUY.d.mts +96 -0
- package/dist/ThreadHistory-tS1KwxHR.d.mts +60 -0
- package/dist/ToolBroker-DWs4tZra.d.mts +133 -0
- package/dist/ToolExposure-9uF_Yo0T.mjs +10 -0
- package/dist/ToolExposure-9uF_Yo0T.mjs.map +1 -0
- package/dist/ToolExposure-C93U1sPu.mjs +30 -0
- package/dist/ToolExposure-C93U1sPu.mjs.map +1 -0
- package/dist/ToolExposure-UCN12eCd.d.mts +39 -0
- package/dist/ToolExposure-r2eOWk4F.d.mts +46 -0
- package/dist/ToolExposure.d.mts +6 -5
- package/dist/ToolExposure.mjs +17 -9
- package/dist/ToolExposure.mjs.map +1 -1
- package/dist/ToolReconciler-DQVaJfpE.d.mts +76 -0
- package/dist/ToolResult-DmmgoChv.d.mts +61 -0
- package/dist/Usage-Dx0aknfk.d.mts +121 -0
- package/dist/WakeScheduler-EjUF-GhC.d.mts +56 -0
- package/dist/Worker-CaPYykpe.d.mts +228 -0
- package/dist/agent-registration-CWDMOAZA.mjs +172 -0
- package/dist/agent-registration-CWDMOAZA.mjs.map +1 -0
- package/dist/capabilities/Approval.d.mts +114 -0
- package/dist/capabilities/Approval.mjs +226 -0
- package/dist/capabilities/Approval.mjs.map +1 -0
- package/dist/capabilities/Budget.d.mts +112 -0
- package/dist/capabilities/Budget.mjs +346 -0
- package/dist/capabilities/Budget.mjs.map +1 -0
- package/dist/capabilities/CodeMode.d.mts +157 -0
- package/dist/capabilities/CodeMode.mjs +522 -0
- package/dist/capabilities/CodeMode.mjs.map +1 -0
- package/dist/capabilities/Commands.d.mts +55 -0
- package/dist/capabilities/Commands.mjs +57 -0
- package/dist/capabilities/Commands.mjs.map +1 -0
- package/dist/capabilities/ContextTools.d.mts +321 -0
- package/dist/capabilities/ContextTools.mjs +126 -0
- package/dist/capabilities/ContextTools.mjs.map +1 -0
- package/dist/capabilities/Mcp.d.mts +108 -0
- package/dist/capabilities/Mcp.mjs +260 -0
- package/dist/capabilities/Mcp.mjs.map +1 -0
- package/dist/capabilities/McpClient.d.mts +115 -0
- package/dist/capabilities/McpClient.mjs +506 -0
- package/dist/capabilities/McpClient.mjs.map +1 -0
- package/dist/capabilities/MemoryNotes.d.mts +424 -0
- package/dist/capabilities/MemoryNotes.mjs +128 -0
- package/dist/capabilities/MemoryNotes.mjs.map +1 -0
- package/dist/capabilities/Messaging.d.mts +3 -0
- package/dist/capabilities/Messaging.mjs +151 -0
- package/dist/capabilities/Messaging.mjs.map +1 -0
- package/dist/capabilities/ModelContext.d.mts +89 -0
- package/dist/capabilities/ModelContext.mjs +168 -0
- package/dist/capabilities/ModelContext.mjs.map +1 -0
- package/dist/capabilities/Redaction.d.mts +37 -0
- package/dist/capabilities/Redaction.mjs +104 -0
- package/dist/capabilities/Redaction.mjs.map +1 -0
- package/dist/capabilities/Remembering.d.mts +434 -0
- package/dist/capabilities/Remembering.mjs +290 -0
- package/dist/capabilities/Remembering.mjs.map +1 -0
- package/dist/capabilities/RunHooks.d.mts +82 -0
- package/dist/capabilities/RunHooks.mjs +144 -0
- package/dist/capabilities/RunHooks.mjs.map +1 -0
- package/dist/capabilities/SemanticMemory.d.mts +431 -0
- package/dist/capabilities/SemanticMemory.mjs +315 -0
- package/dist/capabilities/SemanticMemory.mjs.map +1 -0
- package/dist/capabilities/Subagent.d.mts +4 -0
- package/dist/capabilities/Subagent.mjs +5 -0
- package/dist/capabilities/SubagentReservations.d.mts +186 -0
- package/dist/capabilities/SubagentReservations.mjs +479 -0
- package/dist/capabilities/SubagentReservations.mjs.map +1 -0
- package/dist/capabilities/ToolDiscovery.d.mts +109 -0
- package/dist/capabilities/ToolDiscovery.mjs +211 -0
- package/dist/capabilities/ToolDiscovery.mjs.map +1 -0
- package/dist/capabilities/WebCapture.d.mts +163 -0
- package/dist/capabilities/WebCapture.mjs +335 -0
- package/dist/capabilities/WebCapture.mjs.map +1 -0
- package/dist/capabilities/WebSearch.d.mts +71 -0
- package/dist/capabilities/WebSearch.mjs +112 -0
- package/dist/capabilities/WebSearch.mjs.map +1 -0
- package/dist/compaction-C2OTceKw.mjs +505 -0
- package/dist/compaction-C2OTceKw.mjs.map +1 -0
- package/dist/core/Agent.d.mts +2 -0
- package/dist/core/Agent.mjs +2 -0
- package/dist/core/AgentError.d.mts +2 -0
- package/dist/core/AgentError.mjs +117 -0
- package/dist/core/AgentError.mjs.map +1 -0
- package/dist/core/AgentPolicy.d.mts +2 -0
- package/dist/core/AgentPolicy.mjs +94 -0
- package/dist/core/AgentPolicy.mjs.map +1 -0
- package/dist/core/AgentUpdates.d.mts +2 -0
- package/dist/core/AgentUpdates.mjs +63 -0
- package/dist/core/AgentUpdates.mjs.map +1 -0
- package/dist/core/IdGenerator.d.mts +26 -0
- package/dist/core/IdGenerator.mjs +27 -0
- package/dist/core/IdGenerator.mjs.map +1 -0
- package/dist/core/Identifiers.d.mts +2 -0
- package/dist/core/Identifiers.mjs +43 -0
- package/dist/core/Identifiers.mjs.map +1 -0
- package/dist/core/Memory.d.mts +57 -0
- package/dist/core/Memory.mjs +203 -0
- package/dist/core/Memory.mjs.map +1 -0
- package/dist/core/MemoryNamespace.d.mts +2 -0
- package/dist/core/MemoryNamespace.mjs +116 -0
- package/dist/core/MemoryNamespace.mjs.map +1 -0
- package/dist/core/MemoryReference.d.mts +2 -0
- package/dist/core/MemoryReference.mjs +109 -0
- package/dist/core/MemoryReference.mjs.map +1 -0
- package/dist/core/MemoryRevalidation.d.mts +65 -0
- package/dist/core/MemoryRevalidation.mjs +126 -0
- package/dist/core/MemoryRevalidation.mjs.map +1 -0
- package/dist/core/MemoryStore.d.mts +186 -0
- package/dist/core/MemoryStore.mjs +243 -0
- package/dist/core/MemoryStore.mjs.map +1 -0
- package/dist/core/Receipt.d.mts +2 -0
- package/dist/core/Receipt.mjs +36 -0
- package/dist/core/Receipt.mjs.map +1 -0
- package/dist/core/RememberingStore.d.mts +1562 -0
- package/dist/core/RememberingStore.mjs +190 -0
- package/dist/core/RememberingStore.mjs.map +1 -0
- package/dist/core/RunEvent.d.mts +2 -0
- package/dist/core/RunEvent.mjs +337 -0
- package/dist/core/RunEvent.mjs.map +1 -0
- package/dist/core/RunPolicyUsage.d.mts +2 -0
- package/dist/core/RunPolicyUsage.mjs +21 -0
- package/dist/core/RunPolicyUsage.mjs.map +1 -0
- package/dist/core/SemanticMemoryIndex.d.mts +826 -0
- package/dist/core/SemanticMemoryIndex.mjs +185 -0
- package/dist/core/SemanticMemoryIndex.mjs.map +1 -0
- package/dist/core/SemanticMemoryRevalidation.d.mts +45 -0
- package/dist/core/SemanticMemoryRevalidation.mjs +191 -0
- package/dist/core/SemanticMemoryRevalidation.mjs.map +1 -0
- package/dist/core/SubagentContract.d.mts +2 -0
- package/dist/core/SubagentContract.mjs +148 -0
- package/dist/core/SubagentContract.mjs.map +1 -0
- package/dist/core/Thread.d.mts +2 -0
- package/dist/core/Thread.mjs +250 -0
- package/dist/core/Thread.mjs.map +1 -0
- package/dist/core/ToolResult.d.mts +2 -0
- package/dist/core/ToolResult.mjs +140 -0
- package/dist/core/ToolResult.mjs.map +1 -0
- package/dist/core/Usage.d.mts +2 -0
- package/dist/core/Usage.mjs +319 -0
- package/dist/core/Usage.mjs.map +1 -0
- package/dist/core/Worker.d.mts +3 -0
- package/dist/core/Worker.mjs +147 -0
- package/dist/core/Worker.mjs.map +1 -0
- package/dist/durable/ActivityStore.d.mts +116 -0
- package/dist/durable/ActivityStore.mjs +131 -0
- package/dist/durable/ActivityStore.mjs.map +1 -0
- package/dist/durable/Admin.d.mts +2 -0
- package/dist/durable/Admin.mjs +328 -0
- package/dist/durable/Admin.mjs.map +1 -0
- package/dist/durable/AgentRegistration.d.mts +2 -0
- package/dist/durable/AgentRegistration.mjs +14 -0
- package/dist/durable/AgentRegistration.mjs.map +1 -0
- package/dist/durable/Certification.d.mts +111 -0
- package/dist/durable/Certification.mjs +159 -0
- package/dist/durable/Certification.mjs.map +1 -0
- package/dist/durable/CommittedActivity.d.mts +62 -0
- package/dist/durable/CommittedActivity.mjs +159 -0
- package/dist/durable/CommittedActivity.mjs.map +1 -0
- package/dist/durable/Digest.d.mts +2 -0
- package/dist/durable/Digest.mjs +50 -0
- package/dist/durable/Digest.mjs.map +1 -0
- package/dist/durable/DurableAgentRuntime.d.mts +3 -0
- package/dist/durable/DurableAgentRuntime.mjs +3 -0
- package/dist/durable/DurableFailpoint.d.mts +2 -0
- package/dist/durable/DurableFailpoint.mjs +94 -0
- package/dist/durable/DurableFailpoint.mjs.map +1 -0
- package/dist/durable/DurableFailpointTestControl.d.mts +15 -0
- package/dist/durable/DurableFailpointTestControl.mjs +19 -0
- package/dist/durable/DurableFailpointTestControl.mjs.map +1 -0
- package/dist/durable/EventSource.d.mts +2 -0
- package/dist/durable/EventSource.mjs +65 -0
- package/dist/durable/EventSource.mjs.map +1 -0
- package/dist/durable/GitHubWorkflowSource.d.mts +144 -0
- package/dist/durable/GitHubWorkflowSource.mjs +209 -0
- package/dist/durable/GitHubWorkflowSource.mjs.map +1 -0
- package/dist/durable/MessageDelivery.d.mts +492 -0
- package/dist/durable/MessageDelivery.mjs +495 -0
- package/dist/durable/MessageDelivery.mjs.map +1 -0
- package/dist/durable/MessageDeliveryStoreConformance.d.mts +358 -0
- package/dist/durable/MessageDeliveryStoreConformance.mjs +243 -0
- package/dist/durable/MessageDeliveryStoreConformance.mjs.map +1 -0
- package/dist/durable/OperationAuthorizer.d.mts +2 -0
- package/dist/durable/OperationAuthorizer.mjs +70 -0
- package/dist/durable/OperationAuthorizer.mjs.map +1 -0
- package/dist/durable/PersistentHistory.d.mts +16 -0
- package/dist/durable/PersistentHistory.mjs +125 -0
- package/dist/durable/PersistentHistory.mjs.map +1 -0
- package/dist/durable/PreparedInputAdmission.d.mts +2 -0
- package/dist/durable/PreparedInputAdmission.mjs +34 -0
- package/dist/durable/PreparedInputAdmission.mjs.map +1 -0
- package/dist/durable/Records.d.mts +2 -0
- package/dist/durable/Records.mjs +795 -0
- package/dist/durable/Records.mjs.map +1 -0
- package/dist/durable/Recovery.d.mts +2 -0
- package/dist/durable/Recovery.mjs +739 -0
- package/dist/durable/Recovery.mjs.map +1 -0
- package/dist/durable/RunJournal.d.mts +2 -0
- package/dist/durable/RunJournal.mjs +2 -0
- package/dist/durable/Schedule.d.mts +2 -0
- package/dist/durable/Schedule.mjs +382 -0
- package/dist/durable/Schedule.mjs.map +1 -0
- package/dist/durable/ScheduleStoreConformance.d.mts +18 -0
- package/dist/durable/ScheduleStoreConformance.mjs +420 -0
- package/dist/durable/ScheduleStoreConformance.mjs.map +1 -0
- package/dist/durable/ScheduleTransition.d.mts +24 -0
- package/dist/durable/ScheduleTransition.mjs +180 -0
- package/dist/durable/ScheduleTransition.mjs.map +1 -0
- package/dist/durable/Scheduling.d.mts +54 -0
- package/dist/durable/Scheduling.mjs +2 -0
- package/dist/durable/SqlMemoryStore.d.mts +30 -0
- package/dist/durable/SqlMemoryStore.mjs +435 -0
- package/dist/durable/SqlMemoryStore.mjs.map +1 -0
- package/dist/durable/SqlMessageDeliveryStore.d.mts +40 -0
- package/dist/durable/SqlMessageDeliveryStore.mjs +167 -0
- package/dist/durable/SqlMessageDeliveryStore.mjs.map +1 -0
- package/dist/durable/SqlStorageV2Upgrade.d.mts +22 -0
- package/dist/durable/SqlStorageV2Upgrade.mjs +459 -0
- package/dist/durable/SqlStorageV2Upgrade.mjs.map +1 -0
- package/dist/durable/SqlSubscriptionStore.d.mts +63 -0
- package/dist/durable/SqlSubscriptionStore.mjs +751 -0
- package/dist/durable/SqlSubscriptionStore.mjs.map +1 -0
- package/dist/durable/SubmissionLedger.d.mts +3 -0
- package/dist/durable/SubmissionLedger.mjs +914 -0
- package/dist/durable/SubmissionLedger.mjs.map +1 -0
- package/dist/durable/SubmissionLedgerConformance.d.mts +30 -0
- package/dist/durable/SubmissionLedgerConformance.mjs +1986 -0
- package/dist/durable/SubmissionLedgerConformance.mjs.map +1 -0
- package/dist/durable/SubmissionStatus.d.mts +2 -0
- package/dist/durable/SubmissionStatus.mjs +18 -0
- package/dist/durable/SubmissionStatus.mjs.map +1 -0
- package/dist/durable/Subscription.d.mts +2 -0
- package/dist/durable/Subscription.mjs +360 -0
- package/dist/durable/Subscription.mjs.map +1 -0
- package/dist/durable/SubscriptionInput.d.mts +2 -0
- package/dist/durable/SubscriptionInput.mjs +52 -0
- package/dist/durable/SubscriptionInput.mjs.map +1 -0
- package/dist/durable/SubscriptionStoreConformance.d.mts +17 -0
- package/dist/durable/SubscriptionStoreConformance.mjs +625 -0
- package/dist/durable/SubscriptionStoreConformance.mjs.map +1 -0
- package/dist/durable/SubscriptionTools.d.mts +273 -0
- package/dist/durable/SubscriptionTools.mjs +190 -0
- package/dist/durable/SubscriptionTools.mjs.map +1 -0
- package/dist/durable/SubscriptionTransition.d.mts +21 -0
- package/dist/durable/SubscriptionTransition.mjs +148 -0
- package/dist/durable/SubscriptionTransition.mjs.map +1 -0
- package/dist/durable/Subscriptions.d.mts +73 -0
- package/dist/durable/Subscriptions.mjs +627 -0
- package/dist/durable/Subscriptions.mjs.map +1 -0
- package/dist/durable/ThreadContextHistory.d.mts +32 -0
- package/dist/durable/ThreadContextHistory.mjs +152 -0
- package/dist/durable/ThreadContextHistory.mjs.map +1 -0
- package/dist/durable/ThreadContextHistoryProjection.d.mts +60 -0
- package/dist/durable/ThreadContextHistoryProjection.mjs +149 -0
- package/dist/durable/ThreadContextHistoryProjection.mjs.map +1 -0
- package/dist/durable/ThreadInvariants.d.mts +74 -0
- package/dist/durable/ThreadInvariants.mjs +200 -0
- package/dist/durable/ThreadInvariants.mjs.map +1 -0
- package/dist/durable/ThreadProjection.d.mts +78 -0
- package/dist/durable/ThreadProjection.mjs +158 -0
- package/dist/durable/ThreadProjection.mjs.map +1 -0
- package/dist/durable/ThreadProjectionMaintenance.d.mts +49 -0
- package/dist/durable/ThreadProjectionMaintenance.mjs +33 -0
- package/dist/durable/ThreadProjectionMaintenance.mjs.map +1 -0
- package/dist/durable/ThreadStore.d.mts +2 -0
- package/dist/durable/ThreadStore.mjs +147 -0
- package/dist/durable/ThreadStore.mjs.map +1 -0
- package/dist/durable/ThreadStoreConformance.d.mts +29 -0
- package/dist/durable/ThreadStoreConformance.mjs +248 -0
- package/dist/durable/ThreadStoreConformance.mjs.map +1 -0
- package/dist/durable/ToolReconciler.d.mts +2 -0
- package/dist/durable/ToolReconciler.mjs +81 -0
- package/dist/durable/ToolReconciler.mjs.map +1 -0
- package/dist/durable/WakeScheduler.d.mts +2 -0
- package/dist/durable/WakeScheduler.mjs +85 -0
- package/dist/durable/WakeScheduler.mjs.map +1 -0
- package/dist/durable/WorkerHost.d.mts +129 -0
- package/dist/durable/WorkerHost.mjs +77 -0
- package/dist/durable/WorkerHost.mjs.map +1 -0
- package/dist/engine/AgentRuntime.d.mts +2 -0
- package/dist/engine/AgentRuntime.mjs +2 -0
- package/dist/engine/Compaction.d.mts +7 -0
- package/dist/engine/Compaction.mjs +16 -0
- package/dist/engine/Compaction.mjs.map +1 -0
- package/dist/engine/ContextCompactor.d.mts +2 -0
- package/dist/engine/ContextCompactor.mjs +119 -0
- package/dist/engine/ContextCompactor.mjs.map +1 -0
- package/dist/engine/ContextHistory.d.mts +65 -0
- package/dist/engine/ContextHistory.mjs +76 -0
- package/dist/engine/ContextHistory.mjs.map +1 -0
- package/dist/engine/ContextWindow.d.mts +2 -0
- package/dist/engine/ContextWindow.mjs +59 -0
- package/dist/engine/ContextWindow.mjs.map +1 -0
- package/dist/engine/DurableStep.d.mts +2 -0
- package/dist/engine/DurableStep.mjs +62 -0
- package/dist/engine/DurableStep.mjs.map +1 -0
- package/dist/engine/MessagingHost.d.mts +2 -0
- package/dist/engine/MessagingHost.mjs +2 -0
- package/dist/engine/Output.d.mts +2 -0
- package/dist/engine/Output.mjs +8 -0
- package/dist/engine/Output.mjs.map +1 -0
- package/dist/engine/RunEventSink.d.mts +2 -0
- package/dist/engine/RunEventSink.mjs +22 -0
- package/dist/engine/RunEventSink.mjs.map +1 -0
- package/dist/engine/RunOptions.d.mts +2 -0
- package/dist/engine/RunOptions.mjs +122 -0
- package/dist/engine/RunOptions.mjs.map +1 -0
- package/dist/engine/SubagentHost.d.mts +2 -0
- package/dist/engine/SubagentHost.mjs +72 -0
- package/dist/engine/SubagentHost.mjs.map +1 -0
- package/dist/engine/ThreadHistory.d.mts +2 -0
- package/dist/engine/ThreadHistory.mjs +67 -0
- package/dist/engine/ThreadHistory.mjs.map +1 -0
- package/dist/engine/ToolBroker.d.mts +2 -0
- package/dist/engine/ToolBroker.mjs +42 -0
- package/dist/engine/ToolBroker.mjs.map +1 -0
- package/dist/foreign-diagnostic-DBQ1XHKh.mjs +37 -0
- package/dist/foreign-diagnostic-DBQ1XHKh.mjs.map +1 -0
- package/dist/index.d.mts +88 -54
- package/dist/index.mjs +97 -54
- package/dist/output-contract-BC7tjlGw.mjs +84 -0
- package/dist/output-contract-BC7tjlGw.mjs.map +1 -0
- package/dist/rolldown-runtime-D7D4PA-g.mjs +13 -0
- package/dist/sandbox/CodeExecutor.d.mts +194 -0
- package/dist/sandbox/CodeExecutor.mjs +278 -0
- package/dist/sandbox/CodeExecutor.mjs.map +1 -0
- package/dist/sandbox/InteractiveBrowser.d.mts +142 -0
- package/dist/sandbox/InteractiveBrowser.mjs +165 -0
- package/dist/sandbox/InteractiveBrowser.mjs.map +1 -0
- package/dist/sandbox/PageCapture.d.mts +2 -0
- package/dist/sandbox/PageCapture.mjs +450 -0
- package/dist/sandbox/PageCapture.mjs.map +1 -0
- package/dist/sandbox/PageCrawl.d.mts +88 -0
- package/dist/sandbox/PageCrawl.mjs +124 -0
- package/dist/sandbox/PageCrawl.mjs.map +1 -0
- package/dist/sandbox/PageScreenshot.d.mts +2 -0
- package/dist/sandbox/PageScreenshot.mjs +53 -0
- package/dist/sandbox/PageScreenshot.mjs.map +1 -0
- package/dist/sandbox/ProtectedBrowser.d.mts +252 -0
- package/dist/sandbox/ProtectedBrowser.mjs +270 -0
- package/dist/sandbox/ProtectedBrowser.mjs.map +1 -0
- package/dist/sandbox/Sandbox.d.mts +2 -0
- package/dist/sandbox/Sandbox.mjs +208 -0
- package/dist/sandbox/Sandbox.mjs.map +1 -0
- package/dist/utf8-BYfhEkcj.mjs +11 -0
- package/dist/utf8-BYfhEkcj.mjs.map +1 -0
- package/dist/utf8-DchGZRBd.mjs +23 -0
- package/dist/utf8-DchGZRBd.mjs.map +1 -0
- package/package.json +1 -1
- package/src/Ephemeral.ts +17 -0
- package/src/ToolExposure.ts +2 -2
- package/src/capabilities/Approval.ts +352 -0
- package/src/capabilities/Budget.ts +536 -0
- package/src/capabilities/CodeMode.ts +1090 -0
- package/src/capabilities/Commands.ts +86 -0
- package/src/capabilities/ContextTools.ts +184 -0
- package/src/capabilities/Mcp.ts +427 -0
- package/src/capabilities/McpClient.ts +967 -0
- package/src/capabilities/MemoryNotes.ts +174 -0
- package/src/capabilities/Messaging.ts +261 -0
- package/src/capabilities/ModelContext.ts +354 -0
- package/src/capabilities/Redaction.ts +157 -0
- package/src/capabilities/Remembering.ts +550 -0
- package/src/capabilities/RunHooks.ts +280 -0
- package/src/capabilities/SemanticMemory.ts +447 -0
- package/src/capabilities/Subagent.ts +2277 -0
- package/src/capabilities/SubagentReservations.ts +850 -0
- package/src/capabilities/ToolDiscovery.ts +339 -0
- package/src/capabilities/WebCapture.ts +722 -0
- package/src/capabilities/WebSearch.ts +184 -0
- package/src/capabilities/internal/subagent-background.ts +1106 -0
- package/src/capabilities/internal/subagent-contract.ts +142 -0
- package/src/capabilities/internal/subagent-policy.ts +235 -0
- package/src/capabilities/internal/subagent-reporting.ts +261 -0
- package/src/capabilities/internal/utf8.ts +10 -0
- package/src/core/Agent.ts +575 -0
- package/src/core/AgentError.ts +152 -0
- package/src/core/AgentPolicy.ts +153 -0
- package/src/core/AgentUpdates.ts +100 -0
- package/src/core/IdGenerator.ts +39 -0
- package/src/core/Identifiers.ts +48 -0
- package/src/core/Memory.ts +290 -0
- package/src/core/MemoryNamespace.ts +196 -0
- package/src/core/MemoryReference.ts +121 -0
- package/src/core/MemoryRevalidation.ts +185 -0
- package/src/core/MemoryStore.ts +368 -0
- package/src/core/Messaging.ts +90 -0
- package/src/core/Receipt.ts +42 -0
- package/src/core/RememberingStore.ts +300 -0
- package/src/core/RunEvent.ts +366 -0
- package/src/core/RunPolicyUsage.ts +17 -0
- package/src/core/SemanticMemoryIndex.ts +250 -0
- package/src/core/SemanticMemoryRevalidation.ts +254 -0
- package/src/core/SubagentContract.ts +196 -0
- package/src/core/Thread.ts +371 -0
- package/src/core/ToolExposure.ts +74 -0
- package/src/core/ToolResult.ts +170 -0
- package/src/core/Usage.ts +529 -0
- package/src/core/Worker.ts +173 -0
- package/src/core/internal/agent-updates.ts +32 -0
- package/src/core/internal/utf8.ts +23 -0
- package/src/durable/ActivityStore.ts +160 -0
- package/src/durable/Admin.ts +496 -0
- package/src/durable/AgentRegistration.ts +13 -0
- package/src/durable/Certification.ts +210 -0
- package/src/durable/CommittedActivity.ts +296 -0
- package/src/durable/Digest.ts +93 -0
- package/src/durable/DurableAgentRuntime.ts +10340 -0
- package/src/durable/DurableFailpoint.ts +103 -0
- package/src/durable/DurableFailpointTestControl.ts +39 -0
- package/src/durable/EventSource.ts +172 -0
- package/src/durable/GitHubWorkflowSource.ts +453 -0
- package/src/durable/MessageDelivery.ts +708 -0
- package/src/durable/MessageDeliveryStoreConformance.ts +363 -0
- package/src/durable/OperationAuthorizer.ts +85 -0
- package/src/durable/PersistentHistory.ts +260 -0
- package/src/durable/PreparedInputAdmission.ts +44 -0
- package/src/durable/Records.ts +1010 -0
- package/src/durable/Recovery.ts +1018 -0
- package/src/durable/RunJournal.ts +1479 -0
- package/src/durable/Schedule.ts +504 -0
- package/src/durable/ScheduleStoreConformance.ts +638 -0
- package/src/durable/ScheduleTransition.ts +265 -0
- package/src/durable/Scheduling.ts +1077 -0
- package/src/durable/SqlMemoryStore.ts +774 -0
- package/src/durable/SqlMessageDeliveryStore.ts +302 -0
- package/src/durable/SqlStorageV2Upgrade.ts +500 -0
- package/src/durable/SqlSubscriptionStore.ts +1440 -0
- package/src/durable/SubmissionLedger.ts +1201 -0
- package/src/durable/SubmissionLedgerConformance.ts +4579 -0
- package/src/durable/SubmissionStatus.ts +14 -0
- package/src/durable/Subscription.ts +544 -0
- package/src/durable/SubscriptionInput.ts +144 -0
- package/src/durable/SubscriptionStoreConformance.ts +945 -0
- package/src/durable/SubscriptionTools.ts +327 -0
- package/src/durable/SubscriptionTransition.ts +302 -0
- package/src/durable/Subscriptions.ts +1210 -0
- package/src/durable/ThreadContextHistory.ts +227 -0
- package/src/durable/ThreadContextHistoryProjection.ts +216 -0
- package/src/durable/ThreadInvariants.ts +442 -0
- package/src/durable/ThreadProjection.ts +269 -0
- package/src/durable/ThreadProjectionMaintenance.ts +67 -0
- package/src/durable/ThreadStore.ts +242 -0
- package/src/durable/ThreadStoreConformance.ts +710 -0
- package/src/durable/ToolReconciler.ts +105 -0
- package/src/durable/WakeScheduler.ts +134 -0
- package/src/durable/WorkerHost.ts +171 -0
- package/src/durable/internal/agent-registration.ts +525 -0
- package/src/durable/internal/agent-updates.ts +302 -0
- package/src/durable/internal/foreign-diagnostic.ts +47 -0
- package/src/durable/internal/journal-checkpoint.ts +104 -0
- package/src/durable/internal/journal-metadata.ts +107 -0
- package/src/durable/internal/messaging-host.ts +608 -0
- package/src/durable/internal/schedule-time.ts +303 -0
- package/src/durable/internal/storage-v2-layout.ts +163 -0
- package/src/durable/internal/storage-v2.ts +73 -0
- package/src/durable/internal/worker-host.ts +2467 -0
- package/src/durable/internal/worker-runtime.ts +9 -0
- package/src/engine/AgentRuntime.ts +37 -0
- package/src/engine/Compaction.ts +11 -0
- package/src/engine/ContextCompactor.ts +277 -0
- package/src/engine/ContextHistory.ts +73 -0
- package/src/engine/ContextWindow.ts +72 -0
- package/src/engine/DurableStep.ts +132 -0
- package/src/engine/MessagingHost.ts +110 -0
- package/src/engine/Output.ts +2 -0
- package/src/engine/RunEventSink.ts +132 -0
- package/src/engine/RunOptions.ts +1077 -0
- package/src/engine/SubagentHost.ts +181 -0
- package/src/engine/ThreadHistory.ts +120 -0
- package/src/engine/ToolBroker.ts +157 -0
- package/src/engine/ToolExposure.ts +48 -0
- package/src/engine/internal/agent-runtime.ts +10117 -0
- package/src/engine/internal/bounded-value.ts +315 -0
- package/src/engine/internal/compaction.ts +678 -0
- package/src/engine/internal/error-diagnostic.ts +39 -0
- package/src/engine/internal/output-contract.ts +173 -0
- package/src/engine/internal/primitive-delta.ts +80 -0
- package/src/engine/internal/provider-result-staging.ts +211 -0
- package/src/engine/internal/tool-derivative.ts +106 -0
- package/src/engine/internal/tool-exposure.ts +224 -0
- package/src/engine/internal/tool-telemetry.ts +484 -0
- package/src/index.ts +96 -53
- package/src/sandbox/CodeExecutor.ts +352 -0
- package/src/sandbox/InteractiveBrowser.ts +257 -0
- package/src/sandbox/PageCapture.ts +692 -0
- package/src/sandbox/PageCrawl.ts +148 -0
- package/src/sandbox/PageScreenshot.ts +81 -0
- package/src/sandbox/ProtectedBrowser.ts +413 -0
- package/src/sandbox/Sandbox.ts +241 -0
- package/dist/Agent.d.mts +0 -5
- package/dist/Agent.mjs +0 -10
- package/dist/Agent.mjs.map +0 -1
- package/dist/AgentError.d.mts +0 -5
- package/dist/AgentError.mjs +0 -10
- package/dist/AgentError.mjs.map +0 -1
- package/dist/AgentPolicy.d.mts +0 -5
- package/dist/AgentPolicy.mjs +0 -10
- package/dist/AgentPolicy.mjs.map +0 -1
- package/dist/AgentRuntime.d.mts +0 -5
- package/dist/AgentRuntime.mjs +0 -10
- package/dist/AgentRuntime.mjs.map +0 -1
- package/dist/AgentUpdates.d.mts +0 -5
- package/dist/AgentUpdates.mjs +0 -10
- package/dist/AgentUpdates.mjs.map +0 -1
- package/dist/Approval.d.mts +0 -5
- package/dist/Approval.mjs +0 -10
- package/dist/Approval.mjs.map +0 -1
- package/dist/Budget.d.mts +0 -5
- package/dist/Budget.mjs +0 -10
- package/dist/Budget.mjs.map +0 -1
- package/dist/CodeMode.d.mts +0 -5
- package/dist/CodeMode.mjs +0 -10
- package/dist/CodeMode.mjs.map +0 -1
- package/dist/Commands.d.mts +0 -5
- package/dist/Commands.mjs +0 -10
- package/dist/Commands.mjs.map +0 -1
- package/dist/Compaction.d.mts +0 -5
- package/dist/Compaction.mjs +0 -10
- package/dist/Compaction.mjs.map +0 -1
- package/dist/ContextCompactor.d.mts +0 -5
- package/dist/ContextCompactor.mjs +0 -10
- package/dist/ContextCompactor.mjs.map +0 -1
- package/dist/ContextHistory.d.mts +0 -5
- package/dist/ContextHistory.mjs +0 -10
- package/dist/ContextHistory.mjs.map +0 -1
- package/dist/ContextTools.d.mts +0 -5
- package/dist/ContextTools.mjs +0 -10
- package/dist/ContextTools.mjs.map +0 -1
- package/dist/ContextWindow.d.mts +0 -5
- package/dist/ContextWindow.mjs +0 -10
- package/dist/ContextWindow.mjs.map +0 -1
- package/dist/DurableStep.d.mts +0 -5
- package/dist/DurableStep.mjs +0 -10
- package/dist/DurableStep.mjs.map +0 -1
- package/dist/EphemeralThreads.d.mts +0 -5
- package/dist/EphemeralThreads.mjs +0 -10
- package/dist/EphemeralThreads.mjs.map +0 -1
- package/dist/IdGenerator.d.mts +0 -5
- package/dist/IdGenerator.mjs +0 -10
- package/dist/IdGenerator.mjs.map +0 -1
- package/dist/Identifiers.d.mts +0 -5
- package/dist/Identifiers.mjs +0 -10
- package/dist/Identifiers.mjs.map +0 -1
- package/dist/Mcp.d.mts +0 -5
- package/dist/Mcp.mjs +0 -10
- package/dist/Mcp.mjs.map +0 -1
- package/dist/McpClient.d.mts +0 -5
- package/dist/McpClient.mjs +0 -10
- package/dist/McpClient.mjs.map +0 -1
- package/dist/Memory.d.mts +0 -5
- package/dist/Memory.mjs +0 -10
- package/dist/Memory.mjs.map +0 -1
- package/dist/MemoryNamespace.d.mts +0 -5
- package/dist/MemoryNamespace.mjs +0 -10
- package/dist/MemoryNamespace.mjs.map +0 -1
- package/dist/MemoryNotes.d.mts +0 -5
- package/dist/MemoryNotes.mjs +0 -10
- package/dist/MemoryNotes.mjs.map +0 -1
- package/dist/MemoryReference.d.mts +0 -5
- package/dist/MemoryReference.mjs +0 -10
- package/dist/MemoryReference.mjs.map +0 -1
- package/dist/MemoryRevalidation.d.mts +0 -5
- package/dist/MemoryRevalidation.mjs +0 -10
- package/dist/MemoryRevalidation.mjs.map +0 -1
- package/dist/MemoryStore.d.mts +0 -5
- package/dist/MemoryStore.mjs +0 -10
- package/dist/MemoryStore.mjs.map +0 -1
- package/dist/Messaging.d.mts +0 -5
- package/dist/Messaging.mjs +0 -10
- package/dist/Messaging.mjs.map +0 -1
- package/dist/MessagingHost.d.mts +0 -5
- package/dist/MessagingHost.mjs +0 -10
- package/dist/MessagingHost.mjs.map +0 -1
- package/dist/ModelContext.d.mts +0 -5
- package/dist/ModelContext.mjs +0 -10
- package/dist/ModelContext.mjs.map +0 -1
- package/dist/Receipt.d.mts +0 -5
- package/dist/Receipt.mjs +0 -10
- package/dist/Receipt.mjs.map +0 -1
- package/dist/Redaction.d.mts +0 -5
- package/dist/Redaction.mjs +0 -10
- package/dist/Redaction.mjs.map +0 -1
- package/dist/Remembering.d.mts +0 -5
- package/dist/Remembering.mjs +0 -10
- package/dist/Remembering.mjs.map +0 -1
- package/dist/RememberingStore.d.mts +0 -5
- package/dist/RememberingStore.mjs +0 -10
- package/dist/RememberingStore.mjs.map +0 -1
- package/dist/RunEvent.d.mts +0 -5
- package/dist/RunEvent.mjs +0 -10
- package/dist/RunEvent.mjs.map +0 -1
- package/dist/RunEventSink.d.mts +0 -5
- package/dist/RunEventSink.mjs +0 -10
- package/dist/RunEventSink.mjs.map +0 -1
- package/dist/RunHooks.d.mts +0 -5
- package/dist/RunHooks.mjs +0 -10
- package/dist/RunHooks.mjs.map +0 -1
- package/dist/RunOptions.d.mts +0 -5
- package/dist/RunOptions.mjs +0 -10
- package/dist/RunOptions.mjs.map +0 -1
- package/dist/RunPolicyUsage.d.mts +0 -5
- package/dist/RunPolicyUsage.mjs +0 -10
- package/dist/RunPolicyUsage.mjs.map +0 -1
- package/dist/SemanticMemory.d.mts +0 -5
- package/dist/SemanticMemory.mjs +0 -10
- package/dist/SemanticMemory.mjs.map +0 -1
- package/dist/SemanticMemoryIndex.d.mts +0 -5
- package/dist/SemanticMemoryIndex.mjs +0 -10
- package/dist/SemanticMemoryIndex.mjs.map +0 -1
- package/dist/SemanticMemoryRevalidation.d.mts +0 -5
- package/dist/SemanticMemoryRevalidation.mjs +0 -10
- package/dist/SemanticMemoryRevalidation.mjs.map +0 -1
- package/dist/Subagent.d.mts +0 -5
- package/dist/Subagent.mjs +0 -10
- package/dist/Subagent.mjs.map +0 -1
- package/dist/SubagentContract.d.mts +0 -5
- package/dist/SubagentContract.mjs +0 -10
- package/dist/SubagentContract.mjs.map +0 -1
- package/dist/SubagentHost.d.mts +0 -5
- package/dist/SubagentHost.mjs +0 -10
- package/dist/SubagentHost.mjs.map +0 -1
- package/dist/SubagentReservations.d.mts +0 -5
- package/dist/SubagentReservations.mjs +0 -10
- package/dist/SubagentReservations.mjs.map +0 -1
- package/dist/ThreadHistory.d.mts +0 -5
- package/dist/ThreadHistory.mjs +0 -10
- package/dist/ThreadHistory.mjs.map +0 -1
- package/dist/ToolBroker.d.mts +0 -5
- package/dist/ToolBroker.mjs +0 -10
- package/dist/ToolBroker.mjs.map +0 -1
- package/dist/ToolDiscovery.d.mts +0 -5
- package/dist/ToolDiscovery.mjs +0 -10
- package/dist/ToolDiscovery.mjs.map +0 -1
- package/dist/ToolResult.d.mts +0 -5
- package/dist/ToolResult.mjs +0 -10
- package/dist/ToolResult.mjs.map +0 -1
- package/dist/Usage.d.mts +0 -5
- package/dist/Usage.mjs +0 -10
- package/dist/Usage.mjs.map +0 -1
- package/dist/WebCapture.d.mts +0 -5
- package/dist/WebCapture.mjs +0 -10
- package/dist/WebCapture.mjs.map +0 -1
- package/dist/WebSearch.d.mts +0 -5
- package/dist/WebSearch.mjs +0 -10
- package/dist/WebSearch.mjs.map +0 -1
- package/dist/Worker.d.mts +0 -5
- package/dist/Worker.mjs +0 -10
- package/dist/Worker.mjs.map +0 -1
- package/dist/rolldown-runtime-BBjsoOtd.mjs +0 -27
- package/src/Agent.ts +0 -1
- package/src/AgentError.ts +0 -1
- package/src/AgentPolicy.ts +0 -1
- package/src/AgentRuntime.ts +0 -1
- package/src/AgentUpdates.ts +0 -1
- package/src/Approval.ts +0 -1
- package/src/Budget.ts +0 -1
- package/src/CodeMode.ts +0 -1
- package/src/Commands.ts +0 -1
- package/src/Compaction.ts +0 -1
- package/src/ContextCompactor.ts +0 -1
- package/src/ContextHistory.ts +0 -1
- package/src/ContextTools.ts +0 -1
- package/src/ContextWindow.ts +0 -1
- package/src/DurableStep.ts +0 -1
- package/src/EphemeralThreads.ts +0 -1
- package/src/IdGenerator.ts +0 -1
- package/src/Identifiers.ts +0 -1
- package/src/Mcp.ts +0 -1
- package/src/McpClient.ts +0 -1
- package/src/Memory.ts +0 -1
- package/src/MemoryNamespace.ts +0 -1
- package/src/MemoryNotes.ts +0 -1
- package/src/MemoryReference.ts +0 -1
- package/src/MemoryRevalidation.ts +0 -1
- package/src/MemoryStore.ts +0 -1
- package/src/Messaging.ts +0 -1
- package/src/MessagingHost.ts +0 -1
- package/src/ModelContext.ts +0 -1
- package/src/Receipt.ts +0 -1
- package/src/Redaction.ts +0 -1
- package/src/Remembering.ts +0 -1
- package/src/RememberingStore.ts +0 -1
- package/src/RunEvent.ts +0 -1
- package/src/RunEventSink.ts +0 -1
- package/src/RunHooks.ts +0 -1
- package/src/RunOptions.ts +0 -1
- package/src/RunPolicyUsage.ts +0 -1
- package/src/SemanticMemory.ts +0 -1
- package/src/SemanticMemoryIndex.ts +0 -1
- package/src/SemanticMemoryRevalidation.ts +0 -1
- package/src/Subagent.ts +0 -1
- package/src/SubagentContract.ts +0 -1
- package/src/SubagentHost.ts +0 -1
- package/src/SubagentReservations.ts +0 -1
- package/src/ThreadHistory.ts +0 -1
- package/src/ToolBroker.ts +0 -1
- package/src/ToolDiscovery.ts +0 -1
- package/src/ToolResult.ts +0 -1
- package/src/Usage.ts +0 -1
- package/src/WebCapture.ts +0 -1
- package/src/WebSearch.ts +0 -1
- package/src/Worker.ts +0 -1
|
@@ -0,0 +1,945 @@
|
|
|
1
|
+
import { Clock, Effect, Result, Schema } from "effect";
|
|
2
|
+
import { TestClock } from "effect/testing";
|
|
3
|
+
|
|
4
|
+
import { AgentId, ThreadId, ReceiptId, SubmissionId } from "../core/Identifiers.ts";
|
|
5
|
+
import { Receipt } from "./DurableAgentRuntime.ts";
|
|
6
|
+
import { DefinitionDigests, Digest } from "./Records.ts";
|
|
7
|
+
import { IdempotencyKey, Principal, QueueSequence } from "./SubmissionLedger.ts";
|
|
8
|
+
import {
|
|
9
|
+
type AcceptedEvent,
|
|
10
|
+
defaultSubscriptionLimits,
|
|
11
|
+
type SourcePartition,
|
|
12
|
+
type SubscriptionDelivery,
|
|
13
|
+
type SubscriptionRecord,
|
|
14
|
+
SubscriptionStore,
|
|
15
|
+
type SubscriptionStoreFailure,
|
|
16
|
+
} from "./Subscription.ts";
|
|
17
|
+
|
|
18
|
+
export class SubscriptionStoreConformanceViolation extends Schema.TaggedError<SubscriptionStoreConformanceViolation>()(
|
|
19
|
+
"SubscriptionStoreConformanceViolation",
|
|
20
|
+
{ caseName: Schema.String, message: Schema.String },
|
|
21
|
+
) {}
|
|
22
|
+
|
|
23
|
+
export interface SubscriptionStoreConformanceCase {
|
|
24
|
+
readonly name: string;
|
|
25
|
+
readonly run: Effect.Effect<
|
|
26
|
+
void,
|
|
27
|
+
SubscriptionStoreFailure | SubscriptionStoreConformanceViolation,
|
|
28
|
+
SubscriptionStore
|
|
29
|
+
>;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
export const subscriptionConformancePartition: SourcePartition = {
|
|
33
|
+
tenantId: "subscription-conformance",
|
|
34
|
+
address: "source-address",
|
|
35
|
+
};
|
|
36
|
+
|
|
37
|
+
const principal = Schema.decodeSync(Principal)("subscription-conformance-principal");
|
|
38
|
+
const agentId = Schema.decodeSync(AgentId)("subscription-conformance-agent");
|
|
39
|
+
const threadId = Schema.decodeSync(ThreadId)("subscription-conformance-thread");
|
|
40
|
+
const digest = (character: string) => Schema.decodeSync(Digest)(character.repeat(64));
|
|
41
|
+
|
|
42
|
+
const definitions = DefinitionDigests.make({
|
|
43
|
+
agent: digest("a"),
|
|
44
|
+
model: digest("b"),
|
|
45
|
+
tools: digest("c"),
|
|
46
|
+
});
|
|
47
|
+
|
|
48
|
+
const record = (
|
|
49
|
+
name: string,
|
|
50
|
+
mode: "once" | "continuous" = "once",
|
|
51
|
+
ownerId = "owner",
|
|
52
|
+
): SubscriptionRecord => ({
|
|
53
|
+
schemaVersion: 1,
|
|
54
|
+
key: { partition: subscriptionConformancePartition, ownerId, subscriptionId: name },
|
|
55
|
+
creationFingerprint: digest(name.charCodeAt(0) % 2 === 0 ? "d" : "e"),
|
|
56
|
+
createdBy: principal,
|
|
57
|
+
createdAtMillis: 1,
|
|
58
|
+
ordinal: 0,
|
|
59
|
+
configurationRevision: 1,
|
|
60
|
+
configurationFingerprint: digest(name.charCodeAt(0) % 2 === 0 ? "d" : "e"),
|
|
61
|
+
creationConfiguration: {
|
|
62
|
+
source: { name: "trusted", version: "1" },
|
|
63
|
+
matchingKey: "match",
|
|
64
|
+
parameters: { name },
|
|
65
|
+
context: { name },
|
|
66
|
+
mode,
|
|
67
|
+
expiresAtMillis: 100_000,
|
|
68
|
+
destination: { _tag: "ExistingThread", threadId },
|
|
69
|
+
deliveryPrincipal: principal,
|
|
70
|
+
agentId,
|
|
71
|
+
definitions,
|
|
72
|
+
},
|
|
73
|
+
configuration: {
|
|
74
|
+
source: { name: "trusted", version: "1" },
|
|
75
|
+
matchingKey: "match",
|
|
76
|
+
parameters: { name },
|
|
77
|
+
context: { name },
|
|
78
|
+
mode,
|
|
79
|
+
expiresAtMillis: 100_000,
|
|
80
|
+
destination: { _tag: "ExistingThread", threadId },
|
|
81
|
+
deliveryPrincipal: principal,
|
|
82
|
+
agentId,
|
|
83
|
+
definitions,
|
|
84
|
+
},
|
|
85
|
+
state: "active",
|
|
86
|
+
recovery: null,
|
|
87
|
+
});
|
|
88
|
+
|
|
89
|
+
const event = (name: string, payloadDigest = digest("f")): AcceptedEvent => ({
|
|
90
|
+
schemaVersion: 1,
|
|
91
|
+
partition: subscriptionConformancePartition,
|
|
92
|
+
eventId: name,
|
|
93
|
+
source: { name: "trusted", version: "1" },
|
|
94
|
+
matchingKey: "match",
|
|
95
|
+
payload: { name },
|
|
96
|
+
payloadDigest,
|
|
97
|
+
acceptedAtMillis: 10,
|
|
98
|
+
cutoff: 0,
|
|
99
|
+
cursor: 0,
|
|
100
|
+
routingComplete: false,
|
|
101
|
+
routingFailure: null,
|
|
102
|
+
nextAttemptAtMillis: 10,
|
|
103
|
+
});
|
|
104
|
+
|
|
105
|
+
const delivery = (
|
|
106
|
+
subscription: SubscriptionRecord,
|
|
107
|
+
accepted: AcceptedEvent,
|
|
108
|
+
suffix = "0",
|
|
109
|
+
): SubscriptionDelivery => {
|
|
110
|
+
const deliveryId = digest(suffix === "0" ? "1" : "2");
|
|
111
|
+
|
|
112
|
+
return {
|
|
113
|
+
schemaVersion: 1,
|
|
114
|
+
key: { subscription: subscription.key, eventId: accepted.eventId },
|
|
115
|
+
deliveryId,
|
|
116
|
+
source: accepted.source,
|
|
117
|
+
subscriptionFingerprint: subscription.configurationFingerprint,
|
|
118
|
+
configurationRevision: subscription.configurationRevision,
|
|
119
|
+
configuration: subscription.configuration,
|
|
120
|
+
eventDigest: accepted.payloadDigest,
|
|
121
|
+
threadId,
|
|
122
|
+
admissionKey: Schema.decodeSync(IdempotencyKey)(`subscription:${deliveryId}`),
|
|
123
|
+
selectedAtMillis: suffix === "0" ? 20 : 21,
|
|
124
|
+
state: "selected",
|
|
125
|
+
envelope: null,
|
|
126
|
+
envelopeDigest: null,
|
|
127
|
+
retry: {
|
|
128
|
+
generation: 0,
|
|
129
|
+
attempts: 0,
|
|
130
|
+
automaticAttempts: 0,
|
|
131
|
+
parked: false,
|
|
132
|
+
nextAttemptAtMillis: 20,
|
|
133
|
+
lastAttemptAtMillis: null,
|
|
134
|
+
lastFailure: null,
|
|
135
|
+
},
|
|
136
|
+
receipt: null,
|
|
137
|
+
refusal: null,
|
|
138
|
+
};
|
|
139
|
+
};
|
|
140
|
+
|
|
141
|
+
const preparedInput = (selected: SubscriptionDelivery) => ({
|
|
142
|
+
schemaVersion: 1 as const,
|
|
143
|
+
threadId: selected.threadId,
|
|
144
|
+
deliveryPrincipal: principal,
|
|
145
|
+
agentId,
|
|
146
|
+
definitions,
|
|
147
|
+
input: { event: selected.key.eventId },
|
|
148
|
+
inputDigest: digest("3"),
|
|
149
|
+
admissionKey: selected.admissionKey,
|
|
150
|
+
authorization: { policyId: "policy", decisionId: "decision" },
|
|
151
|
+
});
|
|
152
|
+
|
|
153
|
+
const receipt = Receipt.make({
|
|
154
|
+
receiptId: Schema.decodeSync(ReceiptId)("subscription-conformance-receipt"),
|
|
155
|
+
submissionId: Schema.decodeSync(SubmissionId)("subscription-conformance-submission"),
|
|
156
|
+
threadId,
|
|
157
|
+
queueSequence: Schema.decodeSync(QueueSequence)(1),
|
|
158
|
+
});
|
|
159
|
+
|
|
160
|
+
const conformanceCase = (
|
|
161
|
+
name: string,
|
|
162
|
+
body: (
|
|
163
|
+
ensure: (
|
|
164
|
+
condition: boolean,
|
|
165
|
+
message: string,
|
|
166
|
+
) => Effect.Effect<void, SubscriptionStoreConformanceViolation>,
|
|
167
|
+
) => Effect.Effect<
|
|
168
|
+
void,
|
|
169
|
+
SubscriptionStoreFailure | SubscriptionStoreConformanceViolation,
|
|
170
|
+
SubscriptionStore
|
|
171
|
+
>,
|
|
172
|
+
): SubscriptionStoreConformanceCase => ({
|
|
173
|
+
name,
|
|
174
|
+
run: body((condition, message) =>
|
|
175
|
+
condition
|
|
176
|
+
? Effect.void
|
|
177
|
+
: Effect.fail(SubscriptionStoreConformanceViolation.make({ caseName: name, message })),
|
|
178
|
+
),
|
|
179
|
+
});
|
|
180
|
+
|
|
181
|
+
const historicalOccurrenceReplay = conformanceCase(
|
|
182
|
+
"preserves unknown occurrence time on replay and fences known times",
|
|
183
|
+
(ensure) =>
|
|
184
|
+
Effect.gen(function* () {
|
|
185
|
+
const store = yield* SubscriptionStore;
|
|
186
|
+
const original = yield* store.accept(event("legacy-occurrence"), defaultSubscriptionLimits);
|
|
187
|
+
|
|
188
|
+
const replay = yield* store.accept(
|
|
189
|
+
{ ...original, occurredAtMillis: 1 },
|
|
190
|
+
defaultSubscriptionLimits,
|
|
191
|
+
);
|
|
192
|
+
|
|
193
|
+
yield* ensure(
|
|
194
|
+
replay.occurredAtMillis === undefined &&
|
|
195
|
+
replay.acceptedAtMillis === original.acceptedAtMillis &&
|
|
196
|
+
replay.cutoff === original.cutoff,
|
|
197
|
+
"replay invented historical occurrence or moved acceptance",
|
|
198
|
+
);
|
|
199
|
+
|
|
200
|
+
const known = yield* store.accept(
|
|
201
|
+
{ ...event("known-occurrence"), occurredAtMillis: 1 },
|
|
202
|
+
defaultSubscriptionLimits,
|
|
203
|
+
);
|
|
204
|
+
|
|
205
|
+
const changed = yield* store
|
|
206
|
+
.accept({ ...known, occurredAtMillis: 2 }, defaultSubscriptionLimits)
|
|
207
|
+
.pipe(Effect.result);
|
|
208
|
+
|
|
209
|
+
yield* ensure(Result.isFailure(changed), "known occurrence time changed on replay");
|
|
210
|
+
|
|
211
|
+
const omitted = yield* store
|
|
212
|
+
.accept(event("known-occurrence"), defaultSubscriptionLimits)
|
|
213
|
+
.pipe(Effect.result);
|
|
214
|
+
|
|
215
|
+
yield* ensure(Result.isFailure(omitted), "known occurrence time was erased on replay");
|
|
216
|
+
}),
|
|
217
|
+
);
|
|
218
|
+
|
|
219
|
+
const cutoffAndIntake = conformanceCase(
|
|
220
|
+
"orders eligibility cutoffs and preserves duplicate intake",
|
|
221
|
+
(ensure) =>
|
|
222
|
+
Effect.gen(function* () {
|
|
223
|
+
const store = yield* SubscriptionStore;
|
|
224
|
+
const before = yield* store.register(record("before"), defaultSubscriptionLimits);
|
|
225
|
+
const accepted = yield* store.accept(event("cutoff"), defaultSubscriptionLimits);
|
|
226
|
+
const after = yield* store.register(record("after"), defaultSubscriptionLimits);
|
|
227
|
+
|
|
228
|
+
yield* ensure(
|
|
229
|
+
before.ordinal < accepted.cutoff && after.ordinal > accepted.cutoff,
|
|
230
|
+
"sequence did not order registration and intake",
|
|
231
|
+
);
|
|
232
|
+
const candidates = yield* store.candidates(accepted, 10);
|
|
233
|
+
|
|
234
|
+
yield* ensure(
|
|
235
|
+
candidates.length === 1 && candidates[0].key.subscriptionId === "before",
|
|
236
|
+
"cutoff admitted a later registration",
|
|
237
|
+
);
|
|
238
|
+
|
|
239
|
+
const replayed = yield* store.accept(
|
|
240
|
+
{ ...event("cutoff"), acceptedAtMillis: 99 },
|
|
241
|
+
defaultSubscriptionLimits,
|
|
242
|
+
);
|
|
243
|
+
|
|
244
|
+
yield* ensure(
|
|
245
|
+
replayed.cutoff === accepted.cutoff &&
|
|
246
|
+
replayed.acceptedAtMillis === accepted.acceptedAtMillis,
|
|
247
|
+
"duplicate intake did not return retained progress",
|
|
248
|
+
);
|
|
249
|
+
|
|
250
|
+
const conflict = yield* Effect.result(
|
|
251
|
+
store.accept(event("cutoff", digest("9")), defaultSubscriptionLimits),
|
|
252
|
+
);
|
|
253
|
+
|
|
254
|
+
yield* ensure(
|
|
255
|
+
Result.isFailure(conflict) &&
|
|
256
|
+
conflict.failure._tag === "SubscriptionError" &&
|
|
257
|
+
conflict.failure.reason === "conflict",
|
|
258
|
+
"conflicting event identity was accepted",
|
|
259
|
+
);
|
|
260
|
+
}),
|
|
261
|
+
);
|
|
262
|
+
|
|
263
|
+
const onceAndCapacity = conformanceCase(
|
|
264
|
+
"consumes once atomically and rejects capacity before progress",
|
|
265
|
+
(ensure) =>
|
|
266
|
+
Effect.gen(function* () {
|
|
267
|
+
const store = yield* SubscriptionStore;
|
|
268
|
+
const once = yield* store.register(record("once"), defaultSubscriptionLimits);
|
|
269
|
+
const first = yield* store.accept(event("first"), defaultSubscriptionLimits);
|
|
270
|
+
const second = yield* store.accept(event("second"), defaultSubscriptionLimits);
|
|
271
|
+
|
|
272
|
+
yield* store.select(
|
|
273
|
+
first,
|
|
274
|
+
[delivery(once, first)],
|
|
275
|
+
once.ordinal,
|
|
276
|
+
true,
|
|
277
|
+
20,
|
|
278
|
+
defaultSubscriptionLimits,
|
|
279
|
+
);
|
|
280
|
+
yield* store.select(
|
|
281
|
+
second,
|
|
282
|
+
[delivery(once, second)],
|
|
283
|
+
once.ordinal,
|
|
284
|
+
true,
|
|
285
|
+
20,
|
|
286
|
+
defaultSubscriptionLimits,
|
|
287
|
+
);
|
|
288
|
+
yield* ensure(
|
|
289
|
+
(yield* store.get(once.key))?.state === "consumed",
|
|
290
|
+
"once registration remained active",
|
|
291
|
+
);
|
|
292
|
+
yield* ensure(
|
|
293
|
+
(yield* store.delivery({ subscription: once.key, eventId: first.eventId })) !== null,
|
|
294
|
+
"winning delivery was lost",
|
|
295
|
+
);
|
|
296
|
+
yield* ensure(
|
|
297
|
+
(yield* store.delivery({ subscription: once.key, eventId: second.eventId })) === null,
|
|
298
|
+
"second event consumed once registration again",
|
|
299
|
+
);
|
|
300
|
+
|
|
301
|
+
const left = yield* store.register(
|
|
302
|
+
record("left", "continuous", "capacity"),
|
|
303
|
+
defaultSubscriptionLimits,
|
|
304
|
+
);
|
|
305
|
+
|
|
306
|
+
const right = yield* store.register(
|
|
307
|
+
record("right", "continuous", "capacity"),
|
|
308
|
+
defaultSubscriptionLimits,
|
|
309
|
+
);
|
|
310
|
+
|
|
311
|
+
const bounded = yield* store.accept(event("bounded"), defaultSubscriptionLimits);
|
|
312
|
+
const limits = { ...defaultSubscriptionLimits, maxDeliveries: 2, maxDeliveriesPerOwner: 1 };
|
|
313
|
+
|
|
314
|
+
const failure = yield* Effect.result(
|
|
315
|
+
store.select(
|
|
316
|
+
bounded,
|
|
317
|
+
[delivery(left, bounded), delivery(right, bounded, "1")],
|
|
318
|
+
right.ordinal,
|
|
319
|
+
true,
|
|
320
|
+
20,
|
|
321
|
+
limits,
|
|
322
|
+
),
|
|
323
|
+
);
|
|
324
|
+
|
|
325
|
+
yield* ensure(
|
|
326
|
+
Result.isFailure(failure) &&
|
|
327
|
+
failure.failure._tag === "SubscriptionError" &&
|
|
328
|
+
failure.failure.reason === "capacity",
|
|
329
|
+
"delivery quota did not reject batch",
|
|
330
|
+
);
|
|
331
|
+
yield* ensure(
|
|
332
|
+
(yield* store.event(bounded.eventId))?.cursor === 0,
|
|
333
|
+
"capacity failure advanced event cursor",
|
|
334
|
+
);
|
|
335
|
+
}),
|
|
336
|
+
);
|
|
337
|
+
|
|
338
|
+
const preparationLifecycle = conformanceCase(
|
|
339
|
+
"refuses cancelled selection and preserves prepared work",
|
|
340
|
+
(ensure) =>
|
|
341
|
+
Effect.gen(function* () {
|
|
342
|
+
const store = yield* SubscriptionStore;
|
|
343
|
+
const cancelled = yield* store.register(record("cancelled"), defaultSubscriptionLimits);
|
|
344
|
+
|
|
345
|
+
const cancelledEvent = yield* store.accept(
|
|
346
|
+
event("cancelled-event"),
|
|
347
|
+
defaultSubscriptionLimits,
|
|
348
|
+
);
|
|
349
|
+
|
|
350
|
+
const cancelledDelivery = delivery(cancelled, cancelledEvent);
|
|
351
|
+
|
|
352
|
+
yield* store.select(
|
|
353
|
+
cancelledEvent,
|
|
354
|
+
[cancelledDelivery],
|
|
355
|
+
cancelled.ordinal,
|
|
356
|
+
true,
|
|
357
|
+
20,
|
|
358
|
+
defaultSubscriptionLimits,
|
|
359
|
+
);
|
|
360
|
+
yield* store.cancel(cancelled.key);
|
|
361
|
+
|
|
362
|
+
const refused = yield* store.changeDelivery(
|
|
363
|
+
cancelledDelivery.key,
|
|
364
|
+
cancelledDelivery.deliveryId,
|
|
365
|
+
{
|
|
366
|
+
_tag: "Prepare",
|
|
367
|
+
envelope: preparedInput(cancelledDelivery),
|
|
368
|
+
envelopeDigest: digest("4"),
|
|
369
|
+
nowMillis: 30,
|
|
370
|
+
},
|
|
371
|
+
);
|
|
372
|
+
|
|
373
|
+
yield* ensure(
|
|
374
|
+
refused.state === "refused" && refused.refusal?.code === "cancelled",
|
|
375
|
+
"cancelled selection prepared",
|
|
376
|
+
);
|
|
377
|
+
|
|
378
|
+
const durable = yield* store.register(record("durable"), defaultSubscriptionLimits);
|
|
379
|
+
const durableEvent = yield* store.accept(event("durable-event"), defaultSubscriptionLimits);
|
|
380
|
+
const selected = delivery(durable, durableEvent);
|
|
381
|
+
|
|
382
|
+
yield* store.select(
|
|
383
|
+
durableEvent,
|
|
384
|
+
[selected],
|
|
385
|
+
durable.ordinal,
|
|
386
|
+
true,
|
|
387
|
+
20,
|
|
388
|
+
defaultSubscriptionLimits,
|
|
389
|
+
);
|
|
390
|
+
|
|
391
|
+
const prepared = yield* store.changeDelivery(selected.key, selected.deliveryId, {
|
|
392
|
+
_tag: "Prepare",
|
|
393
|
+
envelope: preparedInput(selected),
|
|
394
|
+
envelopeDigest: digest("5"),
|
|
395
|
+
nowMillis: 30,
|
|
396
|
+
});
|
|
397
|
+
|
|
398
|
+
const retry = {
|
|
399
|
+
generation: 0,
|
|
400
|
+
automaticAttempts: 0,
|
|
401
|
+
parked: false,
|
|
402
|
+
attempts: 2,
|
|
403
|
+
nextAttemptAtMillis: 60,
|
|
404
|
+
lastAttemptAtMillis: 35,
|
|
405
|
+
lastFailure: "transport" as const,
|
|
406
|
+
};
|
|
407
|
+
|
|
408
|
+
yield* store.changeDelivery(selected.key, selected.deliveryId, {
|
|
409
|
+
_tag: "Retry",
|
|
410
|
+
retry,
|
|
411
|
+
nowMillis: 35,
|
|
412
|
+
});
|
|
413
|
+
for (const staleRetry of [
|
|
414
|
+
{ ...retry, attempts: 1, nextAttemptAtMillis: 70 },
|
|
415
|
+
{ ...retry, nextAttemptAtMillis: 70 },
|
|
416
|
+
{ ...retry, attempts: 3, nextAttemptAtMillis: 50 },
|
|
417
|
+
]) {
|
|
418
|
+
const retained = yield* store.changeDelivery(selected.key, selected.deliveryId, {
|
|
419
|
+
_tag: "Retry",
|
|
420
|
+
retry: staleRetry,
|
|
421
|
+
nowMillis: 36,
|
|
422
|
+
});
|
|
423
|
+
|
|
424
|
+
yield* ensure(
|
|
425
|
+
retained.retry.attempts === 2 && retained.retry.nextAttemptAtMillis === 60,
|
|
426
|
+
"stale retry overwrote newer retry state",
|
|
427
|
+
);
|
|
428
|
+
}
|
|
429
|
+
yield* store.cancel(durable.key);
|
|
430
|
+
|
|
431
|
+
const completed = yield* store.changeDelivery(selected.key, selected.deliveryId, {
|
|
432
|
+
_tag: "Complete",
|
|
433
|
+
receipt,
|
|
434
|
+
nowMillis: 40,
|
|
435
|
+
});
|
|
436
|
+
|
|
437
|
+
yield* ensure(
|
|
438
|
+
prepared.state === "prepared" && completed.state === "delivered",
|
|
439
|
+
"prepared work did not survive cancellation",
|
|
440
|
+
);
|
|
441
|
+
|
|
442
|
+
const stale = yield* Effect.result(
|
|
443
|
+
store.changeDelivery(selected.key, digest("8"), {
|
|
444
|
+
_tag: "Complete",
|
|
445
|
+
receipt,
|
|
446
|
+
nowMillis: 41,
|
|
447
|
+
}),
|
|
448
|
+
);
|
|
449
|
+
|
|
450
|
+
yield* ensure(
|
|
451
|
+
Result.isFailure(stale) &&
|
|
452
|
+
stale.failure._tag === "SubscriptionError" &&
|
|
453
|
+
stale.failure.code === "stale-delivery",
|
|
454
|
+
"stale outcome was not fenced",
|
|
455
|
+
);
|
|
456
|
+
}),
|
|
457
|
+
);
|
|
458
|
+
|
|
459
|
+
const catchUpAndCursors = conformanceCase(
|
|
460
|
+
"limits catch-up to one watch and persists recovery cursors",
|
|
461
|
+
(ensure) =>
|
|
462
|
+
Effect.gen(function* () {
|
|
463
|
+
const store = yield* SubscriptionStore;
|
|
464
|
+
const accepted = yield* store.accept(event("observed"), defaultSubscriptionLimits);
|
|
465
|
+
const watch = yield* store.register(record("watch"), defaultSubscriptionLimits);
|
|
466
|
+
const selected = delivery(watch, accepted);
|
|
467
|
+
|
|
468
|
+
yield* store.catchUp(accepted, selected, 20, defaultSubscriptionLimits);
|
|
469
|
+
yield* store.catchUp(
|
|
470
|
+
accepted,
|
|
471
|
+
{ ...selected, selectedAtMillis: 999, retry: { ...selected.retry, attempts: 2 } },
|
|
472
|
+
30,
|
|
473
|
+
defaultSubscriptionLimits,
|
|
474
|
+
);
|
|
475
|
+
yield* ensure(
|
|
476
|
+
(yield* store.get(watch.key))?.state === "consumed",
|
|
477
|
+
"catch-up did not consume watch",
|
|
478
|
+
);
|
|
479
|
+
yield* store.advanceScanCursors({ events: "e", deliveries: "d", recovery: 7 });
|
|
480
|
+
const cursors = yield* store.readScanCursors;
|
|
481
|
+
|
|
482
|
+
yield* ensure(
|
|
483
|
+
cursors.events === "e" && cursors.deliveries === "d" && cursors.recovery === 7,
|
|
484
|
+
"scan cursors were not durable",
|
|
485
|
+
);
|
|
486
|
+
yield* ensure(
|
|
487
|
+
(yield* store.nextDeadline) === 0,
|
|
488
|
+
"nonzero scan cursor did not keep recovery armed",
|
|
489
|
+
);
|
|
490
|
+
}),
|
|
491
|
+
);
|
|
492
|
+
|
|
493
|
+
const replayUnderTighterLimits = conformanceCase(
|
|
494
|
+
"preserves retained identities when limits tighten",
|
|
495
|
+
(ensure) =>
|
|
496
|
+
Effect.gen(function* () {
|
|
497
|
+
const store = yield* SubscriptionStore;
|
|
498
|
+
const created = yield* store.register(record("retained"), defaultSubscriptionLimits);
|
|
499
|
+
const accepted = yield* store.accept(event("retained"), defaultSubscriptionLimits);
|
|
500
|
+
|
|
501
|
+
const limits = {
|
|
502
|
+
...defaultSubscriptionLimits,
|
|
503
|
+
maxRegistrations: 1,
|
|
504
|
+
maxEvents: 1,
|
|
505
|
+
maxPayloadBytes: 1,
|
|
506
|
+
maxContextBytes: 1,
|
|
507
|
+
maxLifetimeMillis: 1,
|
|
508
|
+
};
|
|
509
|
+
|
|
510
|
+
const replayed = yield* store.register(record("retained"), limits);
|
|
511
|
+
const repeated = yield* store.accept(event("retained"), limits);
|
|
512
|
+
|
|
513
|
+
yield* ensure(replayed.ordinal === created.ordinal, "registration replay lost identity");
|
|
514
|
+
yield* ensure(repeated.cutoff === accepted.cutoff, "intake replay lost cutoff");
|
|
515
|
+
const newRegistration = yield* Effect.result(store.register(record("new"), limits));
|
|
516
|
+
const newEvent = yield* Effect.result(store.accept(event("new"), limits));
|
|
517
|
+
|
|
518
|
+
yield* ensure(Result.isFailure(newRegistration), "new registration ignored tightened limits");
|
|
519
|
+
yield* ensure(Result.isFailure(newEvent), "new intake ignored tightened limits");
|
|
520
|
+
}),
|
|
521
|
+
);
|
|
522
|
+
|
|
523
|
+
const revisionsAndRetention = conformanceCase(
|
|
524
|
+
"preserves historical selection, CAS revisions, and unsettled evidence during retention",
|
|
525
|
+
(ensure) =>
|
|
526
|
+
Effect.gen(function* () {
|
|
527
|
+
const store = yield* SubscriptionStore;
|
|
528
|
+
const now = yield* Clock.currentTimeMillis;
|
|
529
|
+
const policy = { replayHorizonMillis: 10_000, completedRetentionMillis: 0, maxTombstones: 8 };
|
|
530
|
+
const limits = { ...defaultSubscriptionLimits, retention: policy };
|
|
531
|
+
const indefinite = record("revision", "continuous");
|
|
532
|
+
|
|
533
|
+
const original = yield* store.register(
|
|
534
|
+
{
|
|
535
|
+
...indefinite,
|
|
536
|
+
configuration: { ...indefinite.configuration, expiresAtMillis: null },
|
|
537
|
+
},
|
|
538
|
+
limits,
|
|
539
|
+
);
|
|
540
|
+
|
|
541
|
+
yield* ensure(
|
|
542
|
+
original.configuration.expiresAtMillis === null,
|
|
543
|
+
"UntilCancelled must remain explicit",
|
|
544
|
+
);
|
|
545
|
+
yield* ensure(
|
|
546
|
+
(yield* store.nextDeadline) === null,
|
|
547
|
+
"UntilCancelled cannot create an expiry wake",
|
|
548
|
+
);
|
|
549
|
+
|
|
550
|
+
const accepted = yield* store.accept(
|
|
551
|
+
{ ...event("retained"), occurredAtMillis: now, acceptedAtMillis: now },
|
|
552
|
+
limits,
|
|
553
|
+
);
|
|
554
|
+
|
|
555
|
+
const selected = {
|
|
556
|
+
...delivery(original, accepted),
|
|
557
|
+
configuration: original.configuration,
|
|
558
|
+
configurationRevision: 1,
|
|
559
|
+
};
|
|
560
|
+
|
|
561
|
+
yield* store.select(
|
|
562
|
+
accepted,
|
|
563
|
+
[selected],
|
|
564
|
+
original.ordinal,
|
|
565
|
+
true,
|
|
566
|
+
now + limits.maxLifetimeMillis + 1,
|
|
567
|
+
limits,
|
|
568
|
+
);
|
|
569
|
+
yield* ensure(
|
|
570
|
+
(yield* store.delivery(selected.key)) !== null,
|
|
571
|
+
"UntilCancelled cannot expire at the ordinary maximum lifetime",
|
|
572
|
+
);
|
|
573
|
+
|
|
574
|
+
const updated = yield* store.change(original.key, 1, {
|
|
575
|
+
_tag: "Update",
|
|
576
|
+
configuration: { ...original.configuration, context: { edited: true } },
|
|
577
|
+
configurationFingerprint: digest("9"),
|
|
578
|
+
recovery: null,
|
|
579
|
+
});
|
|
580
|
+
|
|
581
|
+
yield* ensure(
|
|
582
|
+
updated.configurationRevision === 2 && updated.creationConfiguration !== undefined,
|
|
583
|
+
"Update must preserve creation evidence and advance revision",
|
|
584
|
+
);
|
|
585
|
+
const stale = yield* store.change(original.key, 1, { _tag: "Pause" }).pipe(Effect.result);
|
|
586
|
+
|
|
587
|
+
yield* ensure(Result.isFailure(stale), "Stale management must conflict");
|
|
588
|
+
yield* store.changeDelivery(selected.key, selected.deliveryId, {
|
|
589
|
+
_tag: "Prepare",
|
|
590
|
+
envelope: preparedInput(selected),
|
|
591
|
+
envelopeDigest: digest("4"),
|
|
592
|
+
nowMillis: now,
|
|
593
|
+
});
|
|
594
|
+
yield* store.changeDelivery(selected.key, selected.deliveryId, {
|
|
595
|
+
_tag: "Complete",
|
|
596
|
+
receipt,
|
|
597
|
+
nowMillis: now,
|
|
598
|
+
});
|
|
599
|
+
yield* store.compact(now, policy, 8);
|
|
600
|
+
yield* ensure(
|
|
601
|
+
(yield* store.delivery(selected.key)) !== null,
|
|
602
|
+
"Admission is not settlement; delivery evidence must remain",
|
|
603
|
+
);
|
|
604
|
+
yield* store.changeDelivery(selected.key, selected.deliveryId, {
|
|
605
|
+
_tag: "ObserveSettlement",
|
|
606
|
+
receipt,
|
|
607
|
+
settled: true,
|
|
608
|
+
nowMillis: now,
|
|
609
|
+
nextAttemptAtMillis: now,
|
|
610
|
+
});
|
|
611
|
+
const recovering = yield* store.register(record("recovering-retention", "once"), limits);
|
|
612
|
+
|
|
613
|
+
yield* store.deferRecovery(recovering.key, recovering.configurationRevision, {
|
|
614
|
+
attempts: 1,
|
|
615
|
+
nextAttemptAtMillis: null,
|
|
616
|
+
lastFailure: "source-unavailable",
|
|
617
|
+
});
|
|
618
|
+
yield* store.compact(now, policy, 8);
|
|
619
|
+
yield* ensure(
|
|
620
|
+
(yield* store.delivery(selected.key)) !== null,
|
|
621
|
+
"Permanent recovery evidence must protect retained source facts",
|
|
622
|
+
);
|
|
623
|
+
yield* store.deferRecovery(recovering.key, recovering.configurationRevision, null);
|
|
624
|
+
yield* store.compact(now, policy, 8);
|
|
625
|
+
yield* ensure(
|
|
626
|
+
(yield* store.delivery(selected.key)) === null,
|
|
627
|
+
"Settled delivery must release retained capacity",
|
|
628
|
+
);
|
|
629
|
+
yield* ensure(
|
|
630
|
+
(yield* store.event(accepted.eventId))?.tombstone === true,
|
|
631
|
+
"Deduplication tombstone must outlive completed payload",
|
|
632
|
+
);
|
|
633
|
+
const replay = yield* store.accept(accepted, limits);
|
|
634
|
+
|
|
635
|
+
yield* ensure(
|
|
636
|
+
Result.isFailure(
|
|
637
|
+
yield* store
|
|
638
|
+
.accept({ ...accepted, occurredAtMillis: now + 1 }, limits)
|
|
639
|
+
.pipe(Effect.result),
|
|
640
|
+
),
|
|
641
|
+
"An event identity cannot replace its retained source timestamp",
|
|
642
|
+
);
|
|
643
|
+
|
|
644
|
+
yield* ensure(
|
|
645
|
+
Result.isFailure(
|
|
646
|
+
yield* store.compact(now, { ...policy, replayHorizonMillis: 1 }, 8).pipe(Effect.result),
|
|
647
|
+
),
|
|
648
|
+
"Compaction cannot change the persisted replay horizon",
|
|
649
|
+
);
|
|
650
|
+
yield* ensure(
|
|
651
|
+
Result.isFailure(
|
|
652
|
+
yield* store
|
|
653
|
+
.accept(event("without-policy"), defaultSubscriptionLimits)
|
|
654
|
+
.pipe(Effect.result),
|
|
655
|
+
),
|
|
656
|
+
"Fresh intake cannot disable established retention",
|
|
657
|
+
);
|
|
658
|
+
yield* ensure(
|
|
659
|
+
replay.cutoff === accepted.cutoff && replay.tombstone === true,
|
|
660
|
+
"Duplicate intake cannot reopen routing after compaction",
|
|
661
|
+
);
|
|
662
|
+
}),
|
|
663
|
+
);
|
|
664
|
+
|
|
665
|
+
const sustainedRetention = conformanceCase(
|
|
666
|
+
"reuses event, delivery and tombstone quotas across replay horizons",
|
|
667
|
+
(ensure) =>
|
|
668
|
+
Effect.gen(function* () {
|
|
669
|
+
const store = yield* SubscriptionStore;
|
|
670
|
+
const policy = { replayHorizonMillis: 100, completedRetentionMillis: 0, maxTombstones: 8 };
|
|
671
|
+
|
|
672
|
+
const limits = {
|
|
673
|
+
...defaultSubscriptionLimits,
|
|
674
|
+
maxEvents: 4,
|
|
675
|
+
maxDeliveries: 4,
|
|
676
|
+
maxDeliveriesPerOwner: 4,
|
|
677
|
+
retention: policy,
|
|
678
|
+
};
|
|
679
|
+
|
|
680
|
+
const registration = yield* store.register(record("sustained", "continuous"), limits);
|
|
681
|
+
|
|
682
|
+
// 32 events reuse four live slots and eight tombstone slots across six replay
|
|
683
|
+
// horizons, including the lexical 9→10 boundary. The full driver's >1,000-event
|
|
684
|
+
// regression remains in storage-memory/test/subscriptions.test.ts; bounded cursor
|
|
685
|
+
// traversal is exercised separately by retentionFairness on every adapter.
|
|
686
|
+
for (let index = 0; index < 32; index++) {
|
|
687
|
+
const now = yield* Clock.currentTimeMillis;
|
|
688
|
+
|
|
689
|
+
const accepted = yield* store.accept(
|
|
690
|
+
{ ...event(`retained-${index}`), occurredAtMillis: now, acceptedAtMillis: now },
|
|
691
|
+
limits,
|
|
692
|
+
);
|
|
693
|
+
|
|
694
|
+
const deliveryId = Schema.decodeSync(Digest)(index.toString(16).padStart(64, "0"));
|
|
695
|
+
|
|
696
|
+
const selected = {
|
|
697
|
+
...delivery(registration, accepted),
|
|
698
|
+
deliveryId,
|
|
699
|
+
admissionKey: Schema.decodeSync(IdempotencyKey)(`subscription:${deliveryId}`),
|
|
700
|
+
};
|
|
701
|
+
|
|
702
|
+
yield* store.select(accepted, [selected], registration.ordinal, true, now, limits);
|
|
703
|
+
yield* store.changeDelivery(selected.key, selected.deliveryId, {
|
|
704
|
+
_tag: "Prepare",
|
|
705
|
+
envelope: preparedInput(selected),
|
|
706
|
+
envelopeDigest: digest("4"),
|
|
707
|
+
nowMillis: now,
|
|
708
|
+
});
|
|
709
|
+
yield* store.changeDelivery(selected.key, selected.deliveryId, {
|
|
710
|
+
_tag: "Complete",
|
|
711
|
+
receipt,
|
|
712
|
+
nowMillis: now,
|
|
713
|
+
});
|
|
714
|
+
yield* store.changeDelivery(selected.key, selected.deliveryId, {
|
|
715
|
+
_tag: "ObserveSettlement",
|
|
716
|
+
receipt,
|
|
717
|
+
settled: true,
|
|
718
|
+
nowMillis: now,
|
|
719
|
+
nextAttemptAtMillis: now,
|
|
720
|
+
});
|
|
721
|
+
yield* store.compact(now, policy, 8);
|
|
722
|
+
yield* ensure(
|
|
723
|
+
(yield* store.delivery(selected.key)) === null,
|
|
724
|
+
"Settled delivery must release its quota on every cycle",
|
|
725
|
+
);
|
|
726
|
+
yield* ensure(
|
|
727
|
+
(yield* store.accept(accepted, limits)).tombstone === true,
|
|
728
|
+
"Duplicate acknowledgement must preserve its tombstone",
|
|
729
|
+
);
|
|
730
|
+
yield* TestClock.adjust(20);
|
|
731
|
+
}
|
|
732
|
+
yield* ensure(
|
|
733
|
+
(yield* store.event("retained-0")) === null,
|
|
734
|
+
"Expired identity must be reclaimed",
|
|
735
|
+
);
|
|
736
|
+
|
|
737
|
+
const expired = yield* store
|
|
738
|
+
.accept({ ...event("retained-0"), occurredAtMillis: 0 }, limits)
|
|
739
|
+
.pipe(Effect.result);
|
|
740
|
+
|
|
741
|
+
yield* ensure(
|
|
742
|
+
Result.isFailure(expired) &&
|
|
743
|
+
expired.failure._tag === "SubscriptionError" &&
|
|
744
|
+
expired.failure.code === "event-replay-horizon",
|
|
745
|
+
"Reclaimed identity must not be admitted after its replay horizon",
|
|
746
|
+
);
|
|
747
|
+
}),
|
|
748
|
+
);
|
|
749
|
+
|
|
750
|
+
const recoveryRevisionFence = conformanceCase(
|
|
751
|
+
"fences source recovery across pause, resume and configuration replacement",
|
|
752
|
+
(ensure) =>
|
|
753
|
+
Effect.gen(function* () {
|
|
754
|
+
const store = yield* SubscriptionStore;
|
|
755
|
+
|
|
756
|
+
const initial = yield* store.register(
|
|
757
|
+
{
|
|
758
|
+
...record("recovery-revisions"),
|
|
759
|
+
recovery: { attempts: 0, nextAttemptAtMillis: 10, lastFailure: null },
|
|
760
|
+
},
|
|
761
|
+
defaultSubscriptionLimits,
|
|
762
|
+
);
|
|
763
|
+
|
|
764
|
+
const paused = yield* store.change(initial.key, 1, { _tag: "Pause" });
|
|
765
|
+
|
|
766
|
+
yield* store.deferRecovery(initial.key, 1, null);
|
|
767
|
+
yield* ensure(
|
|
768
|
+
(yield* store.get(initial.key))?.recovery?.nextAttemptAtMillis === 10,
|
|
769
|
+
"late provider completion erased paused recovery",
|
|
770
|
+
);
|
|
771
|
+
|
|
772
|
+
const resumed = yield* store.change(initial.key, paused.configurationRevision, {
|
|
773
|
+
_tag: "Resume",
|
|
774
|
+
});
|
|
775
|
+
|
|
776
|
+
yield* ensure(
|
|
777
|
+
resumed.recovery?.nextAttemptAtMillis === 10,
|
|
778
|
+
"resume lost the recovery obligation",
|
|
779
|
+
);
|
|
780
|
+
|
|
781
|
+
const updated = yield* store.change(initial.key, resumed.configurationRevision, {
|
|
782
|
+
_tag: "Update",
|
|
783
|
+
configuration: { ...initial.configuration, source: { name: "replacement", version: "2" } },
|
|
784
|
+
configurationFingerprint: digest("9"),
|
|
785
|
+
recovery: { attempts: 0, nextAttemptAtMillis: 50, lastFailure: null },
|
|
786
|
+
});
|
|
787
|
+
|
|
788
|
+
yield* store.deferRecovery(initial.key, resumed.configurationRevision, {
|
|
789
|
+
attempts: 9,
|
|
790
|
+
nextAttemptAtMillis: null,
|
|
791
|
+
lastFailure: "obsolete-source",
|
|
792
|
+
});
|
|
793
|
+
const retained = yield* store.get(initial.key);
|
|
794
|
+
|
|
795
|
+
yield* ensure(
|
|
796
|
+
retained?.recovery?.nextAttemptAtMillis === 50 &&
|
|
797
|
+
retained.configurationRevision === updated.configurationRevision,
|
|
798
|
+
"obsolete provider completion overwrote replacement recovery",
|
|
799
|
+
);
|
|
800
|
+
yield* ensure(
|
|
801
|
+
retained?.creationFingerprint === initial.creationFingerprint &&
|
|
802
|
+
retained.creationConfiguration.source.name === initial.configuration.source.name,
|
|
803
|
+
"revision rewrote creation identity",
|
|
804
|
+
);
|
|
805
|
+
}),
|
|
806
|
+
);
|
|
807
|
+
|
|
808
|
+
const retryGenerationFence = conformanceCase(
|
|
809
|
+
"rearms only one delivery generation and retains late receipt authority",
|
|
810
|
+
(ensure) =>
|
|
811
|
+
Effect.gen(function* () {
|
|
812
|
+
const store = yield* SubscriptionStore;
|
|
813
|
+
|
|
814
|
+
const subscription = yield* store.register(
|
|
815
|
+
record("retry-generation", "continuous"),
|
|
816
|
+
defaultSubscriptionLimits,
|
|
817
|
+
);
|
|
818
|
+
|
|
819
|
+
const accepted = yield* store.accept(event("retry-generation"), defaultSubscriptionLimits);
|
|
820
|
+
const selected = { ...delivery(subscription, accepted), observeSettlement: true };
|
|
821
|
+
|
|
822
|
+
yield* store.select(
|
|
823
|
+
accepted,
|
|
824
|
+
[selected],
|
|
825
|
+
subscription.ordinal,
|
|
826
|
+
true,
|
|
827
|
+
20,
|
|
828
|
+
defaultSubscriptionLimits,
|
|
829
|
+
);
|
|
830
|
+
yield* store.changeDelivery(selected.key, selected.deliveryId, {
|
|
831
|
+
_tag: "Prepare",
|
|
832
|
+
envelope: preparedInput(selected),
|
|
833
|
+
envelopeDigest: digest("4"),
|
|
834
|
+
nowMillis: 30,
|
|
835
|
+
});
|
|
836
|
+
|
|
837
|
+
const parked = yield* store.changeDelivery(selected.key, selected.deliveryId, {
|
|
838
|
+
_tag: "Retry",
|
|
839
|
+
nowMillis: 40,
|
|
840
|
+
retry: {
|
|
841
|
+
...selected.retry,
|
|
842
|
+
attempts: 8,
|
|
843
|
+
automaticAttempts: 8,
|
|
844
|
+
parked: true,
|
|
845
|
+
nextAttemptAtMillis: 50,
|
|
846
|
+
lastAttemptAtMillis: 40,
|
|
847
|
+
lastFailure: "ambiguous",
|
|
848
|
+
},
|
|
849
|
+
});
|
|
850
|
+
|
|
851
|
+
yield* ensure(
|
|
852
|
+
(yield* store.pendingDeliveries(100, "", 10)).length === 0,
|
|
853
|
+
"parked admission remained due for settlement observation",
|
|
854
|
+
);
|
|
855
|
+
yield* ensure(
|
|
856
|
+
(yield* store.nextDeadline) === null,
|
|
857
|
+
"parked admission retained a busy-loop deadline",
|
|
858
|
+
);
|
|
859
|
+
|
|
860
|
+
const recovered = yield* store.changeDelivery(selected.key, selected.deliveryId, {
|
|
861
|
+
_tag: "Recover",
|
|
862
|
+
expectedGeneration: parked.retry.generation,
|
|
863
|
+
nowMillis: 50,
|
|
864
|
+
});
|
|
865
|
+
|
|
866
|
+
const stale = yield* store.changeDelivery(selected.key, selected.deliveryId, {
|
|
867
|
+
_tag: "Retry",
|
|
868
|
+
nowMillis: 60,
|
|
869
|
+
retry: { ...parked.retry, attempts: 9, nextAttemptAtMillis: 70 },
|
|
870
|
+
});
|
|
871
|
+
|
|
872
|
+
yield* ensure(
|
|
873
|
+
!stale.retry.parked && stale.retry.generation === recovered.retry.generation,
|
|
874
|
+
"stale retry undid recovery",
|
|
875
|
+
);
|
|
876
|
+
|
|
877
|
+
const completed = yield* store.changeDelivery(selected.key, selected.deliveryId, {
|
|
878
|
+
_tag: "Complete",
|
|
879
|
+
receipt,
|
|
880
|
+
nowMillis: 70,
|
|
881
|
+
});
|
|
882
|
+
|
|
883
|
+
yield* ensure(
|
|
884
|
+
completed.receipt?.receiptId === receipt.receiptId &&
|
|
885
|
+
completed.envelopeDigest === digest("4"),
|
|
886
|
+
"late receipt or immutable envelope was lost",
|
|
887
|
+
);
|
|
888
|
+
}),
|
|
889
|
+
);
|
|
890
|
+
|
|
891
|
+
const retentionFairness = conformanceCase(
|
|
892
|
+
"advances bounded maintenance beyond protected oldest events",
|
|
893
|
+
(ensure) =>
|
|
894
|
+
Effect.gen(function* () {
|
|
895
|
+
const store = yield* SubscriptionStore;
|
|
896
|
+
const policy = { replayHorizonMillis: 1_000, completedRetentionMillis: 0, maxTombstones: 8 };
|
|
897
|
+
const limits = { ...defaultSubscriptionLimits, retention: policy };
|
|
898
|
+
|
|
899
|
+
for (let index = 0; index < 6; index++) {
|
|
900
|
+
const accepted = yield* store.accept(
|
|
901
|
+
{ ...event(`protected-${index}`), occurredAtMillis: 0, acceptedAtMillis: 0 },
|
|
902
|
+
limits,
|
|
903
|
+
);
|
|
904
|
+
|
|
905
|
+
if (index === 5) yield* store.select(accepted, [], 0, true, 0, limits);
|
|
906
|
+
}
|
|
907
|
+
yield* TestClock.setTime(10);
|
|
908
|
+
for (let pass = 0; pass < 8; pass++) yield* store.compact(10, policy, 1);
|
|
909
|
+
yield* ensure(
|
|
910
|
+
(yield* store.event("protected-5"))?.tombstone === true,
|
|
911
|
+
"protected first pages starved a reclaimable event",
|
|
912
|
+
);
|
|
913
|
+
yield* ensure(
|
|
914
|
+
(yield* store.event("protected-0"))?.tombstone !== true,
|
|
915
|
+
"unfinished event was reclaimed",
|
|
916
|
+
);
|
|
917
|
+
yield* TestClock.setTime(1_001);
|
|
918
|
+
for (let pass = 0; pass < 8; pass++) yield* store.compact(1_001, policy, 1);
|
|
919
|
+
yield* ensure(
|
|
920
|
+
(yield* store.event("protected-5")) === null,
|
|
921
|
+
"idle maintenance did not expire tombstone",
|
|
922
|
+
);
|
|
923
|
+
|
|
924
|
+
const rejected = yield* store
|
|
925
|
+
.accept({ ...event("protected-5"), occurredAtMillis: 0 }, limits)
|
|
926
|
+
.pipe(Effect.result);
|
|
927
|
+
|
|
928
|
+
// The caller cannot manufacture a recent occurrence to resurrect a pruned identity.
|
|
929
|
+
yield* ensure(Result.isFailure(rejected), "retention state became inconsistent");
|
|
930
|
+
}),
|
|
931
|
+
);
|
|
932
|
+
|
|
933
|
+
export const subscriptionStoreConformanceCases: ReadonlyArray<SubscriptionStoreConformanceCase> = [
|
|
934
|
+
historicalOccurrenceReplay,
|
|
935
|
+
recoveryRevisionFence,
|
|
936
|
+
retryGenerationFence,
|
|
937
|
+
retentionFairness,
|
|
938
|
+
sustainedRetention,
|
|
939
|
+
revisionsAndRetention,
|
|
940
|
+
cutoffAndIntake,
|
|
941
|
+
onceAndCapacity,
|
|
942
|
+
preparationLifecycle,
|
|
943
|
+
catchUpAndCursors,
|
|
944
|
+
replayUnderTighterLimits,
|
|
945
|
+
];
|