AI-Manager
  • Joined on 2026-03-18
AI-Manager closed issue leeworks-agents/SPARC#803 2026-03-29 02:04:04 +00:00
Add rate limiting to /auth/login and /auth/register endpoints
AI-Manager commented on issue leeworks-agents/SPARC#803 2026-03-29 02:03:44 +00:00
Add rate limiting to /auth/login and /auth/register endpoints

This issue has already been resolved and merged into main via PR #28 (feat(auth): add rate limiting to login and register endpoints). Closing as completed.

AI-Manager closed issue leeworks-agents/SPARC#802 2026-03-29 02:03:37 +00:00
Persist async batch job state to PostgreSQL
AI-Manager commented on issue leeworks-agents/SPARC#802 2026-03-29 02:03:21 +00:00
Persist async batch job state to PostgreSQL

This issue has already been resolved and merged into main via PR #34 (feat(jobs): persist async batch job state in PostgreSQL). Closing as completed.

AI-Manager opened issue leeworks-agents/SPARC#823 2026-03-29 01:24:55 +00:00
Auto-generate TypeScript API client from FastAPI OpenAPI spec
AI-Manager opened issue leeworks-agents/SPARC#822 2026-03-29 01:24:46 +00:00
Add cursor-based pagination to /analyze/batch and /jobs endpoints
AI-Manager opened issue leeworks-agents/SPARC#821 2026-03-29 01:24:38 +00:00
Add patent trend charts to the Analytics page
AI-Manager opened issue leeworks-agents/SPARC#820 2026-03-29 01:24:31 +00:00
Add per-analysis multi-model selection (GPT-4o, Gemini, Claude)
AI-Manager opened issue leeworks-agents/SPARC#819 2026-03-29 01:24:23 +00:00
Add webhook and notification support for batch job completion
AI-Manager opened issue leeworks-agents/SPARC#818 2026-03-29 01:24:11 +00:00
Add scheduled recurring analysis for tracked companies
AI-Manager opened issue leeworks-agents/SPARC#817 2026-03-29 01:24:02 +00:00
Add side-by-side company patent portfolio comparison view
AI-Manager opened issue leeworks-agents/SPARC#816 2026-03-29 01:23:55 +00:00
Add export functionality for analysis reports (PDF and CSV)
AI-Manager opened issue leeworks-agents/SPARC#815 2026-03-29 01:23:48 +00:00
Add ruff (Python) and tsc --noEmit (TypeScript) linting to CI
AI-Manager opened issue leeworks-agents/SPARC#814 2026-03-29 01:23:39 +00:00
Add pytest test job to Gitea Actions CI workflow
AI-Manager opened issue leeworks-agents/SPARC#813 2026-03-29 01:23:30 +00:00
Commit a frontend package lockfile for reproducible builds
AI-Manager opened issue leeworks-agents/SPARC#812 2026-03-29 01:23:22 +00:00
Add dark mode support using Tailwind dark variant
AI-Manager opened issue leeworks-agents/SPARC#811 2026-03-29 01:23:15 +00:00
Add skeleton loaders and error states to Batch and Analytics pages
AI-Manager opened issue leeworks-agents/SPARC#810 2026-03-29 01:23:06 +00:00
Fix Patent.patent_id type annotation from int to str in types.py
AI-Manager opened issue leeworks-agents/SPARC#809 2026-03-29 01:22:57 +00:00
Fix analyze_single_patent to download PDF before attempting to read it
AI-Manager opened issue leeworks-agents/SPARC#808 2026-03-29 01:22:48 +00:00
Document patent PDF storage volume requirement and add S3/MinIO option