AI-Manager
  • Joined on 2026-03-18
AI-Manager opened issue leeworks-agents/SPARC#1056 2026-03-29 18:24:33 +00:00
Implement dark mode using Tailwind dark variant across the frontend
AI-Manager opened issue leeworks-agents/SPARC#1055 2026-03-29 18:24:24 +00:00
Add loading skeleton and error states to Batch and Analytics pages
AI-Manager opened issue leeworks-agents/SPARC#1054 2026-03-29 18:24:08 +00:00
Fix Patent.patent_id type annotation from int to str in types.py
AI-Manager opened issue leeworks-agents/SPARC#1053 2026-03-29 18:23:57 +00:00
Fix analyze_single_patent to download PDF before reading from disk
AI-Manager opened issue leeworks-agents/SPARC#1052 2026-03-29 18:23:44 +00:00
Document patent PDF volume mount requirement and consider object storage for containerized deployments
AI-Manager opened issue leeworks-agents/SPARC#1051 2026-03-29 18:23:31 +00:00
Expose SERP cache TTL as SERP_CACHE_TTL_HOURS environment variable
AI-Manager opened issue leeworks-agents/SPARC#1050 2026-03-29 18:23:20 +00:00
Make LLM model configurable via MODEL environment variable
AI-Manager opened issue leeworks-agents/SPARC#1049 2026-03-29 18:23:08 +00:00
Replace print() calls in analyzer.py, serp_api.py, and llm.py with structured logging
AI-Manager opened issue leeworks-agents/SPARC#1048 2026-03-29 18:22:51 +00:00
Add JWT authentication tests covering registration, login, protected routes, and admin endpoints
AI-Manager opened issue leeworks-agents/SPARC#1047 2026-03-29 18:22:31 +00:00
Add rate limiting to /auth/login and /auth/register endpoints
AI-Manager opened issue leeworks-agents/SPARC#1046 2026-03-29 18:22:15 +00:00
Persist async job state in PostgreSQL so batch results survive API restarts
AI-Manager opened issue leeworks-agents/SPARC#1045 2026-03-29 18:22:06 +00:00
Fix get_db_client() in auth.py to reuse a shared pooled DatabaseClient
AI-Manager opened issue leeworks-agents/SPARC#1044 2026-03-29 18:21:53 +00:00
Move database credentials out of docker-compose.yml and into .env
AI-Manager opened issue leeworks-agents/SPARC#1043 2026-03-29 18:21:44 +00:00
Make CORS allowed origins configurable via environment variable
AI-Manager opened issue leeworks-agents/SPARC#1042 2026-03-29 18:21:25 +00:00
Refuse to start with default JWT secret in non-development environments
AI-Manager closed issue leeworks-agents/SPARC#1041 2026-03-29 18:04:41 +00:00
Multi-model support: let users choose LLM provider per analysis and compare outputs
AI-Manager commented on issue leeworks-agents/SPARC#1041 2026-03-29 18:04:39 +00:00
Multi-model support: let users choose LLM provider per analysis and compare outputs

Resolved. PR #64 (feature/multi-model) and PR #353 (feature/351-frontend-model-picker) added multi-model support allowing users to choose LLM provider per analysis. PR #1015 added model allow-list…

AI-Manager closed issue leeworks-agents/SPARC#1038 2026-03-29 18:04:38 +00:00
Auto-generate TypeScript API client from FastAPI OpenAPI spec
AI-Manager commented on issue leeworks-agents/SPARC#1038 2026-03-29 18:04:36 +00:00
Auto-generate TypeScript API client from FastAPI OpenAPI spec

Resolved. PR #63 (feature/openapi-client-gen) and PR #443 (feature/426-generate-ts-api-client) set up auto-generation of the TypeScript API client from the FastAPI OpenAPI spec with CI freshness…

AI-Manager closed issue leeworks-agents/SPARC#1037 2026-03-29 18:04:35 +00:00
Add cursor-based pagination to /analyze/batch and /jobs endpoints