Skip to content

Commit c7f240a

Browse files
committed
Rename langgraph_samples to langgraph_plugin
Rename the samples directory and test directory to match the plugin name for better clarity and consistency.
1 parent faf4dce commit c7f240a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

80 files changed

+93
-93
lines changed

langgraph_samples/activity_from_node/README.md renamed to langgraph_plugin/activity_from_node/README.md

Lines changed: 2 additions & 2 deletions
File renamed without changes.
File renamed without changes.
File renamed without changes.

langgraph_samples/activity_from_node/run_worker.py renamed to langgraph_plugin/activity_from_node/run_worker.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
from temporalio.envconfig import ClientConfig
1111
from temporalio.worker import Worker
1212

13-
from langgraph_samples.activity_from_node.activities import enrich_data, validate_data
14-
from langgraph_samples.activity_from_node.graph import build_activity_from_node_graph
15-
from langgraph_samples.activity_from_node.workflow import ActivityFromNodeWorkflow
13+
from langgraph_plugin.activity_from_node.activities import enrich_data, validate_data
14+
from langgraph_plugin.activity_from_node.graph import build_activity_from_node_graph
15+
from langgraph_plugin.activity_from_node.workflow import ActivityFromNodeWorkflow
1616

1717

1818
async def main() -> None:

langgraph_samples/activity_from_node/run_workflow.py renamed to langgraph_plugin/activity_from_node/run_workflow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from temporalio.client import Client
1010
from temporalio.envconfig import ClientConfig
1111

12-
from langgraph_samples.activity_from_node.workflow import ActivityFromNodeWorkflow
12+
from langgraph_plugin.activity_from_node.workflow import ActivityFromNodeWorkflow
1313

1414

1515
async def main() -> None:
File renamed without changes.
Lines changed: 2 additions & 2 deletions

0 commit comments

Comments
 (0)