Skip to content

Commit

Permalink
cleaning up imports
Browse files Browse the repository at this point in the history
  • Loading branch information
stat committed Jan 9, 2025
1 parent fb9dc7a commit 935a4f4
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions cdp-langchain/examples/wallet/wallet.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
import { CdpAgentkit } from "@coinbase/cdp-agentkit-core";
import { CdpToolkit } from "@coinbase/cdp-langchain";
import { HumanMessage } from "@langchain/core/messages";
import { MemorySaver } from "@langchain/langgraph";
import { createReactAgent } from "@langchain/langgraph/prebuilt";
import { ChatOpenAI } from "@langchain/openai";
import * as dotenv from "dotenv";
import * as fs from "fs";
import * as readline from "readline";

dotenv.config();

Expand Down

0 comments on commit 935a4f4

Please sign in to comment.