@alpacakit/agents-conventions 0.1.0-beta.37 → 0.1.0-beta.39
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 +38 -25
- package/dist/cli-output.js +1 -1
- package/dist/cli.d.ts +715 -151
- package/dist/cli.d.ts.map +1 -1
- package/dist/cli.js +121 -40
- package/dist/home.d.ts.map +1 -1
- package/dist/register.d.ts.map +1 -1
- package/package.json +5 -5
package/dist/cli.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cli.d.ts","sourceRoot":"","sources":["../src/cli.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;GAYG;
|
|
1
|
+
{"version":3,"file":"cli.d.ts","sourceRoot":"","sources":["../src/cli.ts"],"names":[],"mappings":"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"}
|
package/dist/cli.js
CHANGED
|
@@ -1,24 +1,27 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* `@alpacakit/agents-conventions/cli` — the `agent` command surface, as DATA.
|
|
3
3
|
*
|
|
4
|
-
* There is no `bin`
|
|
5
|
-
* command path,
|
|
6
|
-
*
|
|
4
|
+
* There is no `bin` or CLI runtime here: this module owns the vocabulary (the
|
|
5
|
+
* command path, flags, procedure input projection, shared procedure bridge,
|
|
6
|
+
* and result schema) so that `alpacaloop agent login`, `promptopt agent login`
|
|
7
7
|
* and `semantic-trigger agent login` are the same command. Each product mounts
|
|
8
|
-
* `AGENT_CLI_SURFACE.node
|
|
9
|
-
*
|
|
8
|
+
* `AGENT_CLI_SURFACE.node`, supplies an invocation context after parsing, and
|
|
9
|
+
* owns presentation of the typed outcome.
|
|
10
10
|
*
|
|
11
11
|
* `@alpacakit/channels` and `zod` are peers: importing the procedures must not
|
|
12
12
|
* drag a CLI framework in.
|
|
13
13
|
*/
|
|
14
|
-
import { BUILTIN_AGENT_ID, LOGIN_METHOD } from "@alpacakit/agents";
|
|
14
|
+
import { BUILTIN_AGENT_ID, LOGIN_METHOD, } from "@alpacakit/agents";
|
|
15
15
|
import { OPENAI_COMPATIBLE_ENGINE } from "@alpacakit/agents/config";
|
|
16
16
|
import { codecs, createOutputContract, defineEntry, defineEntryEndpoint, defineEntryNode, defineParameter, optional, required, VALUE_SHAPE_KIND, } from "@alpacakit/channels";
|
|
17
17
|
import { bindCliEntry, CLI_BOOLEAN_MODE, overrideCliSegment, } from "@alpacakit/channels/cli";
|
|
18
18
|
import { z } from "zod";
|
|
19
|
+
import { agentAddOutputSchema, agentCredentialAddOutputSchema, agentListOutputSchema, agentLoginOutputSchema, agentRemoveOutputSchema, } from "./cli-output.js";
|
|
20
|
+
import { listAgentsHome, } from "./home.js";
|
|
19
21
|
import { AGENTS_HOME_RECORD_NAME_PATTERN, AGENTS_HOME_RECORD_NAME_RULE, } from "./names.js";
|
|
22
|
+
import { addAgentConfig, addApiKeyProfile, loginManagedHome, } from "./register.js";
|
|
23
|
+
import { removeAgentsHomeEntry, } from "./remove.js";
|
|
20
24
|
import { AGENT_ADD_KIND } from "./values.js";
|
|
21
|
-
import { agentAddOutputSchema, agentCredentialAddOutputSchema, agentListOutputSchema, agentLoginOutputSchema, agentRemoveOutputSchema, } from "./cli-output.js";
|
|
22
25
|
export const AGENT_ENTRY_NAME = {
|
|
23
26
|
list: "agent-list",
|
|
24
27
|
login: "agent-login",
|
|
@@ -80,6 +83,13 @@ function recordNameCodec() {
|
|
|
80
83
|
shape: { kind: VALUE_SHAPE_KIND.string },
|
|
81
84
|
});
|
|
82
85
|
}
|
|
86
|
+
/** `--stdin` is a source selection flag, so only its selected state is input. */
|
|
87
|
+
function stdinSelectionCodec() {
|
|
88
|
+
return codecs.define({
|
|
89
|
+
schema: z.literal(true),
|
|
90
|
+
shape: { kind: VALUE_SHAPE_KIND.boolean },
|
|
91
|
+
});
|
|
92
|
+
}
|
|
83
93
|
const AGENT_CLI_HELP = {
|
|
84
94
|
agent: {
|
|
85
95
|
examples: [
|
|
@@ -142,7 +152,7 @@ const credentialAddEntry = defineEntry({
|
|
|
142
152
|
// Required, not defaulted: stdin is the ONLY way in for the key, so
|
|
143
153
|
// `false` could never be a request this command can serve.
|
|
144
154
|
name: "stdin",
|
|
145
|
-
codec:
|
|
155
|
+
codec: stdinSelectionCodec(),
|
|
146
156
|
requirement: required(),
|
|
147
157
|
description: AGENT_CLI_PARAMETER_DESCRIPTION.stdin,
|
|
148
158
|
}),
|
|
@@ -209,42 +219,113 @@ const removeEntry = defineEntry({
|
|
|
209
219
|
project: ({ values }) => values,
|
|
210
220
|
output: createOutputContract(agentRemoveOutputSchema),
|
|
211
221
|
});
|
|
212
|
-
|
|
213
|
-
const
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
222
|
+
export async function executeAgentList(_input, context) {
|
|
223
|
+
const result = await listAgentsHome(context);
|
|
224
|
+
return { operation: AGENT_ENTRY_NAME.list, result };
|
|
225
|
+
}
|
|
226
|
+
export async function executeAgentLogin(input, context) {
|
|
227
|
+
const result = await loginManagedHome({
|
|
228
|
+
...context,
|
|
229
|
+
...input,
|
|
230
|
+
onEvent: context.onLoginEvent,
|
|
231
|
+
});
|
|
232
|
+
return { operation: AGENT_ENTRY_NAME.login, result };
|
|
233
|
+
}
|
|
234
|
+
export async function executeAgentCredentialAdd(input, context) {
|
|
235
|
+
const apiKey = await context.readCredentialSecret();
|
|
236
|
+
const result = await addApiKeyProfile({
|
|
237
|
+
...context,
|
|
238
|
+
profileId: input.profileId,
|
|
239
|
+
agentId: input.agentId,
|
|
240
|
+
apiKey,
|
|
241
|
+
});
|
|
242
|
+
return { operation: AGENT_ENTRY_NAME.credentialAdd, result };
|
|
243
|
+
}
|
|
244
|
+
export async function executeAgentAdd(input, context) {
|
|
245
|
+
const result = await addAgentConfig({
|
|
246
|
+
...context,
|
|
247
|
+
...input,
|
|
248
|
+
});
|
|
249
|
+
return { operation: AGENT_ENTRY_NAME.add, result };
|
|
250
|
+
}
|
|
251
|
+
export async function executeAgentRemove(input, context) {
|
|
252
|
+
const result = await removeAgentsHomeEntry({
|
|
253
|
+
...context,
|
|
254
|
+
...input,
|
|
255
|
+
});
|
|
256
|
+
return { operation: AGENT_ENTRY_NAME.remove, result };
|
|
257
|
+
}
|
|
258
|
+
const listEndpoint = defineEntryEndpoint(listEntry, {
|
|
259
|
+
handler: executeAgentList,
|
|
260
|
+
channels: [bindCliEntry({ parameters: [] })],
|
|
261
|
+
});
|
|
262
|
+
const loginEndpoint = defineEntryEndpoint(loginEntry, {
|
|
263
|
+
handler: executeAgentLogin,
|
|
264
|
+
channels: [
|
|
265
|
+
bindCliEntry({
|
|
266
|
+
parameters: [
|
|
267
|
+
{
|
|
268
|
+
kind: "positional",
|
|
269
|
+
parameterName: "profileId",
|
|
270
|
+
valueName: "PROFILE",
|
|
271
|
+
},
|
|
272
|
+
{ kind: "option", parameterName: "agentId", flags: ["--agent"] },
|
|
273
|
+
{ kind: "option", parameterName: "method", flags: ["--method"] },
|
|
274
|
+
],
|
|
275
|
+
}),
|
|
218
276
|
],
|
|
219
|
-
})
|
|
220
|
-
const credentialAddEndpoint = defineEntryEndpoint(credentialAddEntry,
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
{
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
277
|
+
});
|
|
278
|
+
const credentialAddEndpoint = defineEntryEndpoint(credentialAddEntry, {
|
|
279
|
+
handler: executeAgentCredentialAdd,
|
|
280
|
+
channels: [
|
|
281
|
+
bindCliEntry({
|
|
282
|
+
parameters: [
|
|
283
|
+
{
|
|
284
|
+
kind: "positional",
|
|
285
|
+
parameterName: "profileId",
|
|
286
|
+
valueName: "PROFILE",
|
|
287
|
+
},
|
|
288
|
+
{ kind: "option", parameterName: "agentId", flags: ["--agent"] },
|
|
289
|
+
{
|
|
290
|
+
kind: "option",
|
|
291
|
+
parameterName: "stdin",
|
|
292
|
+
flags: ["--stdin"],
|
|
293
|
+
// A required boolean would otherwise take a value (`--stdin true`).
|
|
294
|
+
booleanMode: CLI_BOOLEAN_MODE.flag,
|
|
295
|
+
},
|
|
296
|
+
],
|
|
297
|
+
}),
|
|
231
298
|
],
|
|
232
|
-
})
|
|
233
|
-
const addEndpoint = defineEntryEndpoint(addEntry,
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
{
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
299
|
+
});
|
|
300
|
+
const addEndpoint = defineEntryEndpoint(addEntry, {
|
|
301
|
+
handler: executeAgentAdd,
|
|
302
|
+
channels: [
|
|
303
|
+
bindCliEntry({
|
|
304
|
+
parameters: [
|
|
305
|
+
{ kind: "positional", parameterName: "id", valueName: "ID" },
|
|
306
|
+
{ kind: "option", parameterName: "kind", flags: ["--kind"] },
|
|
307
|
+
{ kind: "option", parameterName: "baseUrl", flags: ["--base-url"] },
|
|
308
|
+
{ kind: "option", parameterName: "model", flags: ["--model"] },
|
|
309
|
+
{
|
|
310
|
+
kind: "option",
|
|
311
|
+
parameterName: "apiKeyEnv",
|
|
312
|
+
flags: ["--api-key-env"],
|
|
313
|
+
},
|
|
314
|
+
{ kind: "option", parameterName: "engine", flags: ["--engine"] },
|
|
315
|
+
],
|
|
316
|
+
}),
|
|
241
317
|
],
|
|
242
|
-
})
|
|
243
|
-
const removeEndpoint = defineEntryEndpoint(removeEntry,
|
|
244
|
-
|
|
245
|
-
|
|
318
|
+
});
|
|
319
|
+
const removeEndpoint = defineEntryEndpoint(removeEntry, {
|
|
320
|
+
handler: executeAgentRemove,
|
|
321
|
+
channels: [
|
|
322
|
+
bindCliEntry({
|
|
323
|
+
parameters: [
|
|
324
|
+
{ kind: "positional", parameterName: "name", valueName: "NAME" },
|
|
325
|
+
],
|
|
326
|
+
}),
|
|
246
327
|
],
|
|
247
|
-
})
|
|
328
|
+
});
|
|
248
329
|
const agentNode = defineEntryNode({
|
|
249
330
|
name: AGENT_CLI_TOKEN.agent,
|
|
250
331
|
description: AGENT_CLI_DESCRIPTION.agent,
|
package/dist/home.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"home.d.ts","sourceRoot":"","sources":["../src/home.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,
|
|
1
|
+
{"version":3,"file":"home.d.ts","sourceRoot":"","sources":["../src/home.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,EAGL,KAAK,iBAAiB,EACtB,KAAK,YAAY,EAIjB,KAAK,YAAY,EACjB,KAAK,KAAK,EAEX,MAAM,mBAAmB,CAAC;AAC3B,OAAO,EACL,KAAK,YAAY,EACjB,KAAK,mBAAmB,EACxB,KAAK,eAAe,EAGrB,MAAM,0BAA0B,CAAC;AAClC,OAAO,EACL,KAAK,kBAAkB,EAExB,MAAM,yBAAyB,CAAC;AACjC,OAAO,EACL,KAAK,wBAAwB,EAG9B,MAAM,YAAY,CAAC;AAGpB;;;;GAIG;AACH,MAAM,MAAM,eAAe,GAAG,wBAAwB,GAAG;IACvD,QAAQ,CAAC,KAAK,CAAC,EAAE,OAAO,CAAC,KAAK,CAAC,CAAC;IAChC,QAAQ,CAAC,OAAO,CAAC,EAAE,kBAAkB,CAAC;CACvC,CAAC;AAEF,MAAM,MAAM,eAAe,GAAG;IAC5B,QAAQ,CAAC,OAAO,EAAE,MAAM,CAAC;IACzB,QAAQ,CAAC,aAAa,EAAE,MAAM,CAAC;IAC/B,oFAAoF;IACpF,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAC;IACtB,QAAQ,CAAC,MAAM,EAAE,eAAe,CAAC;IACjC,QAAQ,CAAC,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IAClC,mFAAmF;IACnF,QAAQ,CAAC,YAAY,EAAE,iBAAiB,GAAG,IAAI,CAAC;CACjD,CAAC;AAEF,MAAM,MAAM,iBAAiB,GAAG;IAC9B,QAAQ,CAAC,UAAU,EAAE,MAAM,CAAC;IAC5B,QAAQ,CAAC,OAAO,EAAE,SAAS,eAAe,EAAE,CAAC;CAC9C,CAAC;AAEF,MAAM,MAAM,gBAAgB,GAAG;IAC7B,QAAQ,CAAC,UAAU,EAAE,MAAM,CAAC;IAC5B,QAAQ,CAAC,MAAM,EAAE,YAAY,CAAC;IAC9B,QAAQ,CAAC,QAAQ,EAAE,YAAY,CAAC;IAChC,QAAQ,CAAC,OAAO,EAAE,kBAAkB,CAAC;IACrC,QAAQ,CAAC,KAAK,EAAE,OAAO,CAAC,KAAK,CAAC,CAAC;IAC/B,QAAQ,CAAC,OAAO,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;CAC1C,CAAC;AAOF,wBAAgB,cAAc,CAAC,KAAK,EAAE,eAAe,GAAG,gBAAgB,CAUvE;AAED;;;;;;GAMG;AACH,wBAAsB,cAAc,CAClC,KAAK,EAAE,eAAe,GACrB,OAAO,CAAC,iBAAiB,CAAC,CAgB5B;AAED,MAAM,MAAM,cAAc,GAAG;IAC3B,yDAAyD;IACzD,QAAQ,CAAC,OAAO,EAAE,YAAY,CAAC;IAC/B,4EAA4E;IAC5E,YAAY,CAAC,OAAO,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,GAAG,YAAY,CAAC;IAC5D,QAAQ,CAAC,OAAO,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;CAC1C,CAAC;AAEF;;;;GAIG;AACH,wBAAgB,oBAAoB,CAClC,IAAI,EAAE,gBAAgB,EACtB,MAAM,EAAE,mBAAmB,GAC1B,cAAc,CAahB"}
|
package/dist/register.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"register.d.ts","sourceRoot":"","sources":["../src/register.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAGH,OAAO,
|
|
1
|
+
{"version":3,"file":"register.d.ts","sourceRoot":"","sources":["../src/register.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alpacakit/agents-conventions",
|
|
3
|
-
"version": "0.1.0-beta.
|
|
3
|
+
"version": "0.1.0-beta.39",
|
|
4
4
|
"description": "AlpacaKit-family conventions for @alpacakit/agents machine-local config (paths, keyring, managed homes) and the shared `agent` command surface.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -25,18 +25,18 @@
|
|
|
25
25
|
"LICENSE"
|
|
26
26
|
],
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@alpacakit/
|
|
29
|
-
"@alpacakit/
|
|
28
|
+
"@alpacakit/agents": "0.1.0-beta.39",
|
|
29
|
+
"@alpacakit/core": "0.1.0-beta.39"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"typescript": "^5.9.3",
|
|
33
33
|
"vitest": "^4.0.18",
|
|
34
34
|
"zod": "4.3.6",
|
|
35
|
-
"@alpacakit/channels": "0.1.0-beta.
|
|
35
|
+
"@alpacakit/channels": "0.1.0-beta.39"
|
|
36
36
|
},
|
|
37
37
|
"peerDependencies": {
|
|
38
38
|
"zod": "^4.3.6",
|
|
39
|
-
"@alpacakit/channels": "^0.1.0-beta.
|
|
39
|
+
"@alpacakit/channels": "^0.1.0-beta.39"
|
|
40
40
|
},
|
|
41
41
|
"scripts": {
|
|
42
42
|
"build": "tsc -p tsconfig.build.json",
|