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 diff --git a/WISHLIST.md b/WISHLIST.md index a92381231..419142d91 100644 --- a/WISHLIST.md +++ b/WISHLIST.md @@ -61,7 +61,6 @@ Currently aiming to support [all frameworks supported by Virtuals](https://white - [ ] Claude MCP support - [ ] GAME by Virtuals - [ ] CrewAI -- [ ] AutoGen - [ ] AutoGPT ### Additional Frameworks @@ -69,7 +68,6 @@ Currently aiming to support [all frameworks supported by Virtuals](https://white - [ ] Mastra - [ ] AgentForce - [ ] AWS Multi-agent -- [ ] PydanticAI ## Infrastructure Improvements