Skip to main content

Module hook

Module hook 

Source
Expand description

RuntimeHook โ€” the embeddable engine hook.

RuntimeHook composes skill, MCP, OS, and memory sub-hooks. It implements wcore::Hook and provides the central dispatch_tool entry point. Server- specific tools (ask_user, delegate) are routed through the RuntimeBridge.

Structsยง

AgentScope
Per-agent scope for dispatch enforcement. Empty vecs = unrestricted.
RuntimeHook