@puku-ai/sdk 3.0.0 → 3.0.1
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
|
@@ -263,6 +263,8 @@ const reply = await client.beta.messages.create({
|
|
|
263
263
|
|
|
264
264
|
### Example: agent toolset (bash / read / write / edit / glob / grep)
|
|
265
265
|
|
|
266
|
+
`currently ignore this`
|
|
267
|
+
|
|
266
268
|
The SDK ships the upstream `tools/agent-toolset` surface — the same `BetaRunnableTool[]`
|
|
267
269
|
factory used by puku-cli's agent mode to give the model a sandboxed shell + filesystem.
|
|
268
270
|
|
|
@@ -340,8 +342,6 @@ const client = new PukuAI({ apiKey, baseURL }); // works the same in both
|
|
|
340
342
|
```
|
|
341
343
|
|
|
342
344
|
> The default export is the callable constructor, not the `PukuAI` class
|
|
343
|
-
> itself. This matches `@anthropic-ai/sdk` exactly. To check class membership
|
|
344
|
-
> use `client.constructor.name === "PukuAI"`, not `instanceof PukuAI`.
|
|
345
345
|
|
|
346
346
|
|
|
347
347
|
## License
|
package/package.json
CHANGED