Skip to content

Commit

Permalink
chore: bump @coinbase/agentkit and @coinbase/agentkit-langchain
Browse files Browse the repository at this point in the history
  • Loading branch information
0xRAG committed Feb 19, 2025
1 parent 4951e8c commit 2d6ad5a
Show file tree
Hide file tree
Showing 9 changed files with 104 additions and 78 deletions.
146 changes: 83 additions & 63 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 8 additions & 2 deletions typescript/agentkit/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,17 @@

## Unreleased

- Added `get_balance` to `splActionProvider`
- Added support for Privy Server Wallets on Solana.
## [0.3.0] - 2025-02-18

### Added

- Added `get_balance` to `splActionProvider` to fetch balance of an SPL token.
- Added support for Privy Server Wallets on Solana. See [here](https://github.com/coinbase/agentkit/blob/main/typescript/agentkit/README.md#privywalletprovider-solana) for more details.

## [0.2.0] - 2025-02-15

### Added

- Added gas configuration parameters (`gasLimitMultiplier`, `feePerGasMultiplier`) to `CdpWalletProvider` and `ViemWalletProvider`.
- Added `svmWalletProvider` with `solanaKeypairWalletProvider` implementation to create a Solana wallet with a local keypair.
- Added SPL action provider with `transfer` action.
Expand Down
2 changes: 1 addition & 1 deletion typescript/agentkit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@coinbase/agentkit",
"description": "Coinbase AgentKit core primitives",
"repository": "https://github.com/coinbase/agentkit",
"version": "0.2.0",
"version": "0.3.0",
"author": "Coinbase Inc.",
"license": "Apache-2.0",
"main": "dist/index.js",
Expand Down
4 changes: 2 additions & 2 deletions typescript/examples/langchain-cdp-chatbot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"format:check": "prettier -c .prettierrc --check \"**/*.{ts,js,cjs,json,md}\""
},
"dependencies": {
"@coinbase/agentkit": "^0.2.0",
"@coinbase/agentkit-langchain": "^0.2.0",
"@coinbase/agentkit": "^0.3.0",
"@coinbase/agentkit-langchain": "^0.3.0",
"@langchain/langgraph": "^0.2.21",
"@langchain/openai": "^0.3.14",
"@langchain/core": "^0.3.19",
Expand Down
4 changes: 2 additions & 2 deletions typescript/examples/langchain-farcaster-chatbot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"format:check": "prettier -c .prettierrc --check \"**/*.{ts,js,cjs,json,md}\""
},
"dependencies": {
"@coinbase/agentkit": "^0.2.0",
"@coinbase/agentkit-langchain": "^0.2.0",
"@coinbase/agentkit": "^0.3.0",
"@coinbase/agentkit-langchain": "^0.3.0",
"@langchain/core": "0.3.30",
"@langchain/langgraph": "^0.2.39",
"@langchain/openai": "^0.3.16",
Expand Down
4 changes: 2 additions & 2 deletions typescript/examples/langchain-privy-chatbot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"format-check": "prettier -c .prettierrc --check \"**/*.{ts,js,cjs,json,md}\""
},
"dependencies": {
"@coinbase/agentkit": "^0.2.0",
"@coinbase/agentkit-langchain": "^0.2.0",
"@coinbase/agentkit": "^0.3.0",
"@coinbase/agentkit-langchain": "^0.3.0",
"@langchain/langgraph": "^0.2.21",
"@langchain/openai": "^0.3.14",
"@langchain/core": "^0.3.19",
Expand Down
4 changes: 2 additions & 2 deletions typescript/examples/langchain-solana-chatbot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"format:check": "prettier -c .prettierrc --check \"**/*.{ts,js,cjs,json,md}\""
},
"dependencies": {
"@coinbase/agentkit": "^0.2.0",
"@coinbase/agentkit-langchain": "^0.2.0",
"@coinbase/agentkit": "^0.3.0",
"@coinbase/agentkit-langchain": "^0.3.0",
"@langchain/langgraph": "^0.2.21",
"@langchain/openai": "^0.3.14",
"@langchain/core": "^0.3.19",
Expand Down
4 changes: 2 additions & 2 deletions typescript/examples/langchain-twitter-chatbot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"format:check": "prettier -c .prettierrc --check \"**/*.{ts,js,cjs,json,md}\""
},
"dependencies": {
"@coinbase/agentkit": "^0.2.0",
"@coinbase/agentkit-langchain": "^0.1.0",
"@coinbase/agentkit": "^0.3.0",
"@coinbase/agentkit-langchain": "^0.3.0",
"@langchain/langgraph": "^0.2.21",
"@langchain/openai": "^0.3.14",
"@langchain/core": "^0.3.19",
Expand Down
4 changes: 2 additions & 2 deletions typescript/framework-extensions/langchain/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coinbase/agentkit-langchain",
"version": "0.2.0",
"version": "0.3.0",
"description": "Langchain Toolkit extension of CDP Agentkit",
"repository": "https://github.com/coinbase/agentkit",
"author": "Coinbase Inc.",
Expand Down Expand Up @@ -40,7 +40,7 @@
"langchain"
],
"dependencies": {
"@coinbase/agentkit": "^0.2.0",
"@coinbase/agentkit": "^0.3.0",
"@coinbase/coinbase-sdk": "^0.15.0",
"@langchain/core": "^0.3.19",
"zod": "^3.22.4"
Expand Down

0 comments on commit 2d6ad5a

Please sign in to comment.