vibespatial.runtime.event_log

Attributes

Functions

get_event_log_path(→ pathlib.Path | None)

append_event_record(→ None)

read_event_records(→ list[dict[str, Any]])

Module Contents

vibespatial.runtime.event_log.EVENT_LOG_ENV_VAR = 'VIBESPATIAL_EVENT_LOG'
vibespatial.runtime.event_log.get_event_log_path() pathlib.Path | None
vibespatial.runtime.event_log.append_event_record(event_type: str, payload: dict[str, Any]) None
vibespatial.runtime.event_log.read_event_records(path: pathlib.Path) list[dict[str, Any]]