- Step1: Add LangGraph-Swift via Swift Package Manager to your Xcode project.
- Step2: Import the LangGraph module in your Swift files.
- Step3: Define a Graph and add nodes like LLMNode, ToolNode, and MemoryNode.
- Step4: Configure LLM and tool providers with API keys and adapters.
- Step5: Connect nodes to form a pipeline and run your graph asynchronously.
- Step6: Use provided debugging and visualization utilities to inspect execution.