@vibe-agent-toolkit/vat-example-cat-agents 0.1.29-rc.4 → 0.1.30-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/package.json +9 -16
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.30-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.30-rc.1",
|
|
41
|
+
"@vibe-agent-toolkit/agent-schema": "0.1.30-rc.1",
|
|
42
|
+
"@vibe-agent-toolkit/transports": "0.1.30-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.30-rc.1",
|
|
52
|
+
"@vibe-agent-toolkit/runtime-claude-agent-sdk": "0.1.30-rc.1",
|
|
53
|
+
"@vibe-agent-toolkit/runtime-langchain": "0.1.30-rc.1",
|
|
54
|
+
"@vibe-agent-toolkit/runtime-openai": "0.1.30-rc.1",
|
|
55
55
|
"@vitest/coverage-v8": "2.1.8",
|
|
56
56
|
"ai": "^6.0.48",
|
|
57
57
|
"openai": "^4.77.3",
|
|
@@ -65,14 +65,7 @@
|
|
|
65
65
|
{
|
|
66
66
|
"name": "vat-example-cat-agents",
|
|
67
67
|
"source": "./resources/skills/SKILL.md",
|
|
68
|
-
"path": "./dist/skills/vat-example-cat-agents"
|
|
69
|
-
"ignoreValidationErrors": {
|
|
70
|
-
"SKILL_LENGTH_EXCEEDS_RECOMMENDED": "Example package demonstrates comprehensive agent patterns",
|
|
71
|
-
"SKILL_TOTAL_SIZE_LARGE": "Complete example includes all agent archetypes, tests, and demos",
|
|
72
|
-
"SKILL_TOO_MANY_FILES": "Example skill references full implementation including detailed docs",
|
|
73
|
-
"REFERENCE_TOO_DEEP": "Documentation structure follows natural project organization",
|
|
74
|
-
"LINKS_TO_NAVIGATION_FILES": "Navigation file provides organized entry to examples"
|
|
75
|
-
}
|
|
68
|
+
"path": "./dist/skills/vat-example-cat-agents"
|
|
76
69
|
}
|
|
77
70
|
]
|
|
78
71
|
},
|