Aiagent
virtual ai based callcenter agent, process subscription service email request via OpenAI ChatGPT GPT3 davinic03 (api/lib/app)
Install / Use
/learn @paepckehh/AiagentREADME
OVERVIEW

Manage your subscription service mailbox (e.g. cancel-requests) via AI (OpenAI / ChatGPT / GPT3 / GPT3.5 / GPT4 Engine).
FEATURES
- Process requests in 84 languages (offline & online)
- Protect your OpenAI-API Key Budget [$US] with extensive local-first pre-processing and filtering
- Protect your local infrastructure (DBs) from DoS (spam/targeted-attacks/noise)
- Filter locally for valid correspondence email addresses (e.g. RFC conformance and validity)
- Filter locally for supported languages (e.g. do not process emails in Hindi for a German local newspaper subscription)
INSTALL
Its a library, you need to customize it for your individual service!
SHOWCASE INSTALL (example app)
go install paepcke.de/aiagent/cmd/aiagent@latest
SHOWCASE DOWNLOAD (prebuild example app)
github.com/paepckehh/aiagent/releases
Requirements
- Get your free OpenAI api token here: OpenAI API key
SHOWTIME
- Input eMails: See example messages in root folder!
export OPENAI_API_TOKEN="<your_openai_api_key>"
cat example-email1.txt | go run paepcke.de/aiagent/cmd/aiagent@latest
####################################################
####################################################
# -= AI MESSAGE ANALYSIS REPORT =- #
####################################################
####################################################
# INBOUND MESSAGE [debug] :
From: john.doe@gmail.com
To: contract@service.com
Subject: I`m done!
Hello MyService Corp,
I changed my mind, my life has changed.
I dont want any kind of subscription
service, not from you or anyone else!
Please cancel all subscriptions.
Greetings,
John
# OFFLINE PREFLIGHT ANALYSIS
## Language : English
## Confidence : 100% [valid]
## SpellFixes : [none]
## Customer Email : john.doe@gmail.com
## Customer Email RFC5322 : [valid]
## Customer Email Domain MX : [valid]
## Customer DB entry : [valid]
## Anonymized EMailAddresses : [none]
## Anonymized URLs : [none]
## Anonymized PhoneNumbers : [none]
## Raw / Filtered Characters : 273 / 215
## Raw / Filtered Words : 38 / 34
## Raw / Filtered GPT3 Token : 82 / 57
## Raw / Filtered GPT3 Price : 0.00164 US$ / 0.00114 US$
## Time needed for section : 4.277123229s
# ONLINE ML MODULES RESOLVER
## OpenAI query state : [valid]
## OpenAI says cancel : [yes]
## OpenAI analysis [debug] :
Yes, this email written attempt to cancel a subscription service.
## OpenAI Auto Response email:
Dear John,
We are sorry to hear that you have decided to cancel your subscription
with us. We understand that life can change and we accept your request
to cancel your subscription. We will cancel it as soon as possible.
We are sad to see you go and would like to ask if there is anything we
can do to keep your subscription? We would love to hear your feedback
and see if there is anything we can do to improve our service.
Thank you for your time and we hope to hear from you soon.
Sincerely,
MyService Corp
## Time needed for section : 13.079184167s
export OPENAI_API_TOKEN="<your_openai_api_key>"
cat example-email2.txt | go run cmd/aiagent/cmd/main.go
####################################################
####################################################
# -= AI MESSAGE ANALYSIS REPORT =- #
####################################################
####################################################
# INBOUND MESSAGE [debug] :
From: erika.mustermann@t-online.de
To: vertrag@service.com
Subject: Gala Abo kuendigung
Hallo Kundenservice,
ich war letzte Woche bei Tante Erna in Wuppertal
zum 93. Geburtstag eingeladen. Und da meinte mein
Enkel bereits nach der ersten Tasse Kaffee ich
sollte endlich mein Gala Abo abbestellen, da ich
die kleinen Buchstaben nicht mehr lesen kann.
Ich will diese Zeitschrift sowieso nicht mehr seit
diesem negativen Bericht in der Apotheken-Rundschau.
Bitte beenden sie sofort (!) mein Gala Abo. SOFORT!
Erika
# OFFLINE PREFLIGHT ANALYSIS
## Language : German
## Confidence : 100% [valid]
## SpellFixes : [none]
## Customer Email : erika.mustermann@t-online.de
## Customer Email RFC5322 : [valid]
## Customer Email Domain MX : [valid]
## Customer DB entry : [valid]
## Anonymized EMailAddresses : [none]
## Anonymized URLs : [none]
## Anonymized PhoneNumbers : [none]
## Raw / Filtered Characters : 526 / 459
## Raw / Filtered Words : 74 / 70
## Raw / Filtered GPT3 Token : 202 / 172
## Raw / Filtered GPT3 Price : 0.00404 US$ / 0.00344 US$
## Time needed for section : 4.013430521s
# ONLINE ML MODULES RESOLVER
## OpenAI query state : [valid]
## OpenAI says cancel : [yes]
## OpenAI analysis [debug] :
Yes, this email written attempts to cancel a subscription service.
## OpenAI Auto Response email:
Sehr geehrte Frau Erika,
vielen Dank für Ihre E-Mail. Wir bedauern sehr, dass Sie Ihr Gala Abo
kündigen möchten. Wir akzeptieren Ihre Kündigung und werden es zum
nächstmöglichen Zeitpunkt beenden. Wir sind traurig, Sie als Kundin
zu verlieren. Gibt es irgendetwas, das wir tun können, um Sie davon
abzuhalten, Ihr Abo zu kündigen? Wir würden uns freuen, wenn wir
Ihnen weiterhelfen könnten.
Mit freundlichen Grüßen,
[Name]
## Time needed for section : 16.498451198s
cat ../../example-email3.txt | ./aiagent
####################################################
####################################################
# -= AI MESSAGE ANALYSIS REPORT =- #
####################################################
####################################################
# INBOUND MESSAGE [debug] :
From: erika.mustermann@t-online.de
To: vertrag@service.com
Subject: Mein Gala Abo
Hallo Kundenservice,
ich war letzte Woche bei Tante Erna in Wuppertal
zum 93. Geburtstag eingeladen. Und da meinte mein
Enkel nach der ersten Tasse Kaffee gleich ich sollte
endlich mein Gala Abo abbestellen, da ich sowieso die
kleinen Buchstaben nicht mehr lesen kann.
Ich will diese Zeitschrift sowieso nicht mehr seit
diesem negativen Bericht in der Apotheken-Rundschau.
Aber manchmal haben die einfach gute Berichte.
Was soll ich jetzt tun?
Ich bin auch gerne erreichbar unter (040) 555 555 123
und erna@badmail.de
und erna@myprivateEmail.de
und https://facebook.com/erna-koeln-moers
und https://twitter.com/@erna-koeln-moers
Erika,
# OFFLINE PREFLIGHT ANALYSIS
## Language : German
## Confidence : 100% [valid]
## SpellFixes : [none]
## Customer Email : erika.mustermann@t-online.de
## Customer Email RFC5322 : [valid]
## Customer Email Domain MX : [valid]
## Customer DB entry : [valid]
## Anonymized EMailAddresses : erna@badmail.de,erna@myprivateEmail.de
## Anonymized URLs : https://facebook.com/erna-koeln-moers,https://twitter.com/@erna-koeln-moers
## Anonymized PhoneNumbers : [none]
## Raw / Filtered Characters : 739 / 561
## Raw / Filtered Words : 96 / 88
## Raw / Filtered GPT3 Token : 284 / 212
## Raw / Filtered GPT3 Price : 0.00568 US$ / 0.00424 US$
## Time needed for section : 4.04336177s
# ONLINE ML MODULES RESOLVER
## OpenAI query state : [valid]
## OpenAI says cancel : [no]
## OpenAI analysis [debug] :
No, this email does not appear to be an attempt to cancel a
subscription service. The reader instead appears to be asking
for advice on whether or not to cancel the subscription.
## Time needed for section : 5.274627552s
cat ../../example-email6.txt | ./aiagent
####################################################
####################################################
# -= AI MESSAGE ANALYSIS REPORT =- #
####################################################
####################################################
# INBOUND MESSAGE [debug] :
From: angry.customer@totalfakeemail
To: contract@service.com
Subject: I'm very angry!
I`m so angry that I`m very bad at spell the words,
so you will have a hard time to read my email with
your computer.
Please do me a favour and honour my explict wish to
cancel my subscriptons. NOW! Or I post on faceboook
about you hypocrite!
Angry Customer
# OFFLINE PREFLIGHT ANALYSIS
## Language : English
## Confidence : 100% [valid]
## SpellFixes : explicit,subscriptions,facebook
## Customer Email :
## Customer Email RFC5322 : [failed] [exit]
## Customer Email Domain MX : [failed] [exit]
## Customer DB entry : [valid]
## Anonymized EMailAddresses : [none]
## Anonymized URLs : [none]
## Anonymized PhoneNumbers : [none]
## Raw / Filtered Characters : 359 / 291
## Raw / Filtered Words : 58 / 54
## Raw / Filtered GPT3 Token : 108 / 77
## Raw / Filtered GPT3 Price : 0.00216 US$ / 0.00154 US$
## No OpenAI query performed, inbound data quality failed.
## Time needed for section : 4.289477605s
cat ../../example-email7.txt | ./aiagent
####################################################
####################################################
Related Skills
xurl
339.3kA CLI tool for making authenticated requests to the X (Twitter) API. Use this skill when you need to post tweets, reply, quote, search, read posts, manage followers, send DMs, upload media, or interact with any X API v2 endpoint.
kubeshark
11.8kCluster-wide network observability for Kubernetes. Captures L4 packets, L7 API calls, and decrypted TLS traffic using eBPF, with full Kubernetes context. Available to AI agents via MCP and human operators via dashboard.
wanwu
4.3kChina Unicom's Yuanjing Wanwu Agent Platform is an enterprise-grade, multi-tenant AI agent development platform. It helps users build applications such as intelligent agents, workflows, and rag, and also supports model management. The platform features a developer-friendly license, and we welcome all developers to build upon the platform.
YC-Killer
2.7kA library of enterprise-grade AI agents designed to democratize artificial intelligence and provide free, open-source alternatives to overvalued Y Combinator startups. If you are excited about democratizing AI access & AI agents, please star ⭐️ this repository and use the link in the readme to join our open source AI research team.
