1.0.1 • Published 10 months ago
create-agentkit-taxhelper v1.0.1
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-agentConfiguration
- Copy
.env.exampleto.env:
cp .env.example .env- Update the
.envfile 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
.envfile to version control - NEVER share your API keys publicly
- The
.envfile is listed in.gitignoreto prevent accidental commits - Always use
.env.exampleas a template, with placeholder values
Usage
npm startChoose 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 codeLicense
MIT