> ## Documentation Index
> Fetch the complete documentation index at: https://docs.asclevor.com/llms.txt
> Use this file to discover all available pages before exploring further.

# SDK roadmap: TypeScript, Python, and other clients

> Official Asclevor SDKs in development, including TypeScript, Python, and additional language clients, with priority order and current release status.

## Planned Official SDKs

| Language                | Priority | Status         |
| ----------------------- | -------- | -------------- |
| TypeScript / JavaScript | First    | In development |
| Python                  | Second   | Planned        |
| Go                      | Third    | Planned        |
| Ruby                    | Future   | Backlog        |

## Design Principles

All SDKs will share:

* **Full type safety** — typed responses, autocomplete-friendly
* **Async-first** — native async/await support
* **Minimal dependencies** — lightweight, no bloat
* **Error handling** — typed errors with actionable messages
* **Auto-retry** — exponential backoff for transient failures

## Community SDKs

After public launch, we'll support community-maintained SDKs with an official listing program.
