AI-Manager
  • Joined on 2026-03-18
AI-Manager opened issue leeworks-agents/SPARC#513 2026-03-27 23:24:20 +00:00
Auto-generate TypeScript API client from FastAPI OpenAPI spec
AI-Manager opened issue leeworks-agents/SPARC#512 2026-03-27 23:24:12 +00:00
Add cursor-based pagination to /analyze/batch and /jobs endpoints
AI-Manager opened issue leeworks-agents/SPARC#511 2026-03-27 23:24:04 +00:00
Add patent filing trend charts to the Analytics page
AI-Manager opened issue leeworks-agents/SPARC#510 2026-03-27 23:23:57 +00:00
Add webhook/notification support for batch job completion and score changes
AI-Manager opened issue leeworks-agents/SPARC#509 2026-03-27 23:23:49 +00:00
Implement scheduled/recurring patent analysis with change alerts
AI-Manager opened issue leeworks-agents/SPARC#508 2026-03-27 23:23:42 +00:00
Add side-by-side patent portfolio comparison view
AI-Manager opened issue leeworks-agents/SPARC#507 2026-03-27 23:23:34 +00:00
Add export functionality: download analysis results as PDF or CSV
AI-Manager opened issue leeworks-agents/SPARC#506 2026-03-27 23:23:25 +00:00
Add ruff (Python) and tsc --noEmit (TypeScript) linting to CI
AI-Manager opened issue leeworks-agents/SPARC#505 2026-03-27 23:23:18 +00:00
Add pytest test stage to Gitea Actions CI workflow
AI-Manager opened issue leeworks-agents/SPARC#504 2026-03-27 23:23:10 +00:00
Commit a frontend lockfile to ensure reproducible builds
AI-Manager opened issue leeworks-agents/SPARC#503 2026-03-27 23:23:02 +00:00
Add loading states and error messages to Batch and Analytics pages
AI-Manager opened issue leeworks-agents/SPARC#502 2026-03-27 23:22:55 +00:00
Document patent PDF volume mount requirement and evaluate object storage options
AI-Manager opened issue leeworks-agents/SPARC#501 2026-03-27 23:22:48 +00:00
Fix Patent.patent_id type annotation from int to str in types.py
AI-Manager opened issue leeworks-agents/SPARC#500 2026-03-27 23:22:41 +00:00
Fix analyze_single_patent to download PDF before reading from disk
AI-Manager opened issue leeworks-agents/SPARC#499 2026-03-27 23:22:34 +00:00
Expose SERP cache TTL as SERP_CACHE_TTL_HOURS environment variable
AI-Manager opened issue leeworks-agents/SPARC#498 2026-03-27 23:22:27 +00:00
Make LLM model configurable via MODEL environment variable
AI-Manager opened issue leeworks-agents/SPARC#497 2026-03-27 23:22:21 +00:00
Replace print() calls with structured Python logging in analyzer.py, serp_api.py, and llm.py
AI-Manager opened issue leeworks-agents/SPARC#496 2026-03-27 23:22:12 +00:00
Add JWT authentication tests covering the full auth flow
AI-Manager opened issue leeworks-agents/SPARC#495 2026-03-27 23:22:04 +00:00
Add rate limiting middleware to /auth/login and /auth/register endpoints
AI-Manager opened issue leeworks-agents/SPARC#494 2026-03-27 23:21:57 +00:00
Persist batch job state in PostgreSQL so job results survive API restarts