[PR #711] [MERGED] add CLI examples & integration tests #1620

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/711
Author: @vbarda
Created: 6/19/2024
Status: Merged
Merged: 6/20/2024
Merged by: @vbarda

Base: mainHead: vb/add-examples-and-integration-tests


📝 Commits (5)

📊 Changes

30 files changed (+3457 additions, -1 deletions)

View changed files

.github/workflows/_integration_test.yml (+69 -0)
📝 .github/workflows/ci.yml (+8 -1)
libs/cli/examples/.env.example (+10 -0)
libs/cli/examples/.gitignore (+1 -0)
libs/cli/examples/Makefile (+13 -0)
libs/cli/examples/graphs/agent.py (+94 -0)
libs/cli/examples/graphs/langgraph.json (+16 -0)
libs/cli/examples/graphs/storm.py (+636 -0)
libs/cli/examples/graphs_reqs_a/__init__.py (+0 -0)
libs/cli/examples/graphs_reqs_a/compose.yml (+5 -0)
libs/cli/examples/graphs_reqs_a/graphs_submod/__init__.py (+0 -0)
libs/cli/examples/graphs_reqs_a/graphs_submod/agent.py (+94 -0)
libs/cli/examples/graphs_reqs_a/graphs_submod/subprompt.txt (+0 -0)
libs/cli/examples/graphs_reqs_a/hello.py (+1 -0)
libs/cli/examples/graphs_reqs_a/langgraph.json (+9 -0)
libs/cli/examples/graphs_reqs_a/prompt.txt (+0 -0)
libs/cli/examples/graphs_reqs_a/requirements.txt (+4 -0)
libs/cli/examples/graphs_reqs_b/compose.yml (+5 -0)
libs/cli/examples/graphs_reqs_b/graphs_submod/agent.py (+94 -0)
libs/cli/examples/graphs_reqs_b/graphs_submod/subprompt.txt (+0 -0)

...and 10 more files

📄 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/711 **Author:** [@vbarda](https://github.com/vbarda) **Created:** 6/19/2024 **Status:** ✅ Merged **Merged:** 6/20/2024 **Merged by:** [@vbarda](https://github.com/vbarda) **Base:** `main` ← **Head:** `vb/add-examples-and-integration-tests` --- ### 📝 Commits (5) - [`1c447f3`](https://github.com/langchain-ai/langgraph/commit/1c447f3660516ae4b3e1fd8cf6aa7d95b66f8a47) add CLI examples & integration tests - [`b3ee724`](https://github.com/langchain-ai/langgraph/commit/b3ee7243b95cf9c7ea5fcd8a01e6f4638ab683e8) update - [`1cb20c4`](https://github.com/langchain-ai/langgraph/commit/1cb20c41865de633c26eba0e6acfba467d24f71f) lint - [`0ecf112`](https://github.com/langchain-ai/langgraph/commit/0ecf112c9ee11269b6b5804e4f7a71b1273955b4) update - [`1717d6f`](https://github.com/langchain-ai/langgraph/commit/1717d6f3c20165198717cd9420b2f89d0bd5d739) update ### 📊 Changes **30 files changed** (+3457 additions, -1 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/_integration_test.yml` (+69 -0) 📝 `.github/workflows/ci.yml` (+8 -1) ➕ `libs/cli/examples/.env.example` (+10 -0) ➕ `libs/cli/examples/.gitignore` (+1 -0) ➕ `libs/cli/examples/Makefile` (+13 -0) ➕ `libs/cli/examples/graphs/agent.py` (+94 -0) ➕ `libs/cli/examples/graphs/langgraph.json` (+16 -0) ➕ `libs/cli/examples/graphs/storm.py` (+636 -0) ➕ `libs/cli/examples/graphs_reqs_a/__init__.py` (+0 -0) ➕ `libs/cli/examples/graphs_reqs_a/compose.yml` (+5 -0) ➕ `libs/cli/examples/graphs_reqs_a/graphs_submod/__init__.py` (+0 -0) ➕ `libs/cli/examples/graphs_reqs_a/graphs_submod/agent.py` (+94 -0) ➕ `libs/cli/examples/graphs_reqs_a/graphs_submod/subprompt.txt` (+0 -0) ➕ `libs/cli/examples/graphs_reqs_a/hello.py` (+1 -0) ➕ `libs/cli/examples/graphs_reqs_a/langgraph.json` (+9 -0) ➕ `libs/cli/examples/graphs_reqs_a/prompt.txt` (+0 -0) ➕ `libs/cli/examples/graphs_reqs_a/requirements.txt` (+4 -0) ➕ `libs/cli/examples/graphs_reqs_b/compose.yml` (+5 -0) ➕ `libs/cli/examples/graphs_reqs_b/graphs_submod/agent.py` (+94 -0) ➕ `libs/cli/examples/graphs_reqs_b/graphs_submod/subprompt.txt` (+0 -0) _...and 10 more files_ </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:10 -05:00
yindo closed this issue 2026-02-20 17:45:10 -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#1620