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,346 @@
|
|
|
1
|
+
import { d as ToolCallId, r as DelegationId, s as RunId, t as AgentId, u as ThreadId } from "./Identifiers-CN2s30fF.mjs";
|
|
2
|
+
import { i as SubagentBudgetReservation, l as SubagentGrant, u as SubagentParentLink } from "./SubagentContract-DdT7Cqe6.mjs";
|
|
3
|
+
import { i as UpdateError, n as Emitter } from "./AgentUpdates-DMJ-_xow.mjs";
|
|
4
|
+
import { c as RunUsageReport, s as RunTotals } from "./Usage-Dx0aknfk.mjs";
|
|
5
|
+
import { l as RunEvent } from "./RunEvent-DIrzkjLr.mjs";
|
|
6
|
+
import { n as ThreadHistoryError, t as ThreadHistory } from "./ThreadHistory-tS1KwxHR.mjs";
|
|
7
|
+
import { n as CurrentToolCatalog } from "./ToolExposure-UCN12eCd.mjs";
|
|
8
|
+
import { s as ToolBroker } from "./ToolBroker-DWs4tZra.mjs";
|
|
9
|
+
import { a as AgentInputError, c as AgentPolicyError, d as ContextBudgetError, f as ContextOverflowError, n as AgentApprovalPending, p as ModelProtocolError, s as AgentOutputError, t as AgentApprovalDenied, u as AgentToolAuthorizationDenied } from "./AgentError-CggcAQ7V.mjs";
|
|
10
|
+
import { t as AgentPolicy } from "./AgentPolicy-CetmQrf3.mjs";
|
|
11
|
+
import { C as Requirements, D as RunDispositionSchema, E as RunDispositionFailure, M as UpdatesSchema, S as OutputSchema, T as RunDispositionDeclaration, _ as InstructionSource, a as CompletionFromToolDeclaration, c as Definition, d as EncodedInput, f as Failure, k as ToolUnion, m as InputPromptSource, n as Any, r as AnyDefinition, s as CompletionToolDeclaration, x as Output } from "./Agent-CN0EWRsR.mjs";
|
|
12
|
+
import { n as WorkerBudgetScope } from "./Worker-CaPYykpe.mjs";
|
|
13
|
+
import { a as ContextWindow } from "./ContextWindow-DRQ5Mbm2.mjs";
|
|
14
|
+
import { n as CompactionError } from "./ContextCompactor-Dxu5zhOL.mjs";
|
|
15
|
+
import { t as DurableStep } from "./DurableStep-Cry_iol4.mjs";
|
|
16
|
+
import { B as RunSubagentChildIdentity, H as RunSubagentEstablishRequest, M as RunOptions, S as RunContextPreparationError, W as RunSubagentJoinRequest, i as ChildEstablishStatus, l as ModelUsageAccounting, t as AgentUpdateAcceptance, x as RunContextPreparation } from "./RunOptions-g1aigcKI.mjs";
|
|
17
|
+
import { t as MessagingHost } from "./MessagingHost-CRk0kXzT.mjs";
|
|
18
|
+
import { i as SubagentHost } from "./SubagentHost-CJUBQlcc.mjs";
|
|
19
|
+
import { t as RunEventSink } from "./RunEventSink-D5aVhISG.mjs";
|
|
20
|
+
import { AiError, LanguageModel, Model, Prompt, Tool, Toolkit } from "effect/unstable/ai";
|
|
21
|
+
import { Cause, Context, Effect, Layer, Option, Schema, Scope, Stream, Tracer } from "effect";
|
|
22
|
+
//#region src/engine/internal/tool-telemetry.d.ts
|
|
23
|
+
interface ToolSpanTelemetryService {
|
|
24
|
+
/** Measure one Tool handler attempt while isolating every host span-lifecycle defect. */
|
|
25
|
+
readonly isolateSpanLifecycle: <A, E, R>(stream: Stream.Stream<A, E, R>) => Stream.Stream<A, E, R>;
|
|
26
|
+
/** Effect counterpart used by programmatic Tool handlers nested inside an outer Tool stream. */
|
|
27
|
+
readonly isolateEffectSpanLifecycle: <A, E, R>(effect: Effect.Effect<A, E, R>) => Effect.Effect<A, E, R>;
|
|
28
|
+
/** Keep Effect AI implementation annotations local while preserving host-owned handler spans. */
|
|
29
|
+
readonly isolateToolkitHandle: <A, E, R>(effect: Effect.Effect<A, E, R>) => Effect.Effect<A, E, R>;
|
|
30
|
+
}
|
|
31
|
+
declare const ToolSpanTelemetry_base: Context.ServiceClass<ToolSpanTelemetry, "@effect-agent/engine/ToolSpanTelemetry", ToolSpanTelemetryService>;
|
|
32
|
+
/**
|
|
33
|
+
* @internal Engine-owned span-lifecycle policy. The AgentRuntime composition boundary builds this
|
|
34
|
+
* capability from the host's ambient Tracer; Tool execution consumes it without selecting,
|
|
35
|
+
* decorating, or locally providing a Tracer implementation.
|
|
36
|
+
*/
|
|
37
|
+
declare class ToolSpanTelemetry extends ToolSpanTelemetry_base {
|
|
38
|
+
static readonly layer: Layer.Layer<ToolSpanTelemetry>;
|
|
39
|
+
}
|
|
40
|
+
//#endregion
|
|
41
|
+
//#region src/engine/internal/agent-runtime.d.ts
|
|
42
|
+
type RuntimeProgram<InputSchema extends Schema.Top, OutputSchema extends Schema.Top, Instructions, Tools extends Record<string, Tool.Any>, InstructionError = InstructionErrorOf<Instructions, InputSchema["Type"]>, InstructionRequirements = InstructionRequirementsOf<Instructions, InputSchema["Type"]>, RunDispositionValue extends RunDispositionDeclaration<OutputSchema["Type"], Schema.Top> | undefined = undefined, InputPromptValue extends InputPromptSource<InputSchema["Type"], unknown, unknown> | undefined = undefined, UpdatesSchema extends Schema.Top | undefined = undefined> = {
|
|
43
|
+
readonly definition: Definition<InputSchema, OutputSchema, Instructions, Toolkit.Toolkit<Tools>, RunDispositionValue, InputPromptValue, UpdatesSchema> & {
|
|
44
|
+
readonly instructions: InstructionSource<InputSchema["Type"], NoInfer<InstructionError>, NoInfer<InstructionRequirements>>;
|
|
45
|
+
readonly inputPrompt?: InputPromptValue | undefined;
|
|
46
|
+
};
|
|
47
|
+
};
|
|
48
|
+
/**
|
|
49
|
+
* Structural shape of an Agent Binding accepted by the interpreter and by
|
|
50
|
+
* `AgentSpawner.spawn`: a model-agnostic Definition paired with an explicit
|
|
51
|
+
* native model Layer whose requirements stay visible. The Layer must provide
|
|
52
|
+
* LanguageModel, ProviderName, and ModelName, including after requirement capture.
|
|
53
|
+
*/
|
|
54
|
+
type RuntimeBinding<InputSchema extends Schema.Top, OutputSchema extends Schema.Top, Instructions, Tools extends Record<string, Tool.Any>, _Provider, ModelProvides, ModelRequires, InstructionError = InstructionErrorOf<Instructions, InputSchema["Type"]>, InstructionRequirements = InstructionRequirementsOf<Instructions, InputSchema["Type"]>, RunDispositionValue extends RunDispositionDeclaration<OutputSchema["Type"], Schema.Top> | undefined = undefined, InputPromptValue extends InputPromptSource<InputSchema["Type"], unknown, unknown> | undefined = undefined, UpdatesSchema extends Schema.Top | undefined = undefined> = RuntimeProgram<InputSchema, OutputSchema, Instructions, Tools, InstructionError, InstructionRequirements, RunDispositionValue, InputPromptValue, UpdatesSchema> & {
|
|
55
|
+
readonly model: Layer.Layer<LanguageModel.LanguageModel | Model.ProviderName | Model.ModelName | ModelProvides, never, ModelRequires>;
|
|
56
|
+
};
|
|
57
|
+
type InstructionResultOf<Instructions, Input> = Instructions extends ((input: Input) => infer Result) ? Result : Instructions;
|
|
58
|
+
type InstructionErrorOf<Instructions, Input> = InstructionResultOf<Instructions, Input> extends Effect.Effect<infer _Success, infer Error, infer _Requirements> ? Error : never;
|
|
59
|
+
type InstructionRequirementsOf<Instructions, Input> = InstructionResultOf<Instructions, Input> extends Effect.Effect<infer _Success, infer _Error, infer Requirements> ? Requirements : never;
|
|
60
|
+
type InputPromptErrorOf<InputPromptValue, Input> = InputPromptValue extends ((input: Input) => infer Result) ? Result extends Effect.Effect<infer _Success, infer Error, infer _Requirements> ? Error : never : never;
|
|
61
|
+
type InputPromptRequirementsOf<InputPromptValue, Input> = InputPromptValue extends ((input: Input) => infer Result) ? Result extends Effect.Effect<infer _Success, infer _Error, infer Requirements> ? Requirements : never : never;
|
|
62
|
+
/** Schema factory for the terminal value produced by reducing a completed agent event stream. */
|
|
63
|
+
declare const AgentResultSchema: <Output extends Schema.Top>(output: Output) => Schema.Struct<{
|
|
64
|
+
readonly output: Output;
|
|
65
|
+
readonly threadId: Schema.brand<Schema.NonEmptyString, "@effect-agent/core/ThreadId">;
|
|
66
|
+
readonly runId: Schema.brand<Schema.NonEmptyString, "@effect-agent/core/RunId">;
|
|
67
|
+
readonly turns: Schema.Int;
|
|
68
|
+
readonly finishReason: Schema.Literals<readonly ["completed", "model-stop", "budget-exhausted"]>;
|
|
69
|
+
/** Dimension that bound when the Run settled budget-exhausted (RUN-025; the grant-flow marker). */
|
|
70
|
+
readonly exhausted: Schema.optionalKey<Schema.Literals<readonly ["tokens", "tool-calls", "turns"]>>;
|
|
71
|
+
/** Schema-encoded application disposition declared for an ordinary completed Run. */
|
|
72
|
+
readonly runDisposition: Schema.optionalKey<Schema.Codec<Schema.Json, Schema.Json, never, never>>;
|
|
73
|
+
/** Cumulative spend for the Run, as reported on its terminal event. */
|
|
74
|
+
readonly usage: Schema.optionalKey<typeof RunTotals>;
|
|
75
|
+
/** Disjoint usage of attached descendants, including nested and failed children. */
|
|
76
|
+
readonly delegatedUsage: Schema.optionalKey<typeof RunTotals>;
|
|
77
|
+
}>;
|
|
78
|
+
/** Decoded terminal value produced by reducing a completed agent event stream. */
|
|
79
|
+
type AgentResult<Output> = ReturnType<typeof AgentResultSchema<Schema.Schema<Output>>>["Type"];
|
|
80
|
+
/** Expected agent, policy, and model-protocol failures exposed by the runtime. */
|
|
81
|
+
type AgentRuntimeFailure<AgentValue extends AnyDefinition | Any, HookError = never, InstructionError = never> = Failure<AgentValue> | ([UpdatesSchema<AgentValue>] extends [never] ? never : UpdateError) | AgentPolicyError | ContextBudgetError | ContextOverflowError | CompactionError | RunContextPreparationError | ModelProtocolError | AgentApprovalDenied | AgentToolAuthorizationDenied | AgentApprovalPending | AgentChildPending | ThreadHistoryError | HookError | InstructionError;
|
|
82
|
+
/**
|
|
83
|
+
* Services the engine itself provides locally to every Run: `AgentSpawner`
|
|
84
|
+
* bound to the Run's immutable identity and delegation depth, `RunEventSink`
|
|
85
|
+
* and `SubagentDurability` bound to the active Tool batch, `DurableStep`
|
|
86
|
+
* bound to the active Tool Call, and `ToolSpanTelemetry` bound at the Run
|
|
87
|
+
* composition edge. They are excluded from the runtime's public
|
|
88
|
+
* requirements and MUST NOT be satisfied from an application Layer.
|
|
89
|
+
*/
|
|
90
|
+
type EngineProvidedToolServices = Emitter | AgentSpawner | RunEventSink | DurableStep | SubagentDurability | SubagentHost | MessagingHost | ToolBroker | ToolSpanTelemetry | ContextWindow | CurrentToolCatalog;
|
|
91
|
+
/** Schema services needed to reconstruct a completion Tool's canonical Agent output. */
|
|
92
|
+
type AgentCompletionProjectionRequirements<AgentValue extends AnyDefinition | Any> = OutputSchema<AgentValue>["DecodingServices"] | OutputSchema<AgentValue>["EncodingServices"] | Tool.ParametersSchema<ToolUnion<AgentValue>>["DecodingServices"] | Tool.SuccessSchema<ToolUnion<AgentValue>>["DecodingServices"];
|
|
93
|
+
/**
|
|
94
|
+
* Inferred agent services plus the runtime's identity and Thread history authorities.
|
|
95
|
+
* Engine-provided Tool handler services are excluded because the interpreter
|
|
96
|
+
* supplies them itself, bound to the current Run's identity. Tool parameter
|
|
97
|
+
* encoding, output decoding, and completion-projection Schema services stay
|
|
98
|
+
* listed unexcluded: the interpreter records canonical parameters before the
|
|
99
|
+
* handler boundary, `run`/`start` re-decode terminal output, and durable recovery
|
|
100
|
+
* re-decodes canonical completion Tool parameters/results.
|
|
101
|
+
*/
|
|
102
|
+
type AgentRuntimeRequirements<AgentValue extends AnyDefinition | Any, HookRequirements = never, InstructionRequirements = never> = Exclude<Requirements<AgentValue>, EngineProvidedToolServices> | Tool.ParametersSchema<ToolUnion<AgentValue>>["EncodingServices"] | AgentCompletionProjectionRequirements<AgentValue> | OutputSchema<AgentValue>["DecodingServices"] | ThreadHistory | HookRequirements | InstructionRequirements;
|
|
103
|
+
/** Render decoded Agent input for model visibility, preserving the legacy JSON default. */
|
|
104
|
+
declare function renderInputPrompt<Input, InputPromptValue extends InputPromptSource<NoInfer<Input>, unknown, unknown> | undefined>(inputPrompt: InputPromptValue, decodedInput: Input, encodedInput: unknown): Effect.Effect<Prompt.RawInput, AgentInputError | InputPromptErrorOf<InputPromptValue, Input>, InputPromptRequirementsOf<InputPromptValue, Input>>;
|
|
105
|
+
declare const decodeFinalOutput: <AgentValue extends Any>(agent: AgentValue, text: string) => Effect.Effect<{
|
|
106
|
+
readonly encoded: Schema.Json;
|
|
107
|
+
readonly decoded: Output<AgentValue>;
|
|
108
|
+
}, AgentOutputError, OutputSchema<AgentValue>["DecodingServices"]>;
|
|
109
|
+
declare const projectCompletionOutput: <AgentValue extends Any>(agent: AgentValue, declaration: CompletionToolDeclaration<unknown, unknown, unknown>, parameters: unknown, result: unknown) => Effect.Effect<{
|
|
110
|
+
encoded: Schema.Json;
|
|
111
|
+
decoded: unknown;
|
|
112
|
+
}, AgentOutputError | ModelProtocolError, unknown>;
|
|
113
|
+
/** Reconstruct optional action completion identically for live execution and canonical recovery. */
|
|
114
|
+
declare const projectCompletionFromToolOutput: <AgentValue extends Any>(agent: AgentValue, declaration: CompletionFromToolDeclaration<unknown, unknown, unknown>, parameters: unknown, result: unknown) => Effect.Effect<Option.None<{
|
|
115
|
+
encoded: Schema.Json;
|
|
116
|
+
decoded: unknown;
|
|
117
|
+
}> | Option.Some<{
|
|
118
|
+
encoded: Schema.Json;
|
|
119
|
+
decoded: unknown;
|
|
120
|
+
}>, AgentOutputError | ModelProtocolError, unknown>;
|
|
121
|
+
declare function encodeRunDisposition<AgentValue extends Any>(agent: AgentValue, output: Output<AgentValue>): Effect.Effect<Schema.Json | undefined, RunDispositionFailure<AgentValue>, RunDispositionSchema<AgentValue>["EncodingServices"]>;
|
|
122
|
+
/**
|
|
123
|
+
* Scoped detached execution whose observers cannot backpressure Run
|
|
124
|
+
* completion.
|
|
125
|
+
*
|
|
126
|
+
* `observe` is a live multicast subscription: each subscription replays every
|
|
127
|
+
* event the Run has already emitted, follows subsequent events as they occur,
|
|
128
|
+
* and ends once the Run settles. The finite Run event ceiling sizes the replay
|
|
129
|
+
* buffer so events are never dropped for a slow subscriber and publishing
|
|
130
|
+
* never blocks the Run. `events` remains the complete bounded replay,
|
|
131
|
+
* available after settlement. Both belong to the `start` Scope; observing
|
|
132
|
+
* after that Scope closes interrupts the observer.
|
|
133
|
+
*/
|
|
134
|
+
interface DetachedRun<Output, Error> {
|
|
135
|
+
readonly await: Effect.Effect<AgentResult<Output>, Error>;
|
|
136
|
+
readonly events: Effect.Effect<ReadonlyArray<RunEvent>>;
|
|
137
|
+
readonly observe: Stream.Stream<RunEvent>;
|
|
138
|
+
/** Snapshot of observed usage, also available after failure, defect, or interruption. Read after
|
|
139
|
+
* await settles (or the owning Scope closes) for a final report. In-flight work may be unpriced. */
|
|
140
|
+
readonly usageReport: Effect.Effect<RunUsageReport>;
|
|
141
|
+
}
|
|
142
|
+
/** Executable definitions or explicit per-agent model Layers for registration and delegation. */
|
|
143
|
+
type ExecutableDefinition = AnyDefinition & {
|
|
144
|
+
readonly instructions: InstructionSource<never, unknown, unknown>;
|
|
145
|
+
};
|
|
146
|
+
type ExecutableAgent = ExecutableDefinition | {
|
|
147
|
+
readonly definition: ExecutableDefinition;
|
|
148
|
+
readonly model: Layer.Layer<LanguageModel.LanguageModel | Model.ProviderName | Model.ModelName, never, unknown>;
|
|
149
|
+
};
|
|
150
|
+
/** Decode external input before instructions or model execution. */
|
|
151
|
+
declare const streamUnknown: <A extends ExecutableAgent, H = never, R = never>(agent: A, input: unknown, options?: RunOptions<H, R>) => Stream.Stream<RunEvent, AgentRuntimeFailure<A, H>, AgentRuntimeRequirements<A, R>>;
|
|
152
|
+
/**
|
|
153
|
+
* Host interpreter entry point with Attempt-local usage accounting and update acceptance in R.
|
|
154
|
+
* Durable coordinators provide these services alongside their recovery hooks;
|
|
155
|
+
* ordinary callers use streamUnknown's explicit ephemeral composition.
|
|
156
|
+
*/
|
|
157
|
+
declare const streamWithUsageAccountingUnknown: <A extends ExecutableAgent, H = never, R = never>(agent: A, input: unknown, options?: RunOptions<H, R>) => Stream.Stream<RunEvent, AgentRuntimeFailure<A, H>, AgentRuntimeRequirements<A, R> | ModelUsageAccounting | AgentUpdateAcceptance>;
|
|
158
|
+
/** Accept schema-encoded input, retaining runtime validation. Use streamUnknown for external data. */
|
|
159
|
+
declare const stream: <A extends ExecutableAgent, H = never, R = never>(agent: A, input: NoInfer<EncodedInput<A>>, options?: RunOptions<H, R>) => Stream.Stream<RunEvent, AgentRuntimeFailure<A, H>, AgentRuntimeRequirements<A, R>>;
|
|
160
|
+
/** Decode external input before instructions or model execution. */
|
|
161
|
+
declare function runUnknown<A extends ExecutableAgent, H = never, R = never>(agent: A, input: unknown, options?: RunOptions<H, R>): Effect.Effect<AgentResult<Output<A>>, AgentRuntimeFailure<A, H>, AgentRuntimeRequirements<A, R>>;
|
|
162
|
+
/** Accept schema-encoded input, retaining runtime validation. Use runUnknown for external data. */
|
|
163
|
+
declare const run: <A extends ExecutableAgent, H = never, R = never>(agent: A, input: NoInfer<EncodedInput<A>>, options?: RunOptions<H, R>) => Effect.Effect<AgentResult<Output<A>>, AgentRuntimeFailure<A, H>, AgentRuntimeRequirements<A, R>>;
|
|
164
|
+
/** Decode external input before instructions or model execution. */
|
|
165
|
+
declare function startUnknown<A extends ExecutableAgent, H = never, R = never>(agent: A, input: unknown, options?: RunOptions<H, R>): Effect.Effect<DetachedRun<Output<A>, AgentRuntimeFailure<A, H>>, never, AgentRuntimeRequirements<A, R> | Scope.Scope>;
|
|
166
|
+
/** Accept schema-encoded input, retaining runtime validation. Use startUnknown for external data. */
|
|
167
|
+
declare const start: <A extends ExecutableAgent, H = never, R = never>(agent: A, input: NoInfer<EncodedInput<A>>, options?: RunOptions<H, R>) => Effect.Effect<DetachedRun<Output<A>, AgentRuntimeFailure<A, H>>, never, AgentRuntimeRequirements<A, R> | Scope.Scope>;
|
|
168
|
+
/**
|
|
169
|
+
* Immutable parent Run identity carried by the locally provided
|
|
170
|
+
* `AgentSpawner`. It exposes no mutable engine state and no Layer Context.
|
|
171
|
+
*/
|
|
172
|
+
interface AgentSpawnerParent {
|
|
173
|
+
readonly agentId: AgentId;
|
|
174
|
+
readonly threadId: ThreadId;
|
|
175
|
+
readonly runId: RunId;
|
|
176
|
+
}
|
|
177
|
+
declare const ToolCallWaiting_base: Schema.Class<ToolCallWaiting, Schema.TaggedStruct<"ToolCallWaiting", {
|
|
178
|
+
readonly toolCallId: Schema.brand<Schema.NonEmptyString, "@effect-agent/core/ToolCallId">;
|
|
179
|
+
readonly childThreadId: Schema.brand<Schema.NonEmptyString, "@effect-agent/core/ThreadId">;
|
|
180
|
+
readonly childSubmissionId: Schema.brand<Schema.NonEmptyString, "@effect-agent/core/SubmissionId">;
|
|
181
|
+
readonly childRunId: Schema.brand<Schema.NonEmptyString, "@effect-agent/core/RunId">;
|
|
182
|
+
readonly receiptId: Schema.brand<Schema.NonEmptyString, "@effect-agent/core/ReceiptId">;
|
|
183
|
+
readonly message: Schema.String;
|
|
184
|
+
}>, Cause.YieldableError>;
|
|
185
|
+
/**
|
|
186
|
+
* Typed engine-owned suspension signal raised by a delegation Tool handler
|
|
187
|
+
* through the per-batch `SubagentDurability` service when its durable child
|
|
188
|
+
* is established but not settled (S2 plan §2). It is NOT a Tool failure: the
|
|
189
|
+
* batch executor treats the raising call as "stays open" — no terminal
|
|
190
|
+
* result, no `ToolCallFailed`, no batch failure policy, no sibling
|
|
191
|
+
* interruption — and terminates the Run with `AgentChildPending` after every
|
|
192
|
+
* non-waiting sibling handler settled.
|
|
193
|
+
*/
|
|
194
|
+
declare class ToolCallWaiting extends ToolCallWaiting_base {}
|
|
195
|
+
declare const AgentChildPending_base: Schema.Class<AgentChildPending, Schema.TaggedStruct<"AgentChildPending", {
|
|
196
|
+
readonly children: Schema.NonEmptyArray<Schema.Struct<{
|
|
197
|
+
readonly toolCallId: Schema.brand<Schema.NonEmptyString, "@effect-agent/core/ToolCallId">;
|
|
198
|
+
readonly childThreadId: Schema.brand<Schema.NonEmptyString, "@effect-agent/core/ThreadId">;
|
|
199
|
+
readonly childSubmissionId: Schema.brand<Schema.NonEmptyString, "@effect-agent/core/SubmissionId">;
|
|
200
|
+
readonly childRunId: Schema.brand<Schema.NonEmptyString, "@effect-agent/core/RunId">;
|
|
201
|
+
}>>;
|
|
202
|
+
readonly message: Schema.String;
|
|
203
|
+
}>, Cause.YieldableError>;
|
|
204
|
+
/**
|
|
205
|
+
* The Run suspended `waitingForChild`: at least one durable delegation call
|
|
206
|
+
* of the last Tool batch is waiting on its attached child.
|
|
207
|
+
* Mirrors `AgentApprovalPending`: the engine emits
|
|
208
|
+
* `RunSuspended` and then fails the Run stream with this error; the durable
|
|
209
|
+
* coordinator catches it and ends the Attempt's ownership period without
|
|
210
|
+
* settling. `children` is listed in declaration order, deterministically.
|
|
211
|
+
*/
|
|
212
|
+
declare class AgentChildPending extends AgentChildPending_base {}
|
|
213
|
+
declare const SubagentDurabilityError_base: Schema.Class<SubagentDurabilityError, Schema.TaggedStruct<"SubagentDurabilityError", {
|
|
214
|
+
readonly operation: Schema.Literals<readonly ["establish", "join", "waiting"]>;
|
|
215
|
+
readonly reason: Schema.Literals<readonly ["hook-failed", "no-active-tool-batch"]>;
|
|
216
|
+
readonly message: Schema.String;
|
|
217
|
+
readonly toolCallId: Schema.optionalKey<Schema.brand<Schema.NonEmptyString, "@effect-agent/core/ToolCallId">>;
|
|
218
|
+
/** Diagnostic cause for the live Effect only; Run events retain the fixed public message. */
|
|
219
|
+
readonly cause: Schema.optionalKey<Schema.Defect>;
|
|
220
|
+
}>, Cause.YieldableError>;
|
|
221
|
+
/**
|
|
222
|
+
* Typed failure of the engine-provided `SubagentDurability` operations.
|
|
223
|
+
* `hook-failed` wraps a coordinator hook failure without leaking the hook's
|
|
224
|
+
* error type into handler signatures (the `DurableStepError` precedent);
|
|
225
|
+
* `no-active-tool-batch` is the fail-closed Run-level default — establishment
|
|
226
|
+
* outside an active Tool batch never silently degrades to ephemeral spawning.
|
|
227
|
+
*/
|
|
228
|
+
declare class SubagentDurabilityError extends SubagentDurabilityError_base {}
|
|
229
|
+
/**
|
|
230
|
+
* Explicit ephemeral mode: no durable coordinator supplied
|
|
231
|
+
* `RunOptions.subagent`, so no durable claim is being made and the delegation
|
|
232
|
+
* handler keeps the S1 in-process spawn semantics honestly.
|
|
233
|
+
*/
|
|
234
|
+
interface SubagentDurabilityEphemeral {
|
|
235
|
+
readonly mode: "ephemeral";
|
|
236
|
+
}
|
|
237
|
+
/**
|
|
238
|
+
* Durable mode: establishment and join run through the coordinator's
|
|
239
|
+
* `RunSubagentHook` under the parent's ownership fence, and `waiting` raises
|
|
240
|
+
* the engine-owned suspension signal for a still-running child.
|
|
241
|
+
*/
|
|
242
|
+
interface SubagentDurabilityDurable {
|
|
243
|
+
readonly mode: "durable";
|
|
244
|
+
/** Idempotent durable child establishment under the parent ownership fence. */
|
|
245
|
+
readonly establish: (request: RunSubagentEstablishRequest) => Effect.Effect<ChildEstablishStatus, SubagentDurabilityError>;
|
|
246
|
+
/** Atomic settlement join: `SubagentJoined` + parent `ToolCallSettled` in one canonical batch (SUB-019). */
|
|
247
|
+
readonly join: (request: RunSubagentJoinRequest) => Effect.Effect<void, SubagentDurabilityError>;
|
|
248
|
+
/**
|
|
249
|
+
* Raise the waiting suspension signal for one delegation call whose
|
|
250
|
+
* established child has not settled. Never returns: the handler ends here,
|
|
251
|
+
* siblings run to completion, the Run suspends, and the resumed batch
|
|
252
|
+
* re-executes the handler idempotently.
|
|
253
|
+
*/
|
|
254
|
+
readonly waiting: (toolCallId: ToolCallId, child: RunSubagentChildIdentity) => Effect.Effect<never, ToolCallWaiting | SubagentDurabilityError>;
|
|
255
|
+
}
|
|
256
|
+
/**
|
|
257
|
+
* Mode-dispatched service value seen by delegation Tool handlers: an explicit
|
|
258
|
+
* ephemeral default when the Run carries no durable coordinator, the durable
|
|
259
|
+
* establish/join/waiting surface otherwise.
|
|
260
|
+
*/
|
|
261
|
+
type SubagentDurabilityService = SubagentDurabilityEphemeral | SubagentDurabilityDurable;
|
|
262
|
+
declare const SubagentDurability_base: Context.ServiceClass<SubagentDurability, "@effect-agent/engine/SubagentDurability", SubagentDurabilityService>;
|
|
263
|
+
/**
|
|
264
|
+
* Engine-owned durable-Subagent seam provided locally to every Tool batch,
|
|
265
|
+
* constructed from `RunOptions.subagent` when present and the explicit
|
|
266
|
+
* ephemeral-mode default when absent. Like the other engine-provided Tool
|
|
267
|
+
* services it is excluded from the runtime's public requirements and MUST NOT
|
|
268
|
+
* be satisfied from an application Layer; handlers resolve it per call (the
|
|
269
|
+
* S1 innermost re-provide pattern) so a Layer built inside another Run's
|
|
270
|
+
* batch never captures a stale mode.
|
|
271
|
+
*/
|
|
272
|
+
declare class SubagentDurability extends SubagentDurability_base {}
|
|
273
|
+
/** Stable delegation identity supplied by the invoking delegation Tool handler. */
|
|
274
|
+
interface SpawnDelegation {
|
|
275
|
+
readonly delegationId: DelegationId;
|
|
276
|
+
readonly parentToolCallId: ToolCallId;
|
|
277
|
+
}
|
|
278
|
+
/**
|
|
279
|
+
* Child Run options accepted by `AgentSpawner.spawn`. Child Thread/Run
|
|
280
|
+
* identity and the Parent Link are spawner-owned and cannot be overridden.
|
|
281
|
+
*/
|
|
282
|
+
interface SpawnRunOptions<HookError = never, HookRequirements = never> extends Omit<RunOptions<HookError, HookRequirements>, "threadId" | "runId" | "parentLink"> {}
|
|
283
|
+
/**
|
|
284
|
+
* Handle to one spawned Attached Child: its preallocated child identity, its
|
|
285
|
+
* immutable Parent Link, and the same observation surface as `DetachedRun`.
|
|
286
|
+
* The child fiber belongs to the Scope the caller provided to `spawn`.
|
|
287
|
+
*/
|
|
288
|
+
interface SpawnedChildRun<Output, Error> extends DetachedRun<Output, Error> {
|
|
289
|
+
readonly threadId: ThreadId;
|
|
290
|
+
readonly runId: RunId;
|
|
291
|
+
readonly parentLink: SubagentParentLink;
|
|
292
|
+
}
|
|
293
|
+
/**
|
|
294
|
+
* Narrow parent execution value visible to Tool handlers. `depth` is the
|
|
295
|
+
* current Run's root-relative delegation depth: `0` for a root Run and
|
|
296
|
+
* `parentLink.depth` for a child, which the delegation preflight uses to
|
|
297
|
+
* enforce inherited nesting ceilings and conserved subtree allocations.
|
|
298
|
+
*/
|
|
299
|
+
interface AgentSpawnerService {
|
|
300
|
+
/** Resolved defaults for this parent Run; never includes its tools or handlers. */
|
|
301
|
+
readonly policy: AgentPolicy;
|
|
302
|
+
readonly depth: number;
|
|
303
|
+
readonly grant?: SubagentGrant;
|
|
304
|
+
readonly budget?: SubagentBudgetReservation;
|
|
305
|
+
readonly budgetScope?: WorkerBudgetScope;
|
|
306
|
+
readonly parent: AgentSpawnerParent;
|
|
307
|
+
readonly spawn: <InputSchema extends Schema.Top, OutputSchema extends Schema.Top, Instructions, Tools extends Record<string, Tool.Any>, Provider, ModelProvides, ModelRequires, HookError = never, HookRequirements = never, InstructionError = InstructionErrorOf<Instructions, InputSchema["Type"]>, InstructionRequirements = InstructionRequirementsOf<Instructions, InputSchema["Type"]>, RunDispositionValue extends RunDispositionDeclaration<OutputSchema["Type"], Schema.Top> | undefined = undefined, InputPromptValue extends InputPromptSource<InputSchema["Type"], unknown, unknown> | undefined = undefined, UpdatesSchema extends Schema.Top | undefined = undefined>(binding: RuntimeBinding<InputSchema, OutputSchema, Instructions, Tools, Provider, ModelProvides, ModelRequires, InstructionError, InstructionRequirements, RunDispositionValue, InputPromptValue, UpdatesSchema>, input: unknown, delegation: SpawnDelegation, options?: SpawnRunOptions<HookError, HookRequirements>) => Effect.Effect<SpawnedChildRun<OutputSchema["Type"], AgentRuntimeFailure<RuntimeBinding<InputSchema, OutputSchema, Instructions, Tools, Provider, ModelProvides, ModelRequires, InstructionError, InstructionRequirements, RunDispositionValue, InputPromptValue, UpdatesSchema>, HookError, InstructionError>>, never, Scope.Scope | Exclude<AgentRuntimeRequirements<RuntimeBinding<InputSchema, OutputSchema, Instructions, Tools, Provider, ModelProvides, ModelRequires, InstructionError, InstructionRequirements, RunDispositionValue, InputPromptValue, UpdatesSchema>, HookRequirements, InstructionRequirements>, ThreadHistory | RunContextPreparation>>;
|
|
308
|
+
}
|
|
309
|
+
declare const AgentSpawner_base: Context.ServiceClass<AgentSpawner, "@effect-agent/engine/AgentSpawner", AgentSpawnerService>;
|
|
310
|
+
/**
|
|
311
|
+
* Engine-owned service contract through which a declared delegation Tool
|
|
312
|
+
* runs an Attached Child on the same interpreter.
|
|
313
|
+
*
|
|
314
|
+
* The engine provides this service locally to every Run, bound to the Run's
|
|
315
|
+
* immutable identity and delegation depth; it is never satisfied from an
|
|
316
|
+
* application Layer, is excluded from the runtime's public requirements, and
|
|
317
|
+
* exposes neither the engine's mutable Run state nor any root Layer Context.
|
|
318
|
+
*/
|
|
319
|
+
declare class AgentSpawner extends AgentSpawner_base {}
|
|
320
|
+
/**
|
|
321
|
+
* Opt-in boundary combinator (P7 §7(h), decision point 8): the engine keeps defects as
|
|
322
|
+
* defects — `RunFailed` covers EXPECTED failures only, and a defect still fails the event
|
|
323
|
+
* stream with its full Cause (AGENTS.md: errors are never silently widened, and a defect is
|
|
324
|
+
* never converted into a typed failure by default). A host boundary that forwards Run Events
|
|
325
|
+
* to a UI or transport can wrap the stream with this helper to append ONE bounded terminal
|
|
326
|
+
* `RunFailed { errorTag: "Defect" }` event before the original cause is rethrown, so a viewer
|
|
327
|
+
* always observes a terminal event even when the Run dies.
|
|
328
|
+
*
|
|
329
|
+
* Event contract:
|
|
330
|
+
*
|
|
331
|
+
* - typed failures and interruptions pass through untouched — the engine already emitted
|
|
332
|
+
* their terminal event, so nothing is duplicated;
|
|
333
|
+
* - a cause carrying a defect first emits `RunFailed` with `errorTag: "Defect"` and a
|
|
334
|
+
* bounded string rendering of the defect (never the raw value; hosts owning stricter
|
|
335
|
+
* redaction apply it downstream), then RETHROWS the original cause unchanged;
|
|
336
|
+
* - identity fields come from the last event already streamed (`sequence` advances by one);
|
|
337
|
+
* a defect BEFORE the first event has no Run identity to attribute, so it is rethrown
|
|
338
|
+
* without an event — the helper never fabricates identities.
|
|
339
|
+
*/
|
|
340
|
+
declare const withTerminalDefectEvent: <E, R>(events: Stream.Stream<RunEvent, E, R>) => Stream.Stream<RunEvent, E, R>;
|
|
341
|
+
declare namespace AgentRuntime_d_exports {
|
|
342
|
+
export { AgentChildPending, AgentCompletionProjectionRequirements, AgentResult, AgentResultSchema, AgentRuntimeFailure, AgentRuntimeRequirements, AgentSpawner, AgentSpawnerParent, AgentSpawnerService, DetachedRun, EngineProvidedToolServices, RuntimeBinding, SpawnDelegation, SpawnRunOptions, SpawnedChildRun, SubagentDurability, SubagentDurabilityDurable, SubagentDurabilityEphemeral, SubagentDurabilityError, SubagentDurabilityService, ToolCallWaiting, decodeFinalOutput, encodeRunDisposition, projectCompletionFromToolOutput, projectCompletionOutput, renderInputPrompt, run, runUnknown, start, startUnknown, stream, streamUnknown, streamWithUsageAccountingUnknown, withTerminalDefectEvent };
|
|
343
|
+
}
|
|
344
|
+
//#endregion
|
|
345
|
+
export { start as A, decodeFinalOutput as C, renderInputPrompt as D, projectCompletionOutput as E, withTerminalDefectEvent as F, stream as M, streamUnknown as N, run as O, streamWithUsageAccountingUnknown as P, ToolCallWaiting as S, projectCompletionFromToolOutput as T, SubagentDurability as _, AgentResultSchema as a, SubagentDurabilityError as b, AgentSpawner as c, DetachedRun as d, EngineProvidedToolServices as f, SpawnedChildRun as g, SpawnRunOptions as h, AgentResult as i, startUnknown as j, runUnknown as k, AgentSpawnerParent as l, SpawnDelegation as m, AgentChildPending as n, AgentRuntimeFailure as o, RuntimeBinding as p, AgentCompletionProjectionRequirements as r, AgentRuntimeRequirements as s, AgentRuntime_d_exports as t, AgentSpawnerService as u, SubagentDurabilityDurable as v, encodeRunDisposition as w, SubagentDurabilityService as x, SubagentDurabilityEphemeral as y };
|
|
346
|
+
//# sourceMappingURL=AgentRuntime-uxR_a4VM.d.mts.map
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import { t as AgentId } from "./Identifiers-CN2s30fF.mjs";
|
|
2
|
+
import { t as IdempotencyKey } from "./Receipt-BAHyigAF.mjs";
|
|
3
|
+
import { Context, Effect, Schema, Stream } from "effect";
|
|
4
|
+
declare namespace AgentUpdates_d_exports {
|
|
5
|
+
export { Emitter, Update, UpdateError, decode, emit, observe };
|
|
6
|
+
}
|
|
7
|
+
declare const Update_base: Schema.Class<Update, Schema.Struct<{
|
|
8
|
+
readonly schemaVersion: Schema.Literal<1>;
|
|
9
|
+
readonly agentId: Schema.brand<Schema.NonEmptyString, "@effect-agent/core/AgentId">;
|
|
10
|
+
readonly threadId: Schema.brand<Schema.NonEmptyString, "@effect-agent/core/ThreadId">;
|
|
11
|
+
readonly runId: Schema.brand<Schema.NonEmptyString, "@effect-agent/core/RunId">;
|
|
12
|
+
readonly updateId: Schema.brand<Schema.NonEmptyString, "@effect-agent/thread/IdempotencyKey">;
|
|
13
|
+
readonly sequence: Schema.Int;
|
|
14
|
+
readonly value: Schema.Codec<Schema.Json, Schema.Json, never, never>;
|
|
15
|
+
}>, {}>;
|
|
16
|
+
/** Canonical schema-encoded intermediate output, scoped to one logical Run. */
|
|
17
|
+
declare class Update extends Update_base {}
|
|
18
|
+
declare const UpdateError_base: Schema.Class<UpdateError, Schema.TaggedStruct<"AgentUpdateError", {
|
|
19
|
+
readonly reason: Schema.Literals<readonly ["validation", "unavailable", "conflict", "capacity", "storage", "identity", "denied"]>;
|
|
20
|
+
}>, import("effect/Cause").YieldableError>;
|
|
21
|
+
/** Fail-closed update acceptance and decoding errors; payloads are never included. */
|
|
22
|
+
declare class UpdateError extends UpdateError_base {}
|
|
23
|
+
declare const Emitter_base: Context.ServiceClass<Emitter, "@effect-agent/core/AgentUpdates/Emitter", {
|
|
24
|
+
readonly emit: (request: {
|
|
25
|
+
readonly target: {
|
|
26
|
+
readonly id: AgentId;
|
|
27
|
+
readonly updates?: Schema.Top | undefined;
|
|
28
|
+
};
|
|
29
|
+
readonly updateId: IdempotencyKey;
|
|
30
|
+
readonly value: Schema.Json;
|
|
31
|
+
}) => Effect.Effect<Update, UpdateError>;
|
|
32
|
+
}>;
|
|
33
|
+
/** Engine-owned invocation port. The Agent ID and exact update Schema must match the executing definition. */
|
|
34
|
+
declare class Emitter extends Emitter_base {}
|
|
35
|
+
/** Structural schema boundary accepted by definitions and their model bindings. */
|
|
36
|
+
type Source<S extends Schema.Top> = {
|
|
37
|
+
readonly id: AgentId;
|
|
38
|
+
readonly updates?: S | undefined;
|
|
39
|
+
};
|
|
40
|
+
type BoundSource<S extends Schema.Top> = Source<S> | {
|
|
41
|
+
readonly definition: Source<S>;
|
|
42
|
+
};
|
|
43
|
+
/** Emit a decoded update under an explicit stable key. Retries cannot replace accepted values. */
|
|
44
|
+
declare const emit: <S extends Schema.Top>(agent: BoundSource<S>, value: NoInfer<S["Type"]>, options: {
|
|
45
|
+
readonly idempotencyKey: IdempotencyKey;
|
|
46
|
+
}) => Effect.Effect<Update, UpdateError, Emitter | S["EncodingServices"]>;
|
|
47
|
+
/** Decode canonical update data through its declaring Agent Schema. */
|
|
48
|
+
declare const decode: <S extends Schema.Top>(agent: BoundSource<S>, update: Update) => Effect.Effect<S["Type"], UpdateError, S["DecodingServices"]>;
|
|
49
|
+
/** Decode an encoded update stream without hiding its failures or requirements. */
|
|
50
|
+
declare const observe: <S extends Schema.Top, E, R>(agent: BoundSource<S>, updates: Stream.Stream<Update, E, R>) => Stream.Stream<S["Type"], E | UpdateError, R | S["DecodingServices"]>;
|
|
51
|
+
//#endregion
|
|
52
|
+
export { decode as a, UpdateError as i, Emitter as n, emit as o, Update as r, observe as s, AgentUpdates_d_exports as t };
|
|
53
|
+
//# sourceMappingURL=AgentUpdates-DMJ-_xow.d.mts.map
|
|
@@ -0,0 +1,161 @@
|
|
|
1
|
+
import { s as RunId, u as ThreadId } from "./Identifiers-CN2s30fF.mjs";
|
|
2
|
+
import { i as CompactionPolicy } from "./AgentPolicy-CetmQrf3.mjs";
|
|
3
|
+
import { n as ContextRolloverRequest } from "./ContextWindow-DRQ5Mbm2.mjs";
|
|
4
|
+
import { LanguageModel, Model, Prompt } from "effect/unstable/ai";
|
|
5
|
+
import { Context, Effect, Layer, Option, Schema, Stream } from "effect";
|
|
6
|
+
//#region src/engine/internal/compaction.d.ts
|
|
7
|
+
/**
|
|
8
|
+
* Pure helpers for engine-native context compaction (RUN-026/RUN-027). Everything here is deterministic and side-effect free:
|
|
9
|
+
* the engine's turn loop owns the state transitions, the durable coordinator
|
|
10
|
+
* owns the canonical record, and this module owns the arithmetic.
|
|
11
|
+
*
|
|
12
|
+
* Compaction is a VIEW over official history, never a mutation of it. The
|
|
13
|
+
* durable commit machinery slices official history by length
|
|
14
|
+
* (`lastCommitLen` in the coordinator), so official history must stay
|
|
15
|
+
* append-only within an Attempt; only the outgoing model prompt is rebuilt.
|
|
16
|
+
*/
|
|
17
|
+
/** Model-visible replacement for a tool result cleared by prune compaction. */
|
|
18
|
+
declare const CLEARED_TOOL_RESULT = "[tool result cleared by compaction]";
|
|
19
|
+
/** Prefix of the user message that carries a compaction summary into the prompt. */
|
|
20
|
+
declare const COMPACTION_SUMMARY_PREFIX = "The prior thread was compacted into this summary:\n\n";
|
|
21
|
+
/** Rollover text is recovery evidence; it never asserts that an external action succeeded. */
|
|
22
|
+
declare const CONTEXT_ROLLOVER_PREFIX = "A fresh context window has started. Earlier conversation has left this model view. Restore relevant notes and use available history tools to retrieve evidence; verify live state before repeating an action.\n\n";
|
|
23
|
+
/** Stable across Attempts; the initial window uses turn zero. */
|
|
24
|
+
declare const contextWindowId: (runId: string, turn: number) => string;
|
|
25
|
+
/** Shared by the live interpreter and canonical journal projection. */
|
|
26
|
+
declare const contextWindowMessage: (windowId: string, handoff?: string) => Prompt.Message;
|
|
27
|
+
/**
|
|
28
|
+
* Deterministic UTF-8 bytes/4 token estimate over one message's structural JSON.
|
|
29
|
+
* Conservative for prose, slightly generous for dense JSON — the estimate
|
|
30
|
+
* only gates WHEN to compact, never what is preserved.
|
|
31
|
+
*/
|
|
32
|
+
declare const estimateMessageTokens: (message: Prompt.Message) => number;
|
|
33
|
+
/** Sum of `estimateMessageTokens` over a message array. */
|
|
34
|
+
declare const estimatePromptTokens: (messages: ReadonlyArray<Prompt.Message>, estimate?: (message: Prompt.Message) => number) => number;
|
|
35
|
+
/**
|
|
36
|
+
* Mutable per-Run compaction state held on the engine's RunContext. Indices
|
|
37
|
+
* are positions in the SOURCE prompt (the official-history basis handed to
|
|
38
|
+
* each Turn). Ordinary history grows append-only. Prepared history must retain
|
|
39
|
+
* content-equivalent covered prefixes or the engine rejects the next Turn.
|
|
40
|
+
*/
|
|
41
|
+
interface ContextCompactionState {
|
|
42
|
+
/**
|
|
43
|
+
* Source-index bounds `[start, end)` of the protected instruction/input
|
|
44
|
+
* block, mapped to prepared indices when necessary. `-1` before mapping;
|
|
45
|
+
* an unmappable protected block fails before any compaction decision.
|
|
46
|
+
*/
|
|
47
|
+
protectedStart: number;
|
|
48
|
+
protectedEnd: number;
|
|
49
|
+
/** Prepared prompts also retain application-added system instructions. */
|
|
50
|
+
protectSystemMessages?: boolean;
|
|
51
|
+
/** Tool messages at source index below this bound render as cleared. */
|
|
52
|
+
clearedThrough: number;
|
|
53
|
+
/**
|
|
54
|
+
* Source messages below this bound (outside the protected block) are
|
|
55
|
+
* replaced by a summary or a fresh-window marker. Absent before the first replacement.
|
|
56
|
+
*/
|
|
57
|
+
replacement: {
|
|
58
|
+
readonly kind: "summarize";
|
|
59
|
+
readonly through: number;
|
|
60
|
+
readonly summary: string;
|
|
61
|
+
} | {
|
|
62
|
+
readonly kind: "rollover";
|
|
63
|
+
readonly through: number;
|
|
64
|
+
readonly windowId: string;
|
|
65
|
+
readonly handoff?: string;
|
|
66
|
+
} | undefined;
|
|
67
|
+
/** Loop guard: at most one threshold compaction per Turn. */
|
|
68
|
+
lastCompactionTurn: number;
|
|
69
|
+
/** RUN-027 guard: at most one overflow compact-and-retry per Turn. */
|
|
70
|
+
overflowRetryTurn: number;
|
|
71
|
+
/**
|
|
72
|
+
* View length at the last model call, the base of the provider-anchored
|
|
73
|
+
* estimate. `-1` invalidates it (fresh Run or just compacted), forcing a
|
|
74
|
+
* full-view estimate.
|
|
75
|
+
*/
|
|
76
|
+
lastViewLength: number;
|
|
77
|
+
}
|
|
78
|
+
declare namespace ContextCompactor_d_exports {
|
|
79
|
+
export { CompactionDecision, CompactionError, CompactionModelLayer, CompactionRequest, ContextCompaction, ContextCompactor, ContextMessageTokenEstimator };
|
|
80
|
+
}
|
|
81
|
+
/**
|
|
82
|
+
* A proposed view change. Source indices are exclusive prefix bounds, never record sequences.
|
|
83
|
+
* Summaries contain at most 65,536 characters; the interpreter rejects oversized decisions
|
|
84
|
+
* before committing or changing coverage.
|
|
85
|
+
*/
|
|
86
|
+
declare const CompactionDecision: Schema.Union<readonly [Schema.Struct<{
|
|
87
|
+
readonly kind: Schema.Literal<"rollover">;
|
|
88
|
+
readonly through: Schema.Natural;
|
|
89
|
+
readonly handoff: Schema.optionalKey<Schema.NonEmptyString>;
|
|
90
|
+
}>, Schema.Struct<{
|
|
91
|
+
readonly kind: Schema.Literal<"clear-tool-results">;
|
|
92
|
+
readonly through: Schema.Natural;
|
|
93
|
+
}>, Schema.Struct<{
|
|
94
|
+
readonly kind: Schema.Literal<"summarize">;
|
|
95
|
+
readonly through: Schema.Natural;
|
|
96
|
+
readonly summary: Schema.NonEmptyString;
|
|
97
|
+
}>]>;
|
|
98
|
+
type CompactionDecision = typeof CompactionDecision.Type;
|
|
99
|
+
declare const CompactionError_base: Schema.Class<CompactionError, Schema.TaggedStruct<"CompactionError", {
|
|
100
|
+
readonly message: Schema.String;
|
|
101
|
+
readonly cause: Schema.optionalKey<Schema.Defect>;
|
|
102
|
+
}>, import("effect/Cause").YieldableError>;
|
|
103
|
+
/** Expected strategy or decision-validation failure. Causes stay in the live Effect only. */
|
|
104
|
+
declare class CompactionError extends CompactionError_base {}
|
|
105
|
+
/** Upstream Model.captureRequirements returns this closed Layer. */
|
|
106
|
+
type CompactionModelLayer = Layer.Layer<LanguageModel.LanguageModel | Model.ProviderName | Model.ModelName>;
|
|
107
|
+
/** A full message estimate, or undefined to use the native structural estimate. */
|
|
108
|
+
type ContextMessageTokenEstimator = (message: Prompt.Message) => number | undefined;
|
|
109
|
+
/**
|
|
110
|
+
* One bounded pass over an immutable source snapshot. A harness owns state, metering, and
|
|
111
|
+
* application of decisions. The interpreter permits at most one prune followed by one replacement
|
|
112
|
+
* (summary or rollover), and one call to summarize per Turn, shared across every trigger.
|
|
113
|
+
* All model work must use summarize so it is metered.
|
|
114
|
+
* Callback failures and requirements pass through unchanged; strategy dependencies belong to
|
|
115
|
+
* its construction Layer. Protected messages cannot be removed and Tool pairs cannot be split by a decision.
|
|
116
|
+
*/
|
|
117
|
+
interface CompactionRequest<E, R> {
|
|
118
|
+
readonly threadId: ThreadId;
|
|
119
|
+
readonly runId: RunId;
|
|
120
|
+
readonly turn: number;
|
|
121
|
+
readonly source: Prompt.Prompt;
|
|
122
|
+
readonly state: Readonly<ContextCompactionState>;
|
|
123
|
+
readonly policy: CompactionPolicy;
|
|
124
|
+
readonly targetTokens: number | undefined;
|
|
125
|
+
readonly trigger: "pressure" | "overflow" | "requested";
|
|
126
|
+
/** Budget admission may prohibit a separate model call while still allowing a rollover. */
|
|
127
|
+
readonly modelCallAllowed: boolean;
|
|
128
|
+
/** The current captured Model's message accounting, including native fallback. */
|
|
129
|
+
readonly estimateMessageTokens?: ContextMessageTokenEstimator | undefined;
|
|
130
|
+
/** Present for a successful, singleton context rollover Tool; through excludes later steering. */
|
|
131
|
+
readonly requested?: (ContextRolloverRequest & {
|
|
132
|
+
readonly through: number;
|
|
133
|
+
}) | undefined;
|
|
134
|
+
readonly summarize: (prompt: Prompt.Prompt, model?: CompactionModelLayer) => Effect.Effect<string, E, R>;
|
|
135
|
+
}
|
|
136
|
+
interface ContextCompaction {
|
|
137
|
+
/** Non-negative finite integer estimate, used for admission and derived prompt overhead too. */
|
|
138
|
+
readonly estimate: (messages: ReadonlyArray<Prompt.Message>) => number;
|
|
139
|
+
/** Emit decisions sequentially; the consumer commits each before pulling the next. */
|
|
140
|
+
readonly compact: <E, R>(request: CompactionRequest<E, R>) => Stream.Stream<CompactionDecision, E | CompactionError, R>;
|
|
141
|
+
}
|
|
142
|
+
declare const ContextCompactor_base: Context.ServiceClass<ContextCompactor, "@effect-agent/engine/ContextCompactor", ContextCompaction>;
|
|
143
|
+
/**
|
|
144
|
+
* The sole interpreter compaction port. Runs without an installed service provide layer at their
|
|
145
|
+
* composition boundary. Decorators yield this service during construction and receive their
|
|
146
|
+
* underlying implementation through Layer.provide. Direct harnesses use the same Layer contract.
|
|
147
|
+
*/
|
|
148
|
+
declare class ContextCompactor extends ContextCompactor_base {
|
|
149
|
+
static readonly layer: Layer.Layer<ContextCompactor, never, never>;
|
|
150
|
+
/**
|
|
151
|
+
* Start fresh windows without a summarizer call. The engine retains instructions/input and
|
|
152
|
+
* commits each boundary; a bounded emergency handoff preserves user inputs and unseen results.
|
|
153
|
+
* Applications provide notes/history tools alongside this strategy.
|
|
154
|
+
*/
|
|
155
|
+
static readonly layerRollover: Layer.Layer<ContextCompactor, never, never>;
|
|
156
|
+
/** Use the bounded default algorithm with a separate upstream Effect AI Model. */
|
|
157
|
+
static readonly layerWithModel: <Provider, Requirements>(model: Model.Model<Provider, LanguageModel.LanguageModel, Requirements>) => Layer.Layer<ContextCompactor, never, Requirements>;
|
|
158
|
+
}
|
|
159
|
+
//#endregion
|
|
160
|
+
export { ContextCompaction as a, ContextMessageTokenEstimator as c, CONTEXT_ROLLOVER_PREFIX as d, ContextCompactionState as f, estimatePromptTokens as g, estimateMessageTokens as h, CompactionRequest as i, CLEARED_TOOL_RESULT as l, contextWindowMessage as m, CompactionError as n, ContextCompactor as o, contextWindowId as p, CompactionModelLayer as r, ContextCompactor_d_exports as s, CompactionDecision as t, COMPACTION_SUMMARY_PREFIX as u };
|
|
161
|
+
//# sourceMappingURL=ContextCompactor-Dxu5zhOL.d.mts.map
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
import { Context, Effect, Schema } from "effect";
|
|
2
|
+
declare namespace ContextWindow_d_exports {
|
|
3
|
+
export { ContextHandoff, ContextRolloverRequest, ContextRolloverSelection, ContextRolloverTool, ContextWindow, ContextWindowStatus, ModelCallContext };
|
|
4
|
+
}
|
|
5
|
+
/** Model-authored continuation state; fuller notes belong in an application-owned memory store. */
|
|
6
|
+
declare const ContextHandoff: Schema.NonEmptyString;
|
|
7
|
+
/** Successful output of an explicitly designated context-window Tool. */
|
|
8
|
+
declare const ContextRolloverRequest: Schema.Struct<{
|
|
9
|
+
readonly handoff: Schema.optionalKey<Schema.NonEmptyString>;
|
|
10
|
+
}>;
|
|
11
|
+
type ContextRolloverRequest = typeof ContextRolloverRequest.Type;
|
|
12
|
+
/**
|
|
13
|
+
* Host-selected exclusive source-message boundary, applied at the next safe model seam.
|
|
14
|
+
* Omit through to reset the prefix before the protected current instructions/input. The
|
|
15
|
+
* engine resolves that prefix after preparation; an empty prior prefix needs no new window.
|
|
16
|
+
*/
|
|
17
|
+
declare const ContextRolloverSelection: Schema.Struct<{
|
|
18
|
+
readonly handoff: Schema.optionalKey<Schema.NonEmptyString>;
|
|
19
|
+
readonly through: Schema.optionalKey<Schema.Natural>;
|
|
20
|
+
}>;
|
|
21
|
+
type ContextRolloverSelection = typeof ContextRolloverSelection.Type;
|
|
22
|
+
declare const ModelCallContext_base: Schema.Class<ModelCallContext, Schema.Struct<{
|
|
23
|
+
readonly contextCapacity: Schema.Int;
|
|
24
|
+
readonly maxInputTokens: Schema.optionalKey<Schema.Int>;
|
|
25
|
+
readonly outputReserveTokens: Schema.Natural;
|
|
26
|
+
readonly uncountedOverheadTokens: Schema.Natural;
|
|
27
|
+
}>, {}>;
|
|
28
|
+
/**
|
|
29
|
+
* Bounds resolved alongside the native model for one Turn. Output reserve must match the
|
|
30
|
+
* selected provider configuration. Uncounted overhead includes only provider framing or image
|
|
31
|
+
* token costs absent from the prompt estimate; prompt text, output contracts, and native Tool
|
|
32
|
+
* schemas are counted by the engine. These are live-context bounds, not cumulative Run budgets.
|
|
33
|
+
*/
|
|
34
|
+
declare class ModelCallContext extends ModelCallContext_base {}
|
|
35
|
+
/**
|
|
36
|
+
* Definition-owned control annotation. A successful singleton application Tool carrying this
|
|
37
|
+
* annotation returns ContextRolloverRequest. The engine applies it at the next Turn seam,
|
|
38
|
+
* including after durable Tool-result replay. A Tool name alone never grants this authority.
|
|
39
|
+
*/
|
|
40
|
+
declare const ContextRolloverTool: Context.Reference<boolean>;
|
|
41
|
+
declare const ContextWindowStatus_base: Schema.Class<ContextWindowStatus, Schema.Struct<{
|
|
42
|
+
readonly threadId: Schema.brand<Schema.NonEmptyString, "@effect-agent/core/ThreadId">;
|
|
43
|
+
readonly runId: Schema.brand<Schema.NonEmptyString, "@effect-agent/core/RunId">;
|
|
44
|
+
readonly windowId: Schema.NonEmptyString;
|
|
45
|
+
readonly estimatedTokens: Schema.Natural;
|
|
46
|
+
readonly contextTokenLimit: Schema.NullOr<Schema.Natural>;
|
|
47
|
+
readonly remainingTokens: Schema.NullOr<Schema.Natural>;
|
|
48
|
+
}>, {}>;
|
|
49
|
+
/** Best available live-context estimate, independent of cumulative Run budgets. */
|
|
50
|
+
declare class ContextWindowStatus extends ContextWindowStatus_base {}
|
|
51
|
+
declare const ContextWindow_base: Context.ServiceClass<ContextWindow, "@effect-agent/engine/ContextWindow", {
|
|
52
|
+
readonly status: Effect.Effect<ContextWindowStatus>;
|
|
53
|
+
}>;
|
|
54
|
+
/** Engine-owned identity and context accounting for the current Run. */
|
|
55
|
+
declare class ContextWindow extends ContextWindow_base {}
|
|
56
|
+
//#endregion
|
|
57
|
+
export { ContextWindow as a, ModelCallContext as c, ContextRolloverTool as i, ContextRolloverRequest as n, ContextWindowStatus as o, ContextRolloverSelection as r, ContextWindow_d_exports as s, ContextHandoff as t };
|
|
58
|
+
//# sourceMappingURL=ContextWindow-DRQ5Mbm2.d.mts.map
|