Skip to main content

BeeOS for Python

beeos is the official Python entry point for BeeOS. It provides a stable, convenient facade over the generated beeos-sdk Platform OpenAPI client.

Install

python -m pip install beeos

Usage

import beeos

configuration = beeos.Configuration(
    host="https://openapi.beeos.ai",
    access_token="oag_your_api_key",
)

with beeos.ApiClient(configuration) as client:
    tasks = beeos.sdk.TasksApi(client)
    response = tasks.create_task(
        agent_id="agent-id",
        create_task_request=beeos.sdk.CreateTaskRequest(
            message="Open Settings",
        ),
    )
    print(response)

Use beeos.sdk when you need the complete generated API and model surface. You can also install and import beeos-sdk / beeos_sdk directly.

Download files

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

Source Distribution

beeos-0.1.0.tar.gz (2.0 kB view details)

Uploaded Source

Built Distribution

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

beeos-0.1.0-py3-none-any.whl (2.1 kB view details)

Uploaded Python 3

File details

Details for the file beeos-0.1.0.tar.gz.

File metadata

  • Download URL: beeos-0.1.0.tar.gz
  • Upload date:
  • Size: 2.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for beeos-0.1.0.tar.gz
Algorithm Hash digest
SHA256 f65aa906f18a240fbaed7f32bd9d769dbadadaf83e338acd7dd269d0c5a6bb77
MD5 04629cf8dcd77f8ea7a70e0d06b77083
BLAKE2b-256 180bf83f423480fd8d9847ab9226994ca8075e2cdd41d7bd4f0cc0aa1cebf961

See more details on using hashes here.

Provenance

The following attestation bundles were made for beeos-0.1.0.tar.gz:

Publisher: publish-beeos.yml on beeos-ai/sdk-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file beeos-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: beeos-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 2.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for beeos-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 5b8cc20d3e2826fb0df79036e199e09f8475abd30ac248e122c9b5d08fa90fc8
MD5 a55e0810f8a06aacb51efce1b79790ea
BLAKE2b-256 4dcd5d68fffefb7e74bb2de2f7d5f5cbb451139592b3eb0c10879f2abf567b09

See more details on using hashes here.

Provenance

The following attestation bundles were made for beeos-0.1.0-py3-none-any.whl:

Publisher: publish-beeos.yml on beeos-ai/sdk-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Release history Release notifications | RSS feed

This release

0.1.0 This release

2 files

Supported by

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