Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hellostealth/stealth
An open source Ruby framework for text and voice chatbots. 🤖
https://github.com/hellostealth/stealth
alexa-skill alexa-skills-kit bot bot-framework bots chatbot chatbot-framework conversational-agents conversational-ai conversational-bots conversational-ui facebook-messenger-bot natural-language-processing rails ruby stealth voice
Last synced: 4 days ago
JSON representation
An open source Ruby framework for text and voice chatbots. 🤖
- Host: GitHub
- URL: https://github.com/hellostealth/stealth
- Owner: hellostealth
- License: mit
- Created: 2017-09-12T02:57:19.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-01-20T19:39:03.000Z (11 months ago)
- Last Synced: 2024-05-11T21:35:27.707Z (7 months ago)
- Topics: alexa-skill, alexa-skills-kit, bot, bot-framework, bots, chatbot, chatbot-framework, conversational-agents, conversational-ai, conversational-bots, conversational-ui, facebook-messenger-bot, natural-language-processing, rails, ruby, stealth, voice
- Language: Ruby
- Homepage: https://hellostealth.org
- Size: 797 KB
- Stars: 575
- Watchers: 19
- Forks: 57
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
- Open-Source-Ruby-and-Rails-Apps - stealth - 🤖 An open source Ruby framework for text and voice chatbots. 🔥 ✅ 🚀 (Happy Exploring 🤘)
README
Stealth is a Ruby framework for creating text and voice chatbots. It's design is inspired by Ruby on Rails's philosophy of convention over configuration. It has an MVC architecture with the slight caveat that `views` are aptly named `replies`.
![CircleCI](https://img.shields.io/circleci/build/github/hellostealth/stealth?style=for-the-badge)
![Gem (including prereleases)](https://img.shields.io/gem/v/stealth?include_prereleases&style=for-the-badge)## Features
* Deploy anywhere, it's just a Rack app
* Variants allow you to use a single codebase on multiple messaging platforms
* Structured, universal reply format
* Sessions utilize a state-machine concept and are Redis backed
* Highly scalable. Incoming webhooks are processed via a Sidekiq queue
* Built-in best practices: catch-alls (error handling), hello flows, goodbye flows## Getting Started
Getting started with Stealth is simple:
```
> gem install stealth
> stealth new
```## Service Integrations
Stealth is extensible. All service integrations are split out into separate Ruby Gems. Things like analytics and natural language processing ([NLP](https://en.wikipedia.org/wiki/Natural-language_processing)) can be added in as gems as well.
Currently, there are gems for:
### Messaging
* [Facebook Messenger](https://github.com/hellostealth/stealth-facebook)
* [Twilio SMS](https://github.com/hellostealth/stealth-twilio)
* [Bandwidth](https://github.com/hellostealth/stealth-bandwidth)
* [Smooch](https://github.com/hellostealth/stealth-smooch)### Voice
* [Alexa Skill](https://github.com/hellostealth/stealth-alexa) (Early alpha)### Natural Language Processing
* [Microsoft LUIS](https://github.com/hellostealth/stealth-luis)
* [AWS Comprehend](https://github.com/hellostealth/stealth-aws-comprehend)### Analytics
* [Mixpanel](https://github.com/hellostealth/stealth-mixpanel)## Docs
You can find our full docs [here](https://github.com/hellostealth/stealth/wiki). If something is not clear in the docs, please file an issue! We consider all shortcomings in the docs as bugs.
## Versioning
Stealth is versioned using [Semantic Versioning](https://semver.org), but it's more like the Linux Kernel. Major version releases are just as arbitrary as minor version releases. We strive to never break anything with any version change. Patches are still issues as the "third dot" in the version string.
## License
"Stealth" and the Stealth logo are Copyright (c) 2017-2024 MAV Automated Ventures Inc.