summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index e985c18..6841ed9 100644
--- a/README.md
+++ b/README.md
@@ -142,8 +142,10 @@ starts model-authored workflows in a restricted environment and returns a
session-scoped workflow ID immediately. Work continues on Pantograph's event
loop; completion wakes the primary, and later calls can inspect field-read-only
records through `subagents.workflows[id]`, including named child status and
-outputs. Every `ctx:agent` needs a workflow-unique `name`, and the callback must
-return the workflow's string result.
+outputs. While one is live the extension emits balanced `background_work_start`
+and `background_work_end` events, allowing lifecycle integrations to remain
+busy across the primary turn boundary. Every `ctx:agent` needs a workflow-unique
+`name`, and the callback must return the workflow's string result.
The same read-only workflow records are exposed to other extensions as
`panto.ext.workflows`. Extensions can iterate this table or look up an ID; each