Pinned Repositories
botmaster
The chatbot framework for your serious projects
botmaster-fulfill
a text-friendly way to integrate actions with your bot. Supply an object of action-functions that can return synchronously or asynchronously and replace text in the response, generate new responses, or do what the response claims to do.
botmaster-fulfill-actions
Standard actions to use in your botmaster outgoing middleware stack.
botmaster-messenger
The Facebook Messenger Botmaster integration
botmaster-socket.io
The socket.io Botmaster integration
botmaster-telegram
The Telegram Botmaster integration
botmaster-twitter-dm
The Twitter [Direct Message] Botmaster integration
botmaster-watson-conversation-ware
Botmaster middleware for Watson Conversation
botmasterai.github.io
The documentation for the botmaster project
node-red-contrib-botmaster
botmaster for node-red
botmasterai's Repositories
botmasterai/botmaster
The chatbot framework for your serious projects
botmasterai/botmaster-messenger
The Facebook Messenger Botmaster integration
botmasterai/botmaster-watson-conversation-ware
Botmaster middleware for Watson Conversation
botmasterai/botmaster-socket.io
The socket.io Botmaster integration
botmasterai/botmaster-twitter-dm
The Twitter [Direct Message] Botmaster integration
botmasterai/botmasterai.github.io
The documentation for the botmaster project
botmasterai/node-red-contrib-botmaster
botmaster for node-red
botmasterai/botmaster-fulfill-actions
Standard actions to use in your botmaster outgoing middleware stack.
botmasterai/botmaster-fulfill
a text-friendly way to integrate actions with your bot. Supply an object of action-functions that can return synchronously or asynchronously and replace text in the response, generate new responses, or do what the response claims to do.
botmasterai/botmaster-telegram
The Telegram Botmaster integration
botmasterai/botmaster-button
enrich - fulfill middleware to add <button /> that works across all bots, even those that don't implement quick replies
botmasterai/botmaster-slack
The Slack Botmaster integration
botmasterai/botmaster-enrich
a standardized way to make your bot context-aware. It exposes an API for enrichers which are procedures you can run to add variables to the context before sending to an NLU processor like Watson Conversation, LUIS or API.ai
botmasterai/botmaster-cli
The botmaster command line interface
botmasterai/botmaster-session-ware
configurable botmaster session ware
botmasterai/botmaster-session-ware-redis-store
Redis store adapter for the botmaster session ware
botmasterai/botmaster-test
helper utilities for testing botmaster
botmasterai/botmaster-test-fixtures
Just some fixtures to use with your Botmaster packages
botmasterai/conversation-enrich-fulfill-example
example of using botmaster with IBM conversation with enrich and fulfill