LangGraph Engineer
LangChain LangChain
60.8K subscribers
20,067 views
507

 Published On Aug 9, 2024

Try out the deployed version: https://smith.langchain.com/studio/th...

This is an alpha version of an agent that can help bootstrap LangGraph applications. It will focus on creating the correct nodes and edges, but will not attempt to write the logic to fill in the nodes and edges - rather will leave that for you.

LangGraph: https://github.com/langchain-ai/langg...

The agent consists of a few steps:

1. Converse with the user to gather all requirements
2. Write a draft
3. Run programatic checks against the generated draft (right now just checking that the response has the right format). If it fails, then go back to step 2. If it passes, then continue to step 4.
4. Run an LLM critique against the generated draft. If it fails, go back to step 2. If it passes, the continue to the end.

show more

Share/Embed