/** * Adds persistent subagent tools for spawning and managing child agents. */ import type { ExtensionAPI } from "@earendil-works/pi-coding-agent"; export { SUBAGENT_CODEX_TOOL_NAMES } from "./metadata.js"; export { CODEX_SUBAGENT_NOTIFICATION_CUSTOM_TYPE, CODEX_SUBAGENT_TOOL_NAMES, SUBAGENT_CHILD_ENV, SUBAGENT_NOTIFICATION_CUSTOM_TYPE, SUBAGENT_TOOL_NAMES, registerCodexSubagentTools, } from "./subagents/index.js"; export interface SubagentsOptions { } export declare function registerSubagentsExtension(pi: ExtensionAPI, _options?: SubagentsOptions): void; export default registerSubagentsExtension; //# sourceMappingURL=index.d.ts.map