Skip to main content

The Python SDK for Orkestra, a powerful platform for building, deploying, and managing AI-native workflows and agents.

Project description

Orkestra SDK

The Python SDK for Orkestra, a powerful platform for building, deploying, and managing AI-native workflows and agents.

For more information, visit Orkestration.com. For detailed documentation, visit docs.orkestration.com.

Quickstart

Install the SDK:

pip install orkestra-sdk

Here's a simple example of a two-step workflow:

from orkestra import Orkestra

# 1. Initialize your client
orkestra_client = Orkestra()

# 2. Create agents
researcher = orkestra_client.Agent(
    name="Researcher",
    description="Gathers detailed information on a topic.",
    model_provider="openai",
    model_name="gpt-4o",
    api_secret="YOUR_OPENAI_API_KEY",
)

summarizer = orkestra_client.Agent(
    name="Summarizer",
    description="Condenses complex information into a concise summary.",
    model_provider="openai",
    model_name="gpt-3.5-turbo",
    api_secret="YOUR_OPENAI_API_KEY",
)

# 3. Create and run the workflow
workflow = orkestra_client.Workflow().add(researcher).add(summarizer)
result = workflow.run("What are the key differences between nuclear fission and fusion?")

print(result)

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

orkestra_sdk-0.0.3.tar.gz (8.0 kB view details)

Uploaded Source

Built Distribution

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

orkestra_sdk-0.0.3-py3-none-any.whl (12.0 kB view details)

Uploaded Python 3

File details

Details for the file orkestra_sdk-0.0.3.tar.gz.

File metadata

  • Download URL: orkestra_sdk-0.0.3.tar.gz
  • Upload date:
  • Size: 8.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.1.3 CPython/3.13.1 Darwin/24.5.0

File hashes

Hashes for orkestra_sdk-0.0.3.tar.gz
Algorithm Hash digest
SHA256 ba89da512aa550ad768622ced76648583e2423911063ea294f5b748b9ecfeecf
MD5 86ada6024fc8e03235d0b173c095e6fc
BLAKE2b-256 9c1075c394eb5823c669167ae815780f6ad5eb2edc731d3ee0eeb12e5b580a63

See more details on using hashes here.

File details

Details for the file orkestra_sdk-0.0.3-py3-none-any.whl.

File metadata

  • Download URL: orkestra_sdk-0.0.3-py3-none-any.whl
  • Upload date:
  • Size: 12.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.1.3 CPython/3.13.1 Darwin/24.5.0

File hashes

Hashes for orkestra_sdk-0.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 0577dc3a2e4e6956c4358ff02ad0882206060702659c18e02ce7520766b047b0
MD5 f84677cd24ae37b745210728cf11f7e0
BLAKE2b-256 63db896cdf70bae4e04425b08c1ced8557ac3f5a652557fa739845863fcf1d46

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