Complete support for DENO through ESM or other CDNs #42

Open
opened 2026-02-15 17:06:01 -05:00 by yindo · 0 comments
Owner

Originally created by @FrancescoMasaia on GitHub (Jun 21, 2024).

I'm experiencing that the only way to use langgraph with DENO is by using the npm:@langchain/langgraph package.
The problem with importing the package like that is that DENO answers in 500ms instead of 100ms of loading all packages through ESM, is there any simple way to make it fully compatible with those CDNs?
That would be really helpful to reduce latency during general inference.

I'm loading the package inside supabase edge function runtime

Originally created by @FrancescoMasaia on GitHub (Jun 21, 2024). I'm experiencing that the only way to use langgraph with DENO is by using the npm:@langchain/langgraph package. The problem with importing the package like that is that DENO answers in 500ms instead of 100ms of loading all packages through ESM, is there any simple way to make it fully compatible with those CDNs? That would be really helpful to reduce latency during general inference. I'm loading the package inside supabase edge function runtime
yindo added the enhancement label 2026-02-15 17:06:01 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraphjs#42