- Created chatwoot-agent-bot/ with Node.js webhook server - Bot detects intent (greeting, billing, technical, features, account) - Auto-responds from FAQ knowledge base or escalates to human - FAQ-KB.md: Living knowledge base that grows with customer questions - CHATWOOT-SETUP.md: Complete deployment and configuration guide - Supports Telegram notifications on escalation - Bot runs on port 3001, ready for Chatwoot webhook integration
400 B
400 B
0.2.0 / 2021-05-31
- Use
req.socketover deprecatedreq.connection
0.1.2 / 2017-09-14
- perf: improve header parsing
- perf: reduce overhead when no
X-Forwarded-Forheader
0.1.1 / 2017-09-10
- Fix trimming leading / trailing OWS
- perf: hoist regular expression
0.1.0 / 2014-09-21
- Initial release