Update README.md
This commit is contained in:
parent
2275f34291
commit
3bd3d72b48
1 changed files with 9 additions and 9 deletions
16
README.md
16
README.md
|
@ -1,5 +1,5 @@
|
||||||
### Key Facts
|
### Key Facts
|
||||||
- AGPL License (to use as custom-label SaaS)
|
- LLM Orchestrator AGPL licensed (to use as custom-label SaaS, contributing back)
|
||||||
- True community governance
|
- True community governance
|
||||||
- No single corporate control
|
- No single corporate control
|
||||||
- 5+ years of stability
|
- 5+ years of stability
|
||||||
|
@ -7,10 +7,13 @@
|
||||||
- Enterprise-grad
|
- Enterprise-grad
|
||||||
- Hosted locally or Multicloud
|
- Hosted locally or Multicloud
|
||||||
|
|
||||||
|
## Contributors
|
||||||
|
|
||||||
<a href="https://github.com/generalbots/botserver/graphs/contributors">
|
<a href="https://github.com/generalbots/botserver/graphs/contributors">
|
||||||
<img src="https://contrib.rocks/image?repo=generalbots/botserver" />
|
<img src="https://contrib.rocks/image?repo=generalbots/botserver" />
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
## Overview
|
||||||
|
|
||||||
| Area | Status |
|
| Area | Status |
|
||||||
|------------------------------|----------------------------------------------------------------------------------------------------|
|
|------------------------------|----------------------------------------------------------------------------------------------------|
|
||||||
|
@ -23,12 +26,11 @@
|
||||||
| Samples | [BASIC](https://github.com/GeneralBots/BotServer/tree/master/packages/default.gbdialog) or [](https://github.com/GeneralBots/AzureADPasswordReset.gbapp)
|
| Samples | [BASIC](https://github.com/GeneralBots/BotServer/tree/master/packages/default.gbdialog) or [](https://github.com/GeneralBots/AzureADPasswordReset.gbapp)
|
||||||
| [Docker Image](https://github.com/lpicanco/docker-botserver)  <br/> *Provided by [@lpicanco](https://github.com/lpicanco/docker-botserver)* |
|
| [Docker Image](https://github.com/lpicanco/docker-botserver)  <br/> *Provided by [@lpicanco](https://github.com/lpicanco/docker-botserver)* |
|
||||||
|
|
||||||
General Bots
|
# General Bots
|
||||||
------------------
|
|
||||||
|
|
||||||
)
|
)
|
||||||
|
|
||||||
General Bot is a strongly typed 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.
|
General Bot is a strongly typed LLM conversational platform 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.
|
||||||
|
|
||||||
## What is a Bot Server?
|
## What is a Bot Server?
|
||||||
|
|
||||||
|
@ -42,9 +44,7 @@ advanced fashion writing custom code in editors like Visual Studio Code, Atom or
|
||||||
|
|
||||||
Everyone can create bots by just copying and pasting some files and using their
|
Everyone can create bots by just copying and pasting some files and using their
|
||||||
favorite tools from Office (or any text editor) or Photoshop (or any image
|
favorite tools from Office (or any text editor) or Photoshop (or any image
|
||||||
editor). BASIC can be used to build custom dialogs so Bot can be extended just like VBA for Excel (currently in alpha).
|
editor). LLM and BASIC can be mixed used to build custom dialogs so Bot can be extended just like VBA for Excel.
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
## Samples
|
## Samples
|
||||||
|
|
||||||
|
@ -76,7 +76,7 @@ SEND FILE img
|
||||||
|
|
||||||
## Guide
|
## Guide
|
||||||
|
|
||||||
[Read the General Bots BotBook Guide](https://github.com/GeneralBots/BotBook/tree/master/book).
|
[Read the General Bots BotBook Guide](https://docs.pragmatismo.cloud)
|
||||||
|
|
||||||
# Videos
|
# Videos
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue