automation-verbose-parameter-enables-debug

Status: IN

`automation(verbose=True)` enables verbose/debug output for the automation session.

Source: entries/2026/05/11/examples-06-automation-context-example_phase1_basic.md

Example

async with automation(verbose=True) as ftl:
    await ftl.file(path="/tmp/test", state="touch")
    # Detailed module execution output shown

JSON