https://github.com/hwchase17/langgraph-engineer Skip to content Navigation Menu Toggle navigation Sign in * Product + Actions Automate any workflow + Packages Host and manage packages + Security Find and fix vulnerabilities + Codespaces Instant dev environments + GitHub Copilot Write better code with AI + Code review Manage code changes + Issues Plan and track work + Discussions Collaborate outside of code Explore + All features + Documentation + GitHub Skills + Blog * Solutions By size + Enterprise + Teams + Startups By industry + Healthcare + Financial services + Manufacturing By use case + CI/CD & Automation + DevOps + DevSecOps * Resources Topics + AI + DevOps + Security + Software Development Explore + Learning Pathways + White papers, Ebooks, Webinars + Customer Stories + Partners * Open Source + GitHub Sponsors Fund open source developers + The ReadME Project GitHub community articles Repositories + Topics + Trending + Collections * Enterprise + Enterprise platform AI-powered developer platform Available add-ons + Advanced Security Enterprise-grade security features + GitHub Copilot Enterprise-grade AI features + Premium Support Enterprise-grade 24/7 support * Pricing Search or jump to... Search code, repositories, users, issues, pull requests... Search [ ] Clear Search syntax tips Provide feedback We read every piece of feedback, and take your input very seriously. [ ] [ ] Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Name [ ] Query [ ] To see all available qualifiers, see our documentation. Cancel Create saved search Sign in Sign up Reseting focus You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert {{ message }} hwchase17 / langgraph-engineer Public forked from langchain-ai/langgraph-example * Notifications You must be signed in to change notification settings * Fork 5 * Star 86 86 stars 69 forks Branches Tags Activity Star Notifications You must be signed in to change notification settings * Code * Pull requests 0 * Actions * Projects 0 * Security * Insights Additional navigation options * Code * Pull requests * Actions * Projects * Security * Insights hwchase17/langgraph-engineer This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository. main BranchesTags Go to file Code Folders and files Name Name Last commit Last commit message date Latest commit History 69 Commits src/ src/ langgraph_engineer langgraph_engineer static static .env.example .env.example .gitignore .gitignore README.md README.md langgraph.json langgraph.json pyproject.toml pyproject.toml View all files Repository files navigation * README LangGraph Engineer Try out the deployed version [agent_ui] 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. Agent Details 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. How to run Try out the deployed version You can run this code locally with LangGraph Studio You can deploy the code yourself to LangGraph Cloud Future direction: * Run more programatic checks (linting, checking imports) * Try to run the generated code * Attempt to generate code for the nodes and edges About No description, website, or topics provided. Resources Readme Activity Stars 86 stars Watchers 1 watching Forks 5 forks Report repository Releases No releases published Packages 0 No packages published Languages * Python 100.0% Footer (c) 2024 GitHub, Inc. Footer navigation * Terms * Privacy * Security * Status * Docs * Contact * Manage cookies * Do not share my personal information You can't perform that action at this time.