From f7a72e345de6c544578e66b791719a72db6b496c Mon Sep 17 00:00:00 2001 From: NiranjanKumar003 Date: Wed, 1 Oct 2025 03:46:04 +0530 Subject: [PATCH] fix: Windows compatibility and documentation typos - Fix Windows build compatibility in @langchain/scripts package - Replace Unix-specific mkdir -p and mv commands with Node.js equivalents - Replace rm -rf with cross-platform rimraf - Fix typo: 'Langhain' -> 'LangChain' in README files - Fix typos in net-mocks README: 'occured' -> 'occurred', 'its the' -> 'it's the' --- README.md | 4 ++-- internal/net-mocks/README.md | 2 +- langchain/README.md | 2 +- libs/langchain-scripts/package.json | 6 +++--- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 72f0312ea012..4c9f273fdb78 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ⚡ Building applications with LLMs through composability ⚡ - ![npm](https://img.shields.io/npm/dm/langchain) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Twitter](https://img.shields.io/twitter/url/https/twitter.com/langchainai.svg?style=social&label=Follow%20%40LangChainAI)](https://twitter.com/langchainai) [![Open in Dev Containers](https://img.shields.io/static/v1?label=Dev%20Containers&message=Open&color=blue&logo=visualstudiocode)](https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/langchain-ai/langchainjs) +![npm](https://img.shields.io/npm/dm/langchain) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Twitter](https://img.shields.io/twitter/url/https/twitter.com/langchainai.svg?style=social&label=Follow%20%40LangChainAI)](https://twitter.com/langchainai) [![Open in Dev Containers](https://img.shields.io/static/v1?label=Dev%20Containers&message=Open&color=blue&logo=visualstudiocode)](https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/langchain-ai/langchainjs) [](https://codespaces.new/langchain-ai/langchainjs) Looking for the Python version? Check out [LangChain](https://github.com/langchain-ai/langchain). @@ -91,7 +91,7 @@ Agents allow an LLM autonomy over how a task is accomplished. Agents make decisi - Overview of the [interfaces](https://js.langchain.com/docs/how_to/lcel_cheatsheet/), [modules](https://js.langchain.com/docs/concepts) and [integrations](https://js.langchain.com/docs/integrations/platforms/) - [Full Documentation](https://js.langchain.com) - [Tutorial](https://js.langchain.com/docs/tutorials/) walkthroughs -- [Langhain Forum](https://forum.langchain.com) +- [LangChain Forum](https://forum.langchain.com) - [API Reference](https://api.js.langchain.com) ## 💁 Contributing diff --git a/internal/net-mocks/README.md b/internal/net-mocks/README.md index bd790c109398..705b21e939e1 100644 --- a/internal/net-mocks/README.md +++ b/internal/net-mocks/README.md @@ -114,7 +114,7 @@ Additionally when a response comes back with `Content-Type: text/event-stream` ( ### Using dev tools -HAR is a lesser known web standard that has its own place in modern web browser devtools, and its the format that we're using to retain network activity for later runs. This means that we can inspect all network transactions that occured in a test directly in the browser. +HAR is a lesser known web standard that has its own place in modern web browser devtools, and it's the format that we're using to retain network activity for later runs. This means that we can inspect all network transactions that occurred in a test directly in the browser.