Files
rutster/crates/rutster-brain-realtime/src/translator.rs
opencode controller b56f57bf7f feat(slice-3): +rutster-brain-realtime crate skeleton + async-trait dep (spec §1.1)
Workspace member 8 of 8. Library + binary; mirrored slice-2's
rutster-tap-echo shape. Three stub modules (api_key, translator,
openai_client) filled in by Tasks 3-5. No behavioral code yet —
this task only locks the crate boundary + the new async-trait dep
(the Tool trait in Task 6 needs it for async-fns-in-trait-objects).
2026-07-01 01:47:22 -04:00

2 lines
79 B
XML

//! Tap ⇄ OpenAI Realtime event translation (spec §4). Filled in by Task 4.