Skip to content

Latest commit

 

History

History
51 lines (39 loc) · 2.96 KB

README.md

File metadata and controls

51 lines (39 loc) · 2.96 KB

CDP Agentkit.js

npm downloads GitHub star chart Open Issues

The Coinbase Developer Platform (CDP) Agentkit for Node.js simplifies bringing your AI Agents onchain. Every AI Agent deserves a crypto wallet!

Key Features

  • Framework-agnostic: Common AI Agent primitives that can be used with any AI framework.

  • LangChain.js integration: Seamless integration with LangChain.js for easy agentic workflows. More frameworks coming soon!

  • Support for various on-chain actions:

    • Faucet for testnet funds
    • Getting wallet details and balances
    • Transferring and trading tokens
    • Registering Basenames
    • Deploying ERC-20 tokens
    • Deploying ERC-721 tokens and minting NFTs
    • Buying and selling Zora Wow ERC-20 coins
    • Deploying tokens on Zora's Wow Launcher (Bonding Curve)

    Or add your own!

Examples

Check out cdp-langchain/examples for inspiration and help getting started!

  • Chatbot: Simple example of a Chatbot that can perform complex onchain interactions, using OpenAI.

Repository Structure

CDP Agentkit Node.js is organized as a monorepo that contains multiple packages.

@coinbase/cdp-agentkit-core

Core primitives and framework-agnostic tools that are meant to be composable and used via CDP Agentkit framework extensions (ie, cdp-langchain). See CDP Agentkit Core to get started!

@coinbase/cdp-langchain

LangChain.js Toolkit extension of CDP Agentkit. Enables agentic workflows to interact with onchain actions. See CDP LangChain to get started!

Contributing

CDP Agentkit welcomes community contributions. See CONTRIBUTING.md for more information.

Security and bug reports

The CDP Agentkit team takes security seriously. See SECURITY.md for more information.

Documentation