Skip to content

taylorhaun/agentkit1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI Musician Agent

A specialized AI agent built using Coinbase's AgentKit, designed to assist musicians with their album release campaigns.

Overview

This project implements an AI agent that helps musicians manage and execute their album release campaigns. The agent is built on top of Coinbase's AgentKit framework, leveraging blockchain technology for music distribution and campaign management.

Features

  • Campaign Planning and Management
  • Album Release Strategy
  • Web3 Integration for Music Distribution
  • Fan Engagement Tools
  • Smart Contract Management for Music Rights

Prerequisites

Installation

  1. Create and activate a virtual environment:
python3.11 -m venv venv_py311
source venv_py311/bin/activate
  1. Install required packages:
pip install cdp-langchain
  1. Set up environment variables:
export CDP_API_KEY_NAME="your_cdp_key_name"
export CDP_API_KEY_PRIVATE_KEY="your_cdp_private_key"
export OPENAI_API_KEY="your_openai_api_key"

Usage

Run the agent:

python chatbot.py

Choose between:

  1. Chat Mode - Interactive conversation with the agent
  2. Auto Mode - Autonomous campaign management

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published