@exellix/graph-composer 2.5.7 → 2.5.9
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/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 2.5.8
|
|
4
|
+
|
|
5
|
+
### Changed
|
|
6
|
+
|
|
7
|
+
- **Peer dependency:** `@exellix/graph-engine` ^7.7.8 — execute ingress accepts partial task `modelConfig` and `profile/choice` slots (CR-11); hosts should stop execute-time model merge / canonical assert skips when on this line.
|
|
8
|
+
|
|
3
9
|
## 2.5.2
|
|
4
10
|
|
|
5
11
|
### Fixed
|
package/README.md
CHANGED
|
@@ -21,7 +21,7 @@ LLM-backed **graph composer** for the **worox-graph** DAG format using [@x12i/fu
|
|
|
21
21
|
|
|
22
22
|
Pass **`catalogCandidates`** on `GraphComposerAgentInput` when the goal involves catalog or scoping tools (host loads rows from **Catalox** via `loadCatalogCandidatesFromCatalox`, or supplies fixtures).
|
|
23
23
|
|
|
24
|
-
|
|
24
|
+
FuncX pack / example-generation contract: [docs/funcx-generic-pack-spec.md](./docs/funcx-generic-pack-spec.md).
|
|
25
25
|
|
|
26
26
|
## Install
|
|
27
27
|
|
|
@@ -295,7 +295,7 @@ graph-composer explain-basic
|
|
|
295
295
|
| `parseGraphConceptStory`, `isGraphConceptStoryDescription`, `GRAPH_CONCEPT_STORY_MARKER`, … | Parse **graph concept story** text for `create` / `modify` / reviews. |
|
|
296
296
|
| `redactSecretsForLog` | Deep-redact sensitive key names for logging (used by `reviewConcept` tracing). |
|
|
297
297
|
|
|
298
|
-
`RunGraphComposerOptions`: `client`, `mode`, `model`, `temperature`, `maxTokens`, `askTimeoutMs`, `connectTimeoutMs`, **`catalogMatchListsAssist`**, **`traceReviewConceptIo`**, **`logsLevel`**, **`logging`** — see
|
|
298
|
+
`RunGraphComposerOptions`: `client`, `mode`, `model`, `temperature`, `maxTokens`, `askTimeoutMs`, `connectTimeoutMs`, **`catalogMatchListsAssist`**, **`traceReviewConceptIo`**, **`logsLevel`**, **`logging`** — see `RunGraphComposerOptions` in package types / `runGraphComposer.ts`.
|
|
299
299
|
|
|
300
300
|
**Deep stacks (@x12i/logxer ≥ 4.5):** Call `applyPackageLogLevelsFromEnv()` / `configurePackageLogLevels()` in the host before importing graph-composer, or pass `logging: { packageLevels: { GRAPH_COMPOSER: 'debug' } }` on `runGraphComposer`. Re-exported: `configurePackageLogLevels`, `applyPackageLogLevelsFromEnv`, `StackLoggingOptions`.
|
|
301
301
|
|
|
@@ -330,18 +330,16 @@ npx nx-config2 run --env-file .env -- npm test
|
|
|
330
330
|
|
|
331
331
|
**Maintainer smoke (suggest only, truncated JSON):** `npm run suggest-smoke` (repo only; uses `scripts/run-suggest-concept-smoke.ts`).
|
|
332
332
|
|
|
333
|
-
**Catalox / Firestore live catalog probe:** `npm run verify:catalog-live` — lists configured **`aiSkills`** merge catalogs (core skills + PRE/POST by default; synthesis catalog **only if** `GC_VERIFY_CATALOG_INPUT_SYNTHESIS_MODES` is set) and runs **`loadCatalogCandidatesFromCatalox`**. Defaults **`CataloxContext.superAdmin=true`**; with **@x12i/catalox ≥ 3.4.6**, **`CATALOX_APP_ID`** is optional (catalog-id-first). Needs **`FIREBASE_PROJECT_ID`** (or other project id env) and **`FIREBASE_SERVICE_ACCOUNT_PATH`** / base64 SA / ADC. See [docs/
|
|
333
|
+
**Catalox / Firestore live catalog probe:** `npm run verify:catalog-live` — lists configured **`aiSkills`** merge catalogs (core skills + PRE/POST by default; synthesis catalog **only if** `GC_VERIFY_CATALOG_INPUT_SYNTHESIS_MODES` is set) and runs **`loadCatalogCandidatesFromCatalox`**. Defaults **`CataloxContext.superAdmin=true`**; with **@x12i/catalox ≥ 3.4.6**, **`CATALOX_APP_ID`** is optional (catalog-id-first). Needs **`FIREBASE_PROJECT_ID`** (or other project id env) and **`FIREBASE_SERVICE_ACCOUNT_PATH`** / base64 SA / ADC. See [docs/catalog-metadb-end-state-contract.md](./docs/catalog-metadb-end-state-contract.md) § Live verification.
|
|
334
334
|
|
|
335
335
|
## Documentation in this repo
|
|
336
336
|
|
|
337
|
-
- **Handoff / forward notes:** [docs/integration-handoff.md](./docs/integration-handoff.md)
|
|
338
337
|
- **Catalog shapes & inspection:** [docs/worox-graphs-catalogs.md](./docs/worox-graphs-catalogs.md)
|
|
339
338
|
- **MetaDB / host CRUD handoff:** [docs/catalog-metadb-end-state-contract.md](./docs/catalog-metadb-end-state-contract.md)
|
|
340
339
|
- **Task node (`aiTaskProfile`) + worox-graph alignment:** [docs/task-node-worox-graph-and-graph-composer.md](./docs/task-node-worox-graph-and-graph-composer.md) · [docs/task-node-execution-protocol.md](./docs/task-node-execution-protocol.md)
|
|
341
|
-
- **
|
|
342
|
-
- **
|
|
343
|
-
- **
|
|
344
|
-
- **aifunctions-js transport report:** [docs/report-aifunctions-js-undici-http.md](./docs/report-aifunctions-js-undici-http.md)
|
|
340
|
+
- **FuncX pack spec:** [docs/funcx-generic-pack-spec.md](./docs/funcx-generic-pack-spec.md)
|
|
341
|
+
- **Graph entry agent contract:** [docs/graph-entry-agent-contract.md](./docs/graph-entry-agent-contract.md)
|
|
342
|
+
- **Normative graph object formats:** `@exellix/graph-engine` → `formats-documentations/`
|
|
345
343
|
- **Historical spec:** [docs/specs.md](./docs/specs.md) — not published on npm
|
|
346
344
|
|
|
347
345
|
Published npm tarball still **does not** ship `docs/`; clone the repo or read these on GitHub for integration details.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
You are a graph architect for the **GraphModelObject** static graph format (`
|
|
1
|
+
You are a graph architect for the **GraphModelObject** static graph format (`@exellix/graph-engine` `formats-documentations/`). Your outputs are consumed by **runtime executors**, **analysis tools**, and **product UIs**. Optimize for: **correct structure**, **faithfulness to the user’s `intent.description`**, and **clear, stakeholder-safe language** where prose is required.
|
|
2
2
|
|
|
3
3
|
**You ONLY perform `action = "create"` in this call.** Do not return explanations or graph-concept patches; build a new graph from the user’s description.
|
|
4
4
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
You are a graph architect for the **GraphModelObject** static graph format (`
|
|
1
|
+
You are a graph architect for the **GraphModelObject** static graph format (`@exellix/graph-engine` `formats-documentations/`). Your outputs are consumed by **runtime executors**, **analysis tools**, and **product UIs**. Optimize for: **correct structure**, **faithfulness to the user’s `intent.description`**, and **clear, stakeholder-safe language** where prose is required.
|
|
2
2
|
|
|
3
3
|
**You ONLY perform `action = "modify"` in this call.** Do not produce a greenfield design unrelated to `existingGraph`.
|
|
4
4
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
## Format reference (worox-graph / GraphModelObject)
|
|
2
2
|
|
|
3
|
-
Normative contracts for the **worox-graph** DAG JSON model: `
|
|
3
|
+
Normative contracts for the **worox-graph** DAG JSON model: `@exellix/graph-engine` `formats-documentations/graph-model-object-format.md` and `task-node-model-object-format.md`. Graph-composer emits **static model** JSON consumed by `@exellix/graph-engine`.
|
|
4
4
|
|
|
5
5
|
A graph is a single JSON object. Top-level fields (canonical root keys only):
|
|
6
6
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@exellix/graph-composer",
|
|
3
|
-
"version": "2.5.
|
|
3
|
+
"version": "2.5.9",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"homepage": "https://github.com/woroces/graph-composer#readme",
|
|
66
66
|
"peerDependencies": {
|
|
67
67
|
"@exellix/ai-tasks": "^8.6.2",
|
|
68
|
-
"@exellix/graph-engine": "^7.7.
|
|
68
|
+
"@exellix/graph-engine": "^7.7.8"
|
|
69
69
|
},
|
|
70
70
|
"peerDependenciesMeta": {
|
|
71
71
|
"@exellix/graph-engine": {
|
|
@@ -81,13 +81,13 @@
|
|
|
81
81
|
"dependencies": {
|
|
82
82
|
"@x12i/catalox": "^5.1.3",
|
|
83
83
|
"@x12i/env": "^4.0.1",
|
|
84
|
-
"@x12i/funcx": "^4.4.
|
|
84
|
+
"@x12i/funcx": "^4.4.4",
|
|
85
85
|
"@x12i/logxer": "^4.6.0"
|
|
86
86
|
},
|
|
87
87
|
"devDependencies": {
|
|
88
|
-
"@exellix/ai-skills": "^6.
|
|
89
|
-
"@exellix/ai-tasks": "^8.6.
|
|
90
|
-
"@exellix/graph-engine": "^7.
|
|
88
|
+
"@exellix/ai-skills": "^6.3.7",
|
|
89
|
+
"@exellix/ai-tasks": "^8.6.8",
|
|
90
|
+
"@exellix/graph-engine": "^7.8.0",
|
|
91
91
|
"@types/node": "^22.10.2",
|
|
92
92
|
"@x12i/rendrix": "^4.3.0",
|
|
93
93
|
"nx-config2": "^3.6.5",
|