@vibe-agent-toolkit/vat-example-cat-agents 0.1.37 → 0.1.39-rc.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
CHANGED
|
@@ -53,7 +53,7 @@ vat skills install ./packages/vat-example-cat-agents
|
|
|
53
53
|
vat skills list --installed
|
|
54
54
|
```
|
|
55
55
|
|
|
56
|
-
The `vat-cat-agents` skill will be installed to `~/.claude/plugins/vat-cat-agents/` and will appear in Claude Code after restarting or running `/reload-
|
|
56
|
+
The `vat-cat-agents` skill will be installed to `~/.claude/plugins/vat-cat-agents/` and will appear in Claude Code after restarting or running `/reload-plugins`.
|
|
57
57
|
|
|
58
58
|
**What the skill includes:**
|
|
59
59
|
- SKILL.md with agent orchestration patterns
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: vat-example-cat-agents
|
|
3
|
-
description: Comprehensive orchestration guide for Claude Code using the
|
|
3
|
+
description: Comprehensive orchestration guide for Claude Code using the
|
|
4
|
+
vat-example-cat-agents toolkit
|
|
4
5
|
---
|
|
5
6
|
|
|
6
7
|
# VAT Example Cat Agents
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vibe-agent-toolkit/vat-example-cat-agents",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.39-rc.1",
|
|
4
4
|
"description": "Example agents: 8 quirky cat agents demonstrating VAT patterns",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -37,9 +37,9 @@
|
|
|
37
37
|
"postinstall": "vat skills install --npm-postinstall || exit 0"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@vibe-agent-toolkit/agent-runtime": "0.1.
|
|
41
|
-
"@vibe-agent-toolkit/agent-schema": "0.1.
|
|
42
|
-
"@vibe-agent-toolkit/transports": "0.1.
|
|
40
|
+
"@vibe-agent-toolkit/agent-runtime": "0.1.39-rc.1",
|
|
41
|
+
"@vibe-agent-toolkit/agent-schema": "0.1.39-rc.1",
|
|
42
|
+
"@vibe-agent-toolkit/transports": "0.1.39-rc.1",
|
|
43
43
|
"syllable": "^5.0.1",
|
|
44
44
|
"zod": "^3.24.1"
|
|
45
45
|
},
|
|
@@ -48,10 +48,10 @@
|
|
|
48
48
|
"@anthropic-ai/sdk": "^0.36.0",
|
|
49
49
|
"@langchain/openai": "^0.3.16",
|
|
50
50
|
"@types/node": "^22.10.5",
|
|
51
|
-
"@vibe-agent-toolkit/resource-compiler": "0.1.
|
|
52
|
-
"@vibe-agent-toolkit/runtime-claude-agent-sdk": "0.1.
|
|
53
|
-
"@vibe-agent-toolkit/runtime-langchain": "0.1.
|
|
54
|
-
"@vibe-agent-toolkit/runtime-openai": "0.1.
|
|
51
|
+
"@vibe-agent-toolkit/resource-compiler": "0.1.39-rc.1",
|
|
52
|
+
"@vibe-agent-toolkit/runtime-claude-agent-sdk": "0.1.39-rc.1",
|
|
53
|
+
"@vibe-agent-toolkit/runtime-langchain": "0.1.39-rc.1",
|
|
54
|
+
"@vibe-agent-toolkit/runtime-openai": "0.1.39-rc.1",
|
|
55
55
|
"@vitest/coverage-v8": "2.1.8",
|
|
56
56
|
"ai": "^6.0.48",
|
|
57
57
|
"openai": "^4.77.3",
|