mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 04:41:25 +00:00
style: normalize acp translator import ordering
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
import { randomUUID } from "node:crypto";
|
||||||
import type {
|
import type {
|
||||||
Agent,
|
Agent,
|
||||||
AgentSideConnection,
|
AgentSideConnection,
|
||||||
@@ -19,7 +20,6 @@ import type {
|
|||||||
StopReason,
|
StopReason,
|
||||||
} from "@agentclientprotocol/sdk";
|
} from "@agentclientprotocol/sdk";
|
||||||
import { PROTOCOL_VERSION } from "@agentclientprotocol/sdk";
|
import { PROTOCOL_VERSION } from "@agentclientprotocol/sdk";
|
||||||
import { randomUUID } from "node:crypto";
|
|
||||||
import type { GatewayClient } from "../gateway/client.js";
|
import type { GatewayClient } from "../gateway/client.js";
|
||||||
import type { EventFrame } from "../gateway/protocol/index.js";
|
import type { EventFrame } from "../gateway/protocol/index.js";
|
||||||
import type { SessionsListResult } from "../gateway/session-utils.js";
|
import type { SessionsListResult } from "../gateway/session-utils.js";
|
||||||
|
|||||||
Reference in New Issue
Block a user