alation-ai-agent-sdk

Python library for integrating the Alation API into agentic workflows

GitHub Stars

11

User Rating

Not Rated

Favorites

0

Views

51

Forks

2

Issues

3

Installation
Difficulty
Intermediate
Estimated Time
10-20 minutes

Installation

Installation

Prerequisites

Python: 3.10 or higher
Access to an Alation Data Catalog instance
A valid refresh token or client_id and secret

Installation Steps

bash

Install core SDK

pip install alation-ai-agent-sdk

Install LangChain integration

pip install alation-ai-agent-langchain

Install MCP integration

pip install alation-ai-agent-mcp

Additional Resources