Menzzo Chatbot Logs
menzzo-chatbot-logs stores and exposes chatbot conversation diagnostics. It helps teams inspect Dify conversation and message records for analytics, debugging, and support review.
Stack
- Flask-style Python API.
- SQLAlchemy/PostgreSQL data access.
- Docker-oriented local/runtime setup.
Connected Projects
- Menzzo Chatbot UI and Backend generate or consume chatbot activity context.
- Dify provides conversation/message source data.
- Support and SAV teams use logs to diagnose customer journeys.
Local Docs Submodule
When this repo consumes global docs, use:
cd docs
npm ci
npm start
npm run build
To Expand
- DB schema and retention policy.
- Dify import/sync process.
- Query examples.
- Privacy and access rules.