Begin the move toward multi-language support by performing a codebase audit to identify all areas that are Python-specific.
This includes:
- Prompt templates assuming Python syntax or semantics
- Hardcoded language tags (e.g., "language": "python")
- Tooling or function definitions tied to Python-only patterns
- Evaluation or testing logic built only for Python outputs