chane35's picture
PERMANENCE: reversibility-aware RL environment for training LLM agents
796da7c verified
Raw
History Blame Contribute Delete
99 Bytes
"""Shared low-level helpers."""
from .serialization import to_jsonable
__all__ = ["to_jsonable"]