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
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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/
Expand All @@ -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/
```

Expand Down Expand Up @@ -307,7 +311,6 @@ AgentKit is proud to have support for the following protocols, frameworks, walle
<a href="https://ethereum.org" target="_blank"><img src="./assets/networks/ethereum.svg" width="100" height="auto" alt="Ethereum"></a>
<a href="https://solana.com" target="_blank"><img src="./assets/networks/solana.svg" width="100" height="auto" alt="Solana"></a>


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
Expand Down
2 changes: 0 additions & 2 deletions WISHLIST.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,13 @@ Currently aiming to support [all frameworks supported by Virtuals](https://white
- [ ] Claude MCP support
- [ ] GAME by Virtuals
- [ ] CrewAI
- [ ] AutoGen
- [ ] AutoGPT

### Additional Frameworks
- [ ] AISDK (Vercel) (in progress...)
- [ ] Mastra
- [ ] AgentForce
- [ ] AWS Multi-agent
- [ ] PydanticAI

## Infrastructure Improvements

Expand Down
Loading