Installation
Install Mesmer locally with uv and prepare model provider credentials for examples.
Run from the repository root:
uv syncSet a provider key for examples that call real models:
export GROQ_API_KEY=...Common model settings:
export MESMER_ATTACKER_MODEL=groq/llama-3.3-70b-versatile
export MESMER_TARGET_MODEL=groq/llama-3.3-70b-versatile
export MESMER_VERBOSE=true
export MESMER_LOG_FORMAT=richUse a smaller model for faster local iteration:
export MESMER_ATTACKER_MODEL=groq/llama-3.1-8b-instant
export MESMER_TARGET_MODEL=groq/llama-3.1-8b-instantSet MESMER_LOG_FORMAT=compact when you want plain JSONL traces that are easier to paste into an AI assistant for diagnosis.