[PR #3636] [MERGED] da-cli: --max-turns and /agents switcher #3671

Closed
opened 2026-06-05 18:23:55 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/3636
Author: @mdrxy
Created: 4/19/2026
Status: Merged
Merged: 4/19/2026
Merged by: @mdrxy

Base: mainHead: mdrxy/da-cli/feats


📝 Commits (1)

  • f394824 da-cli: --max-turns and /agents switcher

📊 Changes

2 files changed (+26 additions, -1 deletions)

View changed files

📝 src/oss/deepagents/cli/configuration.mdx (+9 -0)
📝 src/oss/deepagents/cli/overview.mdx (+17 -1)

📄 Description

Document two new deepagents CLI features: the /agents slash command for hot-swapping agents mid-session (PR #2558) and the --max-turns flag for capping agentic turns in non-interactive mode (PR #2832).


🔄 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/3636 **Author:** [@mdrxy](https://github.com/mdrxy) **Created:** 4/19/2026 **Status:** ✅ Merged **Merged:** 4/19/2026 **Merged by:** [@mdrxy](https://github.com/mdrxy) **Base:** `main` ← **Head:** `mdrxy/da-cli/feats` --- ### 📝 Commits (1) - [`f394824`](https://github.com/langchain-ai/docs/commit/f394824b432d364587c7e67fcb72230d1c3eb20f) da-cli: `--max-turns` and `/agents` switcher ### 📊 Changes **2 files changed** (+26 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/deepagents/cli/configuration.mdx` (+9 -0) 📝 `src/oss/deepagents/cli/overview.mdx` (+17 -1) </details> ### 📄 Description Document two new deepagents CLI features: the `/agents` slash command for hot-swapping agents mid-session ([PR #2558](https://github.com/langchain-ai/deepagents/pull/2558)) and the `--max-turns` flag for capping agentic turns in non-interactive mode ([PR #2832](https://github.com/langchain-ai/deepagents/pull/2832)). --- <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-06-05 18:23:55 -04:00
yindo closed this issue 2026-06-05 18:23:55 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#3671