Coinbase AgentKit Autogen extension
Project description
AgentKit Autogen Extension
Microsoft Autogen extension of AgentKit. Enables agentic workflows to interact with onchain actions.
Setup
Prerequisites
Installation
pip install coinbase-agentkit coinbase-agentkit-autogen
Environment Setup
Set the following environment variables:
export OPENAI_API_KEY=<your-openai-api-key>
export CDP_API_KEY_ID=<your-cdp-api-key-id>
export CDP_API_KEY_PRIVATE=<your-cdp-api-key-private>
Usage
Basic Setup
from coinbase_agentkit import AgentKit
from coinbase_agentkit_autogen import get_autogen_tools
from autogen_ext.models.openai import OpenAIChatCompletionClient
from autogen_agentchat.agents import AssistantAgent
from autogen_agentchat.ui import Console
agentKit = AgentKit()
model_client = OpenAIChatCompletionClient(model="gpt-4o-mini")
tools = get_autogen_tools(agentKit)
agent = AssistantAgent(
name="assistant",
model_client=model_client,
tools=tools,
system_message="You are a helpful agent"
)
async def main() -> None:
await Console(agent.run_stream(task="Show me my wallet information."))
await model_client.close()
await main()
For AgentKit configuration options, see the Coinbase Agentkit README.
For Autogen configuration options, see the Autogen Documentation
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file coinbase_agentkit_autogen-0.1.0.tar.gz.
File metadata
- Download URL: coinbase_agentkit_autogen-0.1.0.tar.gz
- Upload date:
- Size: 4.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fbfe8fe20f6f86071d9ca05512f96f2e127649b9c486a00bde62b224f49afbdb
|
|
| MD5 |
8024e3bf3246401d71a6dc9f22d94400
|
|
| BLAKE2b-256 |
f3af879df0bfb3a5ab7772d56b51725d00203460c3f7178bbfc9a64d6a80754e
|
Provenance
The following attestation bundles were made for coinbase_agentkit_autogen-0.1.0.tar.gz:
Publisher:
publish_pypi_coinbase_agentkit_autogen.yml on coinbase/agentkit
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
coinbase_agentkit_autogen-0.1.0.tar.gz -
Subject digest:
fbfe8fe20f6f86071d9ca05512f96f2e127649b9c486a00bde62b224f49afbdb - Sigstore transparency entry: 477067020
- Sigstore integration time:
-
Permalink:
coinbase/agentkit@8f8c76ac49d2275cf02be949e027e0ea1ed0fa80 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/coinbase
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish_pypi_coinbase_agentkit_autogen.yml@8f8c76ac49d2275cf02be949e027e0ea1ed0fa80 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file coinbase_agentkit_autogen-0.1.0-py3-none-any.whl.
File metadata
- Download URL: coinbase_agentkit_autogen-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
816efb2558ba5a81e79fea1c43d1becb95a5eb975686d44eaa80bfee48a51ac6
|
|
| MD5 |
2747efeb6df157f59af5ae6bb5fe8721
|
|
| BLAKE2b-256 |
285fe933db341cbf38e2dcb13e7dd6fdf50657bcc44ef275870291421b9a8b5f
|
Provenance
The following attestation bundles were made for coinbase_agentkit_autogen-0.1.0-py3-none-any.whl:
Publisher:
publish_pypi_coinbase_agentkit_autogen.yml on coinbase/agentkit
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
coinbase_agentkit_autogen-0.1.0-py3-none-any.whl -
Subject digest:
816efb2558ba5a81e79fea1c43d1becb95a5eb975686d44eaa80bfee48a51ac6 - Sigstore transparency entry: 477067055
- Sigstore integration time:
-
Permalink:
coinbase/agentkit@8f8c76ac49d2275cf02be949e027e0ea1ed0fa80 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/coinbase
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish_pypi_coinbase_agentkit_autogen.yml@8f8c76ac49d2275cf02be949e027e0ea1ed0fa80 -
Trigger Event:
workflow_dispatch
-
Statement type: