effect-agent 0.1.0-beta.9 → 0.1.0-beta.91
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-CHipL2jG.mjs +4598 -0
- package/dist/AgentRuntime-CHipL2jG.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-D7gDKGjH.mjs +6368 -0
- package/dist/DurableAgentRuntime-D7gDKGjH.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-DyfzHNdv.d.mts +826 -0
- package/dist/Subagent-U5qXOFE8.mjs +1469 -0
- package/dist/Subagent-U5qXOFE8.mjs.map +1 -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 +8 -0
- package/dist/ToolExposure.mjs +21 -0
- package/dist/ToolExposure.mjs.map +1 -0
- 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 +436 -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 +89 -6
- package/dist/index.mjs +98 -6
- 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 +273 -0
- package/dist/sandbox/ProtectedBrowser.mjs +287 -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 -40
- package/src/Ephemeral.ts +17 -0
- package/src/ToolExposure.ts +2 -0
- 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 +778 -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 +10162 -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 +97 -22
- 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 +436 -0
- package/src/sandbox/Sandbox.ts +241 -0
|
@@ -0,0 +1,608 @@
|
|
|
1
|
+
import { Clock, Crypto, DateTime, Effect, Option, Schema, Stream } from "effect";
|
|
2
|
+
|
|
3
|
+
import type { InboxPage } from "../../capabilities/Messaging.ts";
|
|
4
|
+
import {
|
|
5
|
+
MessageAdmission,
|
|
6
|
+
MessageRef,
|
|
7
|
+
MessageStatus,
|
|
8
|
+
MessagingError,
|
|
9
|
+
PeerName,
|
|
10
|
+
} from "../../capabilities/Messaging.ts";
|
|
11
|
+
import type { AgentId, ThreadId } from "../../core/Identifiers.ts";
|
|
12
|
+
import { IdempotencyKey, type Principal } from "../../core/Receipt.ts";
|
|
13
|
+
import type { WorkerSource } from "../../core/Worker.ts";
|
|
14
|
+
import {
|
|
15
|
+
type MessagingHost,
|
|
16
|
+
type PeerTarget,
|
|
17
|
+
type SendPeerMessage,
|
|
18
|
+
} from "../../engine/MessagingHost.ts";
|
|
19
|
+
import {
|
|
20
|
+
PeerAuthorizer,
|
|
21
|
+
PeerRoutes,
|
|
22
|
+
PeerDeliveryLifetime,
|
|
23
|
+
PeerMessageCapacity,
|
|
24
|
+
} from "../../engine/MessagingHost.ts";
|
|
25
|
+
import { digestJson } from "../Digest.ts";
|
|
26
|
+
import type { DurableSubmitOptions } from "../DurableAgentRuntime.ts";
|
|
27
|
+
import {
|
|
28
|
+
MessageDeliveryFailpoint,
|
|
29
|
+
MessageDeliveryStore,
|
|
30
|
+
type MessageDeliveryRecord,
|
|
31
|
+
prepareMessageDelivery,
|
|
32
|
+
} from "../MessageDelivery.ts";
|
|
33
|
+
import {
|
|
34
|
+
BatchId,
|
|
35
|
+
CanonicalBatch,
|
|
36
|
+
CanonicalSequence,
|
|
37
|
+
type DeploymentId,
|
|
38
|
+
type Digest,
|
|
39
|
+
PeerMessagePrepared,
|
|
40
|
+
PersistedJson,
|
|
41
|
+
type ProducerId,
|
|
42
|
+
RecordEnvelope,
|
|
43
|
+
RecordId,
|
|
44
|
+
} from "../Records.ts";
|
|
45
|
+
import { PreparedInput } from "../Subscription.ts";
|
|
46
|
+
import {
|
|
47
|
+
FencedAppendRequest,
|
|
48
|
+
ThreadExportRequest,
|
|
49
|
+
ThreadRead,
|
|
50
|
+
ThreadTailRequest,
|
|
51
|
+
ThreadStore,
|
|
52
|
+
} from "../ThreadStore.ts";
|
|
53
|
+
import {
|
|
54
|
+
definitionDigestsEqual,
|
|
55
|
+
resolveDefinitionBinding,
|
|
56
|
+
type ResolvedBinding,
|
|
57
|
+
} from "./agent-registration.ts";
|
|
58
|
+
|
|
59
|
+
export interface MessagingRuntimeOptions {
|
|
60
|
+
readonly bindings: ReadonlyArray<ResolvedBinding>;
|
|
61
|
+
readonly deploymentId: DeploymentId;
|
|
62
|
+
readonly producerId: ProducerId;
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
const failure = (operation: MessagingError["operation"], reason: MessagingError["reason"]) =>
|
|
66
|
+
MessagingError.make({ operation, reason });
|
|
67
|
+
|
|
68
|
+
const sameRef = Schema.toEquivalence(MessageRef);
|
|
69
|
+
const sameAdmission = Schema.toEquivalence(MessageAdmission);
|
|
70
|
+
const sameJson = Schema.toEquivalence(PersistedJson);
|
|
71
|
+
|
|
72
|
+
/** Thread-owned durable peer delivery. Source proof and the independent due index survive Run settlement. */
|
|
73
|
+
export const makeMessagingRuntime = Effect.fn("MessagingHost.make")(function* (
|
|
74
|
+
options: MessagingRuntimeOptions,
|
|
75
|
+
) {
|
|
76
|
+
const deps = {
|
|
77
|
+
...options,
|
|
78
|
+
store: yield* ThreadStore,
|
|
79
|
+
deliveries: yield* Effect.serviceOption(MessageDeliveryStore),
|
|
80
|
+
crypto: yield* Crypto.Crypto,
|
|
81
|
+
authorizer: yield* PeerAuthorizer,
|
|
82
|
+
routes: yield* PeerRoutes,
|
|
83
|
+
lifetimeMillis: yield* PeerDeliveryLifetime,
|
|
84
|
+
maxMessagesPerSource: yield* PeerMessageCapacity,
|
|
85
|
+
failpoint: yield* MessageDeliveryFailpoint,
|
|
86
|
+
};
|
|
87
|
+
|
|
88
|
+
const digest = (value: Schema.Json) =>
|
|
89
|
+
digestJson(value).pipe(
|
|
90
|
+
Effect.provideService(Crypto.Crypto, deps.crypto),
|
|
91
|
+
Effect.mapError(() => failure("send", "storage")),
|
|
92
|
+
);
|
|
93
|
+
|
|
94
|
+
const read = (threadId: ThreadId) =>
|
|
95
|
+
deps.store
|
|
96
|
+
.export(ThreadExportRequest.make({ threadId }))
|
|
97
|
+
.pipe(Effect.mapError(() => failure("context", "storage")));
|
|
98
|
+
|
|
99
|
+
const sourceOf = Effect.fn("MessagingHost.source")(function* (threadId: ThreadId) {
|
|
100
|
+
const log = yield* read(threadId);
|
|
101
|
+
const created = log.records[0]?.record.payload;
|
|
102
|
+
|
|
103
|
+
if (created?._tag !== "ThreadCreated") return yield* failure("context", "not-found");
|
|
104
|
+
|
|
105
|
+
const matching = deps.bindings.filter(
|
|
106
|
+
(binding) =>
|
|
107
|
+
binding.agentId === created.agentId &&
|
|
108
|
+
definitionDigestsEqual(binding.digests, created.definitions),
|
|
109
|
+
);
|
|
110
|
+
|
|
111
|
+
if (matching.length !== 1) return yield* failure("context", "binding-mismatch");
|
|
112
|
+
|
|
113
|
+
return { log, address: { threadId, agentId: created.agentId } };
|
|
114
|
+
});
|
|
115
|
+
|
|
116
|
+
const decodeProof = Effect.fn("MessagingHost.decodeProof")(function* (record: RecordEnvelope) {
|
|
117
|
+
if (record.payload._tag !== "PeerMessagePrepared") return yield* failure("send", "corrupt");
|
|
118
|
+
|
|
119
|
+
const envelope = yield* Schema.decodeUnknownEffect(PreparedInput)(
|
|
120
|
+
record.payload.encodedEnvelope,
|
|
121
|
+
).pipe(Effect.mapError(() => failure("send", "corrupt")));
|
|
122
|
+
|
|
123
|
+
if (
|
|
124
|
+
!Schema.is(MessageAdmission)(envelope.messageAdmission) ||
|
|
125
|
+
envelope.messageAdmission.message.messageId !== record.payload.messageId
|
|
126
|
+
)
|
|
127
|
+
return yield* failure("send", "corrupt");
|
|
128
|
+
|
|
129
|
+
return {
|
|
130
|
+
envelope,
|
|
131
|
+
sourcePrincipal: record.payload.sourcePrincipal,
|
|
132
|
+
operation: record.payload.operation,
|
|
133
|
+
deadlineAtMillis: record.payload.deadlineAtMillis,
|
|
134
|
+
createdAtMillis: DateTime.toEpochMillis(record.createdAt),
|
|
135
|
+
};
|
|
136
|
+
});
|
|
137
|
+
|
|
138
|
+
const proof = Effect.fn("MessagingHost.proof")(function* (message: MessageRef) {
|
|
139
|
+
const source = yield* sourceOf(message.ownerThreadId);
|
|
140
|
+
|
|
141
|
+
const record = source.log.records.find(
|
|
142
|
+
({ record }) =>
|
|
143
|
+
record.payload._tag === "PeerMessagePrepared" &&
|
|
144
|
+
record.payload.messageId === message.messageId,
|
|
145
|
+
)?.record;
|
|
146
|
+
|
|
147
|
+
if (record === undefined) return yield* failure("reply", "invalid-reference");
|
|
148
|
+
const saved = yield* decodeProof(record);
|
|
149
|
+
|
|
150
|
+
if (
|
|
151
|
+
!Schema.is(MessageAdmission)(saved.envelope.messageAdmission) ||
|
|
152
|
+
saved.envelope.messageAdmission.sender.agentId !== source.address.agentId ||
|
|
153
|
+
!sameRef(saved.envelope.messageAdmission.message, message)
|
|
154
|
+
)
|
|
155
|
+
return yield* failure("reply", "invalid-reference");
|
|
156
|
+
|
|
157
|
+
return saved;
|
|
158
|
+
});
|
|
159
|
+
|
|
160
|
+
const authorizeEnvelope = Effect.fn("MessagingHost.authorizeEnvelope")(function* (
|
|
161
|
+
saved: Effect.Success<ReturnType<typeof proof>>,
|
|
162
|
+
operation: "send" | "reply",
|
|
163
|
+
) {
|
|
164
|
+
const metadata = saved.envelope.messageAdmission;
|
|
165
|
+
|
|
166
|
+
if (!Schema.is(MessageAdmission)(metadata)) return yield* failure(operation, "corrupt");
|
|
167
|
+
|
|
168
|
+
const principal = yield* deps.authorizer.authorize({
|
|
169
|
+
source: metadata.sender,
|
|
170
|
+
principal: saved.sourcePrincipal,
|
|
171
|
+
operation: saved.operation,
|
|
172
|
+
access: "send",
|
|
173
|
+
peerName: metadata.peerName,
|
|
174
|
+
destination: { threadId: saved.envelope.threadId, agentId: saved.envelope.agentId },
|
|
175
|
+
});
|
|
176
|
+
|
|
177
|
+
if (principal !== saved.envelope.deliveryPrincipal) return yield* failure(operation, "denied");
|
|
178
|
+
});
|
|
179
|
+
|
|
180
|
+
const status = (row: MessageDeliveryRecord): MessageStatus =>
|
|
181
|
+
MessageStatus.make({
|
|
182
|
+
message: row.key,
|
|
183
|
+
status: row.status,
|
|
184
|
+
receipt: row.receipt,
|
|
185
|
+
settlement:
|
|
186
|
+
row.settlement === null
|
|
187
|
+
? null
|
|
188
|
+
: { settlementId: row.settlement.settlementId, outcome: row.settlement.outcome },
|
|
189
|
+
reason: row.refusal ?? row.parkReason,
|
|
190
|
+
});
|
|
191
|
+
|
|
192
|
+
const deliveries = (operation: MessagingError["operation"]) =>
|
|
193
|
+
Option.isSome(deps.deliveries)
|
|
194
|
+
? Effect.succeed(deps.deliveries.value)
|
|
195
|
+
: failure(operation, "unavailable");
|
|
196
|
+
|
|
197
|
+
const mapStore =
|
|
198
|
+
(operation: MessagingError["operation"]) =>
|
|
199
|
+
(error: { readonly _tag: string; readonly reason?: string }) =>
|
|
200
|
+
failure(
|
|
201
|
+
operation,
|
|
202
|
+
error.reason === "capacity"
|
|
203
|
+
? "capacity"
|
|
204
|
+
: error.reason === "conflict"
|
|
205
|
+
? "conflict"
|
|
206
|
+
: "storage",
|
|
207
|
+
);
|
|
208
|
+
|
|
209
|
+
const lifetime = Schema.decodeEffect(
|
|
210
|
+
Schema.Int.check(Schema.isGreaterThan(0), Schema.isLessThanOrEqualTo(604_800_000)),
|
|
211
|
+
)(deps.lifetimeMillis).pipe(Effect.mapError(() => failure("send", "capacity")));
|
|
212
|
+
|
|
213
|
+
const capacity = Schema.decodeEffect(
|
|
214
|
+
Schema.Int.check(Schema.isGreaterThan(0), Schema.isLessThanOrEqualTo(1_000)),
|
|
215
|
+
)(deps.maxMessagesPerSource ?? 256).pipe(Effect.mapError(() => failure("send", "capacity")));
|
|
216
|
+
|
|
217
|
+
const facet = (
|
|
218
|
+
threadId: ThreadId,
|
|
219
|
+
principal: Principal,
|
|
220
|
+
toolSource?: WorkerSource,
|
|
221
|
+
): MessagingHost["Service"] => {
|
|
222
|
+
const authorize = Effect.fn("MessagingHost.authorize")(function* (
|
|
223
|
+
operation: MessagingError["operation"],
|
|
224
|
+
access: "context" | "read" | "send" | "control",
|
|
225
|
+
peer?: PeerTarget,
|
|
226
|
+
destination?: { readonly threadId: ThreadId; readonly agentId: AgentId },
|
|
227
|
+
) {
|
|
228
|
+
const source = yield* sourceOf(threadId);
|
|
229
|
+
|
|
230
|
+
if (
|
|
231
|
+
toolSource !== undefined &&
|
|
232
|
+
(toolSource.agentId !== source.address.agentId || toolSource.threadId !== threadId)
|
|
233
|
+
)
|
|
234
|
+
return yield* failure(operation, "denied");
|
|
235
|
+
if (peer !== undefined)
|
|
236
|
+
yield* Schema.decodeEffect(PeerName)(peer.name).pipe(
|
|
237
|
+
Effect.mapError(() => failure(operation, "invalid-input")),
|
|
238
|
+
);
|
|
239
|
+
|
|
240
|
+
const deliveryPrincipal = yield* deps.authorizer.authorize({
|
|
241
|
+
source: source.address,
|
|
242
|
+
principal,
|
|
243
|
+
operation,
|
|
244
|
+
access,
|
|
245
|
+
...(peer === undefined ? {} : { peerName: peer.name }),
|
|
246
|
+
...(destination === undefined ? {} : { destination }),
|
|
247
|
+
});
|
|
248
|
+
|
|
249
|
+
return { ...source, deliveryPrincipal };
|
|
250
|
+
});
|
|
251
|
+
|
|
252
|
+
const send = Effect.fn("MessagingHost.send")(function* (
|
|
253
|
+
request: SendPeerMessage,
|
|
254
|
+
operation: "send" | "reply",
|
|
255
|
+
) {
|
|
256
|
+
const initial = yield* authorize(operation, "send", request);
|
|
257
|
+
|
|
258
|
+
const target = yield* resolveDefinitionBinding(deps.bindings, request.target).pipe(
|
|
259
|
+
Effect.mapError(() => failure(operation, "binding-mismatch")),
|
|
260
|
+
);
|
|
261
|
+
|
|
262
|
+
const encoded = yield* Schema.decodeUnknownEffect(Schema.toEncoded(target.definition.input))(
|
|
263
|
+
request.encodedInput,
|
|
264
|
+
).pipe(Effect.mapError(() => failure(operation, "invalid-input")));
|
|
265
|
+
|
|
266
|
+
const input = yield* Schema.decodeUnknownEffect(PersistedJson)(encoded).pipe(
|
|
267
|
+
Effect.flatMap(Schema.encodeEffect(Schema.fromJsonString(PersistedJson))),
|
|
268
|
+
Effect.flatMap(Schema.decodeEffect(Schema.fromJsonString(PersistedJson))),
|
|
269
|
+
Effect.mapError(() => failure(operation, "invalid-input")),
|
|
270
|
+
);
|
|
271
|
+
|
|
272
|
+
const key = yield* Schema.decodeEffect(IdempotencyKey)(request.idempotencyKey).pipe(
|
|
273
|
+
Effect.mapError(() => failure(operation, "invalid-input")),
|
|
274
|
+
);
|
|
275
|
+
|
|
276
|
+
const inReplyTo =
|
|
277
|
+
request.inReplyTo === undefined
|
|
278
|
+
? undefined
|
|
279
|
+
: yield* Schema.decodeEffect(MessageRef)(request.inReplyTo).pipe(
|
|
280
|
+
Effect.mapError(() => failure(operation, "invalid-reference")),
|
|
281
|
+
);
|
|
282
|
+
|
|
283
|
+
const message: MessageRef = {
|
|
284
|
+
ownerThreadId: threadId,
|
|
285
|
+
messageId: Schema.decodeSync(IdempotencyKey)(
|
|
286
|
+
`peer:${yield* digest([threadId, principal, request.name, operation, key])}`,
|
|
287
|
+
),
|
|
288
|
+
};
|
|
289
|
+
|
|
290
|
+
const store = yield* deliveries(operation);
|
|
291
|
+
const window = yield* lifetime;
|
|
292
|
+
const maxMessages = yield* capacity;
|
|
293
|
+
|
|
294
|
+
for (let attempt = 0; attempt < 8; attempt++) {
|
|
295
|
+
const current = attempt === 0 ? initial : yield* sourceOf(threadId);
|
|
296
|
+
|
|
297
|
+
const prior = current.log.records.find(
|
|
298
|
+
({ record }) =>
|
|
299
|
+
record.payload._tag === "PeerMessagePrepared" &&
|
|
300
|
+
record.payload.messageId === message.messageId,
|
|
301
|
+
)?.record;
|
|
302
|
+
|
|
303
|
+
let saved: Effect.Success<ReturnType<typeof proof>>;
|
|
304
|
+
|
|
305
|
+
if (prior !== undefined) {
|
|
306
|
+
saved = yield* decodeProof(prior);
|
|
307
|
+
const metadata = saved.envelope.messageAdmission;
|
|
308
|
+
|
|
309
|
+
if (
|
|
310
|
+
!Schema.is(MessageAdmission)(metadata) ||
|
|
311
|
+
metadata.peerName !== request.name ||
|
|
312
|
+
saved.envelope.agentId !== target.agentId ||
|
|
313
|
+
!definitionDigestsEqual(saved.envelope.definitions, target.digests) ||
|
|
314
|
+
!sameJson(saved.envelope.input, input) ||
|
|
315
|
+
(inReplyTo === undefined || metadata.inReplyTo === undefined
|
|
316
|
+
? inReplyTo !== metadata.inReplyTo
|
|
317
|
+
: !sameRef(inReplyTo, metadata.inReplyTo))
|
|
318
|
+
)
|
|
319
|
+
return yield* failure(operation, "conflict");
|
|
320
|
+
yield* authorize(operation, "send", request, {
|
|
321
|
+
threadId: saved.envelope.threadId,
|
|
322
|
+
agentId: target.agentId,
|
|
323
|
+
});
|
|
324
|
+
yield* authorizeEnvelope(saved, operation);
|
|
325
|
+
} else {
|
|
326
|
+
if (
|
|
327
|
+
current.log.records.filter(
|
|
328
|
+
({ record }) => record.payload._tag === "PeerMessagePrepared",
|
|
329
|
+
).length >= maxMessages
|
|
330
|
+
)
|
|
331
|
+
return yield* failure(operation, "capacity");
|
|
332
|
+
let destinationThread: ThreadId;
|
|
333
|
+
|
|
334
|
+
if (operation === "reply") {
|
|
335
|
+
if (inReplyTo === undefined) return yield* failure(operation, "invalid-reference");
|
|
336
|
+
|
|
337
|
+
const inbound = current.log.records.find(
|
|
338
|
+
({ record }) =>
|
|
339
|
+
record.payload._tag === "UserInputRecorded" &&
|
|
340
|
+
Schema.is(MessageAdmission)(record.payload.messageAdmission) &&
|
|
341
|
+
sameRef(record.payload.messageAdmission.message, inReplyTo),
|
|
342
|
+
)?.record.payload;
|
|
343
|
+
|
|
344
|
+
if (
|
|
345
|
+
inbound?._tag !== "UserInputRecorded" ||
|
|
346
|
+
!Schema.is(MessageAdmission)(inbound.messageAdmission) ||
|
|
347
|
+
inbound.messageAdmission.sender.agentId !== target.agentId
|
|
348
|
+
)
|
|
349
|
+
return yield* failure(operation, "invalid-reference");
|
|
350
|
+
destinationThread = inbound.messageAdmission.returnAddress.threadId;
|
|
351
|
+
} else {
|
|
352
|
+
destinationThread = yield* deps.routes.resolve({
|
|
353
|
+
source: current.address,
|
|
354
|
+
principal,
|
|
355
|
+
peerName: request.name,
|
|
356
|
+
targetAgentId: target.agentId,
|
|
357
|
+
});
|
|
358
|
+
}
|
|
359
|
+
|
|
360
|
+
const allowed = yield* authorize(operation, "send", request, {
|
|
361
|
+
threadId: destinationThread,
|
|
362
|
+
agentId: target.agentId,
|
|
363
|
+
});
|
|
364
|
+
|
|
365
|
+
const metadata = MessageAdmission.make({
|
|
366
|
+
schemaVersion: 1,
|
|
367
|
+
message,
|
|
368
|
+
peerName: request.name,
|
|
369
|
+
sender: current.address,
|
|
370
|
+
returnAddress: current.address,
|
|
371
|
+
...(inReplyTo === undefined ? {} : { inReplyTo }),
|
|
372
|
+
});
|
|
373
|
+
|
|
374
|
+
const envelope = PreparedInput.make({
|
|
375
|
+
schemaVersion: 1,
|
|
376
|
+
threadId: destinationThread,
|
|
377
|
+
agentId: target.agentId,
|
|
378
|
+
definitions: target.digests,
|
|
379
|
+
deliveryPrincipal: allowed.deliveryPrincipal,
|
|
380
|
+
input,
|
|
381
|
+
inputDigest: yield* digest(input),
|
|
382
|
+
admissionKey: message.messageId,
|
|
383
|
+
authorization: { policyId: "peer-message", decisionId: message.messageId },
|
|
384
|
+
messageAdmission: metadata,
|
|
385
|
+
});
|
|
386
|
+
|
|
387
|
+
const encodedEnvelope = yield* Schema.encodeEffect(PreparedInput)(envelope).pipe(
|
|
388
|
+
Effect.mapError(() => failure(operation, "invalid-input")),
|
|
389
|
+
);
|
|
390
|
+
|
|
391
|
+
const tail = yield* deps.store
|
|
392
|
+
.inspectTail(ThreadTailRequest.make({ threadId }))
|
|
393
|
+
.pipe(Effect.mapError(mapStore(operation)));
|
|
394
|
+
|
|
395
|
+
if (
|
|
396
|
+
tail.tailSequence !== current.log.tailSequence ||
|
|
397
|
+
tail.tailDigest !== current.log.tailDigest
|
|
398
|
+
)
|
|
399
|
+
continue;
|
|
400
|
+
const createdAtMillis = yield* Clock.currentTimeMillis;
|
|
401
|
+
|
|
402
|
+
yield* deps.failpoint
|
|
403
|
+
.hit("peer:before-prepared-append")
|
|
404
|
+
.pipe(Effect.mapError(mapStore(operation)));
|
|
405
|
+
|
|
406
|
+
const appended = yield* deps.store
|
|
407
|
+
.append(
|
|
408
|
+
FencedAppendRequest.make({
|
|
409
|
+
threadId,
|
|
410
|
+
producerEpoch: tail.producerEpoch,
|
|
411
|
+
expectedTailSequence: tail.tailSequence,
|
|
412
|
+
expectedTailDigest: tail.tailDigest,
|
|
413
|
+
batch: CanonicalBatch.make({
|
|
414
|
+
batchId: Schema.decodeSync(BatchId)(message.messageId),
|
|
415
|
+
producerId: deps.producerId,
|
|
416
|
+
records: [
|
|
417
|
+
RecordEnvelope.make({
|
|
418
|
+
recordId: Schema.decodeSync(RecordId)(message.messageId),
|
|
419
|
+
family: "thread",
|
|
420
|
+
schemaVersion: 1,
|
|
421
|
+
createdAt: DateTime.makeUnsafe(createdAtMillis),
|
|
422
|
+
deploymentId: deps.deploymentId,
|
|
423
|
+
payload: PeerMessagePrepared.make({
|
|
424
|
+
messageId: message.messageId,
|
|
425
|
+
encodedEnvelope,
|
|
426
|
+
sourcePrincipal: principal,
|
|
427
|
+
operation,
|
|
428
|
+
deadlineAtMillis: createdAtMillis + window,
|
|
429
|
+
}),
|
|
430
|
+
}),
|
|
431
|
+
],
|
|
432
|
+
}),
|
|
433
|
+
}),
|
|
434
|
+
)
|
|
435
|
+
.pipe(
|
|
436
|
+
Effect.as(true),
|
|
437
|
+
Effect.catchTag(["AppendConflict", "FenceRejected"], () => Effect.succeed(false)),
|
|
438
|
+
Effect.mapError(mapStore(operation)),
|
|
439
|
+
);
|
|
440
|
+
|
|
441
|
+
if (!appended) continue;
|
|
442
|
+
yield* deps.failpoint
|
|
443
|
+
.hit("peer:after-prepared-append")
|
|
444
|
+
.pipe(Effect.mapError(mapStore(operation)));
|
|
445
|
+
saved = {
|
|
446
|
+
envelope,
|
|
447
|
+
sourcePrincipal: principal,
|
|
448
|
+
operation,
|
|
449
|
+
createdAtMillis,
|
|
450
|
+
deadlineAtMillis: createdAtMillis + window,
|
|
451
|
+
};
|
|
452
|
+
}
|
|
453
|
+
|
|
454
|
+
const prepared = yield* prepareMessageDelivery({
|
|
455
|
+
key: message,
|
|
456
|
+
envelope: saved.envelope,
|
|
457
|
+
createdAtMillis: saved.createdAtMillis,
|
|
458
|
+
deadlineAtMillis: saved.deadlineAtMillis,
|
|
459
|
+
}).pipe(
|
|
460
|
+
Effect.provideService(Crypto.Crypto, deps.crypto),
|
|
461
|
+
Effect.mapError(mapStore(operation)),
|
|
462
|
+
);
|
|
463
|
+
|
|
464
|
+
return status(yield* store.insert(prepared).pipe(Effect.mapError(mapStore(operation))));
|
|
465
|
+
}
|
|
466
|
+
|
|
467
|
+
return yield* failure(operation, "capacity");
|
|
468
|
+
});
|
|
469
|
+
|
|
470
|
+
const lookup = Effect.fn("MessagingHost.lookup")(function* (
|
|
471
|
+
request: PeerTarget & { readonly message: MessageRef },
|
|
472
|
+
operation: "inspect" | "retry",
|
|
473
|
+
) {
|
|
474
|
+
yield* authorize(operation, operation === "inspect" ? "read" : "control", request);
|
|
475
|
+
|
|
476
|
+
const message = yield* Schema.decodeEffect(MessageRef)(request.message).pipe(
|
|
477
|
+
Effect.mapError(() => failure(operation, "invalid-reference")),
|
|
478
|
+
);
|
|
479
|
+
|
|
480
|
+
if (message.ownerThreadId !== threadId) return yield* failure(operation, "denied");
|
|
481
|
+
const store = yield* deliveries(operation);
|
|
482
|
+
const row = yield* store.get(message).pipe(Effect.mapError(mapStore(operation)));
|
|
483
|
+
|
|
484
|
+
if (row === null) return yield* failure(operation, "not-found");
|
|
485
|
+
if (
|
|
486
|
+
!Schema.is(MessageAdmission)(row.envelope.messageAdmission) ||
|
|
487
|
+
row.envelope.messageAdmission.peerName !== request.name ||
|
|
488
|
+
row.envelope.agentId !== request.target.id
|
|
489
|
+
)
|
|
490
|
+
return yield* failure(operation, "invalid-reference");
|
|
491
|
+
yield* authorize(operation, operation === "inspect" ? "read" : "control", request, {
|
|
492
|
+
threadId: row.envelope.threadId,
|
|
493
|
+
agentId: row.envelope.agentId,
|
|
494
|
+
});
|
|
495
|
+
|
|
496
|
+
return { row, store };
|
|
497
|
+
});
|
|
498
|
+
|
|
499
|
+
return {
|
|
500
|
+
context: authorize("context", "context").pipe(
|
|
501
|
+
Effect.map(
|
|
502
|
+
(source): WorkerSource => toolSource ?? { _tag: "programmatic", ...source.address },
|
|
503
|
+
),
|
|
504
|
+
),
|
|
505
|
+
send: (request) => send(request, "send"),
|
|
506
|
+
reply: (request) => send(request, "reply"),
|
|
507
|
+
inspect: (request) => lookup(request, "inspect").pipe(Effect.map(({ row }) => status(row))),
|
|
508
|
+
retry: Effect.fn("MessagingHost.retry")(function* (request) {
|
|
509
|
+
const { row, store } = yield* lookup(request, "retry");
|
|
510
|
+
|
|
511
|
+
yield* authorizeEnvelope(yield* proof(row.key), "send");
|
|
512
|
+
const nowMillis = yield* Clock.currentTimeMillis;
|
|
513
|
+
|
|
514
|
+
return status(
|
|
515
|
+
yield* store
|
|
516
|
+
.change(row.key, {
|
|
517
|
+
_tag: "Recover",
|
|
518
|
+
expectedVersion: row.version,
|
|
519
|
+
nowMillis,
|
|
520
|
+
deadlineAtMillis: nowMillis + (yield* lifetime),
|
|
521
|
+
})
|
|
522
|
+
.pipe(Effect.mapError(mapStore("retry"))),
|
|
523
|
+
);
|
|
524
|
+
}),
|
|
525
|
+
inbox: Effect.fn("MessagingHost.inbox")(function* (request) {
|
|
526
|
+
const current = yield* authorize("inbox", "read", request);
|
|
527
|
+
|
|
528
|
+
const limit = yield* Schema.decodeEffect(
|
|
529
|
+
Schema.Int.check(Schema.isGreaterThan(0), Schema.isLessThanOrEqualTo(100)),
|
|
530
|
+
)(request.limit).pipe(Effect.mapError(() => failure("inbox", "capacity")));
|
|
531
|
+
|
|
532
|
+
let after = yield* Schema.decodeEffect(CanonicalSequence)(request.after ?? 0).pipe(
|
|
533
|
+
Effect.mapError(() => failure("inbox", "invalid-reference")),
|
|
534
|
+
);
|
|
535
|
+
|
|
536
|
+
const items: Array<(typeof InboxPage.Type)["items"][number]> = [];
|
|
537
|
+
|
|
538
|
+
while (after < current.log.tailSequence && items.length < limit) {
|
|
539
|
+
const records = yield* Stream.runCollect(
|
|
540
|
+
deps.store.read(ThreadRead.make({ threadId, afterSequence: after, limit: 1_024 })),
|
|
541
|
+
).pipe(Effect.mapError(() => failure("inbox", "storage")));
|
|
542
|
+
|
|
543
|
+
if (records.length === 0) break;
|
|
544
|
+
for (const entry of records) {
|
|
545
|
+
if (entry.sequence > current.log.tailSequence) break;
|
|
546
|
+
after = entry.sequence;
|
|
547
|
+
const payload = entry.record.payload;
|
|
548
|
+
|
|
549
|
+
if (
|
|
550
|
+
payload._tag === "UserInputRecorded" &&
|
|
551
|
+
Schema.is(MessageAdmission)(payload.messageAdmission) &&
|
|
552
|
+
payload.messageAdmission.sender.agentId === request.target.id
|
|
553
|
+
) {
|
|
554
|
+
yield* authorize("inbox", "read", request, payload.messageAdmission.sender);
|
|
555
|
+
items.push({ sequence: entry.sequence, admission: payload.messageAdmission });
|
|
556
|
+
}
|
|
557
|
+
if (items.length >= limit) break;
|
|
558
|
+
}
|
|
559
|
+
}
|
|
560
|
+
|
|
561
|
+
return { items, next: after < current.log.tailSequence ? after : null };
|
|
562
|
+
}),
|
|
563
|
+
};
|
|
564
|
+
};
|
|
565
|
+
|
|
566
|
+
return {
|
|
567
|
+
acquire: Effect.fn("MessagingHost.acquire")(function* (request: {
|
|
568
|
+
readonly sourceThreadId: ThreadId;
|
|
569
|
+
readonly principal: Principal;
|
|
570
|
+
}) {
|
|
571
|
+
const service = facet(request.sourceThreadId, request.principal);
|
|
572
|
+
|
|
573
|
+
yield* service.context;
|
|
574
|
+
|
|
575
|
+
return service;
|
|
576
|
+
}),
|
|
577
|
+
forTool: (source: WorkerSource, principal: Principal) =>
|
|
578
|
+
facet(source.threadId, principal, source),
|
|
579
|
+
validateAdmission: Effect.fn("MessagingHost.validateAdmission")(function* (
|
|
580
|
+
unvalidated: MessageAdmission,
|
|
581
|
+
options: DurableSubmitOptions,
|
|
582
|
+
agentId: AgentId,
|
|
583
|
+
inputDigest: Digest,
|
|
584
|
+
) {
|
|
585
|
+
const admission = yield* Schema.decodeEffect(MessageAdmission)(unvalidated).pipe(
|
|
586
|
+
Effect.mapError(() => failure("send", "invalid-input")),
|
|
587
|
+
);
|
|
588
|
+
|
|
589
|
+
const saved = yield* proof(admission.message);
|
|
590
|
+
const envelope = saved.envelope;
|
|
591
|
+
|
|
592
|
+
if (
|
|
593
|
+
!Schema.is(MessageAdmission)(envelope.messageAdmission) ||
|
|
594
|
+
!sameAdmission(envelope.messageAdmission, admission) ||
|
|
595
|
+
envelope.threadId !== options.threadId ||
|
|
596
|
+
envelope.agentId !== agentId ||
|
|
597
|
+
envelope.inputDigest !== inputDigest ||
|
|
598
|
+
envelope.deliveryPrincipal !== options.principal ||
|
|
599
|
+
envelope.admissionKey !== options.idempotencyKey ||
|
|
600
|
+
!definitionDigestsEqual(envelope.definitions, options.definitions)
|
|
601
|
+
)
|
|
602
|
+
return yield* failure("send", "denied");
|
|
603
|
+
yield* authorizeEnvelope(saved, "send");
|
|
604
|
+
|
|
605
|
+
return admission;
|
|
606
|
+
}),
|
|
607
|
+
};
|
|
608
|
+
});
|