[PR #14] [MERGED] add tool for moving files #329

Closed
opened 2026-02-17 17:20:08 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/14
Author: @eyurtsev
Created: 6/4/2025
Status: Merged
Merged: 6/5/2025
Merged by: @eyurtsev

Base: mainHead: eugene/markdown


📝 Commits (4)

📊 Changes

8 files changed (+714 additions, -21 deletions)

View changed files

pipeline/tools/__init__.py (+1 -0)
pipeline/tools/move_files.py (+260 -0)
📝 pyproject.toml (+11 -2)
📝 tests/unit_tests/test_builder.py (+32 -11)
tests/unit_tests/tools/__init__.py (+1 -0)
tests/unit_tests/tools/test_move_files.py (+349 -0)
📝 tests/unit_tests/utils.py (+57 -5)
📝 uv.lock (+3 -3)

📄 Description

  • need to add support for updating notebooks

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/docs/pull/14 **Author:** [@eyurtsev](https://github.com/eyurtsev) **Created:** 6/4/2025 **Status:** ✅ Merged **Merged:** 6/5/2025 **Merged by:** [@eyurtsev](https://github.com/eyurtsev) **Base:** `main` ← **Head:** `eugene/markdown` --- ### 📝 Commits (4) - [`efbe8ed`](https://github.com/langchain-ai/docs/commit/efbe8ed23ad2d12cbfe82822d2888df129e40d79) x - [`ddb74e1`](https://github.com/langchain-ai/docs/commit/ddb74e17a7b72e22c4f792dc482c553ac0090692) x - [`7db4931`](https://github.com/langchain-ai/docs/commit/7db4931d07edba4756fa067ea6bfc9a93cd9d88b) Update pipeline/commands/build.py - [`c76cf41`](https://github.com/langchain-ai/docs/commit/c76cf41f05a9b1a607f9c559c5f87c23a4678a9c) x ### 📊 Changes **8 files changed** (+714 additions, -21 deletions) <details> <summary>View changed files</summary> ➕ `pipeline/tools/__init__.py` (+1 -0) ➕ `pipeline/tools/move_files.py` (+260 -0) 📝 `pyproject.toml` (+11 -2) 📝 `tests/unit_tests/test_builder.py` (+32 -11) ➕ `tests/unit_tests/tools/__init__.py` (+1 -0) ➕ `tests/unit_tests/tools/test_move_files.py` (+349 -0) 📝 `tests/unit_tests/utils.py` (+57 -5) 📝 `uv.lock` (+3 -3) </details> ### 📄 Description - need to add support for updating notebooks --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-17 17:20:08 -05:00
yindo closed this issue 2026-02-17 17:20:08 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#329