devai 0.5.12

Command Agent runner to accelerate production coding with genai.
# config

```toml
[genai]
model = "test_model_for_demo"
```

# Before All 

```lua
let before_all = "before_all";
```

# Data

```lua
let some_data = "Some Data";
return some_data;
```

# Instruction

Some instruction

# Output

```lua
let some_output = "Some Output";
```

# After All

```lua
let after_all = "after_all";
```