Coder Social home page Coder Social logo

dawidof / stealth Goto Github PK

View Code? Open in Web Editor NEW

This project forked from hellostealth/stealth

0.0 2.0 0.0 342 KB

An open source Ruby framework for voice and text chatbots. ๐Ÿค–

Home Page: https://hellostealth.org

License: MIT License

Ruby 98.91% HTML 1.09%

stealth's Introduction

Stealth Logo

Stealth is a Ruby based framework for creating voice & text 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.

Gem Version CircleCI

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

Voice

Natural Language Processing

Analytics

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.

Thanks

Stealth wouldn't exist without the great work of many other open source projects and people including:

  • Ruby for creating our favorite programming language;
  • Ruby on Rails for projects like ActiveRecord and serving as an inspiration;
  • Thor for providing us with CLI tools and generators;
  • Sinatra for providing a fantastic, modular way for handling HTTP requests;
  • Sidekiq for the super quick background jobs;
  • standalone-migrations for the help with Rails migrations;
  • Dr. Robert Ford a.k.a. Anthony Hopkins.

License

"Stealth" and the Stealth logo are copyright (c) 2018 The Black Ops Bureau Inc.

Stealth source code is released under the MIT License.

stealth's People

Contributors

mgomes avatar matthewblack avatar dependabot[bot] avatar debasish117 avatar skateman avatar ignaciosiri avatar luizcarvalho avatar tersor avatar dependabot-support avatar

Watchers

James Cloos avatar Dmytro Koval avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.