botbook/src/chapter-11-features
Rodrigo Rodriguez (Pragmatismo) 1a58a2fd61 docs: Add LLM-assisted attendant documentation
New Documentation:
- chapter-11-features/attendant-llm-assist.md - Full guide for AI copilot features
- chapter-11-features/transfer-to-human.md - Human handoff and needs_human flag

Updated Documentation:
- executive-vision.md - Added investor highlights, competitive advantages, LLM assist overview
- SUMMARY.md - Added new chapters
- appendix-external-services/README.md - Added CRM/attendant config options
- appendix-external-services/llm-providers.md - Updated model names to current/generic
- chapter-02/gbai.md - Updated model name examples

Features Documented:
- needs_human flag and how it routes messages
- WhatsApp attendant commands (/queue, /tips, /polish, etc.)
- All 5 LLM assist features with config.csv options
- Analytics and insights APIs
- Troubleshooting guide
2025-12-05 13:50:28 -03:00
..
ai-llm.md - Split from botserver. 2025-12-03 19:56:35 -03:00
attendant-llm-assist.md docs: Add LLM-assisted attendant documentation 2025-12-05 13:50:28 -03:00
automation.md - Split from botserver. 2025-12-03 19:56:35 -03:00
channels.md - Split from botserver. 2025-12-03 19:56:35 -03:00
conversation.md - Split from botserver. 2025-12-03 19:56:35 -03:00
core-features.md - Split from botserver. 2025-12-03 19:56:35 -03:00
drive-monitor.md - Split from botserver. 2025-12-03 19:56:35 -03:00
editions.md - Split from botserver. 2025-12-03 19:56:35 -03:00
email.md - Split from botserver. 2025-12-03 19:56:35 -03:00
hybrid-search.md - Split from botserver. 2025-12-03 19:56:35 -03:00
knowledge-base.md - Split from botserver. 2025-12-03 19:56:35 -03:00
m365-comparison.md Reorganize chapters and add admin/user views documentation 2025-12-05 06:50:56 -03:00
memory-management.md docs: add email-read-pixel parameter and tracking API documentation 2025-12-04 18:15:18 -03:00
multi-agent-design.md - Split from botserver. 2025-12-03 19:56:35 -03:00
multi-agent-orchestration.md - Split from botserver. 2025-12-03 19:56:35 -03:00
platform-comparison.md Reorganize chapters and add admin/user views documentation 2025-12-05 06:50:56 -03:00
projects.md Reorganize chapters and add admin/user views documentation 2025-12-05 06:50:56 -03:00
README.md - Split from botserver. 2025-12-03 19:56:35 -03:00
storage.md - Split from botserver. 2025-12-03 19:56:35 -03:00
transfer-to-human.md docs: Add LLM-assisted attendant documentation 2025-12-05 13:50:28 -03:00
whats-new.md - Split from botserver. 2025-12-03 19:56:35 -03:00

Chapter 11: Feature Reference

Quick reference for all General Bots capabilities.

Feature Categories

Category Key Features
Core Chat, dialogs, sessions, automation
AI/LLM Model integration, knowledge base, context
Channels Web, WhatsApp, Teams, Email, SMS
Productivity Calendar, tasks, drive, mail, meet
Data CRUD, aggregations, file operations
HTTP REST, GraphQL, SOAP, webhooks

Editions

Edition Use Case
Minimal Embedded, IoT
Core General business
Standard Professional teams
Enterprise Large organizations

Chapter Contents

See Also