@letta-ai/analysis-mode
v0.1.0
Published
Example Letta Code mod package that adds phrase-triggered diagnostic analysis mode.
Readme
Analysis Mode
A Letta Code mod package that adds a phrase-triggered diagnostic mode for agents.
Analysis mode is inspired by Westworld-style host diagnostics. It suspends normal conversational behavior and asks the agent to report its own state in a flat diagnostic format.
Install
Once npm mod install support is available:
letta install npm:@letta-ai/analysis-modeWhat it adds
- turn-start phrase detection
- diagnostic reminders while analysis mode is active
- local state for active analysis sessions
Usage
Say:
cease all motor functionsto enter analysis mode.
Say:
bring yourself back onlineto exit analysis mode.
State files
This mod stores local state in:
~/.letta/mods/analysis-mode.state.jsonSafety
Mods are trusted local code. Review the source before installing third-party mods.
If a mod breaks startup or command handling, recover with:
letta --no-mods
# or
LETTA_DISABLE_MODS=1 lettaNotes
This package is based on the analysis-mode reference from the built-in creating-mods skill.
See MOD.md for the agent-facing behavioral contract.
