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(api_key="YOUR_ORKESTRA_API_KEY")
# 2. Create agents
researcher = orkestra_client.Agent(
name="Researcher",
description="Gathers detailed information on a topic."
)
summarizer = orkestra_client.Agent(
name="Summarizer",
description="Summarizes text into a concise paragraph."
)
# 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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file orkestra_sdk-0.0.2.tar.gz.
File metadata
- Download URL: orkestra_sdk-0.0.2.tar.gz
- Upload date:
- Size: 6.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.3 CPython/3.13.1 Darwin/24.5.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a5203663f6ce0982ef95b0ca3666d7e78bfb816d1f3d02c2877b95c917595e8f
|
|
| MD5 |
29b3555ae34ba3fc92cf7779e8dc8e5b
|
|
| BLAKE2b-256 |
a57ce0ca65fe357ef997c5251fd76b1c5fc5e26102a3384ba3ddb3f539531778
|
File details
Details for the file orkestra_sdk-0.0.2-py3-none-any.whl.
File metadata
- Download URL: orkestra_sdk-0.0.2-py3-none-any.whl
- Upload date:
- Size: 10.2 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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7a651903dc7b86d18076b8f4c6271ac906af0d21842325beb6e74bdad1aee59b
|
|
| MD5 |
dd1f7bb48afa82860243015b8a8574f5
|
|
| BLAKE2b-256 |
69e61fac86828f39db7093036a2a3d1ad09828abf64288ac7c41ce135c47760b
|