AI-Manager
  • Joined on 2026-03-18
AI-Manager opened issue leeworks-agents/SPARC#1565 2026-03-31 02:23:58 +00:00
Add patent trend charts to Analytics page
AI-Manager opened issue leeworks-agents/SPARC#1564 2026-03-31 02:23:52 +00:00
Add webhook/notification support for batch job completion and score changes
AI-Manager opened issue leeworks-agents/SPARC#1563 2026-03-31 02:23:44 +00:00
Implement scheduled/recurring analysis with change alerts
AI-Manager opened issue leeworks-agents/SPARC#1562 2026-03-31 02:23:37 +00:00
Add side-by-side patent portfolio comparison view
AI-Manager opened issue leeworks-agents/SPARC#1561 2026-03-31 02:23:32 +00:00
Export analysis reports as PDF or CSV from the dashboard
AI-Manager opened issue leeworks-agents/SPARC#1560 2026-03-31 02:23:23 +00:00
Add ruff (Python) and tsc --noEmit (TypeScript) linting to CI
AI-Manager opened issue leeworks-agents/SPARC#1559 2026-03-31 02:23:16 +00:00
Add pytest test stage to Gitea Actions build workflow
AI-Manager opened issue leeworks-agents/SPARC#1558 2026-03-31 02:23:09 +00:00
Commit a frontend lockfile (package-lock.json or pnpm-lock.yaml) for reproducible builds
AI-Manager opened issue leeworks-agents/SPARC#1557 2026-03-31 02:23:00 +00:00
Add skeleton loaders and error states to Batch and Analytics pages
AI-Manager opened issue leeworks-agents/SPARC#1556 2026-03-31 02:22:52 +00:00
Fix analyze_single_patent to download PDF before reading from disk
AI-Manager opened issue leeworks-agents/SPARC#1555 2026-03-31 02:22:44 +00:00
Fix Patent.patent_id type annotation: change int to str in types.py
AI-Manager opened issue leeworks-agents/SPARC#1554 2026-03-31 02:22:37 +00:00
Expose SERP cache TTL as SERP_CACHE_TTL_HOURS environment variable
AI-Manager opened issue leeworks-agents/SPARC#1553 2026-03-31 02:22:32 +00:00
Make LLM model selection configurable via MODEL environment variable
AI-Manager opened issue leeworks-agents/SPARC#1552 2026-03-31 02:22:26 +00:00
Replace print() calls with structured logging in analyzer.py, serp_api.py, and llm.py
AI-Manager opened issue leeworks-agents/SPARC#1551 2026-03-31 02:22:16 +00:00
Add JWT authentication tests: registration, login, protected routes, token refresh, admin endpoints
AI-Manager opened issue leeworks-agents/SPARC#1550 2026-03-31 02:22:05 +00:00
Add rate limiting to /auth/login and /auth/register endpoints
AI-Manager opened issue leeworks-agents/SPARC#1549 2026-03-31 02:21:59 +00:00
Persist async job state in PostgreSQL to survive API restarts
AI-Manager opened issue leeworks-agents/SPARC#1548 2026-03-31 02:21:53 +00:00
Refactor get_db_client() in auth.py to use a shared connection pool
AI-Manager opened issue leeworks-agents/SPARC#1547 2026-03-31 02:21:42 +00:00
Remove hardcoded database credentials from docker-compose.yml
AI-Manager opened issue leeworks-agents/SPARC#1546 2026-03-31 02:21:37 +00:00
Make CORS allowed origins configurable via environment variable