II.
ExtensionInterface overview
Reference · liveextension-interface:reactor
Reactor overview
Reactor
Attributes
interfaceVersion
1.0.0
description
Reactor
displayName
Reactor
concern
Event-driven reactions to external triggers (webhooks, schedules, channels).
surface
`on(eventKind, handler)`, `schedule(cron, handler)`,
`emit(event)`. Bridges hook surfaces to agent runs.
builtInDefault
Cron via host-OS scheduler; no in-process event bus.
notableImpls
Outgoing edges
None.
Incoming edges
implements1
- tool-server:anycli-tool-example·ToolServerAnyCLI Tool Example