dy reorganization set solutiosn with tech to avoid empty files

This commit is contained in:
Mik-TF
2024-05-11 13:29:28 -04:00
parent 67c09a80da
commit db534dcd2c
9 changed files with 15 additions and 84 deletions

View File

@@ -2,12 +2,8 @@
![](img/twin_model.png)
'actor' driven pattern instead of a model first pattern.
We use an 'actor' driven pattern instead of a model first pattern.
In such a pattern, the root model only holds essentials in its database, hence any necessary changes can be applied at the root.
The model can tap direct into knowledge (how to do certain things) by accessing the 'recipes'. 'Recipes' are the source code that can easily be adapted to any task. By using Domain Specific Language (DSL) it is easy to reuse recipes.
> TODO: too dense, need more explanation
The model can tap direct into knowledge (how to do certain things) by accessing the 'recipes'. 'Recipes' are the source code that can easily be adapted to any task. By using Domain Specific Language (DSL) it is easy to reuse recipes.

View File

@@ -9,8 +9,6 @@ FreeFlow Self is your unique digital "self" - in other worlds, it is you in this
FreeFlow Self guarantees that only you have access to your data - no one else. It encourages a trustful environment without any manipulation attempt from third parties.
> TODO: need more complete and easy to understand explanation, more practical
## Link to 3Bot
3Bot is a first implementation of the FreeFlow Self, its rather technical and in heavy development at this stage.