generated: '2026-08-14' method: searched source: registry searches 2026-07-19, re-searched and extended 2026-08-14 summary: >- Lang.ai ships NO client SDK in any public package registry. The docs claim "the API libraries convert responses to appropriate language-specific objects", but no such library is published or linked anywhere, and none exists under the lang-ai GitHub organization. The 2026-08-14 pass found the intent though: github.com/lang-ai/langai-python exists, was created 2018-06-25 — and is EMPTY (size 0, no commits, no default-branch tree). A Python SDK was named and never written. What Lang.ai does distribute is not a client library at all: a Snowflake Native App on the Snowflake Marketplace, which is a deployable application rather than a package a developer imports. It is recorded below as the one real, first-party, verifiable distribution artifact. sdk_count: 0 official_distribution_count: 1 packages: - name: 'Lang.ai: Snowflake AI agents' kind: native-app language: sql registry: snowflake-marketplace listing_id: GZTSZ1TJ3IU url: https://app.snowflake.com/marketplace/listing/GZTSZ1TJ3IU/lang-ai-snowflake-ai-agents install: >- Install from the Snowflake Marketplace listing ("Get"), then grant account-level privileges (BIND SERVICE ENDPOINT, EXECUTE TASK, CREATE WAREHOUSE, CREATE COMPUTE POOL) as ACCOUNTADMIN and activate. Setup SQL is published at https://github.com/lang-ai/snowflake-app-samples/blob/main/install-script.sql official: true is_sdk: false version: null published: null version_note: >- Snowflake Marketplace exposes no anonymous metadata endpoint and the listing page is rendered client-side inside the Snowflake console (HTTP 200, text/html shell), so no version string or publication date could be read. Checked, nothing to record — not a guess and not an omission. The nearest dated signal is the samples repo, last pushed 2025-02-13. evidence: - url: https://app.snowflake.com/marketplace/listing/GZTSZ1TJ3IU/lang-ai-snowflake-ai-agents http_status: 200 - url: https://github.com/lang-ai/snowflake-app-samples http_status: 200 note: >- First-party samples repo. README: "All samples currently require the Lang.ai Native App, which is available on the Snowflake Marketplace." - url: https://www.snowflake.com/en/developers/guides/create-ai-agents-on-snowflake-with-lang-ai/ http_status: 200 note: Snowflake's own developer guide for the Lang.ai Native App. abandoned: - name: langai-python language: python registry: github url: https://github.com/lang-ai/langai-python official: true published_to_registry: false version: null published: null created: '2018-06-25' last_pushed: '2018-06-25T13:56:20Z' size_kb: 0 note: >- An empty repository. Created and pushed the same minute in June 2018 and never populated — no tree on the default branch, no commits, no PyPI project. The strongest abandonment signal in this repo: the only named first-party SDK for the Lang.ai API was reserved eight years ago and never shipped. searched: - registry: npm query: lang.ai / langai result: >- No first-party package. Matches are unrelated projects (convo-lang, rip-lang, ilo-lang). - registry: pypi query: langai result: 404 — no such project. - registry: github org: https://github.com/lang-ai result: >- 18 public repos, re-enumerated 2026-08-14 via the GitHub API. None is a Lang.ai API client library. The set is internal/utility work (react-pdfs, react-emails, react-tags-input, chatbots2s, es_lemmatizer, simple_lemmatizer, handbook, postman-salesforce-apis, cromberbus, wire, graphql, go-exercise, nlp-workshop, react-frontend-interview, apollo-server fork) plus `docs` (the API reference site, last pushed 2023-08-11), `snowflake-app-samples` (last pushed 2025-02-13 — the most recently active repo in the org) and the empty `langai-python`. - registry: maven-central result: none found - registry: nuget result: none found - registry: rubygems result: none found - registry: packagist result: none found - registry: crates.io result: none found - registry: pkg.go.dev result: none found reference_implementations: - language: python kind: example-snippet official: false url: https://gist.github.com/fjaguero/5cf6721d7ea28df7d0eedab74a8a58d8 note: >- A Python project-creation example linked from the Lang.ai docs as "a starting point" for the multipart/related upload. A gist by a Lang.ai engineer, not a distributed package — no SDK pointer is wired for it. - language: sql kind: sample-project official: true url: https://github.com/lang-ai/snowflake-app-samples/tree/main/retention-agent-demo note: >- Retention AI Agent quickstart for the Native App — setup.sql plus two synthetic CSV datasets. Captured in sandbox/langai-sandbox.yml as the provider's published test fixtures. sdk_pointer_note: >- No `SDKs` pointer is wired in apis.yml. The sdk_count check reads client libraries a developer can install to call the API, and Lang.ai publishes zero. A Snowflake Native App is a deployable application, not an API client, and wiring it as an SDK would credit Lang.ai with an integration surface it does not ship.