LangGraph provides low-level infrastructure for building long-running, stateful workflows and agents.Documentation Index
Fetch the complete documentation index at: https://sambanova-systems.mintlify.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
- A SambaCloud account with an API key
- Python 3.11.5 or higher installed
Installation and setup
- Create a virtual environment:
- install the required libraries
Example use cases
You can use LangGraph with SambaCloud to create multi-agent workflows such as:- Web search
- Retrieval-Augmented Generation (RAG)
- SQL agents

