Pre-release
This release is a pre-release and may not be stable for production use.
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.
Release files for coinbase-agentkit-langchain 0.1.0.dev202502210
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| coinbase_agentkit_langchain-0.1.0.dev202502210.tar.gz | 2.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| coinbase_agentkit_langchain-0.1.0.dev202502210-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 4.9 kB
Release files / coinbase_agentkit_langchain-0.1.0.dev202502210.tar.gz
| Download URL | coinbase_agentkit_langchain-0.1.0.dev202502210.tar.gz |
|---|---|
| Size | 2.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
6ea80069adaacc5b7d693a997208013f17772e30e95e6a66a2ddc7d416043941
|
|
BLAKE2b-256 checksum How to use checksums |
93f3590e6071724a86e4e32dbe8830f1017347fad688626e608cae8a76b8c381
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/2.1.1 CPython/3.10.16 Linux/6.8.0-1021-azure
|
Release files / coinbase_agentkit_langchain-0.1.0.dev202502210-py3-none-any.whl
| Download URL | coinbase_agentkit_langchain-0.1.0.dev202502210-py3-none-any.whl |
|---|---|
| Size | 2.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
3bb3cd8c26410174e76129b0e2a06ee5a3b9b9cdbbf6bc7ac17ee168d7efb2da
|
|
BLAKE2b-256 checksum How to use checksums |
17e8df090db2b51187fb608a9b6178d25e2cc2b5d7c9652e53160346173d754f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/2.1.1 CPython/3.10.16 Linux/6.8.0-1021-azure
|