From 9962f1638c7959175b02f0bdbed905887de47618 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 4 Dec 2025 17:26:20 +0000 Subject: [PATCH 1/2] Initial plan From 58a6497002e0565c69d049cc9290c13d3e5012f5 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 4 Dec 2025 17:28:40 +0000 Subject: [PATCH 2/2] Fix broken SECURITY.md and LICENSE.md links in LangChain Node.js README Co-authored-by: pontemonti <7850950+pontemonti@users.noreply.github.com> --- nodejs/langchain/sample-agent/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nodejs/langchain/sample-agent/README.md b/nodejs/langchain/sample-agent/README.md index fa34162c..b7e179de 100644 --- a/nodejs/langchain/sample-agent/README.md +++ b/nodejs/langchain/sample-agent/README.md @@ -30,7 +30,7 @@ For issues, questions, or feedback: - **Issues**: Please file issues in the [GitHub Issues](https://github.com/microsoft/Agent365-nodejs/issues) section - **Documentation**: See the [Microsoft Agents 365 Developer documentation](https://learn.microsoft.com/en-us/microsoft-agent-365/developer/) -- **Security**: For security issues, please see [SECURITY.md](SECURITY.md) +- **Security**: For security issues, please see [SECURITY.md](../../../SECURITY.md) ## Contributing @@ -55,4 +55,4 @@ This project has adopted the [Microsoft Open Source Code of Conduct](https://ope Copyright (c) Microsoft Corporation. All rights reserved. -Licensed under the MIT License - see the [LICENSE](LICENSE.md) file for details. \ No newline at end of file +Licensed under the MIT License - see the [LICENSE](../../../LICENSE.md) file for details. \ No newline at end of file