langchain-ai / langchain-ai/langgraphjs
Complete support for DENO through ESM or other CDNs
- Dominant language
- TypeScript
- Stars
- 3.3k
- Forks
- 579
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 56
Description
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
Contributor guide
Research direction
Start by reproducing the npm:@langchain/langgraph import in a Deno Supabase Edge Function and compare its loading behavior with ESM or CDN imports. Inspect the package entry points and dependency loading; done means LangGraph can load through the intended ESM or CDN path with lower startup latency.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- deno, supabase, typescript
- Domain
- backend, cloud
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100