@rudderhq/agent-runtime-gemini-local 0.3.6-canary.3 → 0.3.6-canary.4
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 +2 -2
- package/skills/rudder/SKILL.md +1 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rudderhq/agent-runtime-gemini-local",
|
|
3
|
-
"version": "0.3.6-canary.
|
|
3
|
+
"version": "0.3.6-canary.4",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE",
|
|
5
5
|
"homepage": "https://github.com/Undertone0809/rudder",
|
|
6
6
|
"bugs": {
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"typecheck": "tsc --noEmit"
|
|
68
68
|
},
|
|
69
69
|
"dependencies": {
|
|
70
|
-
"@rudderhq/agent-runtime-utils": "0.3.6-canary.
|
|
70
|
+
"@rudderhq/agent-runtime-utils": "0.3.6-canary.4",
|
|
71
71
|
"picocolors": "^1.1.1"
|
|
72
72
|
},
|
|
73
73
|
"devDependencies": {
|
package/skills/rudder/SKILL.md
CHANGED
|
@@ -5,12 +5,7 @@ description: Use Rudder control-plane best practices and CLI-backed references f
|
|
|
5
5
|
|
|
6
6
|
# Rudder Skill
|
|
7
7
|
|
|
8
|
-
This is the control-plane practice skill for agents working under Rudder.
|
|
9
|
-
work is not only "run a command"; it is a governed loop:
|
|
10
|
-
|
|
11
|
-
```text
|
|
12
|
-
Goal -> Issue -> Agent run -> Review -> Feedback -> Learning -> Better future runs
|
|
13
|
-
```
|
|
8
|
+
This is the control-plane practice skill for agents working under Rudder.
|
|
14
9
|
|
|
15
10
|
Runtime-owned heartbeat prompts provide the fixed heartbeat execution flow for
|
|
16
11
|
timed wakeups, assignment wakes, reviewer wakes, mention wakes, passive
|