diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -99,9 +99,11 @@ outputs. The Lua workflow API handles dynamic branching and fan-out. It can await one job or a group, and supports one-turn workers whose validated tool input is -their structured result. Panto extensions can use this API directly, while -`subagents.lua` runs model-authored one-off workflows in a restricted Lua -environment. +their structured result. `subagents.lua` may also define workflow-local agent +profiles inline, so a primary can create specialized workers without writing +profile files or restarting Panto; those profiles disappear when the tool call +ends. Panto extensions can use this API directly, while `subagents.lua` runs +model-authored one-off workflows in a restricted Lua environment. ## Development |
