From ab44dae1eb58200d09de03805d940ca5d3b43c55 Mon Sep 17 00:00:00 2001 From: geobelsky Date: Fri, 3 Apr 2026 16:05:56 +0000 Subject: [PATCH] docs: add ttl_seconds and deadline_at to scenario.json layout docs --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 4ab86bf..21b6ef5 100644 --- a/README.md +++ b/README.md @@ -105,6 +105,11 @@ examples/delivery/stream/ └── dotnet/StreamAgent.cs # .NET (dotnet run) ``` +The `scenario.json` intent section supports deadline options: +- `deadline_at` -- absolute ISO 8601 timestamp +- `ttl_seconds` -- relative duration (60s to 7 days), mutually exclusive with `deadline_at` +- `step_deadline_seconds` -- per-workflow-step deadline + --- ## Running Examples