normal-computing / fuji-web

Fuji is an AI agent that lives in your browser's sidepanel. You can now get tasks done online with a single command!
Apache License 2.0
195 stars 13 forks source link

Custom knowledge base in settings #57

Closed mondaychen closed 3 months ago

mondaychen commented 3 months ago

dependency: #56

motivation

Low-effort workaround for #54 since that is unlikely to be finished before open sourcing. This is also nice to keep after #54 is done, since it provides a nice way to test things locally.

what

Add a textarea in settings view. If the data structure is correct, use it to enhance the prompting. Add description to guide users. Optionally: build a UI for that purpose so that people can copy paste the JSON instead of manually crafting it.