@illuma-ai/agents 1.1.24 → 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.
package/package.json
CHANGED
package/src/graphs/Graph.ts
CHANGED
|
@@ -2701,6 +2701,9 @@ If I seem to be missing something we discussed earlier, just give me a quick rem
|
|
|
2701
2701
|
}
|
|
2702
2702
|
} catch (_e) {
|
|
2703
2703
|
/** If we can't get agent context, that's okay - agentId remains undefined */
|
|
2704
|
+
console.debug(
|
|
2705
|
+
`[dispatchRunStep] Could not resolve agentId from metadata.langgraph_node="${(metadata as Record<string, unknown>).langgraph_node}": ${(_e as Error).message}`
|
|
2706
|
+
);
|
|
2704
2707
|
}
|
|
2705
2708
|
}
|
|
2706
2709
|
|