Group of 3 Under the hood
Forked-agent queries, including memory extraction, can now run in a new relayFork mode, off by default
What
- The forked-agent execution function now accepts a new
relayForkoption and threads it into the underlying query call, alongside the existingcompactionRequestKindandthinkingStripPlanoptions. - The memory-extraction path (
extract_memories) setsrelayForkbased on a new gate combined with a sync check, and logs the value in telemetry asrelay_fork. - The gate reads a feature flag (
tengu_wild_tome), sorelayForkis off by default.
Why
This is internal plumbing for a new relay-based mode for forked and background queries such as memory extraction; since it's gated behind a disabled flag, it has no visible effect yet.
Something disagreesSomething we can check disagrees with this entry, or the writer said they could not settle it.
The writer flagged doubt
What relayFork controls or enables is not stated in the finding.