docs_tfgrid4/docs/mycoverse/mywizard.md
2024-12-11 15:09:10 +01:00

47 lines
1.5 KiB
Markdown

---
title: 'MyGenie'
sidebar_position: 2
---
## Your Magical Helper to realize your Digital Dreams.
- you chat or talk to your MyGenie
- the MyGenie can run on your phone (phase 2 also in a secure location on the ThreeFold Grid).
- each MycoSphere results in a OurBook which is a automatically created book which shows
- all MyApps and their health, logs, status ...
- the MycoNauts part of the MycoSphere
- financial transactions
- ...
- MyGenie will pay in your or the MycoGuardians behalf for any resources as needed for the MycoSphere
```mermaid
graph TD
subgraph MyGenie ["Your Magical Helper to Realize Your Digital Dreams"]
direction TB
User["You (User)"]
MyGenie["MyGenie (Personal AI Assistant)"]
Phone["Phone (Phase 1)"]
Grid["ThreeFold Grid (Phase 2)"]
MycoSphere2["MycoSphere (Collaboration & Trust)"]
OurBook["OurBook (Automatically Generated)"]
Resources["Resources (Cloud & Compute)"]
MycoGuardian2["MycoGuardian (Sphere Admins)"]
end
%% Connections
User -->|Chats or Talks to| MyGenie
MyGenie -->|Runs On| Phone
MyGenie -->|Optionally Runs On| Grid
MyGenie -->|Manages| MycoSphere2
MycoSphere2 -->|Creates| OurBook
OurBook -->|Includes| MyAppsStatus["MyApps Status"]
OurBook -->|Includes| MycoNautsList["MycoNauts List"]
OurBook -->|Includes| FinancialTransactions
MyGenie -->|Pays for| Resources
MyGenie -->|Acts On Behalf of| User
MyGenie -->|Acts On Behalf of| MycoGuardian2
MycoGuardian2 -->|Oversees| MycoSphere2
```