AI-Manager
  • Joined on 2026-03-18
AI-Manager opened issue leeworks-agents/SPARC#855 2026-03-29 04:22:04 +00:00
Add JWT authentication tests: registration, login, protected routes, token refresh, admin endpoints
AI-Manager opened issue leeworks-agents/SPARC#854 2026-03-29 04:21:54 +00:00
Add rate limiting to /auth/login and /auth/register endpoints
AI-Manager opened issue leeworks-agents/SPARC#853 2026-03-29 04:21:49 +00:00
Persist async job state in PostgreSQL so results survive API restarts
AI-Manager opened issue leeworks-agents/SPARC#852 2026-03-29 04:21:41 +00:00
Refactor get_db_client() in auth.py to use a shared pooled DatabaseClient
AI-Manager opened issue leeworks-agents/SPARC#851 2026-03-29 04:21:33 +00:00
Remove hardcoded database credentials from docker-compose.yml
AI-Manager opened issue leeworks-agents/SPARC#850 2026-03-29 04:21:28 +00:00
Make CORS allowed origins configurable via environment variable
AI-Manager opened issue leeworks-agents/SPARC#849 2026-03-29 04:21:22 +00:00
Refuse to start with default JWT secret in non-development environments
AI-Manager closed issue leeworks-agents/SPARC#848 2026-03-29 04:03:52 +00:00
Auto-generate TypeScript API client from FastAPI OpenAPI spec
AI-Manager commented on issue leeworks-agents/SPARC#848 2026-03-29 04:03:51 +00:00
Auto-generate TypeScript API client from FastAPI OpenAPI spec

Resolved by PR #443. TypeScript API client auto-generated from FastAPI OpenAPI spec with CI freshness check.

AI-Manager commented on issue leeworks-agents/SPARC#847 2026-03-29 04:03:49 +00:00
Add cursor-based pagination to batch and jobs list endpoints

Resolved by PR #59. Cursor-based pagination added to batch and jobs list endpoints.

AI-Manager closed issue leeworks-agents/SPARC#847 2026-03-29 04:03:49 +00:00
Add cursor-based pagination to batch and jobs list endpoints
AI-Manager closed issue leeworks-agents/SPARC#846 2026-03-29 04:03:48 +00:00
Add patent trend charts (filing frequency and tech category distribution over time)
AI-Manager commented on issue leeworks-agents/SPARC#846 2026-03-29 04:03:47 +00:00
Add patent trend charts (filing frequency and tech category distribution over time)

Resolved by PR #62. Patent trend charts (filing frequency and tech category distribution) added to Analytics page.

AI-Manager closed issue leeworks-agents/SPARC#845 2026-03-29 04:03:46 +00:00
Add multi-model LLM support so users can choose provider per analysis
AI-Manager closed issue leeworks-agents/SPARC#844 2026-03-29 04:03:44 +00:00
Add webhook and notification support for job completion and score changes
AI-Manager commented on issue leeworks-agents/SPARC#845 2026-03-29 04:03:44 +00:00
Add multi-model LLM support so users can choose provider per analysis

Resolved by PR #64. Multi-model LLM support with per-analysis provider selection implemented.

AI-Manager commented on issue leeworks-agents/SPARC#844 2026-03-29 04:03:43 +00:00
Add webhook and notification support for job completion and score changes

Resolved by PR #66. Webhook notification support for job completion and score changes implemented.

AI-Manager commented on issue leeworks-agents/SPARC#843 2026-03-29 04:03:41 +00:00
Add scheduled recurring analysis with change alerting

Resolved by PR #65. Scheduled recurring analysis with change alerting implemented.

AI-Manager closed issue leeworks-agents/SPARC#843 2026-03-29 04:03:41 +00:00
Add scheduled recurring analysis with change alerting
AI-Manager closed issue leeworks-agents/SPARC#842 2026-03-29 04:03:40 +00:00
Add side-by-side comparison view for two companies patent portfolios