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,6 +1,7 @@
import { type ChildProcessWithoutNullStreams, spawn } from "node:child_process";
import { randomUUID } from "node:crypto";
import type { AgentTool, AgentToolResult } from "@mariozechner/pi-ai";
import type { AgentTool, AgentToolResult } from "@mariozechner/pi-agent-core";
import { StringEnum } from "@mariozechner/pi-ai";
import { Type } from "@sinclair/typebox";
import {