Expand description
Adapters that expose speech-to-text capability inside the
atomr-agents framework as a [Tool] (callable by the model) and
as a [Skill] (declarative bundle that opts an agent into voice
input).
Structs§
- Transcribe
Tool - Tool wrapper around any
SpeechToTextimplementation. Accepts{"audio_path": "...", "language": null, "diarize": false}.
Functions§
- voice_
input_ skill - Returns a
Skill(instruction fragment + tool overlay) plus the underlyingTranscribeToolwrapped asDynTool. Register the tool in yourToolSet, the Skill in yourSkillSet, and pick the Skill via anySkillStrategy.