From a79e14295dd7a2d5bd92e41cbdeeb4b9da18f5ae Mon Sep 17 00:00:00 2001 From: ulsreall Date: Sat, 6 Jun 2026 12:40:31 +0800 Subject: [PATCH] Add Web3 Agent Kit to Blockchain & Web3 section MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adding Web3 Agent Kit — an open-source Python SDK for building autonomous blockchain AI agents. Features 565 tests, 25+ modules, 7+ chains, and LLM integration with provider cascade. Published on PyPI. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 5d198f3e93..c1a505531b 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,7 @@ An opinionated guide to the best Python frameworks, libraries, tools, and resour - [Geolocation](#geolocation) - [Science](#science) - [Quantum Computing](#quantum-computing) +- [Blockchain & Web3](#blockchain--web3) **Developer Tools** @@ -582,6 +583,12 @@ _Libraries for quantum computing._ - [qiskit](https://github.com/Qiskit/qiskit) — An IBM-backed quantum SDK for building, simulating, and running circuits on real quantum hardware. - [qutip](https://github.com/qutip/qutip) - Quantum Toolbox in Python. +### Blockchain & Web3 + +_Libraries for blockchain development, Web3 integration, and decentralized applications._ + +- [web3-agent-kit](https://github.com/ulsreall/web3-agent-kit) - Open-source Python SDK for building autonomous blockchain AI agents. 565 tests, 25+ modules, 7+ chains, LLM integration. [PyPI](https://pypi.org/project/web3-agent-kit/) + **Developer Tools** ### Algorithms and Design Patterns