Add shodh-memory skill for persistent context across sessions

This commit is contained in:
Kunthawat Greethong
2026-03-15 14:44:07 +07:00
parent 6e183c584b
commit 3eb711a97a
8 changed files with 420 additions and 0 deletions

View File

@@ -87,6 +87,16 @@ EASYPANEL_DEFAULT_PROJECT=default
ADMIN_PASSWORD=
UMAMI_DOMAIN=analytics.example.com
# ===========================================
# 🧠 SHODH MEMORY - Persistent Context
# Required for: Memory features across sessions
# Auto-installed by install-skills.sh
# ===========================================
SHODH_API_KEY=
SHODH_HOST=http://localhost
SHODH_PORT=3030
SHODH_USER_ID=default
# ===========================================
# 📝 QUICK REFERENCE
# ===========================================