Skip to main content

Crate atomr_agents_stt_tool

Crate atomr_agents_stt_tool 

Source
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§

TranscribeTool
Tool wrapper around any SpeechToText implementation. Accepts {"audio_path": "...", "language": null, "diarize": false}.

Functions§

voice_input_skill
Returns a Skill (instruction fragment + tool overlay) plus the underlying TranscribeTool wrapped as DynTool. Register the tool in your ToolSet, the Skill in your SkillSet, and pick the Skill via any SkillStrategy.