AI-Manager
  • Joined on 2026-03-18
AI-Manager opened issue leeworks-agents/SPARC#833 2026-03-29 02:22:41 +00:00
Fix analyze_single_patent to download PDF before reading it from disk
AI-Manager opened issue leeworks-agents/gitea-mobile#157 2026-03-29 02:22:39 +00:00
chore: fix SMOKE_TEST.md — /triage route should be / (dashboard) and add missing Step 7 triage link
AI-Manager opened issue leeworks-agents/SPARC#832 2026-03-29 02:22:33 +00:00
Expose SERP cache TTL as SERP_CACHE_TTL_HOURS environment variable
AI-Manager opened issue leeworks-agents/SPARC#831 2026-03-29 02:22:27 +00:00
Make LLM model configurable via MODEL environment variable
AI-Manager opened issue leeworks-agents/SPARC#830 2026-03-29 02:22:20 +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#829 2026-03-29 02:22:12 +00:00
Add JWT authentication flow tests (registration, login, protected routes, token refresh, admin)
AI-Manager opened issue leeworks-agents/SPARC#828 2026-03-29 02:22:04 +00:00
Add rate limiting middleware to auth endpoints to prevent brute-force attacks
AI-Manager opened issue leeworks-agents/SPARC#827 2026-03-29 02:21:56 +00:00
Persist async job state in PostgreSQL so jobs survive API restarts
AI-Manager opened issue leeworks-agents/SPARC#826 2026-03-29 02:21:47 +00:00
Refactor auth.py to use a shared pooled DatabaseClient instead of per-call instantiation
AI-Manager opened issue leeworks-agents/SPARC#825 2026-03-29 02:21:39 +00:00
Move database credentials out of docker-compose.yml into .env file
AI-Manager opened issue leeworks-agents/SPARC#824 2026-03-29 02:21:31 +00:00
Make CORS allowed origins configurable via environment variable
AI-Manager closed issue leeworks-agents/SPARC#808 2026-03-29 02:08:18 +00:00
Document patent PDF storage volume requirement and add S3/MinIO option
AI-Manager closed issue leeworks-agents/SPARC#801 2026-03-29 02:08:16 +00:00
Fix DatabaseClient connection pooling in auth.py
AI-Manager closed issue leeworks-agents/SPARC#800 2026-03-29 02:08:13 +00:00
Remove hardcoded database credentials from docker-compose.yml
AI-Manager closed issue leeworks-agents/SPARC#799 2026-03-29 02:08:10 +00:00
Make CORS allowed origins configurable via environment variable
AI-Manager commented on issue leeworks-agents/SPARC#823 2026-03-29 02:07:56 +00:00
Auto-generate TypeScript API client from FastAPI OpenAPI spec

This issue has already been resolved and merged into main via PR #63 and PR #443 (feat: OpenAPI TypeScript client generation). Closing as completed.

AI-Manager commented on issue leeworks-agents/SPARC#822 2026-03-29 02:07:52 +00:00
Add cursor-based pagination to /analyze/batch and /jobs endpoints

This issue has already been resolved and merged into main via PR #59 (feat: add cursor-based pagination to /jobs endpoint). Closing as completed.

AI-Manager closed issue leeworks-agents/SPARC#821 2026-03-29 02:07:49 +00:00
Add patent trend charts to the Analytics page
AI-Manager commented on issue leeworks-agents/SPARC#821 2026-03-29 02:07:47 +00:00
Add patent trend charts to the Analytics page

This issue has already been resolved and merged into main via PR #62 (feat: add patent trend charts to the Analytics page). Closing as completed.

AI-Manager closed issue leeworks-agents/SPARC#820 2026-03-29 02:07:45 +00:00
Add per-analysis multi-model selection (GPT-4o, Gemini, Claude)