Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions typescript/.changeset/breezy-badgers-marry.md

This file was deleted.

5 changes: 0 additions & 5 deletions typescript/.changeset/chubby-squids-cover.md

This file was deleted.

2 changes: 1 addition & 1 deletion typescript/.changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": ["@coinbase/*-example", "mcp"],
"ignore": ["@coinbase/*-example", "mcp", "next-template"],
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
"onlyUpdatePeerDependentsWhenOutOfRange": true
}
Expand Down
5 changes: 0 additions & 5 deletions typescript/.changeset/famous-pugs-divide.md

This file was deleted.

5 changes: 0 additions & 5 deletions typescript/.changeset/slick-points-smile.md

This file was deleted.

10 changes: 10 additions & 0 deletions typescript/agentkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# AgentKit Changelog

## 0.4.0

### Minor Changes

- [#513](https://github.com/coinbase/agentkit/pull/513) [`e826563`](https://github.com/coinbase/agentkit/commit/e826563297aeda2ecfdb7d600ea5ed3711a62eff) Thanks [@stat](https://github.com/stat)! - Added defillama action provider for find protocol, get protocol, and get token price

### Patch Changes

- [#573](https://github.com/coinbase/agentkit/pull/573) [`81b35a2`](https://github.com/coinbase/agentkit/commit/81b35a23916b2c344972fd1bcb0cbb85d01b2cbd) Thanks [@John-peterson-coinbase](https://github.com/John-peterson-coinbase)! - Fixed bug in Morpho action provider to allow depositing ERC20 tokens of variable decimal precision

## 0.3.0

### Minor Changes
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.3.0",
"version": "0.4.0",
"author": "Coinbase Inc.",
"license": "Apache-2.0",
"main": "dist/index.js",
Expand Down
10 changes: 10 additions & 0 deletions typescript/create-onchain-agent/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Coinbase Create Onchain Agent Changelog

## 0.2.0

### Minor Changes

- [#569](https://github.com/coinbase/agentkit/pull/569) [`dea911e`](https://github.com/coinbase/agentkit/commit/dea911e384a702b1c2b26dde66b1f3213683e603) Thanks [@0xRAG](https://github.com/0xRAG)! - Added option to generate MCP Server project

### Patch Changes

- [#548](https://github.com/coinbase/agentkit/pull/548) [`281e81a`](https://github.com/coinbase/agentkit/commit/281e81a46f3148531b1ba13096cbd9b6fcddb7b0) Thanks [@CarsonRoscoe](https://github.com/CarsonRoscoe)! - Added multi framework support

## 0.1.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion typescript/create-onchain-agent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "create-onchain-agent",
"description": "Instantly create onchain-agent applications with Coinbase AgentKit.",
"repository": "https://github.com/coinbase/agentkit",
"version": "0.1.6",
"version": "0.2.0",
"author": "Coinbase Inc.",
"license": "Apache-2.0",
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\""
},
"dependencies": {
"@coinbase/agentkit": "^0.3.0",
"@coinbase/agentkit": "^0.4.0",
"@coinbase/agentkit-model-context-protocol": "^0.2.0",
"@modelcontextprotocol/sdk": "^1.6.1",
"@solana/web3.js": "^1.98.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@ai-sdk/openai": "^1.2.1",
"@coinbase/agentkit": "^0.3.0",
"@coinbase/agentkit": "^0.4.0",
"@coinbase/agentkit-langchain": "^0.3.0",
"@coinbase/agentkit-vercel-ai-sdk": "^0.1.0",
"@langchain/core": "^0.3.19",
Expand Down
2 changes: 1 addition & 1 deletion typescript/examples/langchain-cdp-chatbot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"format:check": "prettier -c .prettierrc --check \"**/*.{ts,js,cjs,json,md}\""
},
"dependencies": {
"@coinbase/agentkit": "^0.3.0",
"@coinbase/agentkit": "^0.4.0",
"@coinbase/agentkit-langchain": "^0.3.0",
"@langchain/langgraph": "^0.2.21",
"@langchain/openai": "^0.3.14",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"format:check": "prettier -c .prettierrc --check \"**/*.{ts,js,cjs,json,md}\""
},
"dependencies": {
"@coinbase/agentkit": "^0.3.0",
"@coinbase/agentkit": "^0.4.0",
"@coinbase/agentkit-langchain": "^0.3.0",
"@langchain/core": "0.3.30",
"@langchain/langgraph": "^0.2.39",
Expand Down
2 changes: 1 addition & 1 deletion typescript/examples/langchain-privy-chatbot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"format-check": "prettier -c .prettierrc --check \"**/*.{ts,js,cjs,json,md}\""
},
"dependencies": {
"@coinbase/agentkit": "^0.3.0",
"@coinbase/agentkit": "^0.4.0",
"@coinbase/agentkit-langchain": "^0.3.0",
"@langchain/langgraph": "^0.2.21",
"@langchain/openai": "^0.3.14",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"format:check": "prettier -c .prettierrc --check \"**/*.{ts,js,cjs,json,md}\""
},
"dependencies": {
"@coinbase/agentkit": "^0.3.0",
"@coinbase/agentkit": "^0.4.0",
"@coinbase/agentkit-langchain": "^0.3.0",
"@langchain/langgraph": "^0.2.21",
"@langchain/openai": "^0.3.14",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"format:check": "prettier -c .prettierrc --check \"**/*.{ts,js,cjs,json,md}\""
},
"dependencies": {
"@coinbase/agentkit": "^0.3.0",
"@coinbase/agentkit": "^0.4.0",
"@coinbase/agentkit-langchain": "^0.3.0",
"@langchain/langgraph": "^0.2.21",
"@langchain/openai": "^0.3.14",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"format:check": "prettier -c .prettierrc --check \"**/*.{ts,js,cjs,json,md}\""
},
"dependencies": {
"@coinbase/agentkit": "^0.3.0",
"@coinbase/agentkit": "^0.4.0",
"@coinbase/agentkit-langchain": "^0.3.0",
"@langchain/langgraph": "^0.2.21",
"@langchain/openai": "^0.3.14",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"dependencies": {
"@ai-sdk/openai": "^1.1.9",
"@coinbase/agentkit": "^0.3.0",
"@coinbase/agentkit": "^0.4.0",
"@coinbase/agentkit-vercel-ai-sdk": "^0.1.0",
"ai": "^4.1.16",
"dotenv": "^16.4.5",
Expand Down
2 changes: 1 addition & 1 deletion typescript/framework-extensions/langchain/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"zod": "^3.22.4"
},
"devDependencies": {
"@coinbase/agentkit": "^0.3.0"
"@coinbase/agentkit": "^0.4.0"
},
"peerDependencies": {
"@coinbase/agentkit": ">=0.1.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"zod-to-json-schema": "^3.24.3"
},
"devDependencies": {
"@coinbase/agentkit": "^0.3.0"
"@coinbase/agentkit": "^0.4.0"
},
"peerDependencies": {
"@coinbase/agentkit": ">=0.1.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"zod": "^3.22.4"
},
"devDependencies": {
"@coinbase/agentkit": "0.3.0"
"@coinbase/agentkit": "0.4.0"
},
"peerDependencies": {
"@coinbase/agentkit": ">=0.1.0",
Expand Down
Loading