Definition: A specific instruction that an Agent must always follow or follow under certain conditions.

Simply put: A Rule says what is allowed or forbidden and what behavior is expected.

Examples:

  1. “Always write Python code according to PEP 8.”
  2. “Never modify the .env file.”
  3. “Ask the user for confirmation before deleting any file.”

AI My-Journey-In-Codeless Agent