[PR #754] [MERGED] cli: add analytics #1650

Closed
opened 2026-02-20 17:45:14 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/754
Author: @vbarda
Created: 6/21/2024
Status: Merged
Merged: 6/24/2024
Merged by: @vbarda

Base: mainHead: vb/cli-analytics


📝 Commits (10+)

📊 Changes

4 files changed (+124 additions, -2 deletions)

View changed files

libs/cli/langgraph_cli/analytics.py (+98 -0)
📝 libs/cli/langgraph_cli/cli.py (+10 -2)
libs/cli/langgraph_cli/constants.py (+6 -0)
libs/cli/langgraph_cli/version.py (+10 -0)

📄 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/langgraph/pull/754 **Author:** [@vbarda](https://github.com/vbarda) **Created:** 6/21/2024 **Status:** ✅ Merged **Merged:** 6/24/2024 **Merged by:** [@vbarda](https://github.com/vbarda) **Base:** `main` ← **Head:** `vb/cli-analytics` --- ### 📝 Commits (10+) - [`4bf6584`](https://github.com/langchain-ai/langgraph/commit/4bf6584e6cb6db697293f27248558e231da20e51) cli: add analytics - [`d92adca`](https://github.com/langchain-ai/langgraph/commit/d92adca5f00d7d144a4aa43393081c50730c2f39) fix - [`a11f37d`](https://github.com/langchain-ai/langgraph/commit/a11f37d50f3bb431ab57093c6e526eb2bd956837) remove print - [`c26e313`](https://github.com/langchain-ai/langgraph/commit/c26e31357919a9b0e6c4e1b75f975a2a2345aa62) code review - [`a904581`](https://github.com/langchain-ai/langgraph/commit/a9045816e5762efc927875fe548861a91fb8f91e) fix dep - [`b2bdd2f`](https://github.com/langchain-ai/langgraph/commit/b2bdd2f0a9747bab1050e240d672e2dc87c25d29) fix deps - [`f0d7d88`](https://github.com/langchain-ai/langgraph/commit/f0d7d889af6144f7ac3c0ebce88d91167aac9c9b) Merge branch 'main' into vb/cli-analytics - [`672bf65`](https://github.com/langchain-ai/langgraph/commit/672bf654482f76bb5d781eaa0a19ea5719749906) update secrets - [`90865de`](https://github.com/langchain-ai/langgraph/commit/90865de9c3868bb10adb5fa1c38ef4f02db4af82) code review - [`f84f77d`](https://github.com/langchain-ai/langgraph/commit/f84f77d267ca95af9c82a0e6bf2204086d3e2c08) use urllib ### 📊 Changes **4 files changed** (+124 additions, -2 deletions) <details> <summary>View changed files</summary> ➕ `libs/cli/langgraph_cli/analytics.py` (+98 -0) 📝 `libs/cli/langgraph_cli/cli.py` (+10 -2) ➕ `libs/cli/langgraph_cli/constants.py` (+6 -0) ➕ `libs/cli/langgraph_cli/version.py` (+10 -0) </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-20 17:45:14 -05:00
yindo closed this issue 2026-02-20 17:45:14 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraph#1650