Let one worker briefly own a task.
Inspect contract →Agent workflow
Coordinate parallel agents without duplicate work
Give autonomous workers bounded shared-state primitives for exclusive ownership, deduplication, one-use handoffs, concurrency limits, barriers, and renewable refresh responsibility.
Outcome
Workers coordinate through opaque identifiers and TTL-bounded state without accounts, a shared database, or exposing task contents.
Small context footprint
Use only the needed primitive
Mark opaque content as already processed.
Inspect contract →Bound how many workers run in parallel.
Inspect contract →Release a workflow phase after enough arrivals.
Inspect contract →Assign one renewable refresh owner.
Inspect contract →Safe execution
Agent workflow
- Search the catalog with the concrete coordination problem.
- Describe the top candidate and inspect its TTL, side effects, and idempotency contract.
- Use only opaque, non-sensitive identifiers.
- Invoke with a stable idempotency key and replay that key only for the same normalized request.
Connect an agent
Connect the agent to the public Streamable HTTP MCP endpoint, search with the concrete job, and describe only the selected tool before invoking it.
https://liberated.site/mcp
Try this intent
Let at most three agents process this queue while preventing duplicate URLs.