Update Core Concepts

This commit is contained in:
Sarah Jamie Lewis 2023-04-25 10:48:58 -07:00
parent 8139814fe7
commit 04803fb16c
1 changed files with 4 additions and 2 deletions

View File

@ -12,7 +12,7 @@ Often referred to as `$CWTCH_HOME`, the Cwtch application home directory is the
## Profiles
Cwtch profiles are saved as encrypted sqlite3 databases. You will rarely/never have to interact directly with the database. Instead eahc library provides a set of interfaces overwhich
Cwtch profiles are saved as encrypted sqlite3 databases. You will rarely/never have to interact directly with the database. Instead each library provides a set of interfaces to interact with the Cwtch App, create profiles, manage profiles, and engage in conversations.
## The Event Bus
@ -22,6 +22,8 @@ For an example see the Echo Bot tutorial.
## Settings
Most Cwtch settings (with the exception of experiments) are designed for downstream graphical user interfaces e.g. themes / column layouts - in particular the Cwtch UI. As such these settings are not used at all by Cwtch libraries, and are only intended as a convenient storage place for UI configuration.
### Experiments
Certain Cwtch features are [gated behind experiments](/docs/category/experiments). These experiments need to be enabled before functionality related to them will activate. Different libraries may expose different experiments, and some libraries may not support certain experiments at all.