start_agent_run button does not create a run because:
action.value.inputs raises an AttributeError; it should be action.value.params.
- Calling
trigger_run() without await leaves the coroutine unexecuted and produces a RuntimeWarning: coroutine was never awaited.
start_agent_runbutton does not create a run because:action.value.inputsraises anAttributeError; it should beaction.value.params.trigger_run()withoutawaitleaves the coroutine unexecuted and produces aRuntimeWarning: coroutine was never awaited.