@agents24/ai-sdk 0.2.2 → 0.2.3

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/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # `@agents24/ai-sdk`
2
2
 
3
- Last Updated: 2026-07-16
3
+ Last Updated: 2026-08-17
4
4
 
5
5
  Vercel AI SDK v7 `ChatTransport` backed only by `@agents24/client` networking, authentication, protocol parsing, refresh, and cursor reconnect.
6
6
 
@@ -42,4 +42,6 @@ The complete validated runtime event is always emitted as an ordered Agents24 da
42
42
 
43
43
  Ordinary text chat, tools, reasoning, sources, and reconnect map directly. Repeated HITL, MCP OAuth, thread administration, quota UI, attachments, and richer response blocks may require Agents24 data parts or direct `@agents24/client` APIs. User file parts, assistant/tool-driven submit shapes, client-forged history, reconnect mutations, and regenerate fail explicitly rather than being silently dropped.
44
44
 
45
+ Agent questions are preserved as `data-agents24-hitl`. This adapter does not provide a question renderer or resume helper; submit the typed `respond` action and ordered answers through the underlying `@agents24/client`, then use its canonical reattach lifecycle.
46
+
45
47
  Adapter telemetry never receives credentials or raw identity. Prompt and tool content is excluded unless `includePromptAndToolContentInTelemetry` is explicitly enabled.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "contractHash": "a409af6996d10a8d94e0f6332c9a381c3535a9c8511314b6c42b237d7e057029",
3
- "contractVersion": "0.2.0",
3
+ "contractVersion": "0.3.0",
4
4
  "corpus": "conformance/v1/corpus.json",
5
5
  "generatedBy": "@agents24/sdk-contract",
6
6
  "packages": {
@@ -47,8 +47,8 @@
47
47
  },
48
48
  "schemaVersion": "agents24.compatibility.v1",
49
49
  "targetOperationCounts": {
50
- "client": 22,
51
- "node": 79,
52
- "python": 70
50
+ "client": 60,
51
+ "node": 97,
52
+ "python": 88
53
53
  }
54
54
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agents24/ai-sdk",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
4
4
  "description": "Vercel AI SDK v7 ChatTransport adapter for Agents24 client runtimes.",
5
5
  "keywords": [
6
6
  "agents24",
@@ -46,7 +46,7 @@
46
46
  "prepack": "pnpm run build && pnpm run check:boundaries"
47
47
  },
48
48
  "dependencies": {
49
- "@agents24/client": "0.2.2"
49
+ "@agents24/client": "0.2.3"
50
50
  },
51
51
  "peerDependencies": {
52
52
  "ai": ">=7.0.0 <8.0.0"