fix: keep pi-ai tool types for published sdk

This commit is contained in:
Peter Steinberger
2026-01-01 17:01:56 +00:00
parent 3eb3f38adf
commit 956db9c182
8 changed files with 18 additions and 21 deletions

View File

@@ -1,6 +1,6 @@
import { type ChildProcessWithoutNullStreams, spawn } from "node:child_process";
import { randomUUID } from "node:crypto";
import type { AgentTool, AgentToolResult } from "@mariozechner/pi-agent-core";
import type { AgentTool, AgentToolResult } from "@mariozechner/pi-ai";
import { Type } from "@sinclair/typebox";
import {