tasks: add detached runtime plugin registration contract (#68915)

* tasks: register detached runtime plugins

* tasks: harden detached runtime ownership

* tasks: extract detached runtime contract types

* changelog: note detached runtime contract

* changelog: attribute detached runtime contract
This commit is contained in:
Mariano
2026-04-19 13:13:11 +02:00
committed by GitHub
parent c67a9c5259
commit bd3ad3436e
19 changed files with 759 additions and 49 deletions

View File

@@ -41,6 +41,7 @@ export function createTestPluginApi(api: TestPluginApiInput = {}): OpenClawPlugi
registerContextEngine() {},
registerCompactionProvider() {},
registerAgentHarness() {},
registerDetachedTaskRuntime() {},
registerMemoryCapability() {},
registerMemoryPromptSection() {},
registerMemoryPromptSupplement() {},