@moolam/edge-agent 1.0.0 → 1.1.0

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.
@@ -6,7 +6,7 @@
6
6
  * The harness never links against a specific inference engine. Instead it
7
7
  * speaks `SlmRuntime`, and adapters bind that interface to whatever the
8
8
  * host device offers:
9
- * - llama.cpp / GGUF (`@moolam/bindings-slm` LlamaCppSlmRuntime;
9
+ * - llama.cpp / GGUF (`sutra-bindings-slm` LlamaCppSlmRuntime;
10
10
  * ModelInterface via createLlamaCppModelAdapter / createSlmModelAdapter)
11
11
  * - ONNX Runtime Mobile (quantized INT4/INT8 exports)
12
12
  * - MediaPipe LLM Inference API (Android AICore)
@@ -6,7 +6,7 @@
6
6
  * The harness never links against a specific inference engine. Instead it
7
7
  * speaks `SlmRuntime`, and adapters bind that interface to whatever the
8
8
  * host device offers:
9
- * - llama.cpp / GGUF (`@moolam/bindings-slm` LlamaCppSlmRuntime;
9
+ * - llama.cpp / GGUF (`sutra-bindings-slm` LlamaCppSlmRuntime;
10
10
  * ModelInterface via createLlamaCppModelAdapter / createSlmModelAdapter)
11
11
  * - ONNX Runtime Mobile (quantized INT4/INT8 exports)
12
12
  * - MediaPipe LLM Inference API (Android AICore)
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@moolam/edge-agent",
3
- "version": "1.0.0",
4
- "description": "The Edge Harness. Offline-first autonomous agent runtime for local SLMs (Phi-3, Gemma, quantized GGUF/ONNX) with durable friction telemetry and on-device vector memory.",
3
+ "version": "1.1.0",
4
+ "description": "Internal component of Sutra SDK — applications should install sutra-sdk. The Edge Harness. Offline-first autonomous agent runtime for local SLMs (Phi-3, Gemma, quantized GGUF/ONNX) with durable friction telemetry and on-device vector memory.",
5
5
  "license": "Apache-2.0",
6
6
  "homepage": "https://github.com/moolamai/sutra/tree/main/packages/edge-agent#readme",
7
7
  "repository": {
@@ -25,18 +25,18 @@
25
25
  "dist"
26
26
  ],
27
27
  "dependencies": {
28
- "@moolam/cognitive-core": "1.0.0",
29
- "@moolam/contracts": "1.0.0",
30
- "@moolam/observability": "1.0.0",
31
- "@moolam/runtime": "1.0.0",
32
- "@moolam/sync-protocol": "1.0.0",
33
- "@moolam/telemetry": "1.0.0"
28
+ "@moolam/cognitive-core": "1.1.0",
29
+ "@moolam/contracts": "1.1.0",
30
+ "@moolam/observability": "1.1.0",
31
+ "@moolam/runtime": "1.1.0",
32
+ "@moolam/sync-protocol": "1.1.0",
33
+ "@moolam/telemetry": "1.1.0"
34
34
  },
35
35
  "devDependencies": {
36
36
  "@opentelemetry/sdk-trace-base": "2.0.1",
37
37
  "@types/node": "^22.20.0",
38
38
  "typescript": "^5.8.0",
39
- "@moolam/contract-conformance": "1.0.0"
39
+ "@moolam/contract-conformance": "1.1.0"
40
40
  },
41
41
  "scripts": {
42
42
  "build": "tsc -p tsconfig.json",