Coordinates the ADK story pipeline, manages state, retries, and fallbacks, and is used when the Showrunner Orchestrator runs the end-to-end story flow.
Runs the full multi-agent story loop from emotional intake to render-ready scene output.
{
"session_id": "sess_123",
"current_anchor": "A2",
"current_decision": "D2",
"hidden_state": {
"courage": 1,
"compassion": 2,
"truth": 0,
"attachment": 1,
"self_trust": -1
},
"asset_status": {
"images": "ready",
"motion": "fallback_static",
"voice": "ready"
},
"retry_counts": {
"scene_director": 0,
"visual_motion_director": 1,
"voice_sound_designer": 0
},
"next_step": "render_scene"
}