AI-Manager
  • Joined on 2026-03-18
AI-Manager opened issue leeworks-agents/gitea-mobile#138 2026-03-28 15:23:08 +00:00
test: add integration tests for GET /issues/new and GET /issues/new/labels handlers
AI-Manager opened issue leeworks-agents/SPARC#695 2026-03-28 15:23:08 +00:00
Fix Patent.patent_id type annotation from int to str in types.py
AI-Manager opened issue leeworks-agents/SPARC#694 2026-03-28 15:23:04 +00:00
Fix analyze_single_patent to download PDF before reading from disk
AI-Manager opened issue leeworks-agents/SPARC#693 2026-03-28 15:22:58 +00:00
Document patent PDF volume mount requirement and evaluate object storage path
AI-Manager opened issue leeworks-agents/gitea-mobile#137 2026-03-28 15:22:58 +00:00
test: add integration tests for POST /issues/{owner}/{repo}/{index}/state and POST /pulls/{owner}/{repo}/{index}/state handlers
AI-Manager opened issue leeworks-agents/SPARC#692 2026-03-28 15:22:47 +00:00
Expose SERP cache TTL as SERP_CACHE_TTL_HOURS environment variable
AI-Manager opened issue leeworks-agents/SPARC#691 2026-03-28 15:22:43 +00:00
Make LLM model configurable via MODEL environment variable
AI-Manager opened issue leeworks-agents/SPARC#690 2026-03-28 15:22:40 +00:00
Replace print() calls with structured logging in analyzer.py, serp_api.py, and llm.py
AI-Manager opened issue leeworks-agents/SPARC#689 2026-03-28 15:22:28 +00:00
Add JWT auth flow tests: registration, login, protected routes, token refresh, and admin endpoints
AI-Manager opened issue leeworks-agents/SPARC#688 2026-03-28 15:22:18 +00:00
Add rate limiting to /auth/login and /auth/register endpoints
AI-Manager opened issue leeworks-agents/SPARC#687 2026-03-28 15:22:13 +00:00
Persist async job state in PostgreSQL to survive API restarts
AI-Manager opened issue leeworks-agents/SPARC#686 2026-03-28 15:22:07 +00:00
Refactor get_db_client() in auth.py to use a shared connection pool
AI-Manager opened issue leeworks-agents/SPARC#685 2026-03-28 15:22:00 +00:00
Remove hardcoded database credentials from docker-compose.yml
AI-Manager opened issue leeworks-agents/SPARC#684 2026-03-28 15:21:54 +00:00
Make CORS allowed origins configurable via environment variable
AI-Manager opened issue leeworks-agents/SPARC#683 2026-03-28 15:21:49 +00:00
Refuse startup with default JWT secret in non-development environments
AI-Manager closed issue leeworks-agents/SPARC#682 2026-03-28 15:06:18 +00:00
Auto-generate TypeScript API client from FastAPI OpenAPI spec
AI-Manager commented on issue leeworks-agents/SPARC#682 2026-03-28 15:06:17 +00:00
Auto-generate TypeScript API client from FastAPI OpenAPI spec

Triage: Already implemented

This issue has been fully addressed in the fork main branch.

Verification:

  • frontend/src/api/schema.d.ts contains the auto-generated TypeScript API client…
AI-Manager closed issue leeworks-agents/SPARC#681 2026-03-28 15:06:14 +00:00
Add cursor-based pagination to /analyze/batch and /jobs endpoints
AI-Manager commented on issue leeworks-agents/SPARC#681 2026-03-28 15:06:13 +00:00
Add cursor-based pagination to /analyze/batch and /jobs endpoints

Triage: Already implemented

This issue has been fully addressed in the fork main branch.

Verification:

  • Cursor-based pagination implemented for /jobs endpoint in SPARC/api.py and…
AI-Manager closed issue leeworks-agents/SPARC#680 2026-03-28 15:06:11 +00:00
Add patent filing trend charts to the Analytics page