fix: rename pi-agent to pi-agent-core (npm deprecation issue)

This commit is contained in:
Mario Zechner 2025-11-21 22:20:00 +01:00
parent 56450a4f19
commit e1856daf57
16 changed files with 37 additions and 53 deletions

View file

@ -1,4 +1,4 @@
import { Agent, ProviderTransport, type ThinkingLevel } from "@mariozechner/pi-agent";
import { Agent, ProviderTransport, type ThinkingLevel } from "@mariozechner/pi-agent-core";
import type { Api, KnownProvider, Model } from "@mariozechner/pi-ai";
import { ProcessTerminal, TUI } from "@mariozechner/pi-tui";
import chalk from "chalk";