Adamantium Claw
Adamantium Adamantium Claw
Execution Health Loading machine health... Loading latest execution... IDE

Interaction Packet Analyzer

Aligns, validates, timestamps, dedupes, and packages transcript, diarization, acoustic, and visual evidence into unified interaction packets.

Merge Contract Ready
5
Schema Models
20
Tests Passing
validate · merge
CLI Commands
10 / 10
Build Steps
Routing Invariant

Audio intelligence tier order — preserved in all generated code.

  1. Voxtral — Tier 1 primary audio intelligence
  2. WhisperX / faster-whisper / whisper.cpp — Tier 2 fallback, benchmark, compatibility
  3. pyannote.audio / SpeechBrain — Tier 3 diarization, speaker turn segmentation
  4. openSMILE / librosa — Tier 4 acoustic feature extraction
  5. MediaPipe / OpenCV — Tier 5 visual behavior observation
  6. Local LLM — Tier 6 synthesis (after merge, not during)
Merge Rules

Enforced in code. No interpretation at the merge layer.

  • No interpretation — merge layer may not add claim fields not present in source packets
  • Baseline handling — if baseline_available == false, baseline_comparison must be 'unknown'
  • No profile writes — merge function has no access to profile memory interface
  • No external API calls — external_api_used must remain false throughout merge
  • No synthesis — merge function produces no summaries, forecasts, or diagnoses