Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 529 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 529 Bytes

Implementation Examples

This repository features various implementations build on top Chatwoot to support various use cases.

How to contribute

You can showcase/contribute your implementation to this repo by raising a PR with the following changes.

  1. Create a new directory for your implementation. example rasa-agent-bot-demo
  2. Add a readme.md file inside the directory with details about the implementation, how to run it etc.
  3. Add code samples and other required assets for this implementation.