Remove unused AgentState import from session-manager.ts

This commit is contained in:
Mario Zechner 2025-12-22 02:43:56 +01:00
parent 0faadfcd00
commit 974c8f57e5

View file

@ -1,4 +1,4 @@
import type { AgentState, AppMessage } from "@mariozechner/pi-agent-core";
import type { AppMessage } from "@mariozechner/pi-agent-core";
import { randomBytes } from "crypto";
import { appendFileSync, existsSync, mkdirSync, readdirSync, readFileSync, statSync } from "fs";
import { join, resolve } from "path";