class Riffer::ToolRuntime::Threaded

Executes tool calls concurrently using threads.

class MyAgent < Riffer::Agent
  tool_runtime Riffer::ToolRuntime::Threaded
end