| Filename | Latest commit message | Latest commit date |
|---|---|---|
three shared helpers replace the duplicated pre-#598 patterns: - `log_system_event` lifts the HelperEvent parse + bus emit out of handle_manager_turn so agents log QuestionAnswered/ContainerCrash/ reparent notifications the same way (#692 part 1). - `format_turn_failure` produces the failure-notification body using identity::qualified_label() instead of a label param threaded through three layers. drops `label` from handle_agent_turn, agent_serve_loop, agent_check_and_inject_continue. - `consume_continue_sentinel` lifts the file-probe so both surfaces reuse it (#692 part 2 — sentinel now works for manager too). agent_notify_manager_of_failure → agent_notify_parent_of_failure: routes via the <parent> sentinel landed in #703 instead of the literal string 'manager'. mirrored on manager side; root-manager failures resolve to operator via topology::resolve_recipient. handle_*_turn signatures now identical modulo the wire-type prefix (part 3 acceptance from the issue). |
||
| .. | ||
| prompts | ||
| src | ||
| Cargo.toml | ||