Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1.94 KB

File metadata and controls

36 lines (25 loc) · 1.94 KB

Python SDK documentation

Build durable workflow workers and Conductor agents with Python. These guides cover OSS and Orkes; pages call out capabilities that require Orkes.

Start here

Goal Guide Expected result
Connect to a server Server setup and connection/authentication The SDK can reach an OSS or Orkes API endpoint.
Build a workflow and worker Core quickstart The hello-world workflow prints its result.
Build a Conductor agent Agent quickstart An LLM-backed agent completes through Conductor.

Build

Operate

Reference and upgrades

Documentation conventions

Primary guides follow the documentation standard. Provider credentials belong on the Conductor server or its secret provider, not in workflow input, example source, or a client-side .env committed to Git.