nolo-cli 0.14.0-alpha.2 → 0.14.0-alpha.3
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/README.md +5 -2
- package/{_executeModel-KMUDFYY2.js → _executeModel-ERQQ5SO5.js} +9 -9
- package/agentDeleteCommand-AZDVM4HQ.js +1 -1
- package/{agentEmailCommands-AP6MX4XN.js → agentEmailCommands-SBGSPBSS.js} +9 -9
- package/agentGrantCommands-B4MB23VQ.js +239 -0
- package/agentListCommands-OJLOXSKL.js +1 -1
- package/{agentMachineCommands-G4T4GU42.js → agentMachineCommands-Y7RXBTEY.js} +2 -2
- package/{agentRecordCommands-RNENEXQI.js → agentRecordCommands-LFQ3RK24.js} +9 -9
- package/{agentRunCommand-2VTOTQWA.js → agentRunCommand-WARBRXRP.js} +9 -9
- package/{agentSlice-BLHSFM3Q.js → agentSlice-F23RHRVB.js} +1 -1
- package/{authCommand-O7SL3WW5.js → authCommand-66ME4KZX.js} +8 -4
- package/{chunk-XBZL4SGS.js → chunk-4GTGSUMH.js} +2 -2
- package/{chunk-CPGQAMHA.js → chunk-4QUXYE7J.js} +3 -3
- package/{chunk-ONJIZ7UF.js → chunk-7EVWUQJZ.js} +58 -6
- package/{chunk-SE4YDESE.js → chunk-CBLNDNYI.js} +2 -2
- package/{chunk-BMZRD37B.js → chunk-KPUM5RIE.js} +35 -17
- package/{chunk-2Q5FTOQA.js → chunk-LAVVL3GH.js} +116 -8
- package/{chunk-LVJFD5HS.js → chunk-NARL6TJS.js} +8 -8
- package/{chunk-S6V2Y72C.js → chunk-NFRS3JW4.js} +1 -1
- package/{chunk-HJAMZQFI.js → chunk-NVV3ABII.js} +6 -5
- package/{chunk-DQUUZXUZ.js → chunk-PBP4KPF7.js} +5 -5
- package/{chunk-RTHJF57Z.js → chunk-RLOKCZNX.js} +1 -1
- package/{chunk-GGQW6DXG.js → chunk-VIPFEPO4.js} +1 -1
- package/{chunk-VFGBWVXO.js → chunk-X7NITNY4.js} +1 -1
- package/{createAgentAutomationAction-RIOI4YZI.js → createAgentAutomationAction-YCBXLFWW.js} +2 -2
- package/{createDialogAction-QBHFBWM4.js → createDialogAction-LOE4IBWI.js} +3 -3
- package/{createPageAction-GHVLL7YQ.js → createPageAction-MQPKRYSZ.js} +2 -2
- package/dialogCommands-BQDGLVMO.js +1 -1
- package/{dialogSlice-VNKDTTHR.js → dialogSlice-MLJL22KB.js} +2 -2
- package/docCreateCommands-K2MPMXYF.js +1 -1
- package/docDeleteCommands-NBAARB77.js +1 -1
- package/docReadCommands-S3MO5RPS.js +1 -1
- package/{docStore-W4KEEPCW.js → docStore-CRULGCHQ.js} +3 -3
- package/docUpdateCommands-EHEI7FCE.js +1 -1
- package/{handleSendMessageAction-6BFLKGWQ.js → handleSendMessageAction-JSJC7RWU.js} +29 -3
- package/index.js +33 -21
- package/{machineCommands-R27VIC5L.js → machineCommands-7WHQPMXF.js} +9 -9
- package/{machineWsRunDispatch-5JH6QGHK.js → machineWsRunDispatch-EZ2IOYWT.js} +9 -9
- package/package.json +1 -1
- package/{readlineWorkspace-RJ3TDGEK.js → readlineWorkspace-2KIRBLOS.js} +9 -9
- package/{runAgentClientLoop-6D7FP7CK.js → runAgentClientLoop-GFC2XHEC.js} +7 -7
- package/spaceCommands-4R63UST3.js +1 -1
- package/{spaceSlice-6PZEMRZM.js → spaceSlice-IYTGSETI.js} +2 -2
- package/{streamAgentChatTurn-VW7433O6.js → streamAgentChatTurn-42SBHJ6F.js} +13 -13
- package/{tools-MWNK4RKM.js → tools-BBNP7OHL.js} +5 -5
- package/{updateDialogTitleAction-3SKUPJIN.js → updateDialogTitleAction-UOULZ7J2.js} +2 -2
- package/{agentRuntimeLocal-4CM3VHR3.js → agentRuntimeLocal-DSUBT77I.js} +1 -1
|
@@ -20,11 +20,11 @@ import {
|
|
|
20
20
|
sanitizeOutboundResponsesInput,
|
|
21
21
|
sendOpenAICompletionsRequest,
|
|
22
22
|
updateTotalUsage
|
|
23
|
-
} from "./chunk-
|
|
23
|
+
} from "./chunk-PBP4KPF7.js";
|
|
24
24
|
import "./chunk-JEXVIMYZ.js";
|
|
25
25
|
import {
|
|
26
26
|
prepareTools
|
|
27
|
-
} from "./chunk-
|
|
27
|
+
} from "./chunk-RLOKCZNX.js";
|
|
28
28
|
import {
|
|
29
29
|
fetchReferenceContents,
|
|
30
30
|
generateRequestBody,
|
|
@@ -38,7 +38,7 @@ import {
|
|
|
38
38
|
resolveToolsFromKeys,
|
|
39
39
|
selectResponsesConversationState,
|
|
40
40
|
updateResponsesConversationState
|
|
41
|
-
} from "./chunk-
|
|
41
|
+
} from "./chunk-NVV3ABII.js";
|
|
42
42
|
import "./chunk-OIMX7MM4.js";
|
|
43
43
|
import {
|
|
44
44
|
getFinalPrice,
|
|
@@ -59,9 +59,10 @@ import {
|
|
|
59
59
|
expandEnabledPackPromptPatches,
|
|
60
60
|
expandEnabledPacks,
|
|
61
61
|
getAllToolRuns,
|
|
62
|
+
resolveEffectiveEnabledPacks,
|
|
62
63
|
shouldBlockForGptPro,
|
|
63
64
|
waitForAbortableDelay
|
|
64
|
-
} from "./chunk-
|
|
65
|
+
} from "./chunk-LAVVL3GH.js";
|
|
65
66
|
import "./chunk-RQSOAMPJ.js";
|
|
66
67
|
import "./chunk-OOIN7HSO.js";
|
|
67
68
|
import "./chunk-KQHGZWSV.js";
|
|
@@ -74,8 +75,8 @@ import "./chunk-63W5N6P3.js";
|
|
|
74
75
|
import "./chunk-VF4K2QE6.js";
|
|
75
76
|
import {
|
|
76
77
|
getDocState
|
|
77
|
-
} from "./chunk-
|
|
78
|
-
import "./chunk-
|
|
78
|
+
} from "./chunk-4GTGSUMH.js";
|
|
79
|
+
import "./chunk-X7NITNY4.js";
|
|
79
80
|
import "./chunk-VC6OZXO5.js";
|
|
80
81
|
import {
|
|
81
82
|
PERSONALIZATION_DIALOG_CATEGORY,
|
|
@@ -98,12 +99,12 @@ import {
|
|
|
98
99
|
selectTableRows,
|
|
99
100
|
selectViewMode,
|
|
100
101
|
updateTokens
|
|
101
|
-
} from "./chunk-
|
|
102
|
+
} from "./chunk-NARL6TJS.js";
|
|
102
103
|
import "./chunk-V2J635L5.js";
|
|
103
104
|
import "./chunk-MRC4Q34M.js";
|
|
104
105
|
import "./chunk-MTU75CZ2.js";
|
|
105
106
|
import "./chunk-CWMSB67P.js";
|
|
106
|
-
import "./chunk-
|
|
107
|
+
import "./chunk-4QUXYE7J.js";
|
|
107
108
|
import {
|
|
108
109
|
createCliChatTurnStream,
|
|
109
110
|
getCliChatSession,
|
|
@@ -2063,11 +2064,10 @@ var mergeAgentToolsWithRuntime = (agentConfig, referencedTools, mentionedTools,
|
|
|
2063
2064
|
const rawBaseTools = Array.isArray(agentConfig.tools) ? agentConfig.tools : [];
|
|
2064
2065
|
const agentEnabledPacks = agentConfig?.enabledPacks;
|
|
2065
2066
|
const isInlineArtifact = isInlineVisualArtifactAgent(agentConfig);
|
|
2066
|
-
const
|
|
2067
|
-
|
|
2068
|
-
|
|
2069
|
-
|
|
2070
|
-
] : isInlineArtifact ? agentEnabledPacks ?? [] : ["long-term-memory", "agent-orchestration", "skills"];
|
|
2067
|
+
const effectiveEnabledPacks = resolveEffectiveEnabledPacks({
|
|
2068
|
+
enabledPacks: Array.isArray(agentEnabledPacks) ? agentEnabledPacks : [],
|
|
2069
|
+
declaredOnly: isInlineArtifact
|
|
2070
|
+
});
|
|
2071
2071
|
const expandedPackTools = expandEnabledPacks(
|
|
2072
2072
|
effectiveEnabledPacks,
|
|
2073
2073
|
rawBaseTools
|
|
@@ -11,7 +11,7 @@ import {
|
|
|
11
11
|
toolQueryFunc,
|
|
12
12
|
toolQueryFunctionSchema,
|
|
13
13
|
toolRegistry
|
|
14
|
-
} from "./chunk-
|
|
14
|
+
} from "./chunk-LAVVL3GH.js";
|
|
15
15
|
import "./chunk-RQSOAMPJ.js";
|
|
16
16
|
import "./chunk-OOIN7HSO.js";
|
|
17
17
|
import "./chunk-KQHGZWSV.js";
|
|
@@ -20,15 +20,15 @@ import "./chunk-3LY4F7SV.js";
|
|
|
20
20
|
import "./chunk-VP4WJWKW.js";
|
|
21
21
|
import "./chunk-63W5N6P3.js";
|
|
22
22
|
import "./chunk-VF4K2QE6.js";
|
|
23
|
-
import "./chunk-
|
|
24
|
-
import "./chunk-
|
|
23
|
+
import "./chunk-4GTGSUMH.js";
|
|
24
|
+
import "./chunk-X7NITNY4.js";
|
|
25
25
|
import "./chunk-VC6OZXO5.js";
|
|
26
|
-
import "./chunk-
|
|
26
|
+
import "./chunk-NARL6TJS.js";
|
|
27
27
|
import "./chunk-V2J635L5.js";
|
|
28
28
|
import "./chunk-MRC4Q34M.js";
|
|
29
29
|
import "./chunk-MTU75CZ2.js";
|
|
30
30
|
import "./chunk-CWMSB67P.js";
|
|
31
|
-
import "./chunk-
|
|
31
|
+
import "./chunk-4QUXYE7J.js";
|
|
32
32
|
import "./chunk-V6VXDXGY.js";
|
|
33
33
|
import "./chunk-Z4NR32XR.js";
|
|
34
34
|
import "./chunk-M76ECQRD.js";
|
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
isAssistantToolStub,
|
|
7
7
|
selectAllMsgs,
|
|
8
8
|
updateContentTitle
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-NARL6TJS.js";
|
|
10
10
|
import {
|
|
11
11
|
BUILTIN_TITLE_LLM_CONFIG
|
|
12
12
|
} from "./chunk-V2J635L5.js";
|
|
@@ -15,7 +15,7 @@ import "./chunk-MTU75CZ2.js";
|
|
|
15
15
|
import "./chunk-CWMSB67P.js";
|
|
16
16
|
import {
|
|
17
17
|
runLlm
|
|
18
|
-
} from "./chunk-
|
|
18
|
+
} from "./chunk-4QUXYE7J.js";
|
|
19
19
|
import "./chunk-V6VXDXGY.js";
|
|
20
20
|
import "./chunk-Z4NR32XR.js";
|
|
21
21
|
import {
|
|
@@ -19,6 +19,7 @@ import {
|
|
|
19
19
|
shouldCacheHybridRemoteRecord,
|
|
20
20
|
shouldFetchAgentRuntimeRecordRemotely
|
|
21
21
|
} from "./chunk-33K5FKRL.js";
|
|
22
|
+
import "./chunk-ZNFJWEN4.js";
|
|
22
23
|
import {
|
|
23
24
|
buildPlatformChatCompletionRequest,
|
|
24
25
|
canUsePlatformChatProvider,
|
|
@@ -29,7 +30,6 @@ import {
|
|
|
29
30
|
resolvePlatformChatProviderConfig,
|
|
30
31
|
shouldUsePlatformChatProvider
|
|
31
32
|
} from "./chunk-PB2DHBEQ.js";
|
|
32
|
-
import "./chunk-ZNFJWEN4.js";
|
|
33
33
|
import {
|
|
34
34
|
resolveAgentRuntimeConfigFromRecord
|
|
35
35
|
} from "./chunk-OIQPORYI.js";
|