Start Here
This is the shortest path to understanding the project.
What To Learn First
You only need five ideas to become productive:
- A graph is made of nodes and edges.
AgentNodedoes work.ToolNode,ContextNode, andPromptNodeare attached to an agent through edges.GraphExecutorruns the graph.GraphAppis the easiest way to build your first graph.
Recommended Learning Path
- Read the builder example in README.md
- Follow Your First Graph
- Pick a model setup in Choose a Backend
- Learn debugging in Observability
- Open the browser debugger in Visualizer Web UI
Stay Out Of Advanced Docs At First
Skip these until you already have a working graph:
docs/advanced-configuration.mddocs/batch-execution.mddocs/long-running-workflows.mdAPI_REFERENCE.md
Those docs are useful, but they are for production workflows and extension work, not first-run success.