fix: update pi-agent-core integration

This commit is contained in:
Peter Steinberger
2026-01-01 16:46:40 +00:00
parent 4e00edf8a7
commit f0f5acfa42
8 changed files with 23 additions and 22 deletions

View File

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