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:
55
agents/marketing-seo/config/agent-config.yaml
Normal file
55
agents/marketing-seo/config/agent-config.yaml
Normal file
@@ -0,0 +1,55 @@
|
||||
# Marketing-SEO Agent Configuration
|
||||
|
||||
agent:
|
||||
name: "marketing-seo"
|
||||
version: "1.0.0"
|
||||
schedule: "24/7 continuous"
|
||||
|
||||
monitoring:
|
||||
site_uptime:
|
||||
interval: "5m"
|
||||
url: "https://www.hoaledgeriq.com"
|
||||
alert_on: "downtime > 2min"
|
||||
|
||||
organic_traffic:
|
||||
interval: "1h"
|
||||
source: "google_analytics_4"
|
||||
alert_on: "drop > 15%"
|
||||
|
||||
rankings:
|
||||
interval: "daily"
|
||||
keywords:
|
||||
- "HOA software"
|
||||
- "HOA management"
|
||||
- "condo association management"
|
||||
- "HOA accounting"
|
||||
alert_on: "position change > 5"
|
||||
|
||||
technical_audit:
|
||||
interval: "weekly"
|
||||
checks:
|
||||
- core_web_vitals
|
||||
- crawl_errors
|
||||
- broken_links
|
||||
- mobile_usability
|
||||
|
||||
alerts:
|
||||
channels:
|
||||
- telegram
|
||||
- email: sales@hoaledgeriq.com
|
||||
severity_levels:
|
||||
critical: "immediate"
|
||||
warning: "daily_digest"
|
||||
info: "weekly_report"
|
||||
|
||||
reporting:
|
||||
daily:
|
||||
time: "08:00"
|
||||
format: "brief_dashboard"
|
||||
weekly:
|
||||
day: "monday"
|
||||
time: "09:00"
|
||||
format: "full_report"
|
||||
monthly:
|
||||
day: "1st"
|
||||
format: "strategy_review"
|
||||
Reference in New Issue
Block a user