Audio-first chatbot toolkit for transcription-aware, action-oriented conversational workflows.
This repo is the public, reusable core of a larger production workflow. It is designed to be clean, modular, and easy to adopt in other projects.
- Audio note ingestion patterns
- Transcription adapters and confidence tagging
- Context-aware action extraction
- Conversation-safe response orchestration
- Survey chatbot adapters (including Qualtrics runtime patterns)
- Ship a stable ingestion/transcription interface
- Add reference pipelines for iMessage/WhatsApp-style inputs
- Publish eval harness for transcript quality + action extraction
- Add lightweight demo app + CLI
- Private implementation roots: qualtrics-audio-chatbot, ops/cos-gateway (integration layer).
A secure Qualtrics deployment template now lives in:
adapters/qualtrics/README.mdadapters/qualtrics/qualtrics-chat-runtime.jsadapters/qualtrics/qualtrics-config.example.jsadapters/qualtrics/server-contract.md
Use this split:
- Public repo: reusable runtime/UI/orchestration code
- Private study repo: prompts, QID mappings, treatment scripts
- Backend service: model keys + provider calls
Active build-out. Initial public baseline is focused on clean APIs, examples, and strong docs.
MIT