mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-14 18:51:04 +00:00
8 lines
260 B
TypeScript
8 lines
260 B
TypeScript
// Subagent hooks live behind a dedicated barrel so the bundled entry can lazy
|
|
// load only the handlers it needs.
|
|
export {
|
|
handleDiscordSubagentDeliveryTarget,
|
|
handleDiscordSubagentEnded,
|
|
handleDiscordSubagentSpawning,
|
|
} from "./src/subagent-hooks.js";
|