- Step1: Install via pip with `pip install mcp-agent-graph`
- Step2: Import AgentGraph and create a new graph instance
- Step3: Define agent nodes with custom task functions
- Step4: Add edges between nodes to set dependencies
- Step5: Call `graph.run()` with initial input to execute
- Step6: Use `graph.visualize()` to render and inspect the workflow