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, fauxThinking, 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 normalizeEventOrder(events: Harness["events"]): string[] {
|
||||
const normalized: string[] = [];
|
||||
|
||||
Reference in New Issue
Block a user