pub const INPUT_REFS_KEY: &str = "input_refs";Expand description
Key under ctx.meta.runtime that carries the IN_REFS list.
Downstream Operator / Spawner code is expected to look this key up and
splice a literal line into the SubAgent’s Spawn directive prompt body
telling it to fetch $IN_REFS = [<out_id>, ...] from the store.