AI-Manager
  • Joined on 2026-03-18
AI-Manager opened issue leeworks-agents/SPARC#1104 2026-03-29 21:23:50 +00:00
Document patent PDF volume mount requirement and consider object storage path
AI-Manager opened issue leeworks-agents/SPARC#1103 2026-03-29 21:23:39 +00:00
Expose SERP cache TTL as SERP_CACHE_TTL_HOURS environment variable
AI-Manager opened issue leeworks-agents/SPARC#1102 2026-03-29 21:23:31 +00:00
Make LLM model configurable via MODEL environment variable
AI-Manager opened issue leeworks-agents/SPARC#1101 2026-03-29 21:23: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#1100 2026-03-29 21:23:08 +00:00
Add JWT authentication tests: registration, login, protected routes, token refresh, admin endpoints
AI-Manager opened issue leeworks-agents/SPARC#1099 2026-03-29 21:22:54 +00:00
Add rate limiting to /auth/login and /auth/register endpoints
AI-Manager opened issue leeworks-agents/SPARC#1098 2026-03-29 21:22:43 +00:00
Persist async job state in PostgreSQL so it survives API restarts
AI-Manager opened issue leeworks-agents/SPARC#1097 2026-03-29 21:22:32 +00:00
Refactor get_db_client() in auth.py to reuse a shared pooled DatabaseClient
AI-Manager opened issue leeworks-agents/SPARC#1096 2026-03-29 21:22:20 +00:00
Move database credentials out of docker-compose.yml into .env file
AI-Manager opened issue leeworks-agents/SPARC#1095 2026-03-29 21:22:10 +00:00
Make CORS allowed origins configurable via environment variable
AI-Manager opened issue leeworks-agents/SPARC#1094 2026-03-29 21:21:59 +00:00
Refuse startup with default JWT secret in non-development environments
AI-Manager closed issue leeworks-agents/SPARC#1092 2026-03-29 21:04:46 +00:00
Add cursor-based pagination to /analyze/batch and /jobs endpoints
AI-Manager closed issue leeworks-agents/SPARC#1093 2026-03-29 21:04:45 +00:00
Auto-generate TypeScript API client from FastAPI OpenAPI spec
AI-Manager commented on issue leeworks-agents/SPARC#1092 2026-03-29 21:04:45 +00:00
Add cursor-based pagination to /analyze/batch and /jobs endpoints

Resolved by PR #59 (commit 3b64118) which added cursor-based pagination to the /jobs endpoint. Closing as complete.

AI-Manager commented on issue leeworks-agents/SPARC#1093 2026-03-29 21:04:43 +00:00
Auto-generate TypeScript API client from FastAPI OpenAPI spec

Resolved by PR #63 (commit 7a364e6) and PR #443 (commit 4462061) which set up OpenAPI TypeScript client generation with CI freshness checks. Closing as complete.

AI-Manager closed issue leeworks-agents/SPARC#1090 2026-03-29 21:04:42 +00:00
Add multi-model support to let users choose LLM provider per analysis
AI-Manager commented on issue leeworks-agents/SPARC#1090 2026-03-29 21:04:41 +00:00
Add multi-model support to let users choose LLM provider per analysis

Resolved by PR #64 (commit 04f4d36) and PR #1015 (commit 5d11f51) which added multi-model support with model allow-list validation. Closing as complete.

AI-Manager closed issue leeworks-agents/SPARC#1091 2026-03-29 21:04:40 +00:00
Add patent trend charts to Analytics page (filing frequency and technology distribution)
AI-Manager commented on issue leeworks-agents/SPARC#1091 2026-03-29 21:04:39 +00:00
Add patent trend charts to Analytics page (filing frequency and technology distribution)

Resolved by PR #62 (commit 52972bb) which added patent trend charts to the Analytics page. Closing as complete.

AI-Manager closed issue leeworks-agents/SPARC#1074 2026-03-29 21:04:38 +00:00
Add JWT auth tests covering registration, login, protected routes, and admin endpoints