event: start
data: {"message":"Analyzing...","step":"start"}
event: status
data: {"message":"Making a plan...","step":"planner_start"}
event: status
data: {"message":"Routing query...","step":"router_start"}
event: status
data: {"message":"Retrieving response from agent...","step":"agent_start"}
event: token
data: {"delta":"Paris","step":"agent_stream"}
event: status
data: {"message":"Consolidating responses...","step":"consolidator_start"}
event: token
data: {"delta":"Paris","step":"consolidator_stream"}
event: end
data: {"message":"Finished.","step":"end","output":{"answer":"Paris is the capital of France.","thread_id":"thread_456","workflow_response_id":123,"thread_name":"Questions about Paris","agents_used":["Knowledge Agent"],"sources":"Wikipedia","references":[],"subqueries":[]},"success":true}