stealth

1.1.6last stable release 6 years ago
Complexity Score
Low
Open Issues
22
Dependent Projects
8
Weekly Downloadsglobal
18

License

  • MIT
    • Yesattribution
    • Permissivelinking
    • Permissivedistribution
    • Permissivemodification
    • Nopatent grant
    • Yesprivate use
    • Permissivesublicensing
    • Notrademark grant

Downloads

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.

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 <bot>

Service Integrations

Stealth is extensible. All service integrations are split out into separate Ruby Gems. Things like analytics and natural language processing (NLP) can be added in as gems as well.

Currently, there are gems for:

Messaging

  • Facebook Messenger
  • Twilio SMS
  • Bandwidth
  • Smooch

Voice

  • Alexa Skill (Early alpha)

Natural Language Processing

  • Microsoft LUIS
  • AWS Comprehend

Analytics

  • Mixpanel

Docs

You can find our full docs here. 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, 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-2023 MAV Automated Ventures Inc.

Dependencies

CVE IssuesActive
0
Scorecards Score
3.70
Test Coverage
No Data
Follows Semver
No
Github Stars
584
Dependenciestotal
10
DependenciesOutdated
4
DependenciesDeprecated
0
Threat Modelling
No
Repo Audits
No

Learn how to distribute stealth in your own private RubyGems registry

gem install stealth
Processing...
Done

42 Releases

RubyGems on Cloudsmith

Getting started with RubyGems on Cloudsmith is fast and easy.