[PR #489] [MERGED] docs(cli): enhance README with comprehensive documentation #701

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/deepagents/pull/489
Author: @rlancemartin
Created: 11/24/2025
Status: Merged
Merged: 11/24/2025
Merged by: @rlancemartin

Base: masterHead: rlm/cherry-pick-readme-docs


📝 Commits (2)

  • c035ddd docs(cli): enhance README with comprehensive documentation
  • f99bf59 Delete older README

📊 Changes

3 files changed (+214 additions, -257 deletions)

View changed files

📝 README.md (+1 -0)
📝 libs/deepagents-cli/README.md (+213 -60)
libs/deepagents-cli/deepagents_cli/README.md (+0 -197)

📄 Description

Cherry-pick of commit 192e7d55 that was merged to rlm/project-level-skills-only after that branch had already merged to master via PR #439.

Summary

  • Clear quickstart with pip/uv installation instructions
  • Comprehensive built-in tools table with HITL explanation
  • CLI help command and configuration options
  • Agent management commands (list, create, reset)
  • Memory system documentation (agent.md files and project memory)
  • Skills system architecture with progressive disclosure pattern

Context

These changes were originally in PR #440, which merged to rlm/project-level-skills-only after that branch was already merged to master, so the README updates never made it to master.


🔄 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/489 **Author:** [@rlancemartin](https://github.com/rlancemartin) **Created:** 11/24/2025 **Status:** ✅ Merged **Merged:** 11/24/2025 **Merged by:** [@rlancemartin](https://github.com/rlancemartin) **Base:** `master` ← **Head:** `rlm/cherry-pick-readme-docs` --- ### 📝 Commits (2) - [`c035ddd`](https://github.com/langchain-ai/deepagents/commit/c035dddf4e03ba5f514f6ec9e893f16803afab2b) docs(cli): enhance README with comprehensive documentation - [`f99bf59`](https://github.com/langchain-ai/deepagents/commit/f99bf59ca0c3aeb44f53f471aea280bc1ee9ddc1) Delete older README ### 📊 Changes **3 files changed** (+214 additions, -257 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) 📝 `libs/deepagents-cli/README.md` (+213 -60) ➖ `libs/deepagents-cli/deepagents_cli/README.md` (+0 -197) </details> ### 📄 Description Cherry-pick of commit 192e7d55 that was merged to rlm/project-level-skills-only after that branch had already merged to master via PR #439. ## Summary - Clear quickstart with pip/uv installation instructions - Comprehensive built-in tools table with HITL explanation - CLI help command and configuration options - Agent management commands (list, create, reset) - Memory system documentation (agent.md files and project memory) - Skills system architecture with progressive disclosure pattern ## Context These changes were originally in PR #440, which merged to rlm/project-level-skills-only after that branch was already merged to master, so the README updates never made it to master. --- <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:16:53 -05:00
yindo closed this issue 2026-02-16 09:16:54 -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#701