Packages

Jido integration for apple_intents — agent orchestration via Jido.Exec.

Current section

Files

Jump to
apple_intents_jido lib apple_intents_jido.ex
Raw

lib/apple_intents_jido.ex

defmodule AppleIntentsJido do
@moduledoc """
Optional Jido bridge for `apple_intents`.
See `AppleIntents.Jido` for the integration API.
"""
defdelegate run_task(task, params, context, opts \\ []), to: AppleIntents.Jido
end