Laravel + Vue3 promtping AI orchastration
My goal is to build a laravel as a backend(using our type of knowledge/the best practises), and Vue 3 on the front end to the best of our knowledge as well. I know I can use n8n even self hosted and I'm not sure how to pick the AI agents for each task so that other AI agents can orchestrate them to do the work. How I see it now: 1. The main AI agent - manager which I talk to that has an access to all the tools via other agents. 2. Managers which depending on the task will designate the job to backend, frontend or testing, than deployment. 3. AI agents which code backend, use RAG to check the documentation, use our code examples in the RAG. The same for front end. 4. AI agents to do PEST testing, code optimization, checking laravel logs, deploy. Do you know if anyone has already tried it? Would it be better to use Bolt.diy let's say with separate front and backend creation instead? Or, is it possible to build it as a full stack prompting solution like all in one? But, I mean the quality of our web developers, not low code quality.