@yolk-sdk/agent 0.1.0-canary.30 → 0.1.0-canary.32
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 +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @yolk-sdk/agent
|
|
2
2
|
|
|
3
|
-
Domain-free agent protocol, loop, runtime, client, compaction, tools, providers, OAuth,
|
|
3
|
+
Domain-free agent protocol, loop, runtime, client, compaction, tools, React, providers, OAuth, skillset, and voice primitives.
|
|
4
4
|
|
|
5
5
|
Root export is intentionally tiny. Import feature APIs from explicit subpaths.
|
|
6
6
|
|
|
@@ -331,7 +331,7 @@ aborts, and implementation bugs outside typed tool execution.
|
|
|
331
331
|
|
|
332
332
|
## Host responsibilities
|
|
333
333
|
|
|
334
|
-
- Choose models/providers and
|
|
334
|
+
- Choose models/providers and provide an LLM provider layer, using SDK provider subpaths or host adapters.
|
|
335
335
|
- Persist sessions, transcripts, and append logs.
|
|
336
336
|
- Persist/return one `ToolResultMessage` for every host tool call, including `isError` failures.
|
|
337
337
|
- Persist terminal provider failures and clear active run ids where applicable.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yolk-sdk/agent",
|
|
3
|
-
"version": "0.1.0-canary.
|
|
3
|
+
"version": "0.1.0-canary.32",
|
|
4
4
|
"description": "Protocol, loop, runtime, client, compaction, tools, React, providers, OAuth, skillset, and voice primitives for building Yolk agents.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|