mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-30 04:36:04 +00:00
feat(agents): use structured internal completion events
This commit is contained in:
@@ -274,6 +274,8 @@ Unknown frame types are preserved as raw payloads for forward compatibility.
|
||||
- The top-level `GatewayFrame` uses a **discriminator** on `type`.
|
||||
- Methods with side effects usually require an `idempotencyKey` in params
|
||||
(example: `send`, `poll`, `agent`, `chat.send`).
|
||||
- `agent` accepts optional `internalEvents` for runtime-generated orchestration context
|
||||
(for example subagent/cron task completion handoff); treat this as internal API surface.
|
||||
|
||||
## Live schema JSON
|
||||
|
||||
|
||||
Reference in New Issue
Block a user