Files
hermes-session-cleaner/__init__.py

14 lines
383 B
Python

"""
Hermes Session Cleaner plugin.
CLI tool for cleaning up Hermes session DB — deletes short conversations,
generates missing titles.
Usage (from terminal, not as slash command):
python hermes_cleaner.py [--dry-run] [--min-messages N] [--no-delete] [--no-title]
"""
def register(ctx) -> None:
"""Session-cleaner is a CLI tool, no slash commands registered."""
pass