7 lines
288 B
TypeScript
7 lines
288 B
TypeScript
/**
|
|
* Pretrain Hook - Analyze repository and bootstrap intelligence
|
|
* Swarm-distributed when available, falls back to sequential
|
|
*/
|
|
import type { ToolDefinition } from '../../types/index.js';
|
|
export declare const hookPretrainTool: ToolDefinition;
|
|
//# sourceMappingURL=pretrain.d.ts.map
|