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:
- “Always write Python code according to PEP 8.”
- “Never modify the
.envfile.” - “Ask the user for confirmation before deleting any file.”