-
Notifications
You must be signed in to change notification settings - Fork 867
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
Add SmartTrend pipe #1372
base: main
Are you sure you want to change the base?
Add SmartTrend pipe #1372
Conversation
@giraffekey is attempting to deploy a commit to the louis030195's projects Team on Vercel. A member of the Team first needs to authorize it. |
I think this is an issue with different setups. I tried running the linkedin ai assistant to see how it works and got the error:
Mine works if you install puppeteer with |
I added a button that installs Chrome before the Connect button is enabled. |
not enough user feedback, please show what the bot is doing, like write some status text idk does not work in general, waited a bit, nothing happen |
Should now connect to the already running browser instance instead of downloading Chrome for Testing. Added status text for the processes and toasts for any caught errors. |
Should be fixed. |
https://cap.so/s/ds7rtm2rs18vwp3 does not work |
It can only connect to Chrome if the remote debugging port is open. Added code to open chrome with the correct args. |
The only time it fails silently like that is when the AI model can't be detected. It should work correctly with |
It turns out screenpipe cloud works differently than other OpenAI providers. I'm not able to use the |
This code works with openai.com but does not work with screenpipe cloud: import { streamObject } from "ai";
import { z } from "zod";
const schema = z.object({
tweetId: z.string(),
handle: z.string(),
reason: z.string(),
reply: z.string(),
});
const { elementStream } = await streamObject({
model,
output: "array",
schema,
prompt: "...",
}); |
It should work with screenpipe cloud now, but it might sometimes fail if the AI returns incorrect schema, since it doesn't support object streaming. |
you mean screenpipe-cloud does not support object streaming? @Gmin2 can you fix that? will give tip |
https://cap.so/s/1s3zr27j73w9ek5 thats great, starts to become rly good, few issues:
logs ![]() ill try to use more daily to see if it's useful |
sure @louis030195 , |
It doesn't give output. What happens is it hangs for a while, then stops the stream without having ever returned anything. When I use |
Investigating 🕵️ |
SmartTrend is a pipe created for the Developer Program that acts as a Twitter engagement assistant that finds relevant tweets and suggests replies to help the user engage more easily.
SmartTrend-2025-02-16_20.01.35.mp4
/claim #1191
/closes #1191