Files
From the outside, a Standard system works like a typical cloud drive or local file system: drag and drop or click to add files, and they are recorded in the files standard and saved to the selected location. When a file is added, changed, or deleted, the file standard updates and generates a background summary. These summaries feed the LLM, which performs a self-training process weekly on Sundays at 10 PM (configurable).
#Update files standard
files index
#Create a folder
files folders "PATH"
files move "SOURCE PATH" "DESTINATION PATH"
files replace "SOURCE PATH" "DESTINATION PATH"
files get "PATH"
files remove "PATH"