Creating an AI agent that can write code involves defining a set of rules or guidelines that govern its behavior and responses. Below are some rules you may consider implementing for your AI agent to ensure it effectively generates code:
### Rules for AI Code Generation Agent
1. **Language Specification**:
- The AI shall accept and respond in a specified programming language (e.g., Python, JavaScript, Java).
- It must provide syntax and


