This article shows how Infostrux integrated Snowflake’s SQL REST API into LangGraph agents using a modular tool to enable secure, real-time data access within agent workflows.
Building Agentic solutions with Snowflake Services and LangGraph
Explore this series by Fabian Hernandez to learn more about Agentic solutions.
![[Part-2] Empowering LangGraph — Snowflake LLM Functions](https://www.infostrux.com/hubfs/Page_Learning-Hub/Agentic%20solutions/%5BPart-2%5D%20Empowering%20LangGraph%20%E2%80%94%20Snowflake%20LLM%20Functions.png)
[Part-2] Empowering LangGraph — Snowflake LLM Functions
This article demonstrates how Infostrux built a modular SnowflakeComplete
class to integrate Snowflake’s Cortex LLM REST API into LangGraph agents, enabling secure, asynchronous language-model capabilities directly in agent workflows using LangChain-compatible message formats and streaming responses
![[Part-3] Empowering LangGraph — Snowflake Cortex Search Service as a Modular Tool](https://www.infostrux.com/hubfs/Page_Learning-Hub/Agentic%20solutions/%5BPart-3%5D%20Empowering%20LangGraph%20%E2%80%94%20Snowflake%20Cortex%20Search%20Service%20as%20a%20Modular%20Tool.png)
[Part-3] Empowering LangGraph — Snowflake Cortex Search Service as a Modular Tool
This article explains how Infostrux created a modular SnowflakeSearchServiceTool
to wrap Snowflake’s Cortex Search Service REST API in LangGraph agents, enabling fast, hybrid semantic and keyword search over unstructured data directly within agent workflows while abstracting away embedding infrastructure and index management
![[Part-4] Empowering LangGraph — Snowflake Cortex Agents as a Modular Tool](https://www.infostrux.com/hubfs/Page_Learning-Hub/Agentic%20solutions/%5BPart-4%5D%20Empowering%20LangGraph%20%E2%80%94%20Snowflake%20Cortex%20Agents%20as%20a%20Modular%20Tool.png)
[Part-4] Empowering LangGraph — Snowflake Cortex Agents as a Modular Tool
This article shows how Infostrux wrapped Snowflake’s Cortex Agents in a modular SnowflakeAgentTool
designed for LangGraph, enabling asynchronous, real-time orchestration across both structured and unstructured data using OAuth‑based governance and streamable LLM responses directly within agent workflows
.png)
[Part-5] From Questions to Answers: Building an Intelligent Query System with LangGraph and Snowflake
This article shows how to build an intelligent Q&A system using LangGraph and Snowflake by routing user queries to the right tools—like document search, SQL execution, or LLM reasoning—to deliver accurate answers. It highlights the modular and scalable nature of LangGraph combined with Snowflake’s AI Data Cloud.

Seamless Snowpark & FastAPI Integration: Smart Session Management with Python
This article demonstrates how to integrate Snowpark sessions into FastAPI applications by creating a Python class wrapper that manages session lifecycle and ensures proper cleanup using Python's garbage collector. It addresses the challenge of managing ephemeral sessions in a stateless web application environment. The solution provides a structured approach to initializing, configuring, and cleaning up Snowpark sessions efficiently within FastAPI endpoints.
.png)
Securing Snowflake API Request: Building a Custom OAuth Client with FastAPI
This article demonstrates how to securely integrate Snowflake's REST API into FastAPI applications by building a custom OAuth client using Python. It outlines the OAuth 2.0 authorization code grant flow, including user authentication, consent, and token exchange, to facilitate secure access to Snowflake resources. The implementation ensures that client applications can interact with Snowflake without exposing user credentials, enhancing security and control over data access.