/** * Execute subagent — focused task execution with write capabilities. * * This subagent is given a specific implementation task and uses both * read and write tools to complete it. It can modify files, run commands, * and perform actual development work within a constrained scope. */ import type { HarnessSubagent } from '@mastra/core/harness'; export declare const executeSubagent: HarnessSubagent; //# sourceMappingURL=execute.d.ts.map