Skip to main content

Coinbase AgentKit LangChain extension

Project description

AgentKit LangChain Extension

LangChain extension of AgentKit. Enables agentic workflows to interact with onchain actions.

Setup

Prerequisites

Installation

pip install coinbase-agentkit coinbase-agentkit-langchain

Environment Setup

Set the following environment variables:

export OPENAI_API_KEY=<your-openai-api-key>
export CDP_API_KEY_NAME=<your-cdp-api-key-name>
export CDP_API_KEY_PRIVATE=<your-cdp-api-key-private>

Usage

Basic Setup

from coinbase_agentkit import AgentKit
from coinbase_agentkit_langchain import get_langchain_tools

agentKit = AgentKit()

tools = get_langchain_tools(agentKit)

llm = ChatOpenAI(model="gpt-4o-mini")

agent = create_react_agent(
    llm=llm,
    tools=tools,
)

For AgentKit configuration options, see the Coinbase Agentkit README.

For a full example, see the chatbot example.

Contributing

See CONTRIBUTING.md for detailed setup instructions and contribution guidelines.

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

File details

Details for the file coinbase_agentkit_langchain-0.1.0.dev20250221202502211.tar.gz.

File metadata

File hashes

Hashes for coinbase_agentkit_langchain-0.1.0.dev20250221202502211.tar.gz
Algorithm Hash digest
SHA256 93afb554269260bfa674dd7fad23a070f17a6fdf054cdedc861646dc994c6019
MD5 b6e269120930f1dcc99906fd12839d3a
BLAKE2b-256 cb0c4285e954bcdea4aea729724ab6942adbac3ac0b0b2c30155d8d7015d1194

See more details on using hashes here.

File details

Details for the file coinbase_agentkit_langchain-0.1.0.dev20250221202502211-py3-none-any.whl.

File metadata

File hashes

Hashes for coinbase_agentkit_langchain-0.1.0.dev20250221202502211-py3-none-any.whl
Algorithm Hash digest
SHA256 bec31a60a7db0b843ea95a12552a9fd8e9156dd0c8de451bc3eb353aaaee5d02
MD5 bd263c94ad9d31ce8462f54ffd9b7c1b
BLAKE2b-256 1310f25ede17834bdc2d6047aaf5260e1bd88e592bd780a5e61e8e7478fb419a

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page