Replying to Avatar StarBuilder

Eric, yes. we don’t call them bots but we call them “Agent”. you can create an agent by filling out a form on https://chat.plebai.com and it will show up on Nostr as a nostr user that can respond to DM and @. once you create the agent let me know if it needs any data hookups and we can work it out.

Okay great thanks! This is interesting but maybe not necessarily because I just want the "agent" to post when there is a new entry in my database (a new job posting)

not sure if it needs all the other stuff as well

or you think we could make it so if it got @ somewhere it response with a job posting fit ?

or it has tips how to get those job how to do interviews etc?

Reply to this note

Please Login to reply.

Discussion

do you have an API for this DB? send me the info you have and will see if I can create one. will be a good experiment for all of us.

Yes it Supabase db. that mean you just simply use

where should i reach out to you privatly?

import { createClient } from '@supabase/supabase-js'

const supabaseUrl = process.env.SUPABASE_URL

const supabaseKey = process.env.SUPABASE_KEY

const supabase = createClient(supabaseUrl, supabaseKey)

ok. perfect. Just DM me with URL and KEY and also share the DB schema.

Let me know, if it doesn't work with the starbuilder agent. I love #bitcoin jobs 😁

That's super simple, there are lots of repos for this in GitHub. Depends on your runtime env and ops skills