Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

prague

Package Overview
Dependencies
Maintainers
1
Versions
91
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

prague - npm Package Compare versions

Comparing version 0.15.0 to 0.15.1

2

package.json

@@ -7,3 +7,3 @@ {

},
"version": "0.15.0",
"version": "0.15.1",
"description": "rules-based app engine",

@@ -10,0 +10,0 @@ "main": "dist/prague.js",

@@ -26,28 +26,12 @@ # Prague

Prague is a low-level framework. If you want to build an app you will want to use (or create) a `recipe`, which is a set of functionality that allows you to exchange messages with a given channel, using a given state store, etc. Here is a list of available recipes. Please post your own!
Prague is a low-level framework. If you want to build an app you will want to use (or create) a `recipe`, which is a set of functionality that allows you to exchange messages with a given channel, using a given state store, etc.
* [prague-botframework-browserbot](https://www.npmjs.com/package/prague-botframework-browserbot) - Build in-browser bots using the Bot Framework WebChat
* [prague-nodeconsole](https://www.npmjs.com/package/prague-nodeconsole) - Build Node console bots
As recipes emerge they will be posted here.
## Prague samples
Prague includes an ever-growing number of samples which can be built and run by following the directions in each samples' README:
TBD
* [Simple Dialog](/samples/simple-dialog)
* [AlarmBot](/samples/alarmbot)
* [Scaffold](/samples/scaffold) (this is a great place to start experimenting with your own bot, using concepts from the tutorial and the other samples)
# Tutorial
* [Simple routing](docs/Simple.md)
* [More on routing](docs/MoreRouters.md)
* [State and routing](docs/State.md)
* [Dialog](docs/Dialogs.md)
## To be written
* [More on Dialogs](docs/MoreDialogs.md)
* [Prompts](docs/Prompts.md)
* [Async](docs/Async.md)
* [Natural Language](docs/NLP.md)
* [Inside Prague](docs/Inside.md)
TBD
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc