Skip to content

Instantly share code, notes, and snippets.

@arturohernandez10
Created February 8, 2023 02:32
Show Gist options
  • Save arturohernandez10/9530fb83b99e311b68cde5522aaf59ef to your computer and use it in GitHub Desktop.
Save arturohernandez10/9530fb83b99e311b68cde5522aaf59ef to your computer and use it in GitHub Desktop.
Mermaid

graph TD

%% sinks and sources sUI[[User Input]] sAT[[Activity Tracking]] sPCC[[Prompt Combination and Completion]] sFS[[File System]] sPO[[Prompt Organization]] sUI[[User Interface]] sPS[[Prompt Storage]] sSD[[Source Documents]] sPF[[Prompt Files]]

%% data flows sUI --> fATCF(Fragment of code or documentation) --> sAT sSD --> fPCC(Prompt Combination and Completion) --> sPCC sPF --> fPCC(Prompt Combination and Completion) --> sPCC sAT --> fAS(Activity State) --> sPCC sPCC --> fCC(Completions) --> sFS sFS --> fP(Prompts) --> sPO sPO--> fCh(Changes) --> sUI

%% operations fCh == Updates Prompts ==> fP fAS == Reconciles Changes ==> fCC fATCF == Captures Activity ==> fAS fPCC == Combines it with an appropriate prompt ==> fAS fAS == Visualize and track changes in the activity completions stack ==> fCh fATCF == Edits Prompts ==> fPCC fPCC == Compiles and Executes Prompt ==> fCC

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment