get_global_data
get_global_data
Return data to merge into the agent’s global_data dictionary. Override to
provide skill-specific session data that should be available to all SWAIG
function handlers.
Returns
dict[str, Any] — Key-value pairs (default: empty dict).