Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
murrlincoln authored Feb 8, 2025
1 parent be4fdd4 commit 473bf0e
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,17 +62,23 @@ AgentKit is [Coinbase Developer Platform's](https://docs.cdp.coinbase.com) frame
# Clone the repository
git clone https://github.com/coinbase/agentkit.git

# Navigate to the langchain-cdp-chatbot example
cd agentkit/typescript/examples/langchain-cdp-chatbot

# At this point, fill in your CDP API key name, private key, and OpenAI API key in
# the .env.example file.
# Then, rename the .env.example file to .env
mv .env.example .env
# Navigate to the root of the repo
cd agentkit

# Install dependencies
npm install

# Build the packages locally
npm run build

# Navigate to the langchain-cdp-chatbot example
cd typescript/examples/langchain-cdp-chatbot

# At this point, fill in your CDP API key name, private key, and OpenAI API key in
# the .env.local file.
# Then, rename the .env.local file to .env
mv .env.local .env

# Run the chatbot
npm run start
```
Expand Down

0 comments on commit 473bf0e

Please sign in to comment.