Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 498 Bytes

File metadata and controls

21 lines (16 loc) · 498 Bytes
title Progress
sdk python
order 17
kind example

An agent scans a list of files and emits ctx.progress(current=i, total=n, units="files") for each item. The client renders the running tally before consuming the terminal job.result.

Source: ../../examples/progress/.

uv run python -m examples.progress.runtime &
uv run python -m examples.progress.client

See also