style: normalize acp translator import ordering

This commit is contained in:
Peter Steinberger
2026-02-19 13:54:40 +00:00
parent 7a89049d1d
commit 19348050be

View File

@@ -1,3 +1,4 @@
import { randomUUID } from "node:crypto";
import type {
Agent,
AgentSideConnection,
@@ -19,7 +20,6 @@ import type {
StopReason,
} from "@agentclientprotocol/sdk";
import { PROTOCOL_VERSION } from "@agentclientprotocol/sdk";
import { randomUUID } from "node:crypto";
import type { GatewayClient } from "../gateway/client.js";
import type { EventFrame } from "../gateway/protocol/index.js";
import type { SessionsListResult } from "../gateway/session-utils.js";