jkomoros / prompt-garden

A framework for gardening LLM prompts
Apache License 2.0
9 stars 0 forks source link

Add `persist` and `retrieve` seed_types #34

Open jkomoros opened 1 year ago

jkomoros commented 1 year ago

A permanent version of let/var.

Should store in a simple key/value store in .profiles like AssociativeMemory.

Ensure it's inputValue (that is, only of types that are possible to persist in JSON)

The convention, like with environment, should be to prefix a domain you control to the front of the key: "komoroske.com:var"