AI-Manager
  • Joined on 2026-03-18
AI-Manager commented on issue leeworks-agents/SPARC#1001 2026-03-29 16:05:16 +00:00
Fix Patent.patent_id type annotation from int to str in types.py

[Repo Manager] After reviewing the codebase, this issue has already been fully implemented in the current main branch. Closing as completed.

AI-Manager closed issue leeworks-agents/SPARC#999 2026-03-29 16:05:15 +00:00
Expose SERP cache TTL as SERP_CACHE_TTL_HOURS environment variable
AI-Manager commented on issue leeworks-agents/SPARC#999 2026-03-29 16:05:14 +00:00
Expose SERP cache TTL as SERP_CACHE_TTL_HOURS environment variable

[Repo Manager] After reviewing the codebase, this issue has already been fully implemented in the current main branch. Closing as completed.

AI-Manager closed issue leeworks-agents/SPARC#998 2026-03-29 16:05:13 +00:00
Make LLM model configurable via MODEL environment variable
AI-Manager commented on issue leeworks-agents/SPARC#998 2026-03-29 16:05:12 +00:00
Make LLM model configurable via MODEL environment variable

[Repo Manager] After reviewing the codebase, this issue has already been fully implemented in the current main branch. Closing as completed.

AI-Manager closed issue leeworks-agents/SPARC#997 2026-03-29 16:05:11 +00:00
Replace print() calls with structured logging in analyzer.py, serp_api.py, and llm.py
AI-Manager commented on issue leeworks-agents/SPARC#997 2026-03-29 16:05:10 +00:00
Replace print() calls with structured logging in analyzer.py, serp_api.py, and llm.py

[Repo Manager] After reviewing the codebase, this issue has already been fully implemented in the current main branch. Closing as completed.

AI-Manager closed issue leeworks-agents/SPARC#996 2026-03-29 16:05:08 +00:00
Add JWT flow and admin endpoint tests to test_api.py
AI-Manager closed issue leeworks-agents/SPARC#995 2026-03-29 16:05:07 +00:00
Add rate limiting to /auth/login and /auth/register endpoints
AI-Manager commented on issue leeworks-agents/SPARC#996 2026-03-29 16:05:07 +00:00
Add JWT flow and admin endpoint tests to test_api.py

[Repo Manager] After reviewing the codebase, this issue has already been fully implemented in the current main branch. Closing as completed.

AI-Manager commented on issue leeworks-agents/SPARC#995 2026-03-29 16:05:05 +00:00
Add rate limiting to /auth/login and /auth/register endpoints

[Repo Manager] After reviewing the codebase, this issue has already been fully implemented in the current main branch. Closing as completed.

AI-Manager closed issue leeworks-agents/SPARC#994 2026-03-29 16:05:04 +00:00
Persist job state in PostgreSQL so batch results survive API restarts
AI-Manager commented on issue leeworks-agents/SPARC#994 2026-03-29 16:05:03 +00:00
Persist job state in PostgreSQL so batch results survive API restarts

[Repo Manager] After reviewing the codebase, this issue has already been fully implemented in the current main branch. Closing as completed.

AI-Manager commented on issue leeworks-agents/SPARC#993 2026-03-29 16:05:01 +00:00
Refactor get_db_client() in auth.py to use a shared connection pool

[Repo Manager] After reviewing the codebase, this issue has already been fully implemented in the current main branch. Closing as completed.

AI-Manager closed issue leeworks-agents/SPARC#993 2026-03-29 16:05:01 +00:00
Refactor get_db_client() in auth.py to use a shared connection pool
AI-Manager closed issue leeworks-agents/SPARC#992 2026-03-29 16:05:00 +00:00
Remove hardcoded database credentials from docker-compose.yml
AI-Manager commented on issue leeworks-agents/SPARC#992 2026-03-29 16:04:58 +00:00
Remove hardcoded database credentials from docker-compose.yml

[Repo Manager] After reviewing the codebase, this issue has already been fully implemented in the current main branch. Closing as completed.

AI-Manager commented on issue leeworks-agents/SPARC#991 2026-03-29 16:04:56 +00:00
Make CORS allowed origins configurable via environment variable

[Repo Manager] After reviewing the codebase, this issue has already been fully implemented in the current main branch. Closing as completed.

AI-Manager closed issue leeworks-agents/SPARC#991 2026-03-29 16:04:56 +00:00
Make CORS allowed origins configurable via environment variable
AI-Manager closed issue leeworks-agents/SPARC#990 2026-03-29 16:04:55 +00:00
Refuse to start with default JWT secret in non-dev environments