jkomoros / prompt-garden

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

Access control for memories and stores #62

Open jkomoros opened 1 year ago

jkomoros commented 1 year ago

Use case: you run seeds from a remote packet, and it looks at komoroske.com:polymath-import (or some other location it didn't store to) and peeks at the memory.

At the very least there should be a confirmation (saved, like allowedFetches) when it tries to look into memories it didn't create.

But that requires remembering the namespace and seed packet location of seeds when they store memories.

enumerate seed_type also makes this problem worse