generalbots/bottemplates/sales/attendance-crm.gbai/attendance-crm.gbot/config.csv
Rodrigo Rodriguez (Pragmatismo) 037db5c381 feat: Major workspace reorganization and documentation update
- Add comprehensive documentation in botbook/ with 12 chapters
- Add botapp/ Tauri desktop application
- Add botdevice/ IoT device support
- Add botlib/ shared library crate
- Add botmodels/ Python ML models service
- Add botplugin/ browser extension
- Add botserver/ reorganized server code
- Add bottemplates/ bot templates
- Add bottest/ integration tests
- Add botui/ web UI server
- Add CI/CD workflows in .forgejo/workflows/
- Add AGENTS.md and PROD.md documentation
- Add dependency management scripts (DEPENDENCIES.sh/ps1)
- Remove legacy src/ structure and migrations
- Clean up temporary and backup files
2026-04-19 08:14:25 -03:00

49 lines
1.1 KiB
CSV

name,value
# Bot Identity
bot-name,Attendance CRM Bot
bot-description,Hybrid AI + Human support with CRM integration
# CRM / Human Handoff - Required
crm-enabled,true
# LLM Assist Features for Attendants
attendant-llm-tips,true
attendant-polish-message,true
attendant-smart-replies,true
attendant-auto-summary,true
attendant-sentiment-analysis,true
# Bot Personality (used for LLM assist context)
bot-system-prompt,You are a professional customer service assistant. Be helpful and empathetic. When issues are complex or customers are frustrated transfer to human support.
# Auto-transfer triggers
auto-transfer-on-frustration,true
auto-transfer-threshold,3
# Queue Settings
queue-timeout-minutes,30
queue-notify-interval,5
# Lead Scoring
lead-score-threshold-hot,70
lead-score-threshold-warm,50
# Follow-up Automation
follow-up-1-day,true
follow-up-3-day,true
follow-up-7-day,true
# Collections Automation
collections-enabled,true
collections-grace-days,3
# Working Hours (for auto-responses)
business-hours-start,09:00
business-hours-end,18:00
business-days,1-5
# Notifications
notify-on-vip,true
notify-on-escalation,true
notify-email,support@company.com