getGlobalData
Return data to merge into the agent’s global_data object. Override to
provide skill-specific session data that should be available to all SWAIG
function handlers.
Returns
Record<string, unknown> — Key-value pairs (default: empty object).