1.0.1 • Published 6 months ago

create-agentkit-taxhelper v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

AI Tax Helper Agent

An AI-powered agent that helps users optimize their crypto tax liabilities by analyzing their transactions.

Features

  • Real-Time Tax Impact Analysis
  • Tax-Loss Harvesting Insights
  • Transaction Categorization
  • Multi-Jurisdiction Support
  • Portfolio Simulation
  • Tax Filing Integration
  • Gas Fee Deduction Calculator

Installation

npx create-agentkit-taxhelper my-tax-agent
cd my-tax-agent

Configuration

  1. Copy .env.example to .env:
cp .env.example .env
  1. Update the .env file with your API keys:
OPENAI_API_KEY=your_openai_api_key_here
CDP_API_KEY_NAME=your_cdp_key_name_here
CDP_API_KEY_PRIVATE_KEY=your_cdp_private_key_here

⚠️ SECURITY WARNING ⚠️

  • NEVER commit the .env file to version control
  • NEVER share your API keys publicly
  • The .env file is listed in .gitignore to prevent accidental commits
  • Always use .env.example as a template, with placeholder values

Usage

npm start

Choose between: 1. Interactive chat mode 2. Autonomous action mode

Development

npm run build    # Build the project
npm run lint     # Run linter
npm run format   # Format code

License

MIT