Wan Arif 3504ca7752
feat: add Azure DevOps integration support (#11243)
Co-authored-by: Graham Neubig <neubig@gmail.com>
2025-11-22 14:00:24 -05:00
..
2025-10-14 02:16:44 +00:00
2025-10-14 02:16:44 +00:00

Utilities

Common utility functions and helpers for the OpenHands app server.

Overview

This module provides utility functions that are used across the app server for common operations like date handling, SQL operations, and dynamic imports.

Key Components

  • date_utils: Date and time utilities
  • sql_utils: SQL database operation helpers
  • import_utils: Dynamic module import utilities

Key Functions

  • utc_now(): Returns current UTC timestamp (replaces deprecated datetime.utcnow)
  • Database connection and query helpers
  • Dynamic module loading utilities
  • Safe import error handling