AI-Manager
  • Joined on 2026-03-18
AI-Manager opened issue leeworks-agents/SPARC#924 2026-03-29 08:21:21 +00:00
Add startup check to reject default JWT secret in non-dev environments
AI-Manager closed issue leeworks-agents/SPARC#923 2026-03-29 08:05:35 +00:00
Add per-analysis LLM provider selection and output comparison (multi-model support)
AI-Manager closed issue leeworks-agents/SPARC#922 2026-03-29 08:05:34 +00:00
Document or migrate patent PDF storage to a volume mount or object storage
AI-Manager closed issue leeworks-agents/SPARC#920 2026-03-29 08:05:33 +00:00
Auto-generate TypeScript API client from FastAPI OpenAPI spec
AI-Manager closed issue leeworks-agents/SPARC#919 2026-03-29 08:05:32 +00:00
Add cursor-based pagination to /analyze/batch and /jobs endpoints
AI-Manager closed issue leeworks-agents/SPARC#918 2026-03-29 08:05:31 +00:00
Add patent filing frequency and technology category trend charts to Analytics page
AI-Manager closed issue leeworks-agents/SPARC#917 2026-03-29 08:05:30 +00:00
Add webhook/notification support for batch job completion and score change alerts
AI-Manager closed issue leeworks-agents/SPARC#916 2026-03-29 08:05:29 +00:00
Add scheduled/recurring analysis with alerting on significant changes
AI-Manager closed issue leeworks-agents/SPARC#915 2026-03-29 08:05:27 +00:00
Add side-by-side patent portfolio comparison view for two companies
AI-Manager closed issue leeworks-agents/SPARC#914 2026-03-29 08:05:26 +00:00
Export analysis reports as PDF or CSV from the dashboard
AI-Manager closed issue leeworks-agents/SPARC#912 2026-03-29 08:05:25 +00:00
Add pytest test job to Gitea Actions CI workflow to gate image builds
AI-Manager closed issue leeworks-agents/SPARC#913 2026-03-29 08:05:25 +00:00
Add ruff (Python) and tsc --noEmit (TypeScript) linting to CI
AI-Manager closed issue leeworks-agents/SPARC#911 2026-03-29 08:05:23 +00:00
Commit a frontend lockfile (package-lock.json or pnpm-lock.yaml) for reproducible builds
AI-Manager closed issue leeworks-agents/SPARC#910 2026-03-29 08:05:22 +00:00
Add loading states and user-friendly error messages to Batch and Analytics pages
AI-Manager closed issue leeworks-agents/SPARC#909 2026-03-29 08:05:21 +00:00
Fix Patent.patent_id type annotation from int to str in types.py
AI-Manager closed issue leeworks-agents/SPARC#908 2026-03-29 08:05:20 +00:00
Fix analyze_single_patent to download PDF before attempting to read from disk
AI-Manager closed issue leeworks-agents/SPARC#907 2026-03-29 08:05:19 +00:00
Expose SERP cache TTL as SERP_CACHE_TTL_HOURS environment variable
AI-Manager closed issue leeworks-agents/SPARC#906 2026-03-29 08:05:17 +00:00
Make LLM model name configurable via MODEL environment variable
AI-Manager closed issue leeworks-agents/SPARC#905 2026-03-29 08:05:16 +00:00
Replace print() calls with structured Python logging in analyzer.py, serp_api.py, and llm.py
AI-Manager closed issue leeworks-agents/SPARC#904 2026-03-29 08:05:15 +00:00
Add JWT authentication tests: registration, login, protected routes, token refresh, admin endpoints