@sandagent/runner-cli 0.2.16 → 0.2.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 +1 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -184,5 +184,6 @@ sandagent image build --name vikadata/sandagent --tag 0.1.0
|
|
|
184
184
|
|
|
185
185
|
## Related Documentation
|
|
186
186
|
|
|
187
|
+
- [Skills 使用说明](docs/SKILLS.md) — 本地与 Docker 下 skills 的存放路径与加载方式
|
|
187
188
|
- [Claude Agent SDK](https://platform.claude.com/docs/agent-sdk/typescript)
|
|
188
189
|
- [AI SDK UI Stream Protocol](https://ai-sdk.dev/docs/ai-sdk-ui/stream-protocol)
|
package/package.json
CHANGED