pub async fn cmd_memory_plant(
client: &VtaClient,
context: &str,
key: &str,
value: &str,
) -> Result<(), Box<dyn Error>>Expand description
plant → memory_put. Upserts value under (context, key); re-planting
the same key overwrites the stored value.