@illuma-ai/agents 1.1.23 → 1.1.25

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1977,6 +1977,7 @@ If I seem to be missing something we discussed earlier, just give me a quick rem
1977
1977
  }
1978
1978
  catch (_e) {
1979
1979
  /** If we can't get agent context, that's okay - agentId remains undefined */
1980
+ console.debug(`[dispatchRunStep] Could not resolve agentId from metadata.langgraph_node="${metadata.langgraph_node}": ${_e.message}`);
1980
1981
  }
1981
1982
  }
1982
1983
  this.contentData.push(runStep);