@langgraph-js/sdk 1.7.1 → 1.7.2

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.
Files changed (40) hide show
  1. package/.env +0 -0
  2. package/.turbo/turbo-build.log +5 -0
  3. package/LICENSE +201 -201
  4. package/README.md +163 -163
  5. package/dist/LangGraphClient.d.ts +1 -0
  6. package/dist/LangGraphClient.js +3 -8
  7. package/dist/server/createState.d.ts +13 -0
  8. package/dist/server/createState.js +20 -0
  9. package/dist/server/feTools.d.ts +16 -0
  10. package/dist/server/feTools.js +37 -0
  11. package/dist/server/index.d.ts +3 -0
  12. package/dist/server/index.js +3 -0
  13. package/dist/server/interrupt/index.d.ts +23 -0
  14. package/dist/server/interrupt/index.js +36 -0
  15. package/dist/server/swarm/handoff.d.ts +11 -0
  16. package/dist/server/swarm/handoff.js +84 -0
  17. package/dist/server/swarm/keepState.d.ts +6 -0
  18. package/dist/server/swarm/keepState.js +21 -0
  19. package/dist/server/tools/index.d.ts +1 -0
  20. package/dist/server/tools/index.js +1 -0
  21. package/dist/server/tools/sequential-thinking.d.ts +52 -0
  22. package/dist/server/tools/sequential-thinking.js +69 -0
  23. package/dist/server/utils.d.ts +3 -0
  24. package/dist/server/utils.js +24 -0
  25. package/package.json +1 -1
  26. package/src/LangGraphClient.ts +654 -656
  27. package/src/SpendTime.ts +60 -60
  28. package/src/ToolManager.ts +131 -131
  29. package/src/index.ts +5 -5
  30. package/src/tool/ToolUI.ts +41 -41
  31. package/src/tool/copilotkit-actions.ts +72 -72
  32. package/src/tool/createTool.ts +102 -102
  33. package/src/tool/index.ts +3 -3
  34. package/src/tool/utils.ts +158 -158
  35. package/src/ui-store/UnionStore.ts +29 -29
  36. package/src/ui-store/createChatStore.ts +298 -298
  37. package/src/ui-store/index.ts +2 -2
  38. package/src/ui-store/rafDebounce.ts +29 -29
  39. package/test/testResponse.json +5418 -5418
  40. package/tsconfig.json +112 -112

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.