[PR #22] [MERGED] Simple langsmith feedback #37

Closed
opened 2026-02-15 19:15:29 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/streamlit-agent/pull/22
Author: @sfc-gh-jcarroll
Created: 8/15/2023
Status: Merged
Merged: 8/15/2023
Merged by: @sfc-gh-jcarroll

Base: mainHead: simple-langsmith-feedback


📝 Commits (2)

  • 8def944 Add simple feedback app using LangSmith
  • 7b43bbb Add links in README

📊 Changes

4 files changed (+89 additions, -1 deletions)

View changed files

📝 README.md (+1 -0)
📝 poetry.lock (+15 -1)
📝 pyproject.toml (+1 -0)
streamlit_agent/simple_feedback.py (+72 -0)

📄 Description

Add a simple feedback app showing the ease of hooking up LangSmith and the easy UI using streamlit-feedback component. Similar to the Streamlit example in langsmith-cookbook.


🔄 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/streamlit-agent/pull/22 **Author:** [@sfc-gh-jcarroll](https://github.com/sfc-gh-jcarroll) **Created:** 8/15/2023 **Status:** ✅ Merged **Merged:** 8/15/2023 **Merged by:** [@sfc-gh-jcarroll](https://github.com/sfc-gh-jcarroll) **Base:** `main` ← **Head:** `simple-langsmith-feedback` --- ### 📝 Commits (2) - [`8def944`](https://github.com/langchain-ai/streamlit-agent/commit/8def944aeef90f0b6df0f5d520024d619d339aef) Add simple feedback app using LangSmith - [`7b43bbb`](https://github.com/langchain-ai/streamlit-agent/commit/7b43bbbac8c90ae052bf874b3079925dfafc2025) Add links in README ### 📊 Changes **4 files changed** (+89 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) 📝 `poetry.lock` (+15 -1) 📝 `pyproject.toml` (+1 -0) ➕ `streamlit_agent/simple_feedback.py` (+72 -0) </details> ### 📄 Description Add a simple feedback app showing the ease of hooking up LangSmith and the easy UI using streamlit-feedback component. Similar to the [Streamlit example in langsmith-cookbook](https://github.com/langchain-ai/langsmith-cookbook/tree/main/feedback-examples/streamlit). --- <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-15 19:15:29 -05:00
yindo closed this issue 2026-02-15 19:15:29 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/streamlit-agent#37