fix: clean up pi-agent-core lint

This commit is contained in:
Peter Steinberger
2026-01-01 16:51:04 +00:00
parent dc8f2bda2a
commit c1d8508748
3 changed files with 5 additions and 3 deletions

View File

@@ -2,7 +2,7 @@ import crypto from "node:crypto";
import fs from "node:fs/promises";
import type { AgentTool, AgentToolResult } from "@mariozechner/pi-agent-core";
import { type TSchema, Type } from "@sinclair/typebox";
import { Type } from "@sinclair/typebox";
import {
browserCloseTab,
browserFocusTab,