docs_tfgrid4/docs/mycoverse/mycowizard.md
2024-12-11 07:10:59 +01:00

47 lines
1.5 KiB
Markdown

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