mirror of
https://github.com/crowetic/nc-talk-ai.git
synced 2026-08-26 19:16:40 +00:00
Talk AI Documentation
Start with the root README for the project overview.
Overview
- FEATURES.md — product surface and user-facing behavior
- ARCHITECTURE.md — services, data model, and runtime flows
Setup & Operations
- QUICK_START.md — install from source to first chat
- BOT_SETUP_GUIDE.md — admin configuration and bot creation
- TROUBLESHOOTING.md
- WEBHOOK_DEBUG_GUIDE.md
- RAG_BACKGROUND_JOBS_GUIDE.md
Feature Guides
- ONBOARDING.md — per-room onboarding and response modes
- RAG_TOOL_GUIDE.md — document search tool
- SMART_PICKER_BOT_PROVIDER.md — "/" picker in Talk
- pseudo_streaming.md — chunked replies in Talk
Extending
- TOOL_PROVIDERS.md — how companion apps contribute bot tools
- DEVELOPMENT.md — build, test, and local verification