LimitsBlock
autogen.beta.network.rule.LimitsBlock dataclass #
LimitsBlock(max_concurrent_sessions=0, max_concurrent_tasks=0, session_ttl_default='2h', task_ttl_default='15m', rate=RateBlock(), delegation_depth=5, inbox=InboxBlock())
Concurrency caps + parsed duration TTLs.
0 disables a numeric cap. Duration strings are parsed via :func:parse_duration; values may be passed pre-parsed as int seconds.
Idle-session detection rides on max_silence declared on a manifest's expectations rather than a per-tenant timer here.