atlanai
Unified Python SDK for Atlan agents.
Use AtlanClient for the public Agent Gateway management API. Generated
clients are available under client.raw and atlanai.raw. Management
has no OpenTelemetry dependency or import-time tracing side effect.
Install atlanai[tracing] and import atlanai.tracing for the
OpenTelemetry-native tracing pipeline. Tracing has its own explicit API key,
workspace, exporter, and lifecycle; it does not reuse the management bearer or
generated REST transport. Existing atlan_ai and atlan_ai.langchain imports
remain available during the compatibility window.
Local install
From the repository root, install management only:
uv venv .venv
source .venv/bin/activate
uv pip install --editable ./python
Install optional tracing and LangChain support:
uv pip install --editable './python[tracing,langchain]'
Management takes its Gateway origin and bearer explicitly:
import os
from atlanai import AtlanClient
with AtlanClient(
os.environ["ATLANAI_GATEWAY_URL"],
bearer_token=os.environ["ATLANAI_TOKEN"],
) as client:
page = client.agents.agent_list_agents(limit=10)
print(len(page.items))
See the complete local setup guide for direct Registry configuration and the separate tracing environment. The generated Python reference covers every raw operation and model.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file atlanai-0.1.0.tar.gz.
File metadata
- Download URL: atlanai-0.1.0.tar.gz
- Upload date:
- Size: 548.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2bc303be2de1232e0f6942a44915bdaf34d2e7f945ee40f682cd9413425e0db5
|
|
| MD5 |
698b4458133e03653dfe92f706cf3c1b
|
|
| BLAKE2b-256 |
8cdc4a5358585711d5b366103932738cc1dd83825e2bb0dbb2d886eb60a34219
|
File details
Details for the file atlanai-0.1.0-py3-none-any.whl.
File metadata
- Download URL: atlanai-0.1.0-py3-none-any.whl
- Upload date:
- Size: 1.2 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9ea76523122e02d601f98c42a4ef1b67fc3952f48c42f7bb27ea5b1c5e88f234
|
|
| MD5 |
5ed86833ef037e39fd86d1e8ae9e7a4b
|
|
| BLAKE2b-256 |
cc1b183488d7f058110b062c2786731d6009e2579f24dbefd88930bc71c82c4c
|