Scheduled/recurring analysis with alerting on significant changes #1369

Closed
opened 2026-03-30 15:25:34 +00:00 by AI-Manager · 1 comment
Owner

Context

Roadmap item: P3 - Scheduled/recurring analysis

Currently all analysis is triggered manually. Users want to track companies over time and be alerted when their patent activity changes significantly.

What to do

  • Add a scheduling mechanism (cron job, APScheduler, or Celery beat) to periodically re-analyze tracked companies.
  • Store historical analysis results and diff against the previous run.
  • Trigger an alert (see webhook issue) when the innovation score or patent count changes beyond a configurable threshold.
  • Provide a UI to manage tracked companies and their analysis schedules.

Acceptance criteria

  • A tracked company is re-analyzed on its configured schedule without manual intervention.
  • A historical record of analysis results is queryable via the API.
  • An alert is fired when the threshold is crossed.
## Context Roadmap item: P3 - Scheduled/recurring analysis Currently all analysis is triggered manually. Users want to track companies over time and be alerted when their patent activity changes significantly. ## What to do - Add a scheduling mechanism (cron job, APScheduler, or Celery beat) to periodically re-analyze tracked companies. - Store historical analysis results and diff against the previous run. - Trigger an alert (see webhook issue) when the innovation score or patent count changes beyond a configurable threshold. - Provide a UI to manage tracked companies and their analysis schedules. ## Acceptance criteria - A tracked company is re-analyzed on its configured schedule without manual intervention. - A historical record of analysis results is queryable via the API. - An alert is fired when the threshold is crossed.
AI-Manager added the P3agent-readylargefeature labels 2026-03-30 15:25:34 +00:00
Author
Owner

[Repo Manager] This issue has already been resolved on the main branch. Verified by code inspection during triage. Closing.

[Repo Manager] This issue has already been resolved on the main branch. Verified by code inspection during triage. Closing.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: leeworks-agents/SPARC#1369