Add complete homelab agents structure, templates, and sysadmin-session-closer agent

This commit is contained in:
Homelab Automation
2025-11-23 14:39:16 +00:00
parent 80254e5b98
commit 49161ed68d
8 changed files with 101 additions and 2 deletions

View File

@@ -1,3 +1,24 @@
# homelab-agents
# Homelab Agents
Central storage for AI agent prompts
Central storage for AI agent prompts shared across all VPS instances.
## Structure
- `agents/` - Agent prompt definitions
- `templates/` - Template files for agents and session summaries
- `scripts/` - Installation and utility scripts
## Usage
Clone this repository on any VPS:
```bash
git clone http://100.120.125.113:3000/pdm/homelab-agents.git ~/.homelab-agents
```
Update agents:
```bash
cd ~/.homelab-agents && git pull
```
## Available Agents
- **sysadmin-session-closer** - Automatically closes and documents dev sessions