[PR #41] [CLOSED] docs: Fix screenshot display and enhance README with professional formatting #76

Closed
opened 2026-02-16 06:17:05 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/deepagentsjs/pull/41
Author: @RaheesAhmed
Created: 10/27/2025
Status: Closed

Base: mainHead: main


📝 Commits (3)

  • 3851b88 docs: enhance README with detailed overview and features; add deep_agents image
  • 03d5b51 feat: add streaming examples and utilities for Deep Agents; updated README with streaming support details
  • d1b1532 Merge branch 'main' into main

📊 Changes

5 files changed (+785 additions, -3 deletions)

View changed files

📝 README.md (+45 -3)
deep_agents.png (+0 -0)
examples/streaming-advanced.ts (+290 -0)
examples/streaming-basic.ts (+145 -0)
src/streaming.ts (+305 -0)

📄 Description

Added comprehensive sections to improve documentation quality:

  • Professional Header

    • Centered layout with badges (npm version, license, TypeScript)
    • Quick navigation links to docs, examples, and issue tracker
  • New Sections

    • Features - Highlights key capabilities
    • 🚀 Installation - Multiple package manager options
    • 🏁 Quick Start - Code example for getting started
    • 📚 Documentation - Links to official resources

🔄 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/deepagentsjs/pull/41 **Author:** [@RaheesAhmed](https://github.com/RaheesAhmed) **Created:** 10/27/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (3) - [`3851b88`](https://github.com/langchain-ai/deepagentsjs/commit/3851b889ed31fe23cb87b4822e213d7095155329) docs: enhance README with detailed overview and features; add deep_agents image - [`03d5b51`](https://github.com/langchain-ai/deepagentsjs/commit/03d5b51cd9d3e82766a64a64b0909e03a5f8098f) feat: add streaming examples and utilities for Deep Agents; updated README with streaming support details - [`d1b1532`](https://github.com/langchain-ai/deepagentsjs/commit/d1b1532bac959f10d76bcce3b2613ab2b7a921ad) Merge branch 'main' into main ### 📊 Changes **5 files changed** (+785 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+45 -3) ➕ `deep_agents.png` (+0 -0) ➕ `examples/streaming-advanced.ts` (+290 -0) ➕ `examples/streaming-basic.ts` (+145 -0) ➕ `src/streaming.ts` (+305 -0) </details> ### 📄 Description Added comprehensive sections to improve documentation quality: - **Professional Header** - Centered layout with badges (npm version, license, TypeScript) - Quick navigation links to docs, examples, and issue tracker - **New Sections** - ✨ Features - Highlights key capabilities - 🚀 Installation - Multiple package manager options - 🏁 Quick Start - Code example for getting started - 📚 Documentation - Links to official resources --- <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 06:17:05 -05:00
yindo closed this issue 2026-02-16 06:17:05 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/deepagentsjs#76