feat: Add Chatwoot Agent Bot prototype and FAQ knowledge base
- 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
This commit is contained in:
1
agents/marketing-seo/state/agent.pid
Normal file
1
agents/marketing-seo/state/agent.pid
Normal file
@@ -0,0 +1 @@
|
||||
76579
|
||||
46
agents/marketing-seo/state/rank-data.json
Normal file
46
agents/marketing-seo/state/rank-data.json
Normal file
@@ -0,0 +1,46 @@
|
||||
{
|
||||
"positions": {
|
||||
"HOA Software": null,
|
||||
"HOA investments": null,
|
||||
"HOA Reserves": null,
|
||||
"HOA Reserve Study": null,
|
||||
"HOA Funding": null,
|
||||
"HOA Special Assessments": null,
|
||||
"HOA Budget": null,
|
||||
"HOA Reserve Planning": null
|
||||
},
|
||||
"history": [
|
||||
{
|
||||
"date": "2026-03-22",
|
||||
"positions": {
|
||||
"HOA Software": null,
|
||||
"HOA investments": null,
|
||||
"HOA Reserves": null,
|
||||
"HOA Reserve Study": null,
|
||||
"HOA Funding": null,
|
||||
"HOA Special Assessments": null,
|
||||
"HOA Budget": null,
|
||||
"HOA Reserve Planning": null
|
||||
},
|
||||
"note": "Baseline established - website just launched and indexed. Initial check: Not ranking in top 100 for any target keywords (expected for new domain)."
|
||||
}
|
||||
],
|
||||
"baseline_date": "2026-03-22",
|
||||
"domain_launch_date": "2026-03-22",
|
||||
"target_keywords": [
|
||||
"HOA Software",
|
||||
"HOA investments",
|
||||
"HOA Reserves",
|
||||
"HOA Reserve Study",
|
||||
"HOA Funding",
|
||||
"HOA Special Assessments",
|
||||
"HOA Budget",
|
||||
"HOA Reserve Planning"
|
||||
],
|
||||
"seo_strategy": {
|
||||
"phase": "establishment",
|
||||
"month_1_goal": "Break into top 100 for niche long-tail keywords",
|
||||
"month_3_goal": "Top 50 for 2-3 keywords",
|
||||
"month_6_goal": "Top 20 for primary keywords"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user