Run the loop locally
Point the runtime at memory, choose an OpenAI-compatible LLM endpoint, and execute a skill. Every step writes linked events that can be inspected later.
export TRACEBREAK_MEMORY_URL=http://127.0.0.1:7777
export TRACEBREAK_MEMORY_KEY=<tenant-key>
export TRACEBREAK_LLM_URL=http://127.0.0.1:11434/v1
export TRACEBREAK_LLM_MODEL=qwen2.5-coder:7b
tracebreak run \
--skill ./samples/triage.json \
--tenant <tenant-id> \
--goal "summarise the last hour of events"