From 3c60416d825312b686bc9a4bb7dda187793ec45b Mon Sep 17 00:00:00 2001 From: ilevk Date: Wed, 29 Oct 2025 21:40:40 +0900 Subject: [PATCH 1/3] docs: remove already implemented items from wish list --- WISHLIST.md | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/WISHLIST.md b/WISHLIST.md index a92381231..a8c2ea958 100644 --- a/WISHLIST.md +++ b/WISHLIST.md @@ -5,10 +5,12 @@ Below is a list of actions and frameworks we'd love to see open-source contribut ## DeFi Actions ### Lending & Borrowing + - [ ] Aave integration - [ ] Hyperbolic actions ### Liquidity & Staking + - [ ] Aerodrome veAERO lock - [ ] Aerodrome liquidity pool voting - [ ] Stake/restake with Lido/Ether.fi @@ -16,21 +18,25 @@ Below is a list of actions and frameworks we'd love to see open-source contribut - [ ] Pendle interactions (LP, PT, YT) ### Trading & Data + - [ ] Uniswap integrations (particularly swaps on testnet) - [ ] Data from DexScreener/DefiLlama - [ ] Pond model integrations ## NFT & Digital Assets + - [ ] Integrations with OpenSea - [ ] MagicEden create collection - [ ] Generate image, deploy NFT collection E2E ## Cross-Chain & Infrastructure + - [ ] Bridge - [ ] Hyperlane cross-chain transfers - [ ] Interact with smart wallet/spend permissions ## Social & Communication + - [ ] Bountycaster post bounty - [ ] Agent communication (potentially via XMTP) - [ ] Farcaster improvements: @@ -39,7 +45,9 @@ Below is a list of actions and frameworks we'd love to see open-source contribut - [ ] Get feed context (previous casts) ## Other Networks + Since we support any network by bringing your own RPC, we'd love to have network-specific actions beyond Base. The most important actions are: + - Swap - Borrow/lend - Staking @@ -47,7 +55,9 @@ Since we support any network by bringing your own RPC, we'd love to have network - LP Management ## Wallet Provider Support + We support any wallet that can be connected via the EIP-1193 standard: + - [ ] Turnkey - [ ] Privy Server Wallets - [ ] Privy Embedded Wallets (this would be better for a demo-app with a frontend component since you need that for signing) @@ -55,29 +65,32 @@ We support any wallet that can be connected via the EIP-1193 standard: - [ ] Solana wallets ## AI Framework Support + Currently aiming to support [all frameworks supported by Virtuals](https://whitepaper.virtuals.io/developer-documents/release-notes/terminal-api#supported-frameworks): ### Core AI Frameworks + - [ ] Claude MCP support - [ ] GAME by Virtuals - [ ] CrewAI -- [ ] AutoGen - [ ] AutoGPT ### Additional Frameworks + - [ ] AISDK (Vercel) (in progress...) - [ ] Mastra - [ ] AgentForce - [ ] AWS Multi-agent -- [ ] PydanticAI ## Infrastructure Improvements ### Wallet Integration + - [ ] Integrate with any wallet provider following the EIP-1193 standard - [ ] Connect to a user-facing EOA wallet - [ ] Spend permissions/session keys for agent-controlled smart wallets ### Project Ideas + - [ ] Integrate with commerce rails for agent payments - [ ] Integrate with XMTP for inter-agent communication From 8370f089440d594e8c14b9f28fbfd013e79fd152 Mon Sep 17 00:00:00 2001 From: ilevk Date: Wed, 29 Oct 2025 21:49:26 +0900 Subject: [PATCH 2/3] docs: update README for improved clarity and framework extensions --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d00020f08..0e39ca4a0 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ - [🤝 Contributing](#-contributing) - [📜 Documentation](#-documentation) - [🌙 Nightly Builds](#-nightly-builds) -- [🚨 Security and bug reports](#-security-and-bug-reports) +- [🚨 Security and Bug Reports](#-security-and-bug-reports) - [📧 Contact](#-contact) - [🔗 Supported Wallets, Protocols, and Frameworks](#-supported-wallets-protocols-and-frameworks) - [📝 License](#-license) @@ -172,10 +172,13 @@ agentkit/ │ │ └── viem/ │ ├── create-onchain-agent/ │ ├── framework-extensions/ +│ │ ├── autogen/ │ │ ├── langchain/ │ │ ├── openai-agents-sdk/ +│ │ ├── pydantic-ai/ │ │ └── strands-agents/ │ └── examples/ +│ ├── autogen-cdp-chatbot/ │ ├── langchain-cdp-chatbot/ │ ├── langchain-cdp-smart-wallet-chatbot/ │ ├── langchain-cdp-solana-chatbot/ @@ -185,6 +188,7 @@ agentkit/ │ ├── openai-agents-sdk-cdp-chatbot/ │ ├── openai-agents-sdk-cdp-voice-chatbot/ │ ├── openai-agents-sdk-smart-wallet-chatbot/ +│ ├── pydantic-ai-cdp-chatbot/ │ └── strands-agents-cdp-server-chatbot/ ``` @@ -307,7 +311,6 @@ AgentKit is proud to have support for the following protocols, frameworks, walle Ethereum Solana - Note: We support all EVM and SVM networks, with deep protocol support for the above networks. Please don't hesitate to make contributions to add more support for your preferred networks. ## 📝 License From 80c9a4cc823d8392a55120ba39cf7174eb255340 Mon Sep 17 00:00:00 2001 From: ilevk Date: Wed, 29 Oct 2025 21:54:46 +0900 Subject: [PATCH 3/3] docs: rollback adding newline --- WISHLIST.md | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/WISHLIST.md b/WISHLIST.md index a8c2ea958..419142d91 100644 --- a/WISHLIST.md +++ b/WISHLIST.md @@ -5,12 +5,10 @@ Below is a list of actions and frameworks we'd love to see open-source contribut ## DeFi Actions ### Lending & Borrowing - - [ ] Aave integration - [ ] Hyperbolic actions ### Liquidity & Staking - - [ ] Aerodrome veAERO lock - [ ] Aerodrome liquidity pool voting - [ ] Stake/restake with Lido/Ether.fi @@ -18,25 +16,21 @@ Below is a list of actions and frameworks we'd love to see open-source contribut - [ ] Pendle interactions (LP, PT, YT) ### Trading & Data - - [ ] Uniswap integrations (particularly swaps on testnet) - [ ] Data from DexScreener/DefiLlama - [ ] Pond model integrations ## NFT & Digital Assets - - [ ] Integrations with OpenSea - [ ] MagicEden create collection - [ ] Generate image, deploy NFT collection E2E ## Cross-Chain & Infrastructure - - [ ] Bridge - [ ] Hyperlane cross-chain transfers - [ ] Interact with smart wallet/spend permissions ## Social & Communication - - [ ] Bountycaster post bounty - [ ] Agent communication (potentially via XMTP) - [ ] Farcaster improvements: @@ -45,9 +39,7 @@ Below is a list of actions and frameworks we'd love to see open-source contribut - [ ] Get feed context (previous casts) ## Other Networks - Since we support any network by bringing your own RPC, we'd love to have network-specific actions beyond Base. The most important actions are: - - Swap - Borrow/lend - Staking @@ -55,9 +47,7 @@ Since we support any network by bringing your own RPC, we'd love to have network - LP Management ## Wallet Provider Support - We support any wallet that can be connected via the EIP-1193 standard: - - [ ] Turnkey - [ ] Privy Server Wallets - [ ] Privy Embedded Wallets (this would be better for a demo-app with a frontend component since you need that for signing) @@ -65,18 +55,15 @@ We support any wallet that can be connected via the EIP-1193 standard: - [ ] Solana wallets ## AI Framework Support - Currently aiming to support [all frameworks supported by Virtuals](https://whitepaper.virtuals.io/developer-documents/release-notes/terminal-api#supported-frameworks): ### Core AI Frameworks - - [ ] Claude MCP support - [ ] GAME by Virtuals - [ ] CrewAI - [ ] AutoGPT ### Additional Frameworks - - [ ] AISDK (Vercel) (in progress...) - [ ] Mastra - [ ] AgentForce @@ -85,12 +72,10 @@ Currently aiming to support [all frameworks supported by Virtuals](https://white ## Infrastructure Improvements ### Wallet Integration - - [ ] Integrate with any wallet provider following the EIP-1193 standard - [ ] Connect to a user-facing EOA wallet - [ ] Spend permissions/session keys for agent-controlled smart wallets ### Project Ideas - - [ ] Integrate with commerce rails for agent payments - [ ] Integrate with XMTP for inter-agent communication