@theokit/sdk 5.0.0-next.3 → 5.0.0-next.4

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.
@@ -4,7 +4,7 @@ Every public symbol the TheoKit workspace publishes, and the exact specifier to
4
4
 
5
5
  A symbol listed under two specifiers is reachable from both, but that does NOT make the two interchangeable: a class emitted separately into a subpath entry is a distinct nominal type from the one in the root bundle, so passing one where the other is expected fails on a private field. When a symbol appears twice, import it and everything it is passed to from the SAME specifier.
6
6
 
7
- 1189 export(s) across 46 entry point(s).
7
+ 1191 export(s) across 46 entry point(s).
8
8
 
9
9
  ## `@theokit/acp`
10
10
 
@@ -291,6 +291,8 @@ A symbol listed under two specifiers is reachable from both, but that does NOT m
291
291
  | `ProviderTransform` | interface | M41 — the one OPTIONAL behavior seam on a provider profile. |
292
292
  | `ProviderTransformContext` | interface | M41 (agent-builder provider framework) — the context a provider's `transform` receives per request. |
293
293
  | `RateLimitError` | class | Too many requests or usage limits exceeded. |
294
+ | `readSessionMessages` | function | Read the messages a session already contains, for a surface that needs to re-render it. |
295
+ | `ReadSessionMessagesOptions` | interface | Which session to read, in the terms a host already has. |
294
296
  | `ReapableArtifact` | interface | One artifact the caller is considering deleting, described well enough to decide about. |
295
297
  | `ReapPlan` | interface | The decision, as three disjoint buckets whose union is exactly the input. |
296
298
  | `ReapPlanInput` | interface | Everything `planReaping` needs: the candidates, the policy, and the current time. |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@theokit/sdk",
3
- "version": "5.0.0-next.3",
3
+ "version": "5.0.0-next.4",
4
4
  "description": "TypeScript SDK for the Theo agent harness — same surface, local or cloud.",
5
5
  "license": "Apache-2.0",
6
6
  "homepage": "https://github.com/usetheokit/theokit-sdk#readme",