Add complete homelab agents structure, templates, and sysadmin-session-closer agent
This commit is contained in:
25
README.md
25
README.md
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user