import type { ToolDefinition } from "@/types"; /** * Builds the create_permanent_agent tool to create or update permanent agents. * Expects: agent name + system prompt are provided; workspaceDir stays within the owner user's home. */ export declare function permanentAgentToolBuild(): ToolDefinition; //# sourceMappingURL=permanentAgentToolBuild.d.ts.map