Creating a more autonomous assistant on top of A0 and Whatsapp? #1768
Unanswered
jerkstorecaller
asked this question in
Q&A
Replies: 1 comment
|
Scheduling the same message or even one prompt and the reply may be better done in separate Python script. I would like it to be a service / place etc where Agent Zero could write the code but then the execution would not be agentic LLM based. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I'm wondering if Agent Zero is appropriate for use as a semi-autonomous bot over Whatsapp for my family. I want it to answer knowledge queries the way A0 does. But I also have some more advanced use-cases and I don't see how to do them.
For example, say I want A0 to send a daily reminder to an elderly relative to take his meds. I will create a scheduled task, probably a custom skill, but how does it send the message? I don't see a toolcall to send a Whatsapp message just like that to a specific person.
Is A0 the right tool for this, or should I be writing a dedicated bot in Python and limiting A0 only for active discussions?
All reactions