From d3833eb20d7edbd56a3168272c998d295c5e695a Mon Sep 17 00:00:00 2001 From: Eyejoker Date: Mon, 23 Mar 2026 07:31:26 +0900 Subject: [PATCH] style: format agent runner imports --- src/agent-runner.ts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/agent-runner.ts b/src/agent-runner.ts index d5ea6e2..12aa156 100644 --- a/src/agent-runner.ts +++ b/src/agent-runner.ts @@ -6,7 +6,11 @@ import { ChildProcess, spawn } from 'child_process'; import fs from 'fs'; import path from 'path'; -import { AGENT_MAX_OUTPUT_SIZE, AGENT_TIMEOUT, IDLE_TIMEOUT } from './config.js'; +import { + AGENT_MAX_OUTPUT_SIZE, + AGENT_TIMEOUT, + IDLE_TIMEOUT, +} from './config.js'; import { prepareGroupEnvironment } from './agent-runner-environment.js'; export { type AvailableGroup,