Skip to content

Commit eaea76a

Browse files
committed
clean up
1 parent d664cb2 commit eaea76a

File tree

1 file changed

+2
-2
lines changed
  • typescript-sdk/packages/client/src/agent

1 file changed

+2
-2
lines changed

typescript-sdk/packages/client/src/agent/agent.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ import { Message, State, RunAgentInput, BaseEvent } from "@ag-ui/core";
44
import { AgentConfig, RunAgentParameters } from "./types";
55
import { v4 as uuidv4 } from "uuid";
66
import { structuredClone_ } from "@/utils";
7-
import { catchError, map, tap, mergeMap } from "rxjs/operators";
7+
import { catchError, map, tap } from "rxjs/operators";
88
import { finalize } from "rxjs/operators";
9-
import { pipe, Observable, from, of, EMPTY } from "rxjs";
9+
import { pipe, Observable, from, of } from "rxjs";
1010
import { verifyEvents } from "@/verify";
1111
import { convertToLegacyEvents } from "@/legacy/convert";
1212
import { LegacyRuntimeProtocolEvent } from "@/legacy/types";

0 commit comments

Comments
 (0)