You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PayMind è un sistema intelligente di gestione automatica dei solleciti di pagamento basato su Agenti AI Claude Code. Utilizza tre agenti specializzati che lavorano in team per analizzare fatture, generare messaggi personalizzati e gestire le risposte dei clienti.
✨ Caratteristiche
Funzionalità
Descrizione
🤖 3 Agenti AI Specializzati
Team di agenti che collaborano per gestire l'intero workflow
📊 Analisi Intelligente
Identifica fatture scadute, calcola priorità e segmenta clienti
📧 Multi-Canale
Genera messaggi per Email, SMS e WhatsApp
💬 NLP Avanzato
Analizza risposte con intent recognition e sentiment analysis
🎨 Dashboard Moderna
Interfaccia Next.js per visualizzare workflow in tempo reale
🔌 Multi-Provider AI
Supporta Anthropic, OpenAI, OpenRouter e Google Gemini
# Clone repository
git clone https://github.com/fracabu/Agent-PayMind.git
cd Agent-PayMind
# Avvia dashboardcd dashboard
npm install
npm run dev
Utilizzo CLI (Agenti Reali)
# Analizza fatture
claude "payment-monitor-agent: analizza invoices.csv"# Genera solleciti
claude "reminder-generator-agent: genera email per FAT-2025-001"# Analizza risposta
claude "response-handler-agent: analizza questa risposta: [testo]"
Utilizzo Dashboard
Apri http://localhost:3000
Clicca "Carica CSV" e seleziona il file fatture
Clicca "Avvia Workflow" per vedere gli agenti in azione
Visualizza gli output nella sezione "Output Agenti"
PayMind is an intelligent automated payment reminder management system powered by Claude Code AI Agents. It uses three specialized agents working as a team to analyze invoices, generate personalized messages, and handle customer responses.
✨ Features
Feature
Description
🤖 3 Specialized AI Agents
Team of agents collaborating to manage the entire workflow
# Clone repository
git clone https://github.com/fracabu/Agent-PayMind.git
cd Agent-PayMind
# Start dashboardcd dashboard
npm install
npm run dev
CLI Usage (Real Agents)
# Analyze invoices
claude "payment-monitor-agent: analyze invoices.csv"# Generate reminders
claude "reminder-generator-agent: generate email for FAT-2025-001"# Analyze response
claude "response-handler-agent: analyze this response: [text]"
Dashboard Usage
Open http://localhost:3000
Click "Carica CSV" and select invoice file
Click "Avvia Workflow" to see agents in action
View outputs in "Output Agenti" section
🛠️ Tech Stack
Technology
Purpose
Multi-Provider AI
Claude, GPT, Gemini via OpenRouter
Next.js 16
Dashboard Framework (App Router)
TypeScript 5
Type Safety
Tailwind CSS 4
Styling + Dark Mode (class-based)
Zustand
State Management + localStorage persistence
Prisma + SQLite
Database ORM
Recharts
Interactive Charts
jsPDF
Professional PDF Export
Lucide React
Icons
📊 Priority Levels
Priority
Criteria
Action
🔴 ALTA
>90 days overdue OR >€1,000 OR disputed
Immediate contact
🟠 MEDIA
60-90 days overdue
Follow-up within 48h
⚪ BASSA
<60 days overdue
Standard reminder
🔌 OpenRouter - 18+ AI Models
PayMind supports OpenRouter to access 18+ models from multiple providers with a single API key.
🆓 FREE Models
Model
Provider
Best For
Gemini 2.0 Flash
Google
General purpose (Default)
DeepSeek R1
DeepSeek
Reasoning tasks
Llama 3.3 70B
Meta
High-quality responses
Devstral
Mistral
Coding tasks
Mistral Small 3.1
Mistral
Fast responses
💰 Paid Models (price per 1M tokens)
Model
Input
Output
Gemini 2.5 Pro
$1.25
$10
Claude Sonnet 4
$3
$15
Claude 3.5 Haiku
$0.80
$4
GPT-4o
$2.50
$10
GPT-4o Mini
$0.15
$0.60
DeepSeek V3.2
$0.26
$0.38
Llama 4 Scout
$0.08
$0.30
⚙️ Environment Variables
Create dashboard/.env:
DATABASE_URL="file:./dev.db"ANTHROPIC_API_KEY=sk-ant-...OPENAI_API_KEY=sk-...# OptionalOPENROUTER_API_KEY=...# Optional - access to 18+ models!GEMINI_API_KEY=...# Optional
🔒 Security
.env files protected via .gitignore
No API keys in repository
Generated messages excluded from git
CSV data files not committed
📈 Roadmap
Real AI API integration in dashboard (Multi-provider)
PayMind is an AI payment reminder system that autonomously analyzes invoices, generates personalized messages, and handles customer responses using Claude AI agents.