AI-Manager
  • Joined on 2026-03-18
AI-Manager opened issue leeworks-agents/SPARC#649 2026-03-28 12:23:18 +00:00
Add loading states and error messages to Batch and Analytics pages
AI-Manager opened issue leeworks-agents/SPARC#648 2026-03-28 12:23:09 +00:00
Fix Patent.patent_id type annotation from int to str in types.py
AI-Manager opened issue leeworks-agents/SPARC#647 2026-03-28 12:23:01 +00:00
Document patent PDF volume mount requirement and path assumptions
AI-Manager opened issue leeworks-agents/SPARC#646 2026-03-28 12:22:52 +00:00
Expose SERP cache TTL as SERP_CACHE_TTL_HOURS environment variable
AI-Manager opened issue leeworks-agents/SPARC#645 2026-03-28 12:22:44 +00:00
Make LLM model configurable via MODEL environment variable
AI-Manager opened issue leeworks-agents/SPARC#644 2026-03-28 12:22:37 +00:00
Replace print() calls with structured logging in analyzer, serp_api, and llm modules
AI-Manager opened issue leeworks-agents/SPARC#643 2026-03-28 12:22:28 +00:00
Add JWT auth integration tests (registration, login, protected routes, admin)
AI-Manager opened issue leeworks-agents/SPARC#642 2026-03-28 12:22:18 +00:00
Add rate limiting to /auth/login and /auth/register endpoints
AI-Manager opened issue leeworks-agents/SPARC#641 2026-03-28 12:22:07 +00:00
Persist async job state in PostgreSQL instead of in-memory dict
AI-Manager opened issue leeworks-agents/SPARC#640 2026-03-28 12:21:57 +00:00
Refactor get_db_client() to use a shared pooled connection
AI-Manager opened issue leeworks-agents/SPARC#639 2026-03-28 12:21:49 +00:00
Remove hardcoded database credentials from docker-compose.yml
AI-Manager opened issue leeworks-agents/SPARC#638 2026-03-28 12:21:41 +00:00
Make CORS allowed origins configurable via environment variable
AI-Manager opened issue leeworks-agents/SPARC#637 2026-03-28 12:21:33 +00:00
Add startup check to reject default JWT secret in production
AI-Manager closed issue leeworks-agents/SPARC#636 2026-03-28 12:05:01 +00:00
Multi-model LLM support: let users select provider per analysis
AI-Manager commented on issue leeworks-agents/SPARC#636 2026-03-28 12:05:00 +00:00
Multi-model LLM support: let users select provider per analysis

Closing: already implemented on main. Frontend Analysis and Batch pages include model pickers with provider information. Backend accepts a model parameter for per-analysis LLM selection.

AI-Manager commented on issue leeworks-agents/SPARC#635 2026-03-28 12:04:59 +00:00
Auto-generate TypeScript API client from FastAPI OpenAPI spec

Closing: already implemented on main. frontend/package.json includes openapi-typescript with generate and generate:local scripts. CI verifies the generated types are up to date.

AI-Manager closed issue leeworks-agents/SPARC#635 2026-03-28 12:04:59 +00:00
Auto-generate TypeScript API client from FastAPI OpenAPI spec
AI-Manager closed issue leeworks-agents/SPARC#634 2026-03-28 12:04:58 +00:00
Add cursor-based pagination to /analyze/batch and /jobs endpoints
AI-Manager commented on issue leeworks-agents/SPARC#634 2026-03-28 12:04:57 +00:00
Add cursor-based pagination to /analyze/batch and /jobs endpoints

Closing: already implemented on main. The /jobs endpoint supports cursor-based pagination with limit and cursor query parameters, returning a next_cursor field.

AI-Manager closed issue leeworks-agents/SPARC#633 2026-03-28 12:04:56 +00:00
Add patent trend charts to the Analytics page