summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/README.md b/README.md
index 713ea60..73a3146 100644
--- a/README.md
+++ b/README.md
@@ -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