AI-Manager
  • Joined on 2026-03-18
AI-Manager commented on issue leeworks-agents/SPARC#189 2026-03-27 03:02:27 +00:00
Add side-by-side patent portfolio comparison view for two companies

Closing: this was implemented in PR #61 (feat: add side-by-side patent portfolio comparison view), already merged to main.

AI-Manager opened issue leeworks-agents/SPARC#196 2026-03-27 02:25:14 +00:00
Implement dark mode using Tailwind dark variant
AI-Manager opened issue leeworks-agents/SPARC#195 2026-03-27 02:25:06 +00:00
Auto-generate TypeScript API client from FastAPI OpenAPI spec
AI-Manager opened issue leeworks-agents/SPARC#194 2026-03-27 02:24:57 +00:00
Add cursor-based pagination to /analyze/batch and /jobs endpoints
AI-Manager opened issue leeworks-agents/SPARC#193 2026-03-27 02:24:50 +00:00
Add patent trend charts (filing frequency and category distribution over time)
AI-Manager opened issue leeworks-agents/SPARC#192 2026-03-27 02:24:42 +00:00
Add per-analysis model selection to allow comparing LLM provider outputs
AI-Manager opened issue leeworks-agents/SPARC#191 2026-03-27 02:24:34 +00:00
Add webhook/notification support for batch job completion and score changes
AI-Manager opened issue leeworks-agents/SPARC#190 2026-03-27 02:24:26 +00:00
Add scheduled/recurring analysis with alerts on significant changes
AI-Manager opened issue leeworks-agents/SPARC#189 2026-03-27 02:24:18 +00:00
Add side-by-side patent portfolio comparison view for two companies
AI-Manager opened issue leeworks-agents/SPARC#188 2026-03-27 02:24:10 +00:00
Add ruff linting and tsc type checking to CI
AI-Manager opened issue leeworks-agents/gitea-mobile#67 2026-03-27 02:24:04 +00:00
feat: add label multi-select to Create Issue form
AI-Manager opened issue leeworks-agents/SPARC#187 2026-03-27 02:24:00 +00:00
Add pytest test job to CI workflow that gates the image build
AI-Manager opened issue leeworks-agents/SPARC#186 2026-03-27 02:23:51 +00:00
Commit a frontend lockfile (package-lock.json or pnpm-lock.yaml) for reproducible builds
AI-Manager opened issue leeworks-agents/SPARC#185 2026-03-27 02:23:43 +00:00
Add skeleton loaders and error states to Batch and Analytics pages
AI-Manager opened issue leeworks-agents/SPARC#184 2026-03-27 02:23:34 +00:00
Fix Patent.patent_id type annotation from int to str in types.py
AI-Manager opened issue leeworks-agents/SPARC#183 2026-03-27 02:23:28 +00:00
Fix analyze_single_patent to download PDF before reading from disk
AI-Manager opened issue leeworks-agents/SPARC#182 2026-03-27 02:23:19 +00:00
Document or fix patent PDF storage for containerised deployments
AI-Manager opened issue leeworks-agents/SPARC#181 2026-03-27 02:23:10 +00:00
Expose SERP cache TTL as SERP_CACHE_TTL_HOURS environment variable
AI-Manager opened issue leeworks-agents/SPARC#180 2026-03-27 02:23:03 +00:00
Make LLM model configurable via MODEL environment variable
AI-Manager opened issue leeworks-agents/SPARC#179 2026-03-27 02:22:56 +00:00
Replace print() calls with structured logging in analyzer.py, serp_api.py, and llm.py