[PR #32] [MERGED] Add Agent Action/Finish messages to well known types #288

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/32
Author: @eyurtsev
Created: 10/11/2023
Status: Merged
Merged: 10/11/2023
Merged by: @eyurtsev

Base: mainHead: eugene/add_well_known_types


📝 Commits (3)

📊 Changes

5 files changed (+86 additions, -171 deletions)

View changed files

📝 examples/conversational_retrieval_chain/client.ipynb (+3 -1)
📝 examples/conversational_retrieval_chain/server.py (+2 -2)
📝 langserve/serialization.py (+4 -0)
tests/unit_tests/test_encoders.py (+0 -168)
tests/unit_tests/test_serialization.py (+77 -0)

📄 Description

Add agent related messages to well known types


🔄 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/32 **Author:** [@eyurtsev](https://github.com/eyurtsev) **Created:** 10/11/2023 **Status:** ✅ Merged **Merged:** 10/11/2023 **Merged by:** [@eyurtsev](https://github.com/eyurtsev) **Base:** `main` ← **Head:** `eugene/add_well_known_types` --- ### 📝 Commits (3) - [`3264a98`](https://github.com/langchain-ai/langserve/commit/3264a98f26201526290a9df0add6154226e94f5f) add agent related messages - [`25444f5`](https://github.com/langchain-ai/langserve/commit/25444f53a504001d60d4f56e70db0bfe8ee74295) x - [`cc83df7`](https://github.com/langchain-ai/langserve/commit/cc83df79ba97d103b21462fc060dc2d364e981c3) x ### 📊 Changes **5 files changed** (+86 additions, -171 deletions) <details> <summary>View changed files</summary> 📝 `examples/conversational_retrieval_chain/client.ipynb` (+3 -1) 📝 `examples/conversational_retrieval_chain/server.py` (+2 -2) 📝 `langserve/serialization.py` (+4 -0) ➖ `tests/unit_tests/test_encoders.py` (+0 -168) ➕ `tests/unit_tests/test_serialization.py` (+77 -0) </details> ### 📄 Description Add agent related messages to well known types --- <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#288