github hatchet-dev/hatchet py/1.40.3
Python SDK 1.40.3

latest release: v0.107.4
4 hours ago

Overview

Added

  • The sync result() poll interval is configurable via ClientConfig.sync_result_poll_interval or the HATCHET_CLIENT_SYNC_RESULT_POLL_INTERVAL environment variable, or per call on WorkflowRunRef.result / TaskRunRef.result. The minimum remains 1 second.

Documentation for agents

The linked pages serve plain markdown for tools and agents. Full docs index: https://docs.hatchet.run/llms.txt

Setup and local development:

Core concepts:

Flow control:

Python SDK reference (overview: https://docs.hatchet.run/reference/python.md):

Installation

Install the SDK using pip:

pip install hatchet-sdk

Or using poetry:

poetry add hatchet-sdk

Documentation

For detailed documentation, examples, and best practices, visit:

What's Changed?

  • feat(python): make the sync result poll interval configurable (#4982) by @grutt

Don't miss a new hatchet release

NewReleases is sending notifications on new releases.