7 lines
292 B
TypeScript
7 lines
292 B
TypeScript
/**
|
|
* Build Agents Hook - Generate optimized agent configurations
|
|
* Creates YAML agent definitions based on pretrain analysis
|
|
*/
|
|
import type { ToolDefinition } from '../../types/index.js';
|
|
export declare const hookBuildAgentsTool: ToolDefinition;
|
|
//# sourceMappingURL=build-agents.d.ts.map
|