Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feature] implement actions for pipes (e.g. user talk/interact with pipes) #504

Open
louis030195 opened this issue Oct 15, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@louis030195
Copy link
Collaborator

louis030195 commented Oct 15, 2024

basically let the user interact with the pipe like a button, chat, input, anything

use cases:

  • "test" button to test pipes in the store and see if it works and then expose pipe.test() or pipe.health which would let pipe creators offer a way to check their pipe works / test out
  • just a button for one-shot pipes like give me a summary of yesterday
  • input text like kinda search query + button
  • voice agent with pipes haha
  • chat somewhere in the ui to chat with the pipes somehow
  • gptstore-like assistant that people can create in pipes somehow to create custom agents that interact with their 24/7 screen recording

implementation:

  • api in screenpipe-js and expose a pipe.register((message) => ...) or something like this (what about streaming?)
  • or websocket
  • something lower level
  • or something else
@louis030195 louis030195 added the enhancement New feature or request label Oct 15, 2024
Copy link

linear bot commented Oct 15, 2024

@louis030195 louis030195 changed the title [feature] implement actions for pipes [feature] implement actions for pipes (e.g. user talk/interact with pipes) Oct 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant