Vinicius Brasil
c1a70d84d0
Add expressions to FlowDefinition actions
Let definitions compute values without Python. A new `call: expression`
action evaluates a Common Expression Language (CEL) expression, and tool
`with:` blocks now render `${...}` CEL templates.
Example 1:
```yaml
decide:
do:
call: expression
expr: "state.score >= 80 ? 'qualified' : 'nurture'"
router: true
emit: [qualified, nurture]
```
Example 2:
```yaml
search:
do:
call: tool
ref: my.pkg:SearchTool
with:
search_query: "${outputs.build_query.query + ' news'}"
max_results: "${state.limit}"
```
2026-06-12 20:38:12 -07:00
..
2026-05-26 10:23:33 -07:00
2026-06-10 17:52:53 -07:00
2026-06-03 11:53:16 -07:00
2026-05-26 10:23:33 -07:00
2025-10-20 14:10:19 -07:00
2025-12-04 16:53:19 -05:00
2026-06-10 18:39:05 -07:00
2026-05-28 09:38:10 -07:00
2026-05-26 10:23:33 -07:00
2026-06-08 21:14:13 -05:00
2026-06-05 07:23:38 -04:00
2026-05-27 13:38:25 -07:00
2026-06-08 21:14:13 -05:00
2025-11-29 16:55:24 -05:00
2025-11-05 07:19:09 -05:00
2026-06-08 21:14:13 -05:00
2026-05-26 10:23:33 -07:00
2026-05-28 09:38:10 -07:00
2026-02-13 21:34:37 -03:00
2026-05-04 18:42:12 +08:00
2026-06-10 17:03:25 -07:00
2026-06-02 17:14:51 -07:00
2026-06-03 11:53:16 -07:00
2026-06-09 17:19:25 -04:00
2025-10-20 14:10:19 -07:00
2026-03-15 18:33:17 -07:00
2026-06-12 14:48:43 -07:00
2026-05-26 10:23:33 -07:00
2026-05-06 20:46:46 +08:00
2026-06-10 22:21:35 -07:00
2026-01-22 17:44:03 -08:00
2026-05-27 13:20:53 -07:00
2025-10-20 14:10:19 -07:00
2026-06-02 09:38:34 -07:00
2026-05-26 10:23:33 -07:00
2026-06-10 16:12:28 -07:00
2026-05-26 10:23:33 -07:00
2026-06-10 16:49:16 -07:00
2026-05-26 10:23:33 -07:00
2026-06-12 20:38:12 -07:00
2026-06-12 20:38:12 -07:00
2026-05-26 10:23:33 -07:00
2026-01-23 15:13:25 -05:00
2026-06-08 21:14:13 -05:00
2026-05-26 10:23:33 -07:00
2025-10-20 14:10:19 -07:00
2026-06-12 12:55:22 -04:00
2026-06-11 14:18:49 -07:00
2026-06-11 14:18:49 -07:00
2026-04-28 14:57:49 +08:00
2025-10-20 14:10:19 -07:00
2026-06-12 20:38:12 -07:00
2026-06-12 14:48:43 -07:00
2025-10-20 14:10:19 -07:00
2026-06-05 07:23:38 -04:00
2026-05-26 10:23:33 -07:00
2025-10-20 14:10:19 -07:00
2025-10-20 14:10:19 -07:00
2026-05-26 10:23:33 -07:00
2025-11-29 16:55:24 -05:00
2026-05-26 10:23:33 -07:00
2026-05-26 10:23:33 -07:00
2026-05-26 10:23:33 -07:00
2026-04-01 18:08:37 -03:00