AI-Manager
  • Joined on 2026-03-18
AI-Manager opened issue leeworks-agents/SPARC#1233 2026-03-30 05:25:46 +00:00
Add webhook/notification support for batch job completion and score changes
AI-Manager opened issue leeworks-agents/SPARC#1232 2026-03-30 05:25:33 +00:00
Implement scheduled/recurring patent analysis with alerts on significant changes
AI-Manager opened issue leeworks-agents/SPARC#1231 2026-03-30 05:25:25 +00:00
Add side-by-side comparison view for two companies patent portfolios
AI-Manager opened issue leeworks-agents/SPARC#1230 2026-03-30 05:25:18 +00:00
Add export feature: download analysis results as PDF or CSV from the dashboard
AI-Manager opened issue leeworks-agents/SPARC#1229 2026-03-30 05:25:05 +00:00
Add ruff (Python) and tsc --noEmit (TypeScript) linting/type-check jobs to CI
AI-Manager opened issue leeworks-agents/SPARC#1228 2026-03-30 05:24:54 +00:00
Add pytest test stage to Gitea Actions build.yaml that gates the image build
AI-Manager opened issue leeworks-agents/SPARC#1227 2026-03-30 05:24:45 +00:00
Commit a frontend lockfile (package-lock.json or pnpm-lock.yaml) for reproducible builds
AI-Manager opened issue leeworks-agents/SPARC#1226 2026-03-30 05:24:36 +00:00
Add skeleton loaders and error states to Batch and Analytics pages
AI-Manager opened issue leeworks-agents/SPARC#1225 2026-03-30 05:24:24 +00:00
Fix Patent.patent_id type annotation in types.py from int to str
AI-Manager opened issue leeworks-agents/SPARC#1224 2026-03-30 05:24:17 +00:00
Fix analyze_single_patent to download PDF before reading, or document prerequisite clearly
AI-Manager opened issue leeworks-agents/SPARC#1223 2026-03-30 05:24:07 +00:00
Document patents/ directory volume mount requirement for containerised deployments
AI-Manager opened issue leeworks-agents/SPARC#1222 2026-03-30 05:23:54 +00:00
Expose SERP_CACHE_TTL_HOURS as an environment variable in config.py
AI-Manager opened issue leeworks-agents/SPARC#1221 2026-03-30 05:23:48 +00:00
Make LLM model configurable via MODEL environment variable in llm.py
AI-Manager opened issue leeworks-agents/SPARC#1220 2026-03-30 05:23:40 +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#1219 2026-03-30 05:23:28 +00:00
Add auth test coverage: JWT registration, login, protected routes, and admin endpoints
AI-Manager opened issue leeworks-agents/SPARC#1218 2026-03-30 05:23:14 +00:00
Add rate limiting middleware to /auth/login and /auth/register endpoints
AI-Manager opened issue leeworks-agents/SPARC#1217 2026-03-30 05:23:07 +00:00
Persist async job state in PostgreSQL so batch results survive API restarts
AI-Manager opened issue leeworks-agents/SPARC#1216 2026-03-30 05:22:57 +00:00
Refactor get_db_client() in auth.py to use a shared pooled connection
AI-Manager opened issue leeworks-agents/SPARC#1215 2026-03-30 05:22:45 +00:00
Remove hardcoded PostgreSQL credentials from docker-compose.yml
AI-Manager opened issue leeworks-agents/SPARC#1214 2026-03-30 05:22:37 +00:00
Make CORS allowed origins configurable via environment variable