@lloyal-labs/sdk 2.0.0 → 2.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.
package/dist/deltas.d.ts CHANGED
@@ -51,10 +51,10 @@ export declare function buildUserDelta(ctx: SessionContext, content: string, opt
51
51
  *
52
52
  * Composes `getTurnSeparator()` + `formatChatSync()` + `tokenizeSync()` into a
53
53
  * single token array suitable for `branch.prefill()`. The canonical way to
54
- * extend any branch (trunk, shared root, or spine) with a completed turn.
54
+ * extend any branch (trunk or spine) with a completed turn.
55
55
  *
56
56
  * Used by {@link Session.commitTurn} to persist query/response to the trunk,
57
- * and by `PoolContext.extendRoot` in the agent pool to chain per-task
57
+ * and by `PoolContext.extendSpine` in the agent pool to chain per-task
58
58
  * findings onto the research spine.
59
59
  *
60
60
  * @param ctx - Active session context
package/dist/deltas.js CHANGED
@@ -36,10 +36,10 @@ function buildUserDelta(ctx, content, opts = {}) {
36
36
  *
37
37
  * Composes `getTurnSeparator()` + `formatChatSync()` + `tokenizeSync()` into a
38
38
  * single token array suitable for `branch.prefill()`. The canonical way to
39
- * extend any branch (trunk, shared root, or spine) with a completed turn.
39
+ * extend any branch (trunk or spine) with a completed turn.
40
40
  *
41
41
  * Used by {@link Session.commitTurn} to persist query/response to the trunk,
42
- * and by `PoolContext.extendRoot` in the agent pool to chain per-task
42
+ * and by `PoolContext.extendSpine` in the agent pool to chain per-task
43
43
  * findings onto the research spine.
44
44
  *
45
45
  * @param ctx - Active session context
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lloyal-labs/sdk",
3
- "version": "2.0.0",
3
+ "version": "2.1.0",
4
4
  "description": "Backend-agnostic TypeScript SDK for the lloyal inference platform",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",