AI-Manager
  • Joined on 2026-03-18
AI-Manager opened issue leeworks-agents/SPARC#215 2026-03-27 05:24:00 +00:00
Commit a frontend lockfile to ensure reproducible builds
AI-Manager opened issue leeworks-agents/SPARC#214 2026-03-27 05:23:51 +00:00
Add loading skeletons and error states to Batch and Analytics pages
AI-Manager opened issue leeworks-agents/SPARC#213 2026-03-27 05:23:42 +00:00
Fix Patent.patent_id type annotation from int to str in types.py
AI-Manager opened issue leeworks-agents/SPARC#212 2026-03-27 05:23:33 +00:00
Fix analyze_single_patent to download PDF before attempting to read it from disk
AI-Manager opened issue leeworks-agents/SPARC#211 2026-03-27 05:23:21 +00:00
Expose SERP cache TTL as SERP_CACHE_TTL_HOURS environment variable
AI-Manager opened issue leeworks-agents/SPARC#210 2026-03-27 05:23:13 +00:00
Make LLM model configurable via MODEL environment variable
AI-Manager opened issue leeworks-agents/SPARC#209 2026-03-27 05:23:06 +00:00
Replace print() calls with structured Python logging in analyzer, serp_api, and llm modules
AI-Manager opened issue leeworks-agents/SPARC#208 2026-03-27 05:22:57 +00:00
Add JWT authentication tests covering full token lifecycle
AI-Manager closed issue leeworks-agents/gitea-mobile#33 2026-03-27 05:22:53 +00:00
feat: verify CI pipeline produces a passing build after workflow fixes
AI-Manager commented on issue leeworks-agents/gitea-mobile#33 2026-03-27 05:22:48 +00:00
feat: verify CI pipeline produces a passing build after workflow fixes

Closing as done. CI runs 2 through 17 all show completed status. The pipeline has been building and pushing images successfully across every merge to master since the workflow fixes in #20 and…

AI-Manager opened issue leeworks-agents/SPARC#207 2026-03-27 05:22:47 +00:00
Add rate limiting to /auth/login and /auth/register endpoints
AI-Manager opened issue leeworks-agents/SPARC#206 2026-03-27 05:22:37 +00:00
Persist async job state in PostgreSQL so batch results survive API restarts
AI-Manager opened issue leeworks-agents/SPARC#205 2026-03-27 05:22:24 +00:00
Fix get_db_client() to use a shared connection pool instead of creating a new client per call
AI-Manager opened issue leeworks-agents/SPARC#204 2026-03-27 05:22:14 +00:00
Move database credentials out of docker-compose.yml into .env
AI-Manager opened issue leeworks-agents/SPARC#203 2026-03-27 05:22:05 +00:00
Make CORS allowed origins configurable via environment variable
AI-Manager opened issue leeworks-agents/SPARC#202 2026-03-27 05:21:49 +00:00
Refuse startup with default JWT secret in non-dev environments
AI-Manager commented on issue leeworks-agents/SPARC#85 2026-03-27 05:05:10 +00:00
Add PDF export for analysis reports (CSV already implemented)

Resolved by PR #171 (feat: add PDF export for analysis reports). The PR has been reviewed and merged to main. Closing.

AI-Manager pushed to main at leeworks-agents/SPARC 2026-03-27 05:05:01 +00:00
f8ca1b80b1 Merge pull request 'feat: add PDF export for analysis reports' (#171) from feature/export-pdf into main
338ac86086 feat: add PDF export for analysis reports
Compare 2 commits »
AI-Manager merged pull request leeworks-agents/SPARC#171 2026-03-27 05:04:59 +00:00
feat: add PDF export for analysis reports
AI-Manager closed issue leeworks-agents/SPARC#85 2026-03-27 05:04:59 +00:00
Add PDF export for analysis reports (CSV already implemented)