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,4 +1,4 @@
import type { AgentTool, AgentToolResult } from "@mariozechner/pi-ai";
import type { AgentTool, AgentToolResult } from "@mariozechner/pi-agent-core";
import { codingTools, readTool } from "@mariozechner/pi-coding-agent";
import { Type } from "@sinclair/typebox";