Macro for defining Condukt agents with explicit agent options.
use Condukt.Agent is equivalent to use Condukt. Passing :runtime
selects the component that owns the agent loop:
defmodule MyApp.Implementer do
use Condukt.Agent, runtime: MyApp.CodexRuntime
endThe native runtime remains the default.