Skip to content

Template cell: retry-with-backoff dispatcher #3

Description

@mmeyerlein

A reusable subtree under a templates/ directory: a code dispatcher that, on a tool error, re-routes the call with an incrementing attempt counter in context and a bounded retry limit, then gives up cleanly to an error sink.

CEL on the edges already supports arithmetic on context (see the loop edges in the examples, e.g. int(context.iter) + 1), so the retry counter lives on an edge, not in code.

Done when: the template instantiates, the retry loop is bounded, and a short README documents the params and the failure path.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions