- Step1: Clone the repository and navigate into the project folder.
- Step2: Install dependencies with `pip install -r requirements.txt`.
- Step3: Set your OpenAI API key with `export OPENAI_API_KEY=your_key`.
- Step4: Run the agent using `python agent.py`.
- Step5: Enter your natural language prompt describing the code you need.
- Step6: Review the generated Python code and its execution output.
- Step7: Provide follow-up prompts to debug or refine the code.