Format runtime cleanup follow-up

This commit is contained in:
ejclaw
2026-04-08 01:07:34 +09:00
parent 8e8c771ab1
commit a90159e5d4
5 changed files with 16 additions and 21 deletions

View File

@@ -9,10 +9,7 @@ import {
import { getErrorMessage } from './utils.js';
import { ASSISTANT_NAME, SCHEDULER_POLL_INTERVAL, TIMEZONE } from './config.js';
import {
AgentOutput,
runAgentProcess,
} from './agent-runner.js';
import { AgentOutput, runAgentProcess } from './agent-runner.js';
import {
getAllTasks,
deleteTask,