#pragma once #include #include namespace aethera::web { [[nodiscard]] nlohmann::json taskflow_trace_json( const Taskflow_Frame_Trace& trace, const nlohmann::json& captured_components = {}, const nlohmann::json& captured_backend = {}); }