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

6
agents/README.md Normal file
View File

@@ -0,0 +1,6 @@
# Agents
Agent prompt definitions for use across the homelab.
## sysadmin-session-closer
Automatically closes development sessions and creates session summaries.

View File

@@ -0,0 +1,18 @@
# Sysadmin Session Closer Agent
Automatically closes development sessions and generates session summaries.
## Purpose
This agent monitors active development sessions and automatically:
1. Detects when a session is ending
2. Captures session context and changes
3. Generates a comprehensive session summary
4. Updates git repositories with changes
5. Cleans up temporary files
## Features
- Automatic session detection
- Git integration for repository changes
- Session summary generation with timestamps
- Support for both homelab-agents and VPS project repositories
- Intelligent change detection