Skip to content

LMSystems-ai/test_langgraph_trigger_1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

test_langgraph_trigger

Overview

Nodes

  • first_node: No description provided.
  • second_node: No description provided.
  • decision_node: No description provided.

Edge Flow

  • first_nodesecond_node- second_nodedecision_node- decision_node conditionally routes to path_a, path_b based on routing_function

Getting Started

  1. Install the required dependencies:

    pip install -e .
  2. Run the agent:

    langgraph dev

Project Structure

  • lmsys_impl.py: Main implementation file
  • nodes/state.py: State definition
  • nodes/: Individual node implementations
  • langgraph.json: LangGraph configuration

About

LangGraph implementation for test_langgraph_trigger_1

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages