From 9b13eb0e2c27eb98e2cb9bc7939cd1c5b4900087 Mon Sep 17 00:00:00 2001 From: Rodrigo Rodriguez Date: Sat, 31 Aug 2024 13:58:24 -0300 Subject: [PATCH] Updated. --- site/docs/chapter-05-gbdialog-reference.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/site/docs/chapter-05-gbdialog-reference.md b/site/docs/chapter-05-gbdialog-reference.md index a960899f..2234143a 100644 --- a/site/docs/chapter-05-gbdialog-reference.md +++ b/site/docs/chapter-05-gbdialog-reference.md @@ -11,13 +11,10 @@ General Bots BASIC using HEAR and TALK keywords provides a easy to write bot lan ## Architecture +## +A BASIC Isolated Virtual Machine Architecture, like creating a conversation Node.js application just using BASIC. All code will run isolated on a Node, (https://user-images.githubusercontent.com/14840374/200206510-9f5bd788-e710-4932-9ed8-a09599656cea.png). -## BASIC Isolated Virtual Machine Architecture - -It is like creating a conversation Node.js application just using BASIC. All code will run isolated on a Node VM: - -![image](https://user-images.githubusercontent.com/14840374/200206510-9f5bd788-e710-4932-9ed8-a09599656cea.png) One of the key security features of the General Bots platform is its use of isolated virtual machines (VMs) for each dialog. This architecture provides a robust layer of security and isolation, significantly reducing the risk of cross-contamination or unauthorized access between different bot interactions. ### How It Works