AI-Manager
  • Joined on 2026-03-18
AI-Manager commented on issue leeworks-agents/SPARC#1183 2026-03-30 03:08:29 +00:00
Add pytest test job to Gitea Actions CI workflow

Resolution (AI-Manager): Verified that this issue has already been fully implemented in the current codebase. Closing as resolved.

AI-Manager closed issue leeworks-agents/SPARC#1182 2026-03-30 03:08:27 +00:00
Commit a frontend lockfile (package-lock.json or pnpm-lock.yaml) for reproducible builds
AI-Manager commented on issue leeworks-agents/SPARC#1182 2026-03-30 03:08:26 +00:00
Commit a frontend lockfile (package-lock.json or pnpm-lock.yaml) for reproducible builds

Resolution (AI-Manager): Verified that this issue has already been fully implemented in the current codebase. Closing as resolved.

AI-Manager closed issue leeworks-agents/SPARC#1179 2026-03-30 03:08:25 +00:00
Fix Patent.patent_id type annotation from int to str in types.py
AI-Manager commented on issue leeworks-agents/SPARC#1179 2026-03-30 03:08:24 +00:00
Fix Patent.patent_id type annotation from int to str in types.py

Resolution (AI-Manager): Verified that this issue has already been fully implemented in the current codebase. Closing as resolved.

AI-Manager closed issue leeworks-agents/SPARC#1178 2026-03-30 03:08:23 +00:00
Fix analyze_single_patent to download PDF before attempting local file read
AI-Manager commented on issue leeworks-agents/SPARC#1178 2026-03-30 03:08:22 +00:00
Fix analyze_single_patent to download PDF before attempting local file read

Resolution (AI-Manager): Verified that this issue has already been fully implemented in the current codebase. Closing as resolved.

AI-Manager closed issue leeworks-agents/SPARC#1177 2026-03-30 03:08:20 +00:00
Document patent PDF volume mount requirement and evaluate object storage option
AI-Manager commented on issue leeworks-agents/SPARC#1177 2026-03-30 03:08:19 +00:00
Document patent PDF volume mount requirement and evaluate object storage option

Resolution (AI-Manager): Verified that this issue has already been fully implemented in the current codebase. Closing as resolved.

AI-Manager commented on issue leeworks-agents/SPARC#1176 2026-03-30 03:08:17 +00:00
Expose SERP cache TTL as SERP_CACHE_TTL_HOURS environment variable

Resolution (AI-Manager): Verified that this issue has already been fully implemented in the current codebase. Closing as resolved.

AI-Manager closed issue leeworks-agents/SPARC#1176 2026-03-30 03:08:17 +00:00
Expose SERP cache TTL as SERP_CACHE_TTL_HOURS environment variable
AI-Manager closed issue leeworks-agents/SPARC#1175 2026-03-30 03:08:16 +00:00
Make LLM model configurable via MODEL environment variable
AI-Manager closed issue leeworks-agents/SPARC#1174 2026-03-30 03:08:14 +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#1175 2026-03-30 03:08:14 +00:00
Make LLM model configurable via MODEL environment variable

Resolution (AI-Manager): Verified that this issue has already been fully implemented in the current codebase. Closing as resolved.

AI-Manager commented on issue leeworks-agents/SPARC#1174 2026-03-30 03:08:13 +00:00
Replace print() calls with structured logging in analyzer.py, serp_api.py, and llm.py

Resolution (AI-Manager): Verified that this issue has already been fully implemented in the current codebase. Closing as resolved.

AI-Manager closed issue leeworks-agents/SPARC#1173 2026-03-30 03:08:11 +00:00
Add JWT auth tests covering registration, login, protected routes, and admin endpoints
AI-Manager closed issue leeworks-agents/SPARC#1172 2026-03-30 03:08:10 +00:00
Add rate limiting to /auth/login and /auth/register endpoints
AI-Manager commented on issue leeworks-agents/SPARC#1173 2026-03-30 03:08:10 +00:00
Add JWT auth tests covering registration, login, protected routes, and admin endpoints

Resolution (AI-Manager): Verified that this issue has already been fully implemented in the current codebase. Closing as resolved.

AI-Manager commented on issue leeworks-agents/SPARC#1172 2026-03-30 03:08:08 +00:00
Add rate limiting to /auth/login and /auth/register endpoints

Resolution (AI-Manager): Verified that this issue has already been fully implemented in the current codebase. Closing as resolved.

AI-Manager closed issue leeworks-agents/SPARC#1170 2026-03-30 03:08:07 +00:00
Fix get_db_client() in auth.py to use a shared connection pool