Nodex aims to cut repeated LangGraph agent code
Nodex is a lightweight tool built on top of LangGraph. It is meant to reduce repeated setup code when building with multiple agents.
It also tries to make debugging across agents easier and avoids rewriting the same tracing and cost-tracking code again and again. can define each step with a simple decorator, choose the next step, set retry counts, and then run the workflow.
Current features include execution tracing, cost tracking, retries, , and other utilities. It is still early and is looking for feedback from people building with LangGraph.
Key points
- Nodex is a lightweight layer on top of LangGraph.
- It targets repeated setup code in .
- It includes execution tracing and cost tracking.
- It supports retries, , and related utilities.
- It is early and mainly seeking feedback from LangGraph users.