Skip to content
This repository was archived by the owner on Jul 3, 2025. It is now read-only.

Conversation

@nfcampos
Copy link
Contributor

@nfcampos nfcampos commented Jun 9, 2025

Summary

  • fix builtin imports for Deno compatibility

Testing

  • deno run --node-modules-dir=manual --allow-all --unstable-sloppy-imports /tmp/denotest/run_server.ts
const options = {
  port: 8000,
  nWorkers: 1,
  host: "127.0.0.1",
  cwd: new URL('.', import.meta.url).pathname,
  graphs: { agent: "./agent.mts:graph" },
};

const { host: serverHost } = await startServer(options);

https://chatgpt.com/codex/tasks/task_e_6847047674f4832dbbb5675a109dadc7

@nfcampos nfcampos merged commit e850943 into main Jun 9, 2025
27 of 28 checks passed
@nfcampos nfcampos deleted the codex/investigate-deno-compatibility-for-langgraph-api branch June 9, 2025 19:36
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants