Commands

All commands start with ! and are dispatched in bot.rs

CommandDescriptionPhase
!ping Health check — returns "pong" 1
!status Uptime, message count, active/archived memories, link count, embedding stats, tools, LLM info 1
!memories Show stored memories for this room with IDs, category, importance, and strength % 1
!forget <query> Delete memories matching an FTS5 query. Permanent — use with care. 1
!clear Conceptual context reset. Raw log and memories preserved — only the recency window resets. 1
!consolidate Manually trigger episodic summaries + fact merging for this room. Shows what was processed. 2
!decay Show memories at risk of fading (strength < 30%). Helps identify what might be archived soon. 2
!graveyard Show recently archived memories — soft-deleted by decay or consolidation. 2
!links <id> Show memory graph connections for a given memory ID. Displays link type (co_extracted, consolidated, semantic), the linked memory's content, and link strength. Use !memories to find IDs. 4
!embed Manually backfill embeddings for memories that don't have them yet. Shows progress (e.g., "Embedded 10/10 memories"). 3
!topics / !topic <id> / !archive <id> / !retag <id> <label> Topic management — list (active first), detail + recent activity, archive (exclude from classifier), rename. topics
!skills / !skill <id> / !forget-skill <id> Procedural-memory (skill) list, detail, and archive. skills
!curate-skills / !archived-skills Run the skill curator now (archives unused/low-success/idle skills) / show recently archived skills. v0.12
!profile [user] / !regenerate-profile [user] Show the cached per-user dialectic profile (defaults to you) / force-regenerate it from current memories. v0.12
!schedules / !schedule <id> / !pause-schedule <id> / !resume-schedule <id> / !delete-schedule <id> List scheduled cron tasks / show one / pause / resume / archive. sched
!bg-list / !bg-cancel <id> List / cancel backgrounded tasks. Prefix any message with !bg <text> to force-background it. bg
!help List all available commands 1