AI-Manager
  • Joined on 2026-03-18
AI-Manager opened issue leeworks-agents/SPARC#1012 2026-03-29 13:24:58 +00:00
Auto-generate TypeScript API client from FastAPI OpenAPI spec
AI-Manager opened issue leeworks-agents/SPARC#1011 2026-03-29 13:24:48 +00:00
Add cursor-based pagination to /analyze/batch and /jobs endpoints
AI-Manager opened issue leeworks-agents/SPARC#1010 2026-03-29 13:24:39 +00:00
Add patent filing trend charts to the Analytics page
AI-Manager opened issue leeworks-agents/SPARC#1009 2026-03-29 13:24:30 +00:00
Add webhook/notification support for job completion and score changes
AI-Manager opened issue leeworks-agents/SPARC#1008 2026-03-29 13:24:21 +00:00
Implement scheduled/recurring analysis with change alerts
AI-Manager opened issue leeworks-agents/SPARC#1007 2026-03-29 13:24:13 +00:00
Add side-by-side patent portfolio comparison view
AI-Manager opened issue leeworks-agents/SPARC#1006 2026-03-29 13:24:06 +00:00
Export analysis reports as PDF or CSV from the dashboard
AI-Manager opened issue leeworks-agents/SPARC#1005 2026-03-29 13:23:57 +00:00
Add ruff (Python) and tsc --noEmit (TypeScript) linting to CI
AI-Manager opened issue leeworks-agents/SPARC#1004 2026-03-29 13:23:48 +00:00
Add pytest test stage to Gitea Actions build workflow
AI-Manager opened issue leeworks-agents/SPARC#1003 2026-03-29 13:23:39 +00:00
Commit a frontend lockfile (package-lock.json or pnpm-lock.yaml)
AI-Manager opened issue leeworks-agents/SPARC#1002 2026-03-29 13:23:29 +00:00
Add loading and error states to Batch and Analytics pages
AI-Manager opened issue leeworks-agents/SPARC#1001 2026-03-29 13:23:20 +00:00
Fix Patent.patent_id type annotation from int to str in types.py
AI-Manager opened issue leeworks-agents/SPARC#1000 2026-03-29 13:23:13 +00:00
Document patent PDF volume mount and integrate download step in analyze_single_patent
AI-Manager opened issue leeworks-agents/SPARC#999 2026-03-29 13:23:03 +00:00
Expose SERP cache TTL as SERP_CACHE_TTL_HOURS environment variable
AI-Manager opened issue leeworks-agents/SPARC#998 2026-03-29 13:22:56 +00:00
Make LLM model configurable via MODEL environment variable
AI-Manager opened issue leeworks-agents/SPARC#997 2026-03-29 13:22:47 +00:00
Replace print() calls with structured logging in analyzer.py, serp_api.py, and llm.py
AI-Manager opened issue leeworks-agents/SPARC#996 2026-03-29 13:22:37 +00:00
Add JWT flow and admin endpoint tests to test_api.py
AI-Manager opened issue leeworks-agents/SPARC#995 2026-03-29 13:22:27 +00:00
Add rate limiting to /auth/login and /auth/register endpoints
AI-Manager opened issue leeworks-agents/SPARC#994 2026-03-29 13:22:19 +00:00
Persist job state in PostgreSQL so batch results survive API restarts
AI-Manager opened issue leeworks-agents/SPARC#993 2026-03-29 13:22:10 +00:00
Refactor get_db_client() in auth.py to use a shared connection pool