ContextFrameworkData
data class ContextFrameworkData(val callbackContextData: MutableMap<String, Any> = concurrentMutableMapOf())
Framework-internal per-invocation data holder. Groups scratch state used by ADK's own machinery and the ADK Java interop so it stays off InvocationContext's public constructor. The type itself needs no opt-in; its members are marked FrameworkInternalApi.