mirror of
https://github.com/katanemo/plano.git
synced 2026-06-20 15:28:07 +02:00
initial commit
This commit is contained in:
parent
1f95fac4af
commit
1d19f0c2f7
36 changed files with 3003 additions and 109 deletions
13
README.md
13
README.md
|
|
@ -48,6 +48,19 @@ And you think to yourself, can't I move faster by focusing on higher-level objec
|
|||
**High-Level Sequence Diagram**:
|
||||

|
||||
|
||||
```mermaid
|
||||
sequenceDiagram
|
||||
participant dotcom
|
||||
participant iframe
|
||||
participant viewscreen
|
||||
dotcom->>iframe: loads html w/ iframe url
|
||||
iframe->>viewscreen: request template
|
||||
viewscreen->>iframe: html & javascript
|
||||
iframe->>dotcom: iframe ready
|
||||
dotcom->>iframe: set mermaid data on iframe
|
||||
iframe->>iframe: render mermaid
|
||||
```
|
||||
|
||||
**Jump to our [docs](https://docs.archgw.com)** to learn how you can use Arch to improve the speed, security and personalization of your GenAI apps.
|
||||
|
||||
> [!IMPORTANT]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue