[PR #33] [MERGED] add agent examples #289

Closed
opened 2026-02-16 00:20:03 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langserve/pull/33
Author: @hwchase17
Created: 10/11/2023
Status: Merged
Merged: 10/11/2023
Merged by: @hwchase17

Base: mainHead: harrison/add-agent-example


📝 Commits (3)

📊 Changes

5 files changed (+194 additions, -4 deletions)

View changed files

📝 .github/workflows/langserve_ci.yml (+1 -0)
examples/agent/client.ipynb (+105 -0)
examples/agent/server.py (+82 -0)
📝 examples/conversational_retrieval_chain/client.ipynb (+4 -2)
📝 examples/conversational_retrieval_chain/server.py (+2 -2)

📄 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/langserve/pull/33 **Author:** [@hwchase17](https://github.com/hwchase17) **Created:** 10/11/2023 **Status:** ✅ Merged **Merged:** 10/11/2023 **Merged by:** [@hwchase17](https://github.com/hwchase17) **Base:** `main` ← **Head:** `harrison/add-agent-example` --- ### 📝 Commits (3) - [`ff806a1`](https://github.com/langchain-ai/langserve/commit/ff806a19dd01756e7c521088d2e8931e2d7d4ced) add agent examples - [`07cb197`](https://github.com/langchain-ai/langserve/commit/07cb197ec2ed26c6c02f373bfe582aec19d96098) cr - [`d8ccc86`](https://github.com/langchain-ai/langserve/commit/d8ccc8619bfdfd2cf7fb364d0d5efeeedbe9f752) cr ### 📊 Changes **5 files changed** (+194 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/langserve_ci.yml` (+1 -0) ➕ `examples/agent/client.ipynb` (+105 -0) ➕ `examples/agent/server.py` (+82 -0) 📝 `examples/conversational_retrieval_chain/client.ipynb` (+4 -2) 📝 `examples/conversational_retrieval_chain/server.py` (+2 -2) </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 00:20:03 -05:00
yindo closed this issue 2026-02-16 00:20:03 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langserve#289