genie-toolkit icon indicating copy to clipboard operation
genie-toolkit copied to clipboard

Add the ability to store personalized commands

Open gcampax opened this issue 3 years ago • 0 comments

User story: As a user, I want my agent to remember all commands that I was able to use successfully, so that in the future I will be able to reissue the same command identically without fear that the command would be misinterpreted due to a model update.

Implementation: We can probably leverage the exact matcher we use for developer mode, together with a plain text database + binary trie index stored in the user's directory.

gcampax avatar Feb 03 '21 22:02 gcampax