effect-agent 0.1.0-beta.87 → 0.1.0-beta.89
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/{AgentRuntime-BLyETCPo.mjs → AgentRuntime-CHipL2jG.mjs} +42 -6
- package/dist/AgentRuntime-CHipL2jG.mjs.map +1 -0
- package/dist/{DurableAgentRuntime-uggeJpv3.mjs → DurableAgentRuntime-D7gDKGjH.mjs} +2 -2
- package/dist/{DurableAgentRuntime-uggeJpv3.mjs.map → DurableAgentRuntime-D7gDKGjH.mjs.map} +1 -1
- package/dist/{Subagent-Cy_hU1tv.mjs → Subagent-U5qXOFE8.mjs} +2 -2
- package/dist/{Subagent-Cy_hU1tv.mjs.map → Subagent-U5qXOFE8.mjs.map} +1 -1
- package/dist/capabilities/Subagent.mjs +1 -1
- package/dist/durable/DurableAgentRuntime.mjs +1 -1
- package/dist/durable/MessageDelivery.d.mts +19 -19
- package/dist/engine/AgentRuntime.mjs +1 -1
- package/dist/index.mjs +3 -3
- package/dist/sandbox/ProtectedBrowser.d.mts +23 -2
- package/dist/sandbox/ProtectedBrowser.mjs +19 -2
- package/dist/sandbox/ProtectedBrowser.mjs.map +1 -1
- package/package.json +1 -1
- package/src/engine/internal/agent-runtime.ts +49 -4
- package/src/sandbox/ProtectedBrowser.ts +24 -1
- package/dist/AgentRuntime-BLyETCPo.mjs.map +0 -1
|
@@ -14,7 +14,7 @@ import { a as PeerMessageCapacity, d as MessageAdmission, f as MessageRef, h as
|
|
|
14
14
|
import { SubagentHost } from "./engine/SubagentHost.mjs";
|
|
15
15
|
import { ThreadHistory } from "./engine/ThreadHistory.mjs";
|
|
16
16
|
import { n as RunToolVisibility } from "./ToolExposure-9uF_Yo0T.mjs";
|
|
17
|
-
import { c as decodeFinalOutput, d as projectCompletionOutput, f as renderInputPrompt, l as encodeRunDisposition, n as AgentChildPending, u as projectCompletionFromToolOutput, y as streamWithUsageAccountingUnknown } from "./AgentRuntime-
|
|
17
|
+
import { c as decodeFinalOutput, d as projectCompletionOutput, f as renderInputPrompt, l as encodeRunDisposition, n as AgentChildPending, u as projectCompletionFromToolOutput, y as streamWithUsageAccountingUnknown } from "./AgentRuntime-CHipL2jG.mjs";
|
|
18
18
|
import { getToolExecutionClass } from "./engine/DurableStep.mjs";
|
|
19
19
|
import { CompactionError, ContextCompactor } from "./engine/ContextCompactor.mjs";
|
|
20
20
|
import { RunPolicyUsage } from "./core/RunPolicyUsage.mjs";
|
|
@@ -6365,4 +6365,4 @@ var DurableAgentRuntime = class DurableAgentRuntime extends Context.Service()("@
|
|
|
6365
6365
|
//#endregion
|
|
6366
6366
|
export { RecoveryReport as a, recoveryRepairRecordId as c, DurableRuntimeConfig as i, threadCreatedBatchId as l, DurableAgentRuntime_exports as n, childReservationIdFor as o, DurableApprovalResolver as r, recoveryRepairBatchId as s, DurableAgentRuntime as t, threadCreatedRecordId as u };
|
|
6367
6367
|
|
|
6368
|
-
//# sourceMappingURL=DurableAgentRuntime-
|
|
6368
|
+
//# sourceMappingURL=DurableAgentRuntime-D7gDKGjH.mjs.map
|