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,302 @@
|
|
|
1
|
+
import { Clock, Crypto, DateTime, Effect, Option, Schema } from "effect";
|
|
2
|
+
|
|
3
|
+
import { Update, UpdateError } from "../../core/AgentUpdates.ts";
|
|
4
|
+
import type { RunId, ThreadId } from "../../core/Identifiers.ts";
|
|
5
|
+
import { utf8ByteLength } from "../../core/internal/utf8.ts";
|
|
6
|
+
import { IdempotencyKey } from "../../core/Receipt.ts";
|
|
7
|
+
import { digestJson } from "../Digest.ts";
|
|
8
|
+
import { DurableRuntimeFailpoint } from "../DurableFailpoint.ts";
|
|
9
|
+
import {
|
|
10
|
+
MessageDeliveryStore,
|
|
11
|
+
MessageDeliveryRecord,
|
|
12
|
+
messageDeliveryCapacity,
|
|
13
|
+
messageDeliveryUsesCapacity,
|
|
14
|
+
prepareMessageDelivery,
|
|
15
|
+
} from "../MessageDelivery.ts";
|
|
16
|
+
import {
|
|
17
|
+
AgentUpdateEmitted,
|
|
18
|
+
BatchId,
|
|
19
|
+
CanonicalBatch,
|
|
20
|
+
type CanonicalRecordEnvelope,
|
|
21
|
+
DefinitionDigests,
|
|
22
|
+
type DeploymentId,
|
|
23
|
+
PersistedJson,
|
|
24
|
+
type ProducerEpoch,
|
|
25
|
+
type ProducerId,
|
|
26
|
+
RecordEnvelope,
|
|
27
|
+
RecordId,
|
|
28
|
+
} from "../Records.ts";
|
|
29
|
+
import { LedgerError, type SubmissionSnapshot } from "../SubmissionLedger.ts";
|
|
30
|
+
import { PreparedInput } from "../Subscription.ts";
|
|
31
|
+
import {
|
|
32
|
+
FencedAppendRequest,
|
|
33
|
+
ThreadExportRequest,
|
|
34
|
+
ThreadStore,
|
|
35
|
+
ThreadTailRequest,
|
|
36
|
+
} from "../ThreadStore.ts";
|
|
37
|
+
import { WorkerRuntime } from "./worker-runtime.ts";
|
|
38
|
+
|
|
39
|
+
export const lastWorkerReportMessageId = (records: ReadonlyArray<CanonicalRecordEnvelope>) => {
|
|
40
|
+
for (let index = records.length - 1; index >= 0; index--) {
|
|
41
|
+
const payload = records[index]?.record.payload;
|
|
42
|
+
|
|
43
|
+
if (payload?._tag === "WorkerReportPrepared") return payload.messageId;
|
|
44
|
+
if (payload?._tag === "AgentUpdateEmitted" && payload.delivery !== undefined)
|
|
45
|
+
return payload.delivery.messageId;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
return undefined;
|
|
49
|
+
};
|
|
50
|
+
|
|
51
|
+
type Delivery = NonNullable<AgentUpdateEmitted["delivery"]>;
|
|
52
|
+
|
|
53
|
+
const storage = () =>
|
|
54
|
+
LedgerError.make({ operation: "agent-update", message: "Durable update persistence failed" });
|
|
55
|
+
|
|
56
|
+
const rejected = (reason: UpdateError["reason"]) => UpdateError.make({ reason });
|
|
57
|
+
|
|
58
|
+
/** Acceptance is fenced by the actual emitting Attempt; recovery only recreates frozen outbox rows. */
|
|
59
|
+
export const makeAgentUpdateRuntime = Effect.fn("AgentUpdates.makeDurable")(function* (options: {
|
|
60
|
+
readonly deploymentId: DeploymentId;
|
|
61
|
+
readonly producerId: ProducerId;
|
|
62
|
+
}) {
|
|
63
|
+
const store = yield* ThreadStore;
|
|
64
|
+
const workers = yield* WorkerRuntime;
|
|
65
|
+
const deliveries = yield* Effect.serviceOption(MessageDeliveryStore);
|
|
66
|
+
const crypto = yield* Crypto.Crypto;
|
|
67
|
+
const failpoint = yield* DurableRuntimeFailpoint;
|
|
68
|
+
|
|
69
|
+
const read = (threadId: ThreadId) =>
|
|
70
|
+
store.export(ThreadExportRequest.make({ threadId })).pipe(Effect.mapError(storage));
|
|
71
|
+
|
|
72
|
+
const prepareDelivery = Effect.fn("AgentUpdates.prepareDelivery")(function* (
|
|
73
|
+
update: Update,
|
|
74
|
+
delivery: Delivery,
|
|
75
|
+
) {
|
|
76
|
+
const envelope = yield* Schema.decodeUnknownEffect(PreparedInput)(delivery.envelope).pipe(
|
|
77
|
+
Effect.mapError(storage),
|
|
78
|
+
);
|
|
79
|
+
|
|
80
|
+
return yield* prepareMessageDelivery({
|
|
81
|
+
key: { ownerThreadId: update.threadId, messageId: delivery.messageId },
|
|
82
|
+
envelope,
|
|
83
|
+
createdAtMillis: delivery.createdAtMillis,
|
|
84
|
+
deadlineAtMillis: delivery.deadlineAtMillis,
|
|
85
|
+
...(delivery.predecessor === undefined ? {} : { predecessor: delivery.predecessor }),
|
|
86
|
+
}).pipe(Effect.provideService(Crypto.Crypto, crypto), Effect.mapError(storage));
|
|
87
|
+
});
|
|
88
|
+
|
|
89
|
+
const insert = Effect.fn("AgentUpdates.restoreDelivery")(function* (record: AgentUpdateEmitted) {
|
|
90
|
+
const delivery = record.delivery;
|
|
91
|
+
|
|
92
|
+
if (delivery === undefined) return;
|
|
93
|
+
if (Option.isNone(deliveries)) return yield* storage();
|
|
94
|
+
const prepared = yield* prepareDelivery(record.update, delivery);
|
|
95
|
+
|
|
96
|
+
yield* failpoint.hit("update:before-delivery-insert");
|
|
97
|
+
yield* deliveries.value.insert(prepared).pipe(Effect.mapError(storage));
|
|
98
|
+
yield* failpoint.hit("update:after-delivery-insert");
|
|
99
|
+
});
|
|
100
|
+
|
|
101
|
+
const repair = Effect.fn("AgentUpdates.repair")(function* (threadId: ThreadId) {
|
|
102
|
+
const history = yield* read(threadId);
|
|
103
|
+
|
|
104
|
+
for (const { record } of history.records) {
|
|
105
|
+
if (record.payload._tag === "AgentUpdateEmitted" && record.payload.delivery !== undefined)
|
|
106
|
+
yield* insert(record.payload);
|
|
107
|
+
}
|
|
108
|
+
});
|
|
109
|
+
|
|
110
|
+
const emit = Effect.fn("AgentUpdates.accept")(function* (request: {
|
|
111
|
+
readonly submission: SubmissionSnapshot;
|
|
112
|
+
readonly runId: RunId;
|
|
113
|
+
readonly producerEpoch: ProducerEpoch;
|
|
114
|
+
readonly definitions: DefinitionDigests;
|
|
115
|
+
readonly updateId: IdempotencyKey;
|
|
116
|
+
readonly value: Schema.Json;
|
|
117
|
+
readonly maxCount?: number;
|
|
118
|
+
readonly maxBytes?: number;
|
|
119
|
+
}) {
|
|
120
|
+
const value = yield* Schema.encodeEffect(Schema.fromJsonString(PersistedJson))(
|
|
121
|
+
request.value,
|
|
122
|
+
).pipe(
|
|
123
|
+
Effect.flatMap(Schema.decodeEffect(Schema.fromJsonString(PersistedJson))),
|
|
124
|
+
Effect.mapError(() => rejected("validation")),
|
|
125
|
+
);
|
|
126
|
+
|
|
127
|
+
const updateId = yield* Schema.decodeEffect(IdempotencyKey)(request.updateId).pipe(
|
|
128
|
+
Effect.mapError(() => rejected("validation")),
|
|
129
|
+
);
|
|
130
|
+
|
|
131
|
+
const digest = yield* digestJson([request.submission.threadId, request.runId, updateId]).pipe(
|
|
132
|
+
Effect.provideService(Crypto.Crypto, crypto),
|
|
133
|
+
Effect.mapError(storage),
|
|
134
|
+
);
|
|
135
|
+
|
|
136
|
+
const id = `agent-update:${digest}`;
|
|
137
|
+
const messageId = Schema.decodeSync(IdempotencyKey)(`worker-update:${digest}`);
|
|
138
|
+
const maxCount = request.maxCount ?? 32;
|
|
139
|
+
const maxBytes = request.maxBytes ?? 16_384;
|
|
140
|
+
|
|
141
|
+
if (
|
|
142
|
+
!Number.isSafeInteger(maxCount) ||
|
|
143
|
+
maxCount < 1 ||
|
|
144
|
+
!Number.isSafeInteger(maxBytes) ||
|
|
145
|
+
maxBytes < 1
|
|
146
|
+
)
|
|
147
|
+
return yield* rejected("validation");
|
|
148
|
+
|
|
149
|
+
for (let attempt = 0; attempt < 32; attempt++) {
|
|
150
|
+
const history = yield* read(request.submission.threadId);
|
|
151
|
+
|
|
152
|
+
const updates = history.records.flatMap(({ record }) =>
|
|
153
|
+
record.payload._tag === "AgentUpdateEmitted" ? [record.payload] : [],
|
|
154
|
+
);
|
|
155
|
+
|
|
156
|
+
const existing = updates.find(
|
|
157
|
+
(entry) => entry.update.runId === request.runId && entry.update.updateId === updateId,
|
|
158
|
+
);
|
|
159
|
+
|
|
160
|
+
if (existing !== undefined) {
|
|
161
|
+
if (
|
|
162
|
+
existing.update.agentId !== request.submission.agentId ||
|
|
163
|
+
!Schema.toEquivalence(PersistedJson)(existing.update.value, value) ||
|
|
164
|
+
!Schema.toEquivalence(DefinitionDigests)(existing.definitions, request.definitions)
|
|
165
|
+
)
|
|
166
|
+
return yield* rejected("conflict");
|
|
167
|
+
yield* insert(existing);
|
|
168
|
+
|
|
169
|
+
return existing.update;
|
|
170
|
+
}
|
|
171
|
+
const own = updates.filter((entry) => entry.update.runId === request.runId);
|
|
172
|
+
|
|
173
|
+
if (
|
|
174
|
+
own.length >= maxCount ||
|
|
175
|
+
own.reduce(
|
|
176
|
+
(total, entry) => total + utf8ByteLength(JSON.stringify(entry.update.value)),
|
|
177
|
+
0,
|
|
178
|
+
) +
|
|
179
|
+
utf8ByteLength(JSON.stringify(value)) >
|
|
180
|
+
maxBytes
|
|
181
|
+
)
|
|
182
|
+
return yield* rejected("capacity");
|
|
183
|
+
if (
|
|
184
|
+
history.records.some(
|
|
185
|
+
({ record }) =>
|
|
186
|
+
record.payload._tag === "SubmissionSettled" && record.payload.runId === request.runId,
|
|
187
|
+
) ||
|
|
188
|
+
!history.records.some(
|
|
189
|
+
({ record }) =>
|
|
190
|
+
record.payload._tag === "RunStarted" && record.payload.runId === request.runId,
|
|
191
|
+
)
|
|
192
|
+
)
|
|
193
|
+
return yield* rejected("identity");
|
|
194
|
+
|
|
195
|
+
const update = Update.make({
|
|
196
|
+
schemaVersion: 1,
|
|
197
|
+
agentId: request.submission.agentId,
|
|
198
|
+
threadId: request.submission.threadId,
|
|
199
|
+
runId: request.runId,
|
|
200
|
+
updateId,
|
|
201
|
+
sequence: (updates.at(-1)?.update.sequence ?? 0) + 1,
|
|
202
|
+
value,
|
|
203
|
+
});
|
|
204
|
+
|
|
205
|
+
const prepared = yield* workers.prepareUpdate(update, request.submission, messageId);
|
|
206
|
+
let delivery: Delivery | undefined;
|
|
207
|
+
|
|
208
|
+
if (prepared !== undefined) {
|
|
209
|
+
if (Option.isNone(deliveries)) return yield* rejected("unavailable");
|
|
210
|
+
const retained = updates.filter((entry) => entry.delivery !== undefined);
|
|
211
|
+
const capacity = messageDeliveryCapacity(deliveries.value.limits, true);
|
|
212
|
+
|
|
213
|
+
if (
|
|
214
|
+
retained.length >= capacity.retained ||
|
|
215
|
+
utf8ByteLength(JSON.stringify(prepared.envelope)) >
|
|
216
|
+
deliveries.value.limits.maxEnvelopeBytes
|
|
217
|
+
)
|
|
218
|
+
return yield* rejected("capacity");
|
|
219
|
+
let pending = 0;
|
|
220
|
+
|
|
221
|
+
for (const accepted of retained) {
|
|
222
|
+
if (accepted.delivery === undefined) continue;
|
|
223
|
+
|
|
224
|
+
const row = yield* deliveries.value
|
|
225
|
+
.get({
|
|
226
|
+
ownerThreadId: request.submission.threadId,
|
|
227
|
+
messageId: accepted.delivery.messageId,
|
|
228
|
+
})
|
|
229
|
+
.pipe(Effect.mapError(storage));
|
|
230
|
+
|
|
231
|
+
if (row === null || messageDeliveryUsesCapacity(row)) pending++;
|
|
232
|
+
}
|
|
233
|
+
if (pending >= capacity.pending) return yield* rejected("capacity");
|
|
234
|
+
const predecessor = lastWorkerReportMessageId(history.records);
|
|
235
|
+
|
|
236
|
+
delivery = { ...prepared, ...(predecessor === undefined ? {} : { predecessor }) };
|
|
237
|
+
const deliveryRecord = yield* prepareDelivery(update, delivery);
|
|
238
|
+
|
|
239
|
+
const stored = yield* Schema.encodeEffect(Schema.fromJsonString(MessageDeliveryRecord))(
|
|
240
|
+
deliveryRecord,
|
|
241
|
+
).pipe(Effect.mapError(storage));
|
|
242
|
+
|
|
243
|
+
if (utf8ByteLength(stored) > deliveries.value.maxStoredValueBytes)
|
|
244
|
+
return yield* rejected("capacity");
|
|
245
|
+
}
|
|
246
|
+
|
|
247
|
+
const payload = AgentUpdateEmitted.make({
|
|
248
|
+
update,
|
|
249
|
+
definitions: request.definitions,
|
|
250
|
+
...(delivery === undefined ? {} : { delivery }),
|
|
251
|
+
});
|
|
252
|
+
|
|
253
|
+
const tail = yield* store
|
|
254
|
+
.inspectTail(ThreadTailRequest.make({ threadId: request.submission.threadId }))
|
|
255
|
+
.pipe(Effect.mapError(storage));
|
|
256
|
+
|
|
257
|
+
if (tail.producerEpoch !== request.producerEpoch) return yield* storage();
|
|
258
|
+
if (tail.tailSequence !== history.tailSequence || tail.tailDigest !== history.tailDigest)
|
|
259
|
+
continue;
|
|
260
|
+
yield* failpoint.hit("update:before-canonical-append");
|
|
261
|
+
|
|
262
|
+
const appended = yield* store
|
|
263
|
+
.append(
|
|
264
|
+
FencedAppendRequest.make({
|
|
265
|
+
threadId: request.submission.threadId,
|
|
266
|
+
producerEpoch: request.producerEpoch,
|
|
267
|
+
expectedTailSequence: history.tailSequence,
|
|
268
|
+
expectedTailDigest: history.tailDigest,
|
|
269
|
+
batch: CanonicalBatch.make({
|
|
270
|
+
batchId: Schema.decodeSync(BatchId)(id),
|
|
271
|
+
producerId: options.producerId,
|
|
272
|
+
records: [
|
|
273
|
+
RecordEnvelope.make({
|
|
274
|
+
recordId: Schema.decodeSync(RecordId)(id),
|
|
275
|
+
family: "thread",
|
|
276
|
+
schemaVersion: 1,
|
|
277
|
+
createdAt: DateTime.makeUnsafe(yield* Clock.currentTimeMillis),
|
|
278
|
+
deploymentId: options.deploymentId,
|
|
279
|
+
payload,
|
|
280
|
+
}),
|
|
281
|
+
],
|
|
282
|
+
}),
|
|
283
|
+
}),
|
|
284
|
+
)
|
|
285
|
+
.pipe(
|
|
286
|
+
Effect.as(true),
|
|
287
|
+
Effect.catchTag("AppendConflict", () => Effect.succeed(false)),
|
|
288
|
+
Effect.mapError(storage),
|
|
289
|
+
);
|
|
290
|
+
|
|
291
|
+
if (!appended) continue;
|
|
292
|
+
yield* failpoint.hit("update:after-canonical-append");
|
|
293
|
+
yield* insert(payload);
|
|
294
|
+
|
|
295
|
+
return update;
|
|
296
|
+
}
|
|
297
|
+
|
|
298
|
+
return yield* storage();
|
|
299
|
+
});
|
|
300
|
+
|
|
301
|
+
return { emit, repair };
|
|
302
|
+
});
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { Option, Schema } from "effect";
|
|
2
|
+
|
|
3
|
+
const ErrorMessage = Schema.Struct({ message: Schema.String });
|
|
4
|
+
const ErrorTag = Schema.Struct({ _tag: Schema.NonEmptyString });
|
|
5
|
+
const decodeErrorMessage = Schema.decodeUnknownOption(ErrorMessage);
|
|
6
|
+
const decodeErrorTag = Schema.decodeUnknownOption(ErrorTag);
|
|
7
|
+
|
|
8
|
+
interface ForeignDiagnostic {
|
|
9
|
+
readonly tag?: string | undefined;
|
|
10
|
+
readonly message?: string | undefined;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
/**
|
|
14
|
+
* Inspect a foreign failure without trusting its property accessors. Schema owns the accepted
|
|
15
|
+
* fields, while the guards around each decode keep hostile proxies and getters from escaping as
|
|
16
|
+
* defects during diagnostic projection.
|
|
17
|
+
*/
|
|
18
|
+
export const inspectForeignDiagnostic = (value: unknown): ForeignDiagnostic => {
|
|
19
|
+
let tag: string | undefined;
|
|
20
|
+
let message: string | undefined;
|
|
21
|
+
|
|
22
|
+
try {
|
|
23
|
+
tag = Option.getOrUndefined(decodeErrorTag(value))?._tag;
|
|
24
|
+
} catch {
|
|
25
|
+
// A diagnostic is best effort. The caller supplies the stable fallback classification.
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
try {
|
|
29
|
+
message = Option.getOrUndefined(decodeErrorMessage(value))?.message;
|
|
30
|
+
} catch {
|
|
31
|
+
// A hostile message accessor must not replace the original failure with a defect.
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
return {
|
|
35
|
+
...(tag === undefined ? {} : { tag }),
|
|
36
|
+
...(message === undefined ? {} : { message }),
|
|
37
|
+
};
|
|
38
|
+
};
|
|
39
|
+
|
|
40
|
+
/** Render an opaque foreign value without allowing its coercion hooks to escape. */
|
|
41
|
+
export const safeUnknownString = (value: unknown, fallback: string): string => {
|
|
42
|
+
try {
|
|
43
|
+
return String(value);
|
|
44
|
+
} catch {
|
|
45
|
+
return fallback;
|
|
46
|
+
}
|
|
47
|
+
};
|
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
import { Option, Schema } from "effect";
|
|
2
|
+
import { Prompt } from "effect/unstable/ai";
|
|
3
|
+
|
|
4
|
+
import { RunId, SubmissionId } from "../../core/Identifiers.ts";
|
|
5
|
+
import { RunPolicyUsage } from "../../core/RunPolicyUsage.ts";
|
|
6
|
+
import { Selection } from "../../core/ToolExposure.ts";
|
|
7
|
+
import { RunUsageSummary } from "../../core/Usage.ts";
|
|
8
|
+
import { CanonicalRecordEnvelope, CanonicalSequence, Digest, PersistedJson } from "../Records.ts";
|
|
9
|
+
|
|
10
|
+
/** Retired accounting is additive; the latest Tool batch always remains replayable verbatim. */
|
|
11
|
+
export class JournalCheckpointSeed extends Schema.Class<JournalCheckpointSeed>(
|
|
12
|
+
"@effect-agent/thread/internal/JournalCheckpointSeed",
|
|
13
|
+
)({
|
|
14
|
+
runId: RunId,
|
|
15
|
+
throughSequence: CanonicalSequence,
|
|
16
|
+
firstSequence: Schema.optionalKey(CanonicalSequence),
|
|
17
|
+
toolSelection: Schema.optionalKey(Selection),
|
|
18
|
+
committedTurns: Schema.Natural,
|
|
19
|
+
policyUsage: RunPolicyUsage,
|
|
20
|
+
modelCalls: Schema.Natural,
|
|
21
|
+
unobservedModelCalls: Schema.Natural,
|
|
22
|
+
inputTokens: Schema.Natural,
|
|
23
|
+
outputTokens: Schema.Natural,
|
|
24
|
+
lastInputTokens: Schema.Natural,
|
|
25
|
+
lastOutputTokens: Schema.Natural,
|
|
26
|
+
costMicrousd: Schema.Natural,
|
|
27
|
+
summarizedModelUsage: RunUsageSummary,
|
|
28
|
+
protectedContext: Schema.optionalKey(PersistedJson),
|
|
29
|
+
contextWindowId: Schema.optionalKey(Schema.String),
|
|
30
|
+
frontier: Schema.optionalKey(
|
|
31
|
+
Schema.Struct({
|
|
32
|
+
sequence: CanonicalSequence,
|
|
33
|
+
tag: Schema.Literals(["ModelResponseRecorded", "ToolCallSettled"]),
|
|
34
|
+
}),
|
|
35
|
+
),
|
|
36
|
+
/** Canonical replacement whose covered batches were validated before retirement. */
|
|
37
|
+
compaction: CanonicalRecordEnvelope,
|
|
38
|
+
}) {}
|
|
39
|
+
|
|
40
|
+
/** A bounded sparse projection, never a canonical log or a submission-ownership record. */
|
|
41
|
+
export class RecoveryCheckpointState extends Schema.Class<RecoveryCheckpointState>(
|
|
42
|
+
"@effect-agent/thread/internal/RecoveryCheckpointState",
|
|
43
|
+
)({
|
|
44
|
+
schemaVersion: Schema.Literal(1),
|
|
45
|
+
policyAccountingVersion: Schema.Literal(1),
|
|
46
|
+
submissionId: SubmissionId,
|
|
47
|
+
submissionIds: Schema.Array(SubmissionId).check(Schema.isMaxLength(4_096)),
|
|
48
|
+
seed: JournalCheckpointSeed,
|
|
49
|
+
records: Schema.Array(CanonicalRecordEnvelope).check(Schema.isMaxLength(4_096)),
|
|
50
|
+
}) {}
|
|
51
|
+
|
|
52
|
+
export class RecoveryCheckpointContents extends Schema.Class<RecoveryCheckpointContents>(
|
|
53
|
+
"@effect-agent/thread/internal/RecoveryCheckpointContents",
|
|
54
|
+
)({
|
|
55
|
+
state: RecoveryCheckpointState,
|
|
56
|
+
digest: Digest,
|
|
57
|
+
}) {}
|
|
58
|
+
|
|
59
|
+
export const RECOVERY_ENGINE_VERSION = "effect-agent/recovery@1";
|
|
60
|
+
|
|
61
|
+
/**
|
|
62
|
+
* Late evidence can invalidate an old compaction. Such histories use full canonical replay;
|
|
63
|
+
* an omitted run/turn must never be treated as proven absent by a sparse projection.
|
|
64
|
+
*/
|
|
65
|
+
export const checkpointSuffixCompatible = (
|
|
66
|
+
seed: JournalCheckpointSeed,
|
|
67
|
+
records: ReadonlyArray<CanonicalRecordEnvelope>,
|
|
68
|
+
retained: ReadonlyArray<CanonicalRecordEnvelope>,
|
|
69
|
+
): boolean =>
|
|
70
|
+
records.every(({ sequence, record: { payload } }) => {
|
|
71
|
+
if ("runId" in payload && payload.runId !== undefined && payload.runId !== seed.runId)
|
|
72
|
+
return false;
|
|
73
|
+
if ("turn" in payload && payload.turn <= seed.committedTurns) return false;
|
|
74
|
+
if (payload._tag === "ToolCallSettled" || payload._tag === "ToolCallResolved") {
|
|
75
|
+
// These records have no turn. The retained declaration/preparation proves their scope.
|
|
76
|
+
return [...retained, ...records].some(
|
|
77
|
+
({ sequence: declarationSequence, record: { payload: candidate } }) => {
|
|
78
|
+
if (
|
|
79
|
+
candidate._tag !== "ModelResponseRecorded" ||
|
|
80
|
+
candidate.runId !== payload.runId ||
|
|
81
|
+
candidate.turn <= seed.committedTurns ||
|
|
82
|
+
seed.compaction.record.payload._tag !== "CompactionCreated" ||
|
|
83
|
+
declarationSequence <= seed.compaction.record.payload.coversThrough ||
|
|
84
|
+
declarationSequence >= sequence
|
|
85
|
+
)
|
|
86
|
+
return false;
|
|
87
|
+
const decoded = Schema.decodeUnknownOption(Prompt.Prompt)(candidate.messages);
|
|
88
|
+
|
|
89
|
+
return (
|
|
90
|
+
Option.isSome(decoded) &&
|
|
91
|
+
decoded.value.content.some(
|
|
92
|
+
(message) =>
|
|
93
|
+
message.role === "assistant" &&
|
|
94
|
+
message.content.some(
|
|
95
|
+
(part) => part.type === "tool-call" && part.id === payload.toolCallId,
|
|
96
|
+
),
|
|
97
|
+
)
|
|
98
|
+
);
|
|
99
|
+
},
|
|
100
|
+
);
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
return payload._tag !== "CompactionCreated" || payload.coversThrough >= seed.throughSequence;
|
|
104
|
+
});
|
|
@@ -0,0 +1,107 @@
|
|
|
1
|
+
import { type RunId } from "../../core/Identifiers.ts";
|
|
2
|
+
import {
|
|
3
|
+
type CanonicalRecordEnvelope,
|
|
4
|
+
type CompactionCreated,
|
|
5
|
+
type ToolCallSettled,
|
|
6
|
+
} from "../Records.ts";
|
|
7
|
+
import { type JournalCheckpointSeed } from "./journal-checkpoint.ts";
|
|
8
|
+
|
|
9
|
+
/** Metadata for one exact canonical prefix, including the same optional checkpoint seed. */
|
|
10
|
+
export interface JournalMetadata {
|
|
11
|
+
readonly ownerRunId: RunId | undefined;
|
|
12
|
+
readonly seed: JournalCheckpointSeed | undefined;
|
|
13
|
+
readonly firstSequenceByRun: ReadonlyMap<string, number>;
|
|
14
|
+
readonly lastResponseSequenceByRun: ReadonlyMap<string, number>;
|
|
15
|
+
readonly terminalSequenceByRun: ReadonlyMap<string, number>;
|
|
16
|
+
readonly settledSpans: ReadonlyArray<{ readonly from: number; readonly to: number }>;
|
|
17
|
+
readonly settledToolCallRecordIds: ReadonlySet<string>;
|
|
18
|
+
readonly settledById: ReadonlyMap<
|
|
19
|
+
string,
|
|
20
|
+
Pick<ToolCallSettled, "isFailure" | "budgetRejected" | "toolSelection">
|
|
21
|
+
>;
|
|
22
|
+
readonly compactions: ReadonlyArray<{
|
|
23
|
+
readonly payload: CompactionCreated;
|
|
24
|
+
readonly sequence: number;
|
|
25
|
+
}>;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
/**
|
|
29
|
+
* Attempt-local metadata collector. Feed every validated record exactly once, in canonical order,
|
|
30
|
+
* including records omitted from the control view. A snapshot is independent of later suffix
|
|
31
|
+
* additions and may only accompany a replay stream bounded at that same captured tail.
|
|
32
|
+
*/
|
|
33
|
+
export const makeJournalMetadata = (
|
|
34
|
+
ownerRunId: RunId | undefined,
|
|
35
|
+
seed?: JournalCheckpointSeed,
|
|
36
|
+
) => {
|
|
37
|
+
const firstSequenceByRun = new Map<string, number>();
|
|
38
|
+
|
|
39
|
+
if (seed?.firstSequence !== undefined) firstSequenceByRun.set(seed.runId, seed.firstSequence);
|
|
40
|
+
const lastResponseSequenceByRun = new Map<string, number>();
|
|
41
|
+
const terminalSequenceByRun = new Map<string, number>();
|
|
42
|
+
const settledSpans: Array<{ readonly from: number; readonly to: number }> = [];
|
|
43
|
+
const settledToolCallRecordIds = new Set<string>();
|
|
44
|
+
|
|
45
|
+
const settledById = new Map<
|
|
46
|
+
string,
|
|
47
|
+
Pick<ToolCallSettled, "isFailure" | "budgetRejected" | "toolSelection">
|
|
48
|
+
>();
|
|
49
|
+
|
|
50
|
+
const compactions: Array<{ readonly payload: CompactionCreated; readonly sequence: number }> = [];
|
|
51
|
+
|
|
52
|
+
return {
|
|
53
|
+
add: (envelope: CanonicalRecordEnvelope): void => {
|
|
54
|
+
const payload = envelope.record.payload;
|
|
55
|
+
|
|
56
|
+
if (
|
|
57
|
+
(payload._tag === "RunCompleted" ||
|
|
58
|
+
payload._tag === "RunFailed" ||
|
|
59
|
+
payload._tag === "SubmissionSettled") &&
|
|
60
|
+
payload.runId !== undefined &&
|
|
61
|
+
!terminalSequenceByRun.has(payload.runId)
|
|
62
|
+
)
|
|
63
|
+
terminalSequenceByRun.set(payload.runId, envelope.sequence);
|
|
64
|
+
if (payload._tag === "CompactionCreated") {
|
|
65
|
+
compactions.push({ payload, sequence: envelope.sequence });
|
|
66
|
+
|
|
67
|
+
return;
|
|
68
|
+
}
|
|
69
|
+
if (
|
|
70
|
+
"runId" in payload &&
|
|
71
|
+
typeof payload.runId === "string" &&
|
|
72
|
+
!firstSequenceByRun.has(payload.runId)
|
|
73
|
+
)
|
|
74
|
+
firstSequenceByRun.set(payload.runId, envelope.sequence);
|
|
75
|
+
if (payload._tag === "ModelResponseRecorded") {
|
|
76
|
+
lastResponseSequenceByRun.set(payload.runId, envelope.sequence);
|
|
77
|
+
} else if (payload._tag === "ToolCallSettled") {
|
|
78
|
+
settledToolCallRecordIds.add(envelope.record.recordId);
|
|
79
|
+
if (payload.runId === ownerRunId)
|
|
80
|
+
settledById.set(envelope.record.recordId, {
|
|
81
|
+
isFailure: payload.isFailure,
|
|
82
|
+
...(payload.toolSelection === undefined
|
|
83
|
+
? {}
|
|
84
|
+
: { toolSelection: payload.toolSelection }),
|
|
85
|
+
...(payload.budgetRejected === undefined
|
|
86
|
+
? {}
|
|
87
|
+
: { budgetRejected: payload.budgetRejected }),
|
|
88
|
+
});
|
|
89
|
+
const from = lastResponseSequenceByRun.get(payload.runId);
|
|
90
|
+
|
|
91
|
+
if (from !== undefined && from < envelope.sequence)
|
|
92
|
+
settledSpans.push({ from, to: envelope.sequence });
|
|
93
|
+
}
|
|
94
|
+
},
|
|
95
|
+
snapshot: (): JournalMetadata => ({
|
|
96
|
+
ownerRunId,
|
|
97
|
+
seed,
|
|
98
|
+
firstSequenceByRun: new Map(firstSequenceByRun),
|
|
99
|
+
lastResponseSequenceByRun: new Map(lastResponseSequenceByRun),
|
|
100
|
+
terminalSequenceByRun: new Map(terminalSequenceByRun),
|
|
101
|
+
settledSpans: [...settledSpans],
|
|
102
|
+
settledToolCallRecordIds: new Set(settledToolCallRecordIds),
|
|
103
|
+
settledById: new Map(settledById),
|
|
104
|
+
compactions: [...compactions],
|
|
105
|
+
}),
|
|
106
|
+
};
|
|
107
|
+
};
|