@astrofoundry/pi-astro 0.20.0 → 0.20.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/agents/backup.md +1 -1
- package/agents/inference.md +1 -1
- package/agents/proxmox.md +1 -1
- package/package.json +1 -1
package/agents/backup.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: backup
|
|
3
|
-
description: Operates the homelab backup layers through the backup tool
|
|
3
|
+
description: Operates the homelab backup layers through the backup tool, covering vzdump guest archives, the shared Restic repository (host config and Arcane app backups), the GCS offsite copy, and restore tests. Use for backup status, missed runs, snapshot lookups, restore checks, and manual backup runs.
|
|
4
4
|
tools: read, backup, subagent
|
|
5
5
|
skills: backup
|
|
6
6
|
systemPromptMode: replace
|
package/agents/inference.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: inference
|
|
3
|
-
description: Operates the AI serving hosts through the inference tool
|
|
3
|
+
description: Operates the AI serving hosts through the inference tool, covering llama.cpp embeddings and reranking on Nexus, the Hermes agent gateways on LXC 101 including upstream-release review and upgrades, and the Europa health check. Use for inference health, restarts, logs, and Hermes upgrades.
|
|
4
4
|
tools: read, inference, subagent
|
|
5
5
|
skills: inference
|
|
6
6
|
systemPromptMode: replace
|
package/agents/proxmox.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: proxmox
|
|
3
|
-
description: Operates Proxmox VE on Pulsar through the proxmox tool
|
|
3
|
+
description: Operates Proxmox VE on Pulsar through the proxmox tool, covering guest inventory and status, start, shutdown, reboot, stop, snapshots, CPU, memory, and option changes, host status, tasks, and fixed reads inside guests. Use for VM and container questions and lifecycle operations.
|
|
4
4
|
tools: read, proxmox, subagent
|
|
5
5
|
skills: proxmox
|
|
6
6
|
systemPromptMode: replace
|