screenpipe icon indicating copy to clipboard operation
screenpipe copied to clipboard

feat: add Gumloop flow trigger pipe

Open divanshu-go opened this issue 1 year ago • 3 comments

name: pull request about: submit changes to the project title: "[pr] Add Gumloop flow trigger pipe" labels: '' assignees: ''


description

This pull request introduces a new pipe to trigger Gumloop flows. you can configure the pipeline to execute Gumloop flows based on configured intervals, daily, or hourly schedules. The pipe send the data captured by Screenpipe to the Gumloop API for processing. you can create a gumloop flow on your own for any type of flow making or Gumloop pipeline

related issue: #365 /claim #365

type of change

  • [ ] bug fix
  • [x] new feature
  • [ ] breaking change
  • [ ] documentation update

how to test

  1. Ensure that the pipe.ts script is running with the new Gumloop flow trigger tasks.
  2. Verify that the scheduler tasks trigger correctly based on the configured intervals (e.g., every minute, hourly, or daily).
  3. Confirm that the flow is successfully triggered by checking the logs and verifying the data sent to the Gumloop API.
  4. Test the behavior with various configurations in pipe.json (such as different frequencies and flow times).

if relevant add screenshots or screen captures to prove that this PR works to save us time.

checklist

  • [ ] MOST IMPORTANT: this PR will require less than 30 min to review, merge, and release to production and not crash in the hand of thousands of users
  • [ ] i have read the CONTRIBUTING.md file
  • [ ] i have updated the documentation if necessary
  • [ ] my changes generate no new warnings
  • [ ] i have added tests that prove my fix is effective or that my feature works

additional notes

divanshu-go avatar Nov 06 '24 15:11 divanshu-go

@divanshu-go nice!!

so what is this doing? how did you use it?

was wondering if we should make it usable in two ways:

either send all raw data to gumloop (mic & screen)

pros:

  • do whatever from gumloop with the data

cons:

  • data privacy risks
  • more pricy?

or have a local AI that capture specific details of your day (logs) and then send this to gumloop

pros:

  • more data privacy

cons:

  • potential loss of data, less quality, need to be more specific about the use case
  • more resource usage

louis030195 avatar Nov 06 '24 16:11 louis030195

https://github.com/mediar-ai/screenpipe/issues/365#issuecomment-2459990707

divanshu-go avatar Nov 07 '24 01:11 divanshu-go

image

Anshgrover23 avatar Nov 11 '24 17:11 Anshgrover23