Vloup

Results 2 comments of Vloup

![Image](https://github.com/user-attachments/assets/696ea46f-332e-4fd8-9b73-0e5dc7caf5f0) We need King of Embedded Models

Fixed with one line of code: ```python with flask_app.app_context(): parallel_mode_run_id = uuid.uuid4().hex graph_engine_copy = graph_engine.create_copy() graph_engine_copy.graph_runtime_state.total_tokens = 0 variable_pool_copy = graph_engine_copy.graph_runtime_state.variable_pool variable_pool_copy.add([self.node_id, "index"], index) variable_pool_copy.add([self.node_id, "item"], item) ```