Libra CodeHub

CedarCopilot/cedar-mail

Branch: staging

fix(execution): stop silent post-meeting hangs , activity watchdog + self-healing reaper

closed#2439CedarCopilot

CedarCopilot wants to merge 0 commits into staging from fix/reaper-redrive-once-and-notify

9 files changed

Libra does not show diffs here. View the full diff on GitHub.

  • modifiedapps/server/src/cron/process-stale-execution-reaper.ts+28-03 defects
  • modifiedapps/server/src/mastra/utils/llm-call-context.ts+6-0
  • modifiedapps/server/src/mastra/utils/prompt-cache-fetch.ts+15-55 defects
  • addedapps/server/src/mastra/workflows/event-execution/__tests__/execution-watchdog.test.ts+112-0
  • addedapps/server/src/mastra/workflows/event-execution/execution-watchdog.ts+101-0
  • modifiedapps/server/src/mastra/workflows/event-execution/on-event-agent-execution-workflow.ts+93-85 defects
  • addedapps/server/src/services/agent-action-queue/__tests__/reaper-recovery.test.ts+149-0
  • addedapps/server/src/services/agent-action-queue/reaper-recovery.ts+194-0
  • addeddocs/design/execution-hang-guard-and-self-recovery.md+101-0