- Step1: Clone the repository from GitHub and install Python dependencies.
- Step2: Configure environment variables for Llama3 model access and RAG knowledge base endpoints.
- Step3: Run database migrations and start the Django development server.
- Step4: Send POST requests to the /generate-code API with project requirements in JSON.
- Step5: Receive generated frontend and backend code snippets in the API response.
- Step6: Review, customize agent workflows, and deploy the generated code in your environment.