Skip to main content

SDK for building AI Enabled apps.

Project description

Klu.AI Python SDK

pypi python Build Status codecov

Description

SDK for building AI Enabled apps

The Klu.AI Python SDK is a library that provides access to the Klu.AI API, allowing users to interact with their workspace, applications, actions, data, models, and data indices.

Requirements

The Klu.AI Python SDK requires Python version 3.7 or later.

Installation

To install the Klu.AI Python SDK, simply run:

pip install klu

Getting Started

To use the Klu.AI Python SDK, you must first obtain an API key from the Klu.AI website. Once you have your API key, you can create a KluClient object:

from klu import KluClient

client = KluClient("YOUR_API_KEY")

Once you have a KluClient object, you can access the different models available in the Klu API:

from klu import KluClient

client = KluClient("YOUR_API_KEY")
models = await client.models.get("model_guid")

There is also a separate function to stream action prompt

Each of these objects provides methods for interacting with the corresponding model in the Klu API. For example, to list all applications in your workspace, you can use:

from klu import KluClient

client = KluClient("YOUR_API_KEY")
applications = client.applications.list()

In a similar manner, in order to get a list of data points for an action, you can do the following

from klu import KluClient

client = KluClient("YOUR_API_KEY")
data = client.data.get_action_data("action_id")

There is a special client that allows to stream action prompts. The streaming url can be received from the action creation response.

from klu import KluClient

client = KluClient("YOUR_API_KEY")

prompt_response = await client.actions.run_action_prompt("action_guid", "prompt", streaming=True)
async for message in client.sse_client.get_streaming_data(prompt_response.streaming_url):
    print(message)

Documentation

For more detailed information on how to use the Klu.AI Python SDK, please refer to the API documentation.

Credits

This package was created with Cookiecutter and the waynerv/cookiecutter-pypackage project template.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

klu_test_pipeline-0.1.6.tar.gz (20.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

klu_test_pipeline-0.1.6-py3-none-any.whl (32.8 kB view details)

Uploaded Python 3

File details

Details for the file klu_test_pipeline-0.1.6.tar.gz.

File metadata

  • Download URL: klu_test_pipeline-0.1.6.tar.gz
  • Upload date:
  • Size: 20.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.3

File hashes

Hashes for klu_test_pipeline-0.1.6.tar.gz
Algorithm Hash digest
SHA256 ed8757683ba2017c74b67ac17b00388f718ad8bccf08fca7fb27d16edbef6f30
MD5 867709b6dfa3c27b13bb763e2b35cfac
BLAKE2b-256 0ebd6c3232d099c1a9ebaf1e1d58ae2acf76b2bf46813fcbf3afdb884f7f93cd

See more details on using hashes here.

File details

Details for the file klu_test_pipeline-0.1.6-py3-none-any.whl.

File metadata

File hashes

Hashes for klu_test_pipeline-0.1.6-py3-none-any.whl
Algorithm Hash digest
SHA256 ac5c1d27e73ae765a0ad434cfcc29b444b2c75c3a9411ec0158366a0b5dfd8e2
MD5 21904811089c7ea9e49b2fb666a5e2d0
BLAKE2b-256 d6e658e5be1377747808731d3ef8579acc0786eb24a8e720e6fc40fcc828183a

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page