negotium 0.6.1 → 0.6.2
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-helpers.js +2 -1
- package/dist/agent-helpers.js.map +4 -4
- package/dist/main.js +21 -5
- package/dist/main.js.map +7 -7
- package/dist/mcp-factories.js +2 -1
- package/dist/mcp-factories.js.map +4 -4
- package/dist/runtime/src/application/submit-runtime-gateway-turn.ts +27 -8
- package/dist/runtime/src/runtime/turn-runner.ts +1 -0
- package/dist/runtime/src/runtime-gateway.ts +51 -0
- package/dist/runtime/src/storage/runtime-turn-requests.ts +1 -0
- package/dist/runtime-gateway.js +18 -1
- package/dist/runtime-gateway.js.map +3 -3
- package/dist/types/packages/core/src/runtime-gateway.d.ts +18 -0
- package/dist/types/packages/core/src/storage/runtime-turn-requests.d.ts +1 -0
- package/package.json +1 -1
package/dist/agent-helpers.js
CHANGED
|
@@ -16511,6 +16511,7 @@ async function drainOneDurableUserTurn() {
|
|
|
16511
16511
|
sessionType: execution?.sessionType,
|
|
16512
16512
|
visualTools: execution?.visualTools,
|
|
16513
16513
|
fileDeliveryTools: execution?.fileDeliveryTools,
|
|
16514
|
+
silent: execution?.silent,
|
|
16514
16515
|
bridgeSessionFromHistory: execution?.bridgeSessionFromHistory,
|
|
16515
16516
|
peerBridge: execution?.peerBridge,
|
|
16516
16517
|
from: execution?.from,
|
|
@@ -19288,4 +19289,4 @@ export {
|
|
|
19288
19289
|
DEFAULT_SELF_CONFIG_PRODUCT
|
|
19289
19290
|
};
|
|
19290
19291
|
|
|
19291
|
-
//# debugId=
|
|
19292
|
+
//# debugId=03CA2F824FB8358C64756E2164756E21
|