Hello, we wanted to ask if it's possible to use the adapter-warthog-websocket (correctly adapted) to send real-time events from a local planner in execution to Posthoc, in order to see the nodes of a Trace while exploring. To do so we only changed the index.ts file.
We know that there's the “query” section, but it invokes a planner given a map and a problem, we want to do the exact opposite. We tried and Posthoc correctly connects to the adapter and also the planner sends each event in the right way, but we can’t visualize anything.
Hello, we wanted to ask if it's possible to use the adapter-warthog-websocket (correctly adapted) to send real-time events from a local planner in execution to Posthoc, in order to see the nodes of a Trace while exploring. To do so we only changed the index.ts file.
We know that there's the “query” section, but it invokes a planner given a map and a problem, we want to do the exact opposite. We tried and Posthoc correctly connects to the adapter and also the planner sends each event in the right way, but we can’t visualize anything.