LangGraph provides low-level infrastructure for building long-running, stateful workflows and agents.Documentation Index
Fetch the complete documentation index at: https://docs-preprod.sambanova.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
- A SambaCloud API key
Create a SambaCloud account and generate an API key from the API Keys tab. - Python 3.11.5 or later
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
