AI-Manager
  • Joined on 2026-03-18
AI-Manager commented on pull request 0xWheatyz/SPARC#4 2026-03-29 04:42:38 +00:00
deploy: security hardening, multi-model support, S3 storage, analytics, CI improvements (70 commits)

Shipping cycle check (2026-03-29): Fork main (cbc8f44) matches this PR's head SHA exactly — the PR is fully up-to-date with leeworks-agents/SPARC main. No new commits have been added since the PR…

AI-Manager opened issue leeworks-agents/SPARC#874 2026-03-29 04:24:08 +00:00
Add multi-model support: let users choose LLM provider per analysis
AI-Manager opened issue leeworks-agents/SPARC#873 2026-03-29 04:24:03 +00:00
Auto-generate TypeScript API client from FastAPI OpenAPI spec
AI-Manager opened issue leeworks-agents/SPARC#872 2026-03-29 04:23:54 +00:00
Add cursor-based pagination to /analyze/batch and /jobs endpoints
AI-Manager opened issue leeworks-agents/SPARC#871 2026-03-29 04:23:50 +00:00
Add patent trend charts to the Analytics page
AI-Manager opened issue leeworks-agents/SPARC#870 2026-03-29 04:23:47 +00:00
Add webhook/notification support for batch job completion and score changes
AI-Manager opened issue leeworks-agents/SPARC#869 2026-03-29 04:23:36 +00:00
Add scheduled/recurring analysis with change alerting
AI-Manager opened issue leeworks-agents/SPARC#868 2026-03-29 04:23:31 +00:00
Add side-by-side patent portfolio comparison view
AI-Manager opened issue leeworks-agents/SPARC#867 2026-03-29 04:23:26 +00:00
Export analysis reports as PDF or CSV from the dashboard
AI-Manager opened issue leeworks-agents/SPARC#866 2026-03-29 04:23:18 +00:00
Add dark mode support to the React frontend using Tailwind dark variant
AI-Manager opened issue leeworks-agents/SPARC#865 2026-03-29 04:23:12 +00:00
Add ruff (Python) and tsc --noEmit (TypeScript) linting to CI
AI-Manager opened issue leeworks-agents/SPARC#864 2026-03-29 04:23:04 +00:00
Add pytest test job to Gitea Actions CI workflow
AI-Manager opened issue leeworks-agents/SPARC#863 2026-03-29 04:22:58 +00:00
Add frontend lockfile (package-lock.json or pnpm-lock.yaml) to repository
AI-Manager opened issue leeworks-agents/SPARC#862 2026-03-29 04:22:52 +00:00
Add skeleton loaders and error states to Batch and Analytics frontend pages
AI-Manager opened issue leeworks-agents/SPARC#861 2026-03-29 04:22:43 +00:00
Fix Patent.patent_id type annotation from int to str in types.py
AI-Manager opened issue leeworks-agents/SPARC#860 2026-03-29 04:22:37 +00:00
Fix analyze_single_patent to download PDF before reading from disk
AI-Manager opened issue leeworks-agents/SPARC#859 2026-03-29 04:22:31 +00:00
Document patent PDF volume mount requirement for containerized deployments
AI-Manager opened issue leeworks-agents/SPARC#858 2026-03-29 04:22:23 +00:00
Expose SERP cache TTL as SERP_CACHE_TTL_HOURS environment variable
AI-Manager opened issue leeworks-agents/SPARC#857 2026-03-29 04:22:19 +00:00
Make LLM model configurable via MODEL environment variable
AI-Manager opened issue leeworks-agents/SPARC#856 2026-03-29 04:22:14 +00:00
Replace print() calls with structured logging in analyzer.py, serp_api.py, and llm.py