[PR #1167] [MERGED] refactor(cli): move imports to top level #1179

Closed
opened 2026-02-16 09:18:21 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/deepagents/pull/1167
Author: @mdrxy
Created: 2/6/2026
Status: Merged
Merged: 2/6/2026
Merged by: @mdrxy

Base: masterHead: mdrxy/rfc-tests


📝 Commits (2)

  • 17f54ab refactor(cli): move imports to top level
  • 69ac0ee Merge branch 'master' into mdrxy/rfc-tests

📊 Changes

8 files changed (+55 additions, -97 deletions)

View changed files

📝 libs/cli/deepagents_cli/local_context.py (+1 -2)
📝 libs/cli/deepagents_cli/widgets/messages.py (+4 -12)
📝 libs/cli/deepagents_cli/widgets/welcome.py (+2 -1)
📝 libs/cli/pyproject.toml (+18 -1)
📝 libs/cli/tests/unit_tests/test_config.py (+1 -8)
📝 libs/cli/tests/unit_tests/test_exception_handling.py (+21 -49)
📝 libs/cli/tests/unit_tests/test_main.py (+5 -12)
📝 libs/cli/tests/unit_tests/test_sessions.py (+3 -12)

📄 Description

No description provided


🔄 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/deepagents/pull/1167 **Author:** [@mdrxy](https://github.com/mdrxy) **Created:** 2/6/2026 **Status:** ✅ Merged **Merged:** 2/6/2026 **Merged by:** [@mdrxy](https://github.com/mdrxy) **Base:** `master` ← **Head:** `mdrxy/rfc-tests` --- ### 📝 Commits (2) - [`17f54ab`](https://github.com/langchain-ai/deepagents/commit/17f54ab72afaf0a89fa9edbb033306e5b93c7b96) refactor(cli): move imports to top level - [`69ac0ee`](https://github.com/langchain-ai/deepagents/commit/69ac0eeac0e8cfbd9a25566c216948bf7a93956f) Merge branch 'master' into mdrxy/rfc-tests ### 📊 Changes **8 files changed** (+55 additions, -97 deletions) <details> <summary>View changed files</summary> 📝 `libs/cli/deepagents_cli/local_context.py` (+1 -2) 📝 `libs/cli/deepagents_cli/widgets/messages.py` (+4 -12) 📝 `libs/cli/deepagents_cli/widgets/welcome.py` (+2 -1) 📝 `libs/cli/pyproject.toml` (+18 -1) 📝 `libs/cli/tests/unit_tests/test_config.py` (+1 -8) 📝 `libs/cli/tests/unit_tests/test_exception_handling.py` (+21 -49) 📝 `libs/cli/tests/unit_tests/test_main.py` (+5 -12) 📝 `libs/cli/tests/unit_tests/test_sessions.py` (+3 -12) </details> ### 📄 Description _No description provided_ --- <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-16 09:18:21 -05:00
yindo closed this issue 2026-02-16 09:18:21 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/deepagents#1179