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,536 @@
|
|
|
1
|
+
import { Clock, Duration, Effect, Ref, Schema, type Scope } from "effect";
|
|
2
|
+
|
|
3
|
+
const Natural = Schema.Natural;
|
|
4
|
+
const BudgetLevel = Schema.Literals(["global", "tenant", "agent", "thread", "run"]);
|
|
5
|
+
|
|
6
|
+
export type BudgetLevel = typeof BudgetLevel.Type;
|
|
7
|
+
|
|
8
|
+
/** Fixed units avoid floating-point currency accounting: costs are micro-USD. */
|
|
9
|
+
export class UsageTotals extends Schema.Class<UsageTotals>(
|
|
10
|
+
"@effect-agent/capabilities/UsageTotals",
|
|
11
|
+
)({
|
|
12
|
+
/** Total input tokens across every model call, INCLUDING cache reads and writes at par. */
|
|
13
|
+
inputTokens: Natural,
|
|
14
|
+
outputTokens: Natural,
|
|
15
|
+
/** Informational split of `inputTokens` served from the provider prompt cache; never separately limited. */
|
|
16
|
+
cacheReadInputTokens: Natural,
|
|
17
|
+
/** Informational split of `inputTokens` written to the provider prompt cache; never separately limited. */
|
|
18
|
+
cacheWriteInputTokens: Natural,
|
|
19
|
+
/** The most recent model call's input tokens — the live model-context estimate (CAP-017). */
|
|
20
|
+
lastInputTokens: Natural,
|
|
21
|
+
/** The most recent model call's output tokens. */
|
|
22
|
+
lastOutputTokens: Natural,
|
|
23
|
+
toolCalls: Natural,
|
|
24
|
+
costMicrousd: Natural,
|
|
25
|
+
elapsedMillis: Natural,
|
|
26
|
+
}) {}
|
|
27
|
+
|
|
28
|
+
/** Increment recorded at one model/tool accounting boundary. */
|
|
29
|
+
export class UsageDelta extends Schema.Class<UsageDelta>("@effect-agent/capabilities/UsageDelta")({
|
|
30
|
+
/** `1` for a model-response boundary, `0` for a mid-pass tool charge; gates last-call tracking. */
|
|
31
|
+
modelCalls: Natural,
|
|
32
|
+
/** Total input tokens of this boundary, INCLUDING cache reads and writes at par. */
|
|
33
|
+
inputTokens: Natural,
|
|
34
|
+
outputTokens: Natural,
|
|
35
|
+
/** Informational split of `inputTokens` served from the provider prompt cache; never separately limited. */
|
|
36
|
+
cacheReadInputTokens: Natural,
|
|
37
|
+
/** Informational split of `inputTokens` written to the provider prompt cache; never separately limited. */
|
|
38
|
+
cacheWriteInputTokens: Natural,
|
|
39
|
+
toolCalls: Natural,
|
|
40
|
+
costMicrousd: Natural,
|
|
41
|
+
}) {}
|
|
42
|
+
|
|
43
|
+
/** All optional limits are finite when present; absent means not configured. */
|
|
44
|
+
export class UsageBudgetLimits extends Schema.Class<UsageBudgetLimits>(
|
|
45
|
+
"@effect-agent/capabilities/UsageBudgetLimits",
|
|
46
|
+
)({
|
|
47
|
+
maxInputTokens: Schema.optionalKey(Natural),
|
|
48
|
+
maxOutputTokens: Schema.optionalKey(Natural),
|
|
49
|
+
maxToolCalls: Schema.optionalKey(Natural),
|
|
50
|
+
maxCostMicrousd: Schema.optionalKey(Natural),
|
|
51
|
+
maxDurationMillis: Schema.optionalKey(Natural),
|
|
52
|
+
}) {}
|
|
53
|
+
|
|
54
|
+
/** Identity and local limits for one node in a global-to-Run budget hierarchy. */
|
|
55
|
+
export class UsageBudgetNodeConfig extends Schema.Class<UsageBudgetNodeConfig>(
|
|
56
|
+
"@effect-agent/capabilities/UsageBudgetNodeConfig",
|
|
57
|
+
)({
|
|
58
|
+
level: BudgetLevel,
|
|
59
|
+
id: Schema.NonEmptyString,
|
|
60
|
+
limits: UsageBudgetLimits,
|
|
61
|
+
}) {}
|
|
62
|
+
|
|
63
|
+
/** Typed finite-budget rejection. A rejected increment is not committed at any hierarchy level. */
|
|
64
|
+
export class BudgetExceeded extends Schema.TaggedError<BudgetExceeded>()("BudgetExceeded", {
|
|
65
|
+
scopeLevel: BudgetLevel,
|
|
66
|
+
scopeId: Schema.NonEmptyString,
|
|
67
|
+
limit: Schema.Literals(["input-tokens", "output-tokens", "tool-calls", "cost", "duration"]),
|
|
68
|
+
limitValue: Natural,
|
|
69
|
+
observedValue: Natural,
|
|
70
|
+
}) {}
|
|
71
|
+
|
|
72
|
+
/** Hierarchical accounting authority. All ancestors share one atomic Ref-backed transaction. */
|
|
73
|
+
export interface UsageBudgetNode {
|
|
74
|
+
readonly level: BudgetLevel;
|
|
75
|
+
readonly id: string;
|
|
76
|
+
/**
|
|
77
|
+
* Register or re-attach one child node. Re-attaching an already-registered
|
|
78
|
+
* `level:id` with identical limits returns a handle to the shared
|
|
79
|
+
* registration; different limits fail with BudgetNodeConflict rather than
|
|
80
|
+
* being silently ignored. Every returned handle owns one registration and
|
|
81
|
+
* must be retired when its lifetime ends; prefer `childScoped` when the
|
|
82
|
+
* lifetime already belongs to an Effect Scope.
|
|
83
|
+
*/
|
|
84
|
+
readonly child: (
|
|
85
|
+
config: UsageBudgetNodeConfig,
|
|
86
|
+
) => Effect.Effect<UsageBudgetNode, InvalidBudgetHierarchy | BudgetNodeConflict>;
|
|
87
|
+
/** Register a child whose registration is retired when the current Scope closes. */
|
|
88
|
+
readonly childScoped: (
|
|
89
|
+
config: UsageBudgetNodeConfig,
|
|
90
|
+
) => Effect.Effect<UsageBudgetNode, InvalidBudgetHierarchy | BudgetNodeConflict, Scope.Scope>;
|
|
91
|
+
/**
|
|
92
|
+
* Release this handle's registration exactly once. Accumulated usage stays
|
|
93
|
+
* charged to every live ancestor; a node is reclaimed only after its last
|
|
94
|
+
* handle and every descendant have retired.
|
|
95
|
+
*/
|
|
96
|
+
readonly retire: Effect.Effect<void>;
|
|
97
|
+
readonly consume: (delta: UsageDelta) => Effect.Effect<UsageTotals, BudgetExceeded>;
|
|
98
|
+
readonly snapshot: Effect.Effect<UsageTotals>;
|
|
99
|
+
/**
|
|
100
|
+
* Guard stalled model/tool work with the earliest configured ancestor deadline.
|
|
101
|
+
* The timeout is driven by Effect Clock and interrupts the guarded child effect.
|
|
102
|
+
*/
|
|
103
|
+
readonly guard: <A, E, R>(
|
|
104
|
+
effect: Effect.Effect<A, E, R>,
|
|
105
|
+
) => Effect.Effect<A, E | BudgetExceeded, R>;
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
/** A child budget must move strictly inward through the declared hierarchy. */
|
|
109
|
+
export class InvalidBudgetHierarchy extends Schema.TaggedError<InvalidBudgetHierarchy>()(
|
|
110
|
+
"InvalidBudgetHierarchy",
|
|
111
|
+
{
|
|
112
|
+
parentLevel: BudgetLevel,
|
|
113
|
+
childLevel: BudgetLevel,
|
|
114
|
+
},
|
|
115
|
+
) {}
|
|
116
|
+
|
|
117
|
+
/** A child `level:id` is already registered with different limits; neither set may win silently. */
|
|
118
|
+
export class BudgetNodeConflict extends Schema.TaggedError<BudgetNodeConflict>()(
|
|
119
|
+
"BudgetNodeConflict",
|
|
120
|
+
{
|
|
121
|
+
scopeLevel: BudgetLevel,
|
|
122
|
+
scopeId: Schema.NonEmptyString,
|
|
123
|
+
},
|
|
124
|
+
) {}
|
|
125
|
+
|
|
126
|
+
interface LedgerNode {
|
|
127
|
+
readonly config: UsageBudgetNodeConfig;
|
|
128
|
+
readonly startedAt: number;
|
|
129
|
+
readonly totals: UsageTotals;
|
|
130
|
+
/** Ledger-owned identities of the live handles for this exact registration. */
|
|
131
|
+
readonly handles: ReadonlySet<symbol>;
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
interface BudgetLedger {
|
|
135
|
+
readonly nodes: ReadonlyMap<string, LedgerNode>;
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
type ConsumptionResult =
|
|
139
|
+
| { readonly _tag: "success"; readonly value: UsageTotals }
|
|
140
|
+
| { readonly _tag: "failure"; readonly error: BudgetExceeded }
|
|
141
|
+
| { readonly _tag: "retired" };
|
|
142
|
+
|
|
143
|
+
type ChildRegistrationResult =
|
|
144
|
+
| { readonly _tag: "success" }
|
|
145
|
+
| { readonly _tag: "conflict"; readonly error: BudgetNodeConflict }
|
|
146
|
+
| { readonly _tag: "invalid"; readonly error: InvalidBudgetHierarchy }
|
|
147
|
+
| { readonly _tag: "retired" };
|
|
148
|
+
|
|
149
|
+
const levelOrder: Readonly<Record<BudgetLevel, number>> = {
|
|
150
|
+
global: 0,
|
|
151
|
+
tenant: 1,
|
|
152
|
+
agent: 2,
|
|
153
|
+
thread: 3,
|
|
154
|
+
run: 4,
|
|
155
|
+
};
|
|
156
|
+
|
|
157
|
+
const emptyTotals = (elapsedMillis = 0): UsageTotals =>
|
|
158
|
+
UsageTotals.make({
|
|
159
|
+
inputTokens: 0,
|
|
160
|
+
outputTokens: 0,
|
|
161
|
+
cacheReadInputTokens: 0,
|
|
162
|
+
cacheWriteInputTokens: 0,
|
|
163
|
+
lastInputTokens: 0,
|
|
164
|
+
lastOutputTokens: 0,
|
|
165
|
+
toolCalls: 0,
|
|
166
|
+
costMicrousd: 0,
|
|
167
|
+
elapsedMillis,
|
|
168
|
+
});
|
|
169
|
+
|
|
170
|
+
// Spread-preserve every accumulated field so future additions cannot be
|
|
171
|
+
// silently dropped by an elapsed-only snapshot.
|
|
172
|
+
const withElapsed = (node: LedgerNode, now: number): UsageTotals =>
|
|
173
|
+
UsageTotals.make({
|
|
174
|
+
...node.totals,
|
|
175
|
+
elapsedMillis: Math.max(0, now - node.startedAt),
|
|
176
|
+
});
|
|
177
|
+
|
|
178
|
+
const addUsage = (node: LedgerNode, delta: UsageDelta, now: number): UsageTotals =>
|
|
179
|
+
UsageTotals.make({
|
|
180
|
+
inputTokens: node.totals.inputTokens + delta.inputTokens,
|
|
181
|
+
outputTokens: node.totals.outputTokens + delta.outputTokens,
|
|
182
|
+
cacheReadInputTokens: node.totals.cacheReadInputTokens + delta.cacheReadInputTokens,
|
|
183
|
+
cacheWriteInputTokens: node.totals.cacheWriteInputTokens + delta.cacheWriteInputTokens,
|
|
184
|
+
lastInputTokens: delta.modelCalls > 0 ? delta.inputTokens : node.totals.lastInputTokens,
|
|
185
|
+
lastOutputTokens: delta.modelCalls > 0 ? delta.outputTokens : node.totals.lastOutputTokens,
|
|
186
|
+
toolCalls: node.totals.toolCalls + delta.toolCalls,
|
|
187
|
+
costMicrousd: node.totals.costMicrousd + delta.costMicrousd,
|
|
188
|
+
elapsedMillis: Math.max(0, now - node.startedAt),
|
|
189
|
+
});
|
|
190
|
+
|
|
191
|
+
const exceeded = (node: LedgerNode, totals: UsageTotals): BudgetExceeded | undefined => {
|
|
192
|
+
const limits = node.config.limits;
|
|
193
|
+
|
|
194
|
+
const checks: ReadonlyArray<readonly [BudgetExceeded["limit"], number | undefined, number]> = [
|
|
195
|
+
["input-tokens", limits.maxInputTokens, totals.inputTokens],
|
|
196
|
+
["output-tokens", limits.maxOutputTokens, totals.outputTokens],
|
|
197
|
+
["tool-calls", limits.maxToolCalls, totals.toolCalls],
|
|
198
|
+
["cost", limits.maxCostMicrousd, totals.costMicrousd],
|
|
199
|
+
["duration", limits.maxDurationMillis, totals.elapsedMillis],
|
|
200
|
+
];
|
|
201
|
+
|
|
202
|
+
for (const [limit, limitValue, observedValue] of checks) {
|
|
203
|
+
if (limitValue !== undefined && observedValue > limitValue) {
|
|
204
|
+
return BudgetExceeded.make({
|
|
205
|
+
scopeLevel: node.config.level,
|
|
206
|
+
scopeId: node.config.id,
|
|
207
|
+
limit,
|
|
208
|
+
limitValue,
|
|
209
|
+
observedValue,
|
|
210
|
+
});
|
|
211
|
+
}
|
|
212
|
+
}
|
|
213
|
+
|
|
214
|
+
return undefined;
|
|
215
|
+
};
|
|
216
|
+
|
|
217
|
+
const sameLimits = (a: UsageBudgetLimits, b: UsageBudgetLimits): boolean =>
|
|
218
|
+
a.maxInputTokens === b.maxInputTokens &&
|
|
219
|
+
a.maxOutputTokens === b.maxOutputTokens &&
|
|
220
|
+
a.maxToolCalls === b.maxToolCalls &&
|
|
221
|
+
a.maxCostMicrousd === b.maxCostMicrousd &&
|
|
222
|
+
a.maxDurationMillis === b.maxDurationMillis;
|
|
223
|
+
|
|
224
|
+
// JSON escapes lone surrogates before URI encoding; every valid string stays distinct,
|
|
225
|
+
// and an ID can never introduce the path separator used by retirement.
|
|
226
|
+
const nodeKeyComponent = (config: UsageBudgetNodeConfig): string =>
|
|
227
|
+
`${config.level}:${encodeURIComponent(JSON.stringify(config.id))}`;
|
|
228
|
+
|
|
229
|
+
const durationExceeded = (node: LedgerNode, now: number): BudgetExceeded => {
|
|
230
|
+
const limitValue = node.config.limits.maxDurationMillis ?? 0;
|
|
231
|
+
|
|
232
|
+
return BudgetExceeded.make({
|
|
233
|
+
scopeLevel: node.config.level,
|
|
234
|
+
scopeId: node.config.id,
|
|
235
|
+
limit: "duration",
|
|
236
|
+
limitValue,
|
|
237
|
+
observedValue: Math.max(limitValue + 1, now - node.startedAt),
|
|
238
|
+
});
|
|
239
|
+
};
|
|
240
|
+
|
|
241
|
+
/** Reclaim one released leaf and any newly unowned ancestors on its fixed hierarchy path. */
|
|
242
|
+
const pruneRetiredHierarchy = (
|
|
243
|
+
nodes: Map<string, LedgerNode>,
|
|
244
|
+
hierarchy: ReadonlyArray<string>,
|
|
245
|
+
): Map<string, LedgerNode> => {
|
|
246
|
+
for (let index = hierarchy.length - 1; index >= 0; index -= 1) {
|
|
247
|
+
const candidateKey = hierarchy[index];
|
|
248
|
+
|
|
249
|
+
if (candidateKey === undefined) continue;
|
|
250
|
+
const candidate = nodes.get(candidateKey);
|
|
251
|
+
|
|
252
|
+
if (candidate === undefined) continue;
|
|
253
|
+
if (candidate.handles.size > 0) break;
|
|
254
|
+
const childPrefix = `${candidateKey}/`;
|
|
255
|
+
|
|
256
|
+
if ([...nodes.keys()].some((otherKey) => otherKey.startsWith(childPrefix))) {
|
|
257
|
+
break;
|
|
258
|
+
}
|
|
259
|
+
nodes.delete(candidateKey);
|
|
260
|
+
}
|
|
261
|
+
|
|
262
|
+
return nodes;
|
|
263
|
+
};
|
|
264
|
+
|
|
265
|
+
const makeNode = (
|
|
266
|
+
ledger: Ref.Ref<BudgetLedger>,
|
|
267
|
+
key: string,
|
|
268
|
+
ancestors: ReadonlyArray<string>,
|
|
269
|
+
config: UsageBudgetNodeConfig,
|
|
270
|
+
handleId: symbol,
|
|
271
|
+
): UsageBudgetNode => {
|
|
272
|
+
const hierarchy = [...ancestors, key];
|
|
273
|
+
|
|
274
|
+
const retiredDefect = () =>
|
|
275
|
+
Effect.die(
|
|
276
|
+
new Error(`Usage budget handle ${config.level}:${config.id} was used after retirement`),
|
|
277
|
+
);
|
|
278
|
+
|
|
279
|
+
const liveHierarchy = (state: BudgetLedger): ReadonlyArray<LedgerNode> | undefined => {
|
|
280
|
+
const current = state.nodes.get(key);
|
|
281
|
+
|
|
282
|
+
if (current === undefined || !current.handles.has(handleId)) return undefined;
|
|
283
|
+
const nodes: Array<LedgerNode> = [];
|
|
284
|
+
|
|
285
|
+
for (const ancestorKey of hierarchy) {
|
|
286
|
+
const node = state.nodes.get(ancestorKey);
|
|
287
|
+
|
|
288
|
+
if (node === undefined) return undefined;
|
|
289
|
+
nodes.push(node);
|
|
290
|
+
}
|
|
291
|
+
|
|
292
|
+
return nodes;
|
|
293
|
+
};
|
|
294
|
+
|
|
295
|
+
const readLiveHierarchy = Ref.modify(
|
|
296
|
+
ledger,
|
|
297
|
+
(state): readonly [ReadonlyArray<LedgerNode> | undefined, BudgetLedger] => [
|
|
298
|
+
liveHierarchy(state),
|
|
299
|
+
state,
|
|
300
|
+
],
|
|
301
|
+
);
|
|
302
|
+
|
|
303
|
+
const snapshot = Effect.gen(function* () {
|
|
304
|
+
const now = yield* Clock.currentTimeMillis;
|
|
305
|
+
const nodes = yield* readLiveHierarchy;
|
|
306
|
+
|
|
307
|
+
if (nodes === undefined) return yield* retiredDefect();
|
|
308
|
+
const node = nodes[nodes.length - 1];
|
|
309
|
+
|
|
310
|
+
if (node === undefined) return yield* retiredDefect();
|
|
311
|
+
|
|
312
|
+
return withElapsed(node, now);
|
|
313
|
+
});
|
|
314
|
+
|
|
315
|
+
const guard = <A, E, R>(
|
|
316
|
+
effect: Effect.Effect<A, E, R>,
|
|
317
|
+
): Effect.Effect<A, E | BudgetExceeded, R> =>
|
|
318
|
+
Effect.gen(function* () {
|
|
319
|
+
const now = yield* Clock.currentTimeMillis;
|
|
320
|
+
const nodes = yield* readLiveHierarchy;
|
|
321
|
+
|
|
322
|
+
if (nodes === undefined) return yield* retiredDefect();
|
|
323
|
+
let deadline: { readonly remaining: number; readonly node: LedgerNode } | undefined;
|
|
324
|
+
|
|
325
|
+
for (const node of nodes) {
|
|
326
|
+
const current = withElapsed(node, now);
|
|
327
|
+
const alreadyExceeded = exceeded(node, current);
|
|
328
|
+
|
|
329
|
+
if (alreadyExceeded !== undefined) {
|
|
330
|
+
return yield* alreadyExceeded;
|
|
331
|
+
}
|
|
332
|
+
const maxDuration = node.config.limits.maxDurationMillis;
|
|
333
|
+
|
|
334
|
+
if (maxDuration !== undefined) {
|
|
335
|
+
const remaining = maxDuration - current.elapsedMillis;
|
|
336
|
+
|
|
337
|
+
if (remaining <= 0) {
|
|
338
|
+
return yield* durationExceeded(node, now);
|
|
339
|
+
}
|
|
340
|
+
if (deadline === undefined || remaining < deadline.remaining) {
|
|
341
|
+
deadline = { remaining, node };
|
|
342
|
+
}
|
|
343
|
+
}
|
|
344
|
+
}
|
|
345
|
+
if (deadline === undefined) {
|
|
346
|
+
return yield* effect;
|
|
347
|
+
}
|
|
348
|
+
const selected = deadline;
|
|
349
|
+
|
|
350
|
+
return yield* effect.pipe(
|
|
351
|
+
Effect.timeoutOrElse({
|
|
352
|
+
duration: Duration.millis(selected.remaining),
|
|
353
|
+
orElse: () =>
|
|
354
|
+
Clock.currentTimeMillis.pipe(
|
|
355
|
+
Effect.flatMap((timeoutAt) =>
|
|
356
|
+
Effect.fail(durationExceeded(selected.node, timeoutAt)),
|
|
357
|
+
),
|
|
358
|
+
),
|
|
359
|
+
}),
|
|
360
|
+
);
|
|
361
|
+
});
|
|
362
|
+
|
|
363
|
+
const child = Effect.fn("UsageBudgetNode.child")(function* (childConfig: UsageBudgetNodeConfig) {
|
|
364
|
+
const childKey = `${key}/${nodeKeyComponent(childConfig)}`;
|
|
365
|
+
const childHandleId = Symbol(`usage-budget:${childConfig.level}:${childConfig.id}`);
|
|
366
|
+
const now = yield* Clock.currentTimeMillis;
|
|
367
|
+
|
|
368
|
+
const registration = yield* Ref.modify(
|
|
369
|
+
ledger,
|
|
370
|
+
(state): readonly [ChildRegistrationResult, BudgetLedger] => {
|
|
371
|
+
if (liveHierarchy(state) === undefined) {
|
|
372
|
+
return [{ _tag: "retired" }, state];
|
|
373
|
+
}
|
|
374
|
+
if (levelOrder[childConfig.level] <= levelOrder[config.level]) {
|
|
375
|
+
return [
|
|
376
|
+
{
|
|
377
|
+
_tag: "invalid",
|
|
378
|
+
error: InvalidBudgetHierarchy.make({
|
|
379
|
+
parentLevel: config.level,
|
|
380
|
+
childLevel: childConfig.level,
|
|
381
|
+
}),
|
|
382
|
+
},
|
|
383
|
+
state,
|
|
384
|
+
];
|
|
385
|
+
}
|
|
386
|
+
const existing = state.nodes.get(childKey);
|
|
387
|
+
|
|
388
|
+
if (existing !== undefined) {
|
|
389
|
+
return sameLimits(existing.config.limits, childConfig.limits)
|
|
390
|
+
? [
|
|
391
|
+
{ _tag: "success" },
|
|
392
|
+
{
|
|
393
|
+
nodes: new Map(state.nodes).set(childKey, {
|
|
394
|
+
...existing,
|
|
395
|
+
handles: new Set(existing.handles).add(childHandleId),
|
|
396
|
+
}),
|
|
397
|
+
},
|
|
398
|
+
]
|
|
399
|
+
: [
|
|
400
|
+
{
|
|
401
|
+
_tag: "conflict",
|
|
402
|
+
error: BudgetNodeConflict.make({
|
|
403
|
+
scopeLevel: childConfig.level,
|
|
404
|
+
scopeId: childConfig.id,
|
|
405
|
+
}),
|
|
406
|
+
},
|
|
407
|
+
state,
|
|
408
|
+
];
|
|
409
|
+
}
|
|
410
|
+
|
|
411
|
+
return [
|
|
412
|
+
{ _tag: "success" },
|
|
413
|
+
{
|
|
414
|
+
nodes: new Map(state.nodes).set(childKey, {
|
|
415
|
+
config: childConfig,
|
|
416
|
+
startedAt: now,
|
|
417
|
+
totals: emptyTotals(),
|
|
418
|
+
handles: new Set([childHandleId]),
|
|
419
|
+
}),
|
|
420
|
+
},
|
|
421
|
+
];
|
|
422
|
+
},
|
|
423
|
+
);
|
|
424
|
+
|
|
425
|
+
if (registration._tag === "retired") return yield* retiredDefect();
|
|
426
|
+
if (registration._tag === "conflict" || registration._tag === "invalid") {
|
|
427
|
+
return yield* registration.error;
|
|
428
|
+
}
|
|
429
|
+
|
|
430
|
+
return makeNode(ledger, childKey, hierarchy, childConfig, childHandleId);
|
|
431
|
+
});
|
|
432
|
+
|
|
433
|
+
const retire = Effect.uninterruptible(
|
|
434
|
+
Ref.update(ledger, (state) => {
|
|
435
|
+
const existing = state.nodes.get(key);
|
|
436
|
+
|
|
437
|
+
if (existing === undefined || !existing.handles.has(handleId)) return state;
|
|
438
|
+
const handles = new Set(existing.handles);
|
|
439
|
+
|
|
440
|
+
handles.delete(handleId);
|
|
441
|
+
const nodes = new Map(state.nodes).set(key, { ...existing, handles });
|
|
442
|
+
|
|
443
|
+
return { nodes: pruneRetiredHierarchy(nodes, hierarchy) };
|
|
444
|
+
}),
|
|
445
|
+
);
|
|
446
|
+
|
|
447
|
+
return {
|
|
448
|
+
level: config.level,
|
|
449
|
+
id: config.id,
|
|
450
|
+
child,
|
|
451
|
+
childScoped: (childConfig) => Effect.acquireRelease(child(childConfig), (node) => node.retire),
|
|
452
|
+
retire,
|
|
453
|
+
consume: (delta) =>
|
|
454
|
+
Clock.currentTimeMillis.pipe(
|
|
455
|
+
Effect.flatMap((now) =>
|
|
456
|
+
Ref.modify(ledger, (state): readonly [ConsumptionResult, BudgetLedger] => {
|
|
457
|
+
if (liveHierarchy(state) === undefined) {
|
|
458
|
+
return [{ _tag: "retired" }, state];
|
|
459
|
+
}
|
|
460
|
+
const updates = new Map<string, LedgerNode>();
|
|
461
|
+
|
|
462
|
+
for (const ancestorKey of hierarchy) {
|
|
463
|
+
const node = state.nodes.get(ancestorKey);
|
|
464
|
+
|
|
465
|
+
if (node === undefined) return [{ _tag: "retired" }, state];
|
|
466
|
+
const totals = addUsage(node, delta, now);
|
|
467
|
+
const error = exceeded(node, totals);
|
|
468
|
+
|
|
469
|
+
if (error !== undefined) {
|
|
470
|
+
return [{ _tag: "failure", error }, state];
|
|
471
|
+
}
|
|
472
|
+
updates.set(ancestorKey, { ...node, totals });
|
|
473
|
+
}
|
|
474
|
+
const nextNodes = new Map(state.nodes);
|
|
475
|
+
|
|
476
|
+
for (const [updatedKey, updatedNode] of updates) {
|
|
477
|
+
nextNodes.set(updatedKey, updatedNode);
|
|
478
|
+
}
|
|
479
|
+
const value = updates.get(key)?.totals;
|
|
480
|
+
|
|
481
|
+
return value === undefined
|
|
482
|
+
? [{ _tag: "retired" }, state]
|
|
483
|
+
: [{ _tag: "success", value }, { nodes: nextNodes }];
|
|
484
|
+
}).pipe(
|
|
485
|
+
Effect.flatMap((result) => {
|
|
486
|
+
switch (result._tag) {
|
|
487
|
+
case "success":
|
|
488
|
+
return Effect.succeed(result.value);
|
|
489
|
+
case "failure":
|
|
490
|
+
return Effect.fail(result.error);
|
|
491
|
+
case "retired":
|
|
492
|
+
return retiredDefect();
|
|
493
|
+
}
|
|
494
|
+
}),
|
|
495
|
+
),
|
|
496
|
+
),
|
|
497
|
+
),
|
|
498
|
+
snapshot,
|
|
499
|
+
guard,
|
|
500
|
+
};
|
|
501
|
+
};
|
|
502
|
+
|
|
503
|
+
/** Create the outermost node of a hierarchy. Child nodes share its atomic ledger. */
|
|
504
|
+
export const makeUsageBudgetRoot = Effect.fn("makeUsageBudgetRoot")(function* (
|
|
505
|
+
config: UsageBudgetNodeConfig,
|
|
506
|
+
) {
|
|
507
|
+
const startedAt = yield* Clock.currentTimeMillis;
|
|
508
|
+
const key = nodeKeyComponent(config);
|
|
509
|
+
const handleId = Symbol(`usage-budget:${config.level}:${config.id}`);
|
|
510
|
+
|
|
511
|
+
const ledger = yield* Ref.make<BudgetLedger>({
|
|
512
|
+
nodes: new Map([
|
|
513
|
+
[
|
|
514
|
+
key,
|
|
515
|
+
{
|
|
516
|
+
config,
|
|
517
|
+
startedAt,
|
|
518
|
+
totals: emptyTotals(),
|
|
519
|
+
handles: new Set([handleId]),
|
|
520
|
+
},
|
|
521
|
+
],
|
|
522
|
+
]),
|
|
523
|
+
});
|
|
524
|
+
|
|
525
|
+
return makeNode(ledger, key, [], config, handleId);
|
|
526
|
+
});
|
|
527
|
+
|
|
528
|
+
/** Compatibility constructor for a standalone Run budget. */
|
|
529
|
+
export const makeUsageBudget = (limits: UsageBudgetLimits): Effect.Effect<UsageBudgetNode> =>
|
|
530
|
+
makeUsageBudgetRoot(
|
|
531
|
+
UsageBudgetNodeConfig.make({
|
|
532
|
+
level: "run",
|
|
533
|
+
id: "standalone-run",
|
|
534
|
+
limits,
|
|
535
|
+
}),
|
|
536
|
+
);
|