import type { AgentTool } from "@mariozechner/pi-agent-core";
export type AnyAgentTool = AgentTool<any, unknown>;
