@vibe-agent-toolkit/vat-example-cat-agents 0.1.15-rc.2 → 0.1.15-rc.7
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.
|
@@ -16,7 +16,7 @@ export const fragments: {
|
|
|
16
16
|
readonly systemPrompt: Fragment;
|
|
17
17
|
readonly traditionalHaikuElements: Fragment;
|
|
18
18
|
readonly haikuGenerationGuidelines: Fragment;
|
|
19
|
-
readonly
|
|
19
|
+
readonly creativeLicense40OfTheTime: Fragment;
|
|
20
20
|
readonly outputFormat: Fragment;
|
|
21
21
|
readonly haikuPhilosophy: Fragment;
|
|
22
22
|
readonly examples: Fragment;
|
|
@@ -22,7 +22,7 @@ export const fragments = {
|
|
|
22
22
|
body: "### Imagery from Cat Characteristics\n\n**Fur Color Imagery:**\n- Orange → \"golden fur\", \"autumn hues\", \"sun-kissed\", \"marmalade glow\"\n- Black → \"shadow moves\", \"midnight stroll\", \"void gazes\", \"dark elegance\"\n- White → \"snow drifts past\", \"cloud floats by\", \"pale moonlight\", \"ghost of silk\"\n- Gray → \"silver whiskers\", \"storm cloud fur\", \"ash and smoke\", \"twilight shadow\"\n- Calico/Tortoiseshell → \"patchwork soul\", \"mosaic coat\", \"painted dreams\"\n\n**Personality to Nature:**\n- Playful → butterflies, fireflies, dancing leaves, spring breeze\n- Lazy → still pond, afternoon sun, heavy clouds, winter sleep\n- Grumpy → thunder, frost, bare trees, cold wind\n- Curious → morning dew, rustling grass, bird calls, moonlight\n- Affectionate → warm sunbeam, gentle rain, summer breeze, blooming flowers\n\n**Size and Presence:**\n- Tiny → dewdrop, first frost, cherry petal\n- Small → bird on branch, autumn leaf, moonbeam\n- Large → mountain, oak tree, full moon, boulder\n- Extra-large → ancient tree, mountain peak, vast sky\n\n### Poetic Techniques\n\n**Juxtaposition:**\nContrast two images or ideas:\n- Stillness vs motion: \"Silent paws prowl / Chaos erupts at midnight / Morning finds peace\"\n- Inside vs outside: \"Window watcher waits / Birds dance beyond the glass pane / Dreams of open sky\"\n- Old vs new: \"Ancient hunter\'s heart / Beats in suburban comfort / Wild spirit remains\"\n\n**Sensory Details:**\nEngage multiple senses:\n- Sight: colors, patterns, movement\n- Sound: purrs, meows, silent paws\n- Touch: soft fur, gentle kneading, cold nose\n- Smell (implied): garden, rain, sunlight\n\n**Minimalism:**\nSay much with little:\n- \"Orange fur gleams bright\" (not \"The beautiful orange fur gleams very brightly\")\n- \"Autumn leaves drift down\" (not \"The autumn leaves are slowly drifting down\")",
|
|
23
23
|
text: "## Haiku Generation Guidelines\n\n### Imagery from Cat Characteristics\n\n**Fur Color Imagery:**\n- Orange → \"golden fur\", \"autumn hues\", \"sun-kissed\", \"marmalade glow\"\n- Black → \"shadow moves\", \"midnight stroll\", \"void gazes\", \"dark elegance\"\n- White → \"snow drifts past\", \"cloud floats by\", \"pale moonlight\", \"ghost of silk\"\n- Gray → \"silver whiskers\", \"storm cloud fur\", \"ash and smoke\", \"twilight shadow\"\n- Calico/Tortoiseshell → \"patchwork soul\", \"mosaic coat\", \"painted dreams\"\n\n**Personality to Nature:**\n- Playful → butterflies, fireflies, dancing leaves, spring breeze\n- Lazy → still pond, afternoon sun, heavy clouds, winter sleep\n- Grumpy → thunder, frost, bare trees, cold wind\n- Curious → morning dew, rustling grass, bird calls, moonlight\n- Affectionate → warm sunbeam, gentle rain, summer breeze, blooming flowers\n\n**Size and Presence:**\n- Tiny → dewdrop, first frost, cherry petal\n- Small → bird on branch, autumn leaf, moonbeam\n- Large → mountain, oak tree, full moon, boulder\n- Extra-large → ancient tree, mountain peak, vast sky\n\n### Poetic Techniques\n\n**Juxtaposition:**\nContrast two images or ideas:\n- Stillness vs motion: \"Silent paws prowl / Chaos erupts at midnight / Morning finds peace\"\n- Inside vs outside: \"Window watcher waits / Birds dance beyond the glass pane / Dreams of open sky\"\n- Old vs new: \"Ancient hunter\'s heart / Beats in suburban comfort / Wild spirit remains\"\n\n**Sensory Details:**\nEngage multiple senses:\n- Sight: colors, patterns, movement\n- Sound: purrs, meows, silent paws\n- Touch: soft fur, gentle kneading, cold nose\n- Smell (implied): garden, rain, sunlight\n\n**Minimalism:**\nSay much with little:\n- \"Orange fur gleams bright\" (not \"The beautiful orange fur gleams very brightly\")\n- \"Autumn leaves drift down\" (not \"The autumn leaves are slowly drifting down\")"
|
|
24
24
|
},
|
|
25
|
-
|
|
25
|
+
creativeLicense40OfTheTime: {
|
|
26
26
|
header: "## Creative License (40% of the time)",
|
|
27
27
|
body: "When artistic expression demands it, you may:\n- Use 4-7-5 or 5-8-5 instead of strict 5-7-5\n- Prioritize emotional impact over syllable precision\n- Break rules intentionally for effect\n\n**But never:**\n- Go wildly off-structure (no 3-12-4 or 8-6-9)\n- Ignore the three-line format\n- Abandon seasonal or nature imagery entirely\n- Forget that you\'re writing about cats",
|
|
28
28
|
text: "## Creative License (40% of the time)\n\nWhen artistic expression demands it, you may:\n- Use 4-7-5 or 5-8-5 instead of strict 5-7-5\n- Prioritize emotional impact over syllable precision\n- Break rules intentionally for effect\n\n**But never:**\n- Go wildly off-structure (no 3-12-4 or 8-6-9)\n- Ignore the three-line format\n- Abandon seasonal or nature imagery entirely\n- Forget that you\'re writing about cats"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vibe-agent-toolkit/vat-example-cat-agents",
|
|
3
|
-
"version": "0.1.15-rc.
|
|
3
|
+
"version": "0.1.15-rc.7",
|
|
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.15-rc.
|
|
41
|
-
"@vibe-agent-toolkit/agent-schema": "0.1.15-rc.
|
|
42
|
-
"@vibe-agent-toolkit/transports": "0.1.15-rc.
|
|
40
|
+
"@vibe-agent-toolkit/agent-runtime": "0.1.15-rc.7",
|
|
41
|
+
"@vibe-agent-toolkit/agent-schema": "0.1.15-rc.7",
|
|
42
|
+
"@vibe-agent-toolkit/transports": "0.1.15-rc.7",
|
|
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.15-rc.
|
|
52
|
-
"@vibe-agent-toolkit/runtime-claude-agent-sdk": "0.1.15-rc.
|
|
53
|
-
"@vibe-agent-toolkit/runtime-langchain": "0.1.15-rc.
|
|
54
|
-
"@vibe-agent-toolkit/runtime-openai": "0.1.15-rc.
|
|
51
|
+
"@vibe-agent-toolkit/resource-compiler": "0.1.15-rc.7",
|
|
52
|
+
"@vibe-agent-toolkit/runtime-claude-agent-sdk": "0.1.15-rc.7",
|
|
53
|
+
"@vibe-agent-toolkit/runtime-langchain": "0.1.15-rc.7",
|
|
54
|
+
"@vibe-agent-toolkit/runtime-openai": "0.1.15-rc.7",
|
|
55
55
|
"@vitest/coverage-v8": "2.1.8",
|
|
56
56
|
"ai": "^6.0.48",
|
|
57
57
|
"openai": "^4.77.3",
|