# NeuroCore vs LangGraph **LangGraph is excellent for explicit graph/state-machine orchestration.** **NeuroCore is a higher-level application chassis.** They solve different problems and compose well. ## Category difference | | LangGraph | NeuroCore | |---|-----------|-----------| | Primary unit | A graph of nodes/edges in Python | A YAML blueprint of skills | | You write | Graph wiring + node functions | Declarative YAML + reusable skills | | Distribution | Library code | `pip install neurocore-skill-*` plugins | | Config | In code | `neurocore.yaml` + `.env` + env overrides | | Providers | Bring your own | Injected (`anthropic`/`openai`/`ollama`/…) | | Operations | Build it yourself | Built-in run history, replay, resume, approval | | Scaffolding | — | `neurocore new