Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: coinbase agentkit plugin for eliza #2298

Merged
merged 31 commits into from
Jan 17, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
1e986c8
I add files for plugin-agentkit
sweetmantech Jan 14, 2025
83f4d34
instructions added to gitignore.
sweetmantech Jan 14, 2025
116606e
I update package name.
sweetmantech Jan 14, 2025
3252d84
Merge pull request #5 from sweetmantech/sweets/agentkit
sweetmantech Jan 14, 2025
dfb7d11
I add updated files.
sweetmantech Jan 14, 2025
f2c2506
Merge branch 'main' of github.com:sweetmantech/eliza into sweets/fixes
sweetmantech Jan 14, 2025
3fd80d2
I add ENV requirements to prevent default Eliza bugs.
sweetmantech Jan 14, 2025
5ebeb11
rollback index
sweetmantech Jan 14, 2025
8aab8c0
simple agentkit import.
sweetmantech Jan 14, 2025
bf8d1cb
Merge pull request #6 from sweetmantech/sweets/fixes
sweetmantech Jan 14, 2025
e4ff9a3
I fix pnpm lockfile errors.
sweetmantech Jan 14, 2025
587c1df
Merge pull request #7 from sweetmantech/sweets/pnpm
sweetmantech Jan 14, 2025
6c6d0a4
I load existing wallet data for provider.
sweetmantech Jan 15, 2025
e3004f2
develop merge
sweetmantech Jan 15, 2025
e1b990d
remove dev logging
sweetmantech Jan 16, 2025
c93b317
Merge branch 'develop' into pr/2298
wtfsayo Jan 16, 2025
725f05f
Update pnpm-lock.yaml
wtfsayo Jan 16, 2025
cbef3d8
update .env.example and support non 'base-sepolia'
wtfsayo Jan 16, 2025
b8b6785
Update pnpm-lock.yaml
wtfsayo Jan 16, 2025
234be18
Merge branch 'develop' into main
wtfsayo Jan 16, 2025
aaa1e3c
Merge branch 'develop' into main
sweetmantech Jan 16, 2025
7cbe99f
Update package lock for smoke tests.
sweetmantech Jan 16, 2025
e95254f
Merge branch 'develop' into main
wtfsayo Jan 16, 2025
e080c83
I rollback changes to pnpm-lock file.
sweetmantech Jan 16, 2025
fe81ad4
Merge branch 'main' of github.com:sweetmantech/eliza
sweetmantech Jan 16, 2025
684a7fb
fixing smoke tests for pnpm missing
sweetmantech Jan 16, 2025
b7967b3
rollback changes to agent start file.
sweetmantech Jan 16, 2025
3b14ef3
I rollback changes to smoke test.
sweetmantech Jan 16, 2025
0715eb4
Merge branch 'develop' into main
sweetmantech Jan 16, 2025
56155d6
Merge branch 'develop' into pr/2298
wtfsayo Jan 17, 2025
57ebb77
Update pnpm-lock.yaml
wtfsayo Jan 17, 2025
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
Prev Previous commit
Next Next commit
I update package name.
  • Loading branch information
sweetmantech committed Jan 14, 2025
commit 116606ecca224735d576f67ba04101eca367a7a5
2 changes: 1 addition & 1 deletion packages/plugin-agentkit/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# @ai16z/plugin-agentkit
# @elizaos/plugin-agentkit

AgentKit plugin for Eliza that enables interaction with CDP AgentKit tools for NFT and token management.

Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-agentkit/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@ai16z/plugin-agentkit",
"name": "@elizaos/plugin-agentkit",
"version": "0.0.1",
"main": "dist/index.js",
"type": "module",
Expand Down