simulationlab-hr / __init__.py
renanserrano's picture
Upload folder using huggingface_hub
bd67f06 verified
raw
history blame contribute delete
192 Bytes
"""SimLab HR — OpenEnv environment for training AI recruiting and people management agents."""
from simlab_hr.models import HRAction, HRObservation
__all__ = ["HRAction", "HRObservation"]