chore: pin dependencies and use native TypeScript
This commit is contained in:
@@ -2,7 +2,7 @@ import type { AgentTool } from "@earendil-works/pi-agent-core";
|
||||
import { fauxAssistantMessage, fauxToolCall } from "@earendil-works/pi-ai";
|
||||
import { Type } from "typebox";
|
||||
import { afterEach, describe, expect, it } from "vitest";
|
||||
import { createHarness, type Harness } from "../harness.js";
|
||||
import { createHarness, type Harness } from "../harness.ts";
|
||||
|
||||
function createEchoTool(): AgentTool {
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user