run a code which subscribes to listen to specific events you want.
maybe some dvm stuff can do the same for you(?).
what is your situation?
run a code which subscribes to listen to specific events you want.
maybe some dvm stuff can do the same for you(?).
what is your situation?
I'm looking to trigger my AI workflow in n8n from Nostr.
My current version runs on a scheduled job, each time checking for mentions.
For this newer version I want to build towards agents conversing with each other, and it's going to need more immediate response times.
I can trigger a workflow to run on a webhook so it fits the bill. I've set up OpenWebUI to run my n8n agent this way and it's fast.
For a trigger from Nostr something like on any kind 1 note with #p tag of the agent pubkey, hit an n8n URL.
the approach i provided in previous comment won't help you?