neurocore.runtime.events.FlowEvent ================================== .. py:class:: neurocore.runtime.events.FlowEvent .. py:attribute:: event_type :type: FlowEventType .. py:attribute:: step_name :type: str .. py:attribute:: data :type: dict[str, Any] .. py:attribute:: timestamp :type: float .. py:attribute:: duration_ms :type: float | None :value: None .. py:attribute:: error :type: str | None :value: None .. py:method:: to_dict() -> dict[str, Any]