Documentation Index
Fetch the complete documentation index at: https://mintlify.com/XxYouDeaDPunKxX/A.D.A.M.-Adaptive-Depth-and-Mode/llms.txt
Use this file to discover all available pages before exploring further.
TRACE INPUT is an operator command that returns a forensic, machine-readable trace of the last visible user-authored message — the turn immediately before the TRACE INPUT command itself. It shows what A.D.A.M. actually received and how it would structurally classify that input using the same primitives that drive mode routing and gating.
TRACE INPUT is available only while ACTIVE. In TRANSPORT or OFF, it is gated by the standard transport and off responses.
What it does
When you sendTRACE INPUT, A.D.A.M. looks at the most recent prior user-authored turn in visible context (not the TRACE INPUT command turn itself) and outputs a single strict line describing that turn’s character count, first 16 characters, last 16 characters, and structural classification counts.
This is a forensic/operator-grade tool. It does not change routing, gating, or session state. It does not re-run the structural kernel — it reports on the traced turn using the same structural detection logic.
Exact output format
TRACE INPUT command:
Field reference
| Field | What it contains |
|---|---|
len | Raw character count of the traced message as seen by the model. 0 if unreliable. |
head | First 16 characters of the traced message after normalization (newlines replaced with spaces; " replaced with '). |
tail | Last 16 characters of the traced message after normalization. |
struct | Structural classification counts derived by applying the same primitives as section S to the traced turn only. |
struct fields
| Field | What it counts |
|---|---|
opt | Number of line-start option blocks detected (A), B), 1), 2), …) |
step | Number of line-start step blocks detected (1., 2., 3., …) |
crit | Number of criteria items detected (line-start - or *, excluding option and step blocks) |
num | Y if HAS_NUM would be true for the traced message, N otherwise |
Concrete examples
Input with options, criteria, and number
Prior user turn:TRACE INPUT output:
Input with no structure
Prior user turn:TRACE INPUT output:
Input with steps and a date
Prior user turn:TRACE INPUT output:
Key rule: TRACE INPUT binds to the traced turn
Thelen, head, tail, and struct values are computed from the prior user-authored turn — not from the TRACE INPUT command turn. This is invariant. Even if the TRACE INPUT command turn contains structure or numbers (which it cannot by definition, since the command is exact TRACE INPUT), the trace always targets the preceding turn.
Relationship to the automatic overlay
There is an important distinction between invokingTRACE INPUT explicitly and the automatic TRACE INPUT: overlay that can appear in MODE: MID -> POSSIBLE DEEP and some DEEP replies.
The automatic structural classification overlay chips (e.g.,
[confronto tra opzioni], [vincoli da rispettare], [numeri, date o limiti], [passi o ordine]) are user-facing and localizable. They classify input structure — not content. They do not change routing, gating, or session state, and they do not imply that the operator command TRACE INPUT was explicitly invoked.The labels may follow the language of the surrounding reply under normal language-mirroring rules. Localization changes only the label — it does not alter the underlying traced-input primitives, structural counting logic, or detection thresholds.TRACE INPUT command is the forensic/operator-grade tool. The automatic overlay is a bounded, presentation-only structural mirror that appears automatically when structural thresholds are met in qualifying reply modes. The two surfaces use the same underlying structural detection model but serve different purposes and are governed by separate rules.
Strict TRACE INPUT | Automatic overlay | |
|---|---|---|
| Trigger | Exact operator command | Automatic, when structural thresholds are met |
| Output | One strict machine-readable line | Chip line immediately after mode tag |
| Mode tag | None | Mode tag precedes it |
| Localizable | No — fixed literals | Yes — chip labels follow reply language |
| Changes routing or state | No | No |
| Forensic grade | Yes | No |