Hi,
I’m not a coder. I’m trying to make a research agent to find scientific papers on a subject regularly (say each week), using Perplexity. The output of the search should be shown in a Slack channel as a easy to read message, with citations, and nicely formatted.
I managed to get output from Perplexity and into the Slack channel, but writing the right JSON code for the Blocks field doesn’t work. I need somebody with a bit more experience, would love to get some help.
Requirements for the agent:
- adjustable interval to let Perplexity search (I have the right prompt already)
- output the contents in Slack Channel
- make sure the contents are easy to read in a nice message on Slack
- make sure that - if possible - it remembers what it found last time, so that I don’t get the same kind of messages
Who can help me?