Security News
JSR Working Group Kicks Off with Ambitious Roadmap and Plans for Open Governance
At its inaugural meeting, the JSR Working Group outlined plans for an open governance model and a roadmap to enhance JavaScript package management.
botserver
Advanced tools
** Checkout our FREE Intranet Quickstart Bot **
General Bot is a package based chat bot server focused in convention over configuration and code-less approaches, which brings software packages and application server concepts to help parallel bot development. In this MSDN article you can have an overview of a General Bots application.
Bot Server accelerates the process of developing a bot. It provisions all code base, resources and deployment to the cloud, and gives you templates you can choose from whenever you need a new bot. The server has a database and service backend allowing you to further modify your bot package directly by downloading a zip file, editing and uploading it back to the server (deploying process) with no code. The Bot Server also provides a framework to develop bot packages in a more advanced fashion writing custom code in editors like Visual Studio Code, Atom or Brackets.
Everyone can create bots by just copying and pasting some files and using their favorite tools like Excel (or any text editor) or Photoshop (or any image editor).
Web | Core | KB | |
---|---|---|---|
whatsapp.gblib | default.gbui | core.gbapp | kb.gbapp |
GeneralBots aims to delivery bots in azure in a very easy and fast fashion. Use Office tools like Word or Excel to edit your Bot - using code (JavaScript or TypeScript) just to empower custom requirements.
npm install -g botserver
and press ENTER;gbot
to run the server core.Notes:
mssql
.Note:
git clone <your-forked-repository-url>/BotServer.git
;npm install -g typescript
;npm install
on Command Prompt or PowerShell on the General Bot source-code folder;npm install
folled by npm run build
(To build default Bot UI);tsc
.npm start
.Note:
npm test
.The subjects.json file contains all information related to the subject tree and can be used to build the menu carrousel as well give a set of words to be used as subject catcher in the conversation. A hierarchy can be specified.
A theme is composed of some CSS files and images. That set of files can change everything in the General Bot UI. Use them extensively before going to change the UI application itself (HTML & JS).
Embraces all packages types (content, logic & conversation) into a pluggable bot directory. A sample .gbai is available.
The artificial intelligence extensions in form of pluggable apps. Dialogs, Services and all model related to data. A set of interactions, use cases, integrations in form of conversationals dialogs. The .gbapp adds the General Bot base library (botlib) for building Node.js TypeScript Apps packages.
Four components builds up a General Bot App:
All code contained in a dialog builds the flow to custom conversations in built-in and additional packages .
Models builds the foundation of data relationships in form of entities.
Services are a façade for bot back-end logic and other custom processing.
Tests try to automate code execution validation before crashing in production.
An expression of an artificial inteligence entity. A .gbot file defines all bots dependencies related to services and other resources.
A theme of a bot at a given time. CSS files & images that can compose all UI presentation and using it a branding can be done. A sample .gbtheme is available
A set of subjects that bot knows in a form of hierarchical menu-based QnA. A sample .gbkb is available.
Shared code that can be used across bot apps.
General Bot can be controlled by the same chat window people talk to, so here is a list of admin commands related to deploying .gb* files.
Command | Description |
---|---|
deployPackage | Deploy a KB package. Usage deployPackage [package-name]. Then, you need to run rebuildIndex. |
undeployPackage | Undeploy a KB. Usage undeployPackage [package-name]. |
redeployPackage | Undeploy and then deploys the KB. Usage redeployPackage [package-name]. Then, you need to run rebuildIndex. |
setupSecurity | Setup connection to user directories. |
Discontinued commands:
Command | Description | Reason |
---|---|---|
rebuildIndex | Rebuild Azure Search indexes, must be run after deployPackage or redeployPackage. | Now it is called automatically |
Powered by Microsoft BOT Framework and Azure.
General Bot Code Name is Guaribas, the name of a city in Brasil, state of Piaui. Roberto Mangabeira Unger: "No one should have to do work that can be done by a machine".
General Bot Copyright (c) Pragmatismo.io. All rights reserved. Licensed under the AGPL-3.0.
According to our dual licensing model, this program can be used either under the terms of the GNU Affero General Public License, version 3, or under a proprietary license.
The texts of the GNU Affero General Public License with an additional permission and of our proprietary license can be found at and in the LICENSE file you have received along with this program.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
"General Bot" is a registered trademark of Pragmatismo.io. The licensing of the program under the AGPLv3 does not imply a trademark license. Therefore any rights, title and interest in our trademarks remain entirely with us.
Version 0.1.7
FAQs
General Bot Community Edition open-core server.
The npm package botserver receives a total of 5 weekly downloads. As such, botserver popularity was classified as not popular.
We found that botserver demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
At its inaugural meeting, the JSR Working Group outlined plans for an open governance model and a roadmap to enhance JavaScript package management.
Security News
Research
An advanced npm supply chain attack is leveraging Ethereum smart contracts for decentralized, persistent malware control, evading traditional defenses.
Security News
Research
Attackers are impersonating Sindre Sorhus on npm with a fake 'chalk-node' package containing a malicious backdoor to compromise developers' projects.