devai 0.5.12

Command Agent runner to accelerate production coding with genai.
# Before All

```lua

inputs[1] = inputs[1] .. "-0"
inputs[2] = inputs[2] .. "-1"
table.insert(inputs, "C")

return devai.before_all_response({
    before_all = "some before all data",
    inputs = inputs
})

```

# Data 

```lua

return "Data with input: '" .. input .. "'"

```

# Output

```lua

return data

```