Building AI Agents

Magma

Expert
Licensed User
Longtime User
...Just incredible... for me is the new IoT... applications/automations need Million lines of CODE are just... simple logic... simple natural text talking (even in your language)...

Food for our brains/mind...


n8n - Automation with AI...

How possible is to create an APP in B4X for the automation... ?

Let me make quick analysis for that:

1. Your APP Trigger... (for our apps is simple - for third apps need API of them if having, windows desktop apps can be used with sendkeys)
2. For example wait from prompt chat-text or voice
3. Send the voice or text to Open-AI (chatgpt) to transcribe it... [tokens-may be need to pay]
4. Get the output of (3) and send to Anthropic Chat Model (claude) [tokens-may be need to pay]
5. Receive what the end-user want to do from the output of claude...
6. Use your APP routines/command your app or use 3rd apps using API

The problem of AI agents is sharing passwords/api-keys - using Local AI AGENTS (not local AI, only the agents) solving this problem...
Ofcourse the loacal-ai-agent can be also cloud/mqtt or anything you want... with your way... not with the eyes/ears of others...
 
Last edited:
Top