@yolk-sdk/agent 0.1.0-canary.17 → 0.1.0-canary.18
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 +0 -11
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -66,17 +66,6 @@ import { useAgentChat } from '@yolk-sdk/agent/react'
|
|
|
66
66
|
import { makeOpenAiProviderLayer } from '@yolk-sdk/agent/providers/openai/provider'
|
|
67
67
|
```
|
|
68
68
|
|
|
69
|
-
## Import migration
|
|
70
|
-
|
|
71
|
-
| Old package | New subpath |
|
|
72
|
-
| --- | --- |
|
|
73
|
-
| `@yolk-sdk/react` | `@yolk-sdk/agent/react` |
|
|
74
|
-
| `@yolk-sdk/oauth` | `@yolk-sdk/agent/oauth` |
|
|
75
|
-
| `@yolk-sdk/openai/*` | `@yolk-sdk/agent/providers/openai/*` |
|
|
76
|
-
| `@yolk-sdk/anthropic/*` | `@yolk-sdk/agent/providers/anthropic/*` |
|
|
77
|
-
| `@yolk-sdk/skillset` | `@yolk-sdk/agent/skillset` |
|
|
78
|
-
| `@yolk-sdk/voice-runtime` | `@yolk-sdk/agent/voice` |
|
|
79
|
-
|
|
80
69
|
Test helpers live behind their own subpath:
|
|
81
70
|
|
|
82
71
|
```ts
|
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.18",
|
|
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",
|