Skip to content

hwchase17/langgraphgen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LangGraphGen

  1. pip install -e . langgraph
  2. Define yaml file for graph (see agent_graph.yaml for an example)
  3. Generate agent stub: langgraph-gen agent_graph.yaml -o generated_agent.py (this will create generated_agent.yaml)
  4. Implement agent class (see my_agent.py for an example of implemented agent class)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages