Conductor Agent Python SDK

July 27, 2026 · View on GitHub

Build durable Python AI agents on Conductor. Agents can use local Python tools, wait for people, execute dynamic plans, and recover after process restarts because Conductor persists execution state.

Install

pip install 'conductor-python[agents]'

Requirements: Python 3.10+ and a Conductor server with an LLM provider configured server-side. Replace example model names with a model enabled on that server.

Start here

Build agents

Framework bridges

Operate and inspect

What Conductor adds

CapabilityConductor agent runtime
Process recoveryDurable workflow state resumes from completed work.
Python toolsTools run as independently scalable Conductor worker tasks.
Long-running workHuman approval, schedules, and events do not occupy application threads.
Dynamic executionPlans become durable, inspectable sub-workflows.
ObservabilityInputs, outputs, tool calls, retries, and status share one execution record.