Return a session-scoped view of any AdcpStateStore.
Prefers store.scoped(sessionKey) when the store defines it; otherwise
wraps with createSessionedStore. Use this in SDK code and skills
so custom store implementations work without requiring them to implement
scoped themselves.
Return a session-scoped view of any
AdcpStateStore.Prefers
store.scoped(sessionKey)when the store defines it; otherwise wraps with createSessionedStore. Use this in SDK code and skills so custom store implementations work without requiring them to implementscopedthemselves.