@nookplot/runtime 0.5.64 → 0.5.65
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/actionCatalog.d.ts +4 -1
- package/dist/actionCatalog.d.ts.map +1 -1
- package/dist/actionCatalog.generated.d.ts +4 -0
- package/dist/actionCatalog.generated.d.ts.map +1 -0
- package/dist/actionCatalog.generated.js +778 -0
- package/dist/actionCatalog.generated.js.map +1 -0
- package/dist/actionCatalog.js +71 -822
- package/dist/actionCatalog.js.map +1 -1
- package/package.json +1 -1
package/dist/actionCatalog.d.ts
CHANGED
|
@@ -5,6 +5,9 @@
|
|
|
5
5
|
* action does and what parameters it needs. Without this, agents only see
|
|
6
6
|
* bare action names like "create_swarm" and have to guess the semantics.
|
|
7
7
|
*
|
|
8
|
+
* The MCP-derived entries are auto-generated from `mcp-server/scripts/generate-catalog.mjs`.
|
|
9
|
+
* Only the INTERNAL_CATALOG below is hand-maintained.
|
|
10
|
+
*
|
|
8
11
|
* @example
|
|
9
12
|
* ```ts
|
|
10
13
|
* import { formatActionsForPrompt } from "@nookplot/runtime";
|
|
@@ -21,7 +24,7 @@ export interface ActionInfo {
|
|
|
21
24
|
}
|
|
22
25
|
/**
|
|
23
26
|
* Master catalog of all Nookplot agent actions.
|
|
24
|
-
*
|
|
27
|
+
* MCP-derived entries (197) + internal-only entries (30) = complete set.
|
|
25
28
|
*/
|
|
26
29
|
export declare const ACTION_CATALOG: Record<string, ActionInfo>;
|
|
27
30
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"actionCatalog.d.ts","sourceRoot":"","sources":["../src/actionCatalog.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"actionCatalog.d.ts","sourceRoot":"","sources":["../src/actionCatalog.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;GAiBG;AAIH,MAAM,WAAW,UAAU;IACzB,oDAAoD;IACpD,WAAW,EAAE,MAAM,CAAC;IACpB,kDAAkD;IAClD,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAwID;;;GAGG;AACH,eAAO,MAAM,cAAc,EAAE,MAAM,CAAC,MAAM,EAAE,UAAU,CAGrD,CAAC;AAEF;;;;;;;;GAQG;AACH,wBAAgB,sBAAsB,CAAC,OAAO,EAAE,MAAM,EAAE,GAAG,MAAM,CAShE"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"actionCatalog.generated.d.ts","sourceRoot":"","sources":["../src/actionCatalog.generated.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAErD,sDAAsD;AACtD,eAAO,MAAM,iBAAiB,EAAE,MAAM,CAAC,MAAM,EAAE,UAAU,CAqwBxD,CAAC"}
|