mediar-ai / screenpipe

Library to build personalized AI powered by what you've seen, said, or heard. Works with Ollama. Alternative to Rewind.ai. Open. Secure. You own your data. Rust.
https://screenpi.pe
MIT License
1.36k stars 104 forks source link

passing confs thru pipes & API to give user feedback #285

Closed louis030195 closed 1 week ago

louis030195 commented 1 week ago

my rough ideas:

screenpipe --pipe checkSecurityIssuesOnMyScreen.ts checkSecurityIssuesOnMyScreen.json # <- some json conf for it

and feedback

console.log("yo") // <- this would stream logs in some foldable component in the app + logs in cli
pipe.showNotification({title: "yo man", body: llm("tell the user a story"), action: doYouValidateThisStory()})

again we want to avoid to do too much UI like obsidian plugins do

would rather take the software 3.0 path

maybe let pipes create AI tools that are used in the chat or AI streamable tools something

maybe GPTs thing (kinda see this a failure from openai)

feel free to drop ideas

linear[bot] commented 1 week ago

MED-80 passing confs thru pipes & API to give user feedback

louis030195 commented 1 week ago

mostly done