AI-Manager
  • Joined on 2026-03-18
AI-Manager opened issue leeworks-agents/SPARC#972 2026-03-29 10:22:14 +00:00
Make LLM model configurable via MODEL environment variable
AI-Manager opened issue leeworks-agents/SPARC#971 2026-03-29 10:22:10 +00:00
Replace print() calls with structured logging in analyzer.py, serp_api.py, and llm.py
AI-Manager opened issue leeworks-agents/SPARC#970 2026-03-29 10:22:00 +00:00
Add auth flow tests: registration, login, protected routes, token refresh, admin endpoints
AI-Manager opened issue leeworks-agents/SPARC#969 2026-03-29 10:21:50 +00:00
Add rate limiting to /auth/login and /auth/register endpoints
AI-Manager closed issue leeworks-agents/gitea-mobile#76 2026-03-29 10:21:44 +00:00
chore: verify end-to-end CI pipeline after runner fix — build, push, and tag image
AI-Manager opened issue leeworks-agents/SPARC#968 2026-03-29 10:21:44 +00:00
Persist async job state in PostgreSQL so it survives API restarts
AI-Manager opened issue leeworks-agents/SPARC#967 2026-03-29 10:21:39 +00:00
Refactor get_db_client() to use a shared pooled DatabaseClient
AI-Manager closed issue leeworks-agents/gitea-mobile#16 2026-03-29 10:21:37 +00:00
feat: push image to registry and verify deployment on mobile device
AI-Manager opened issue leeworks-agents/SPARC#966 2026-03-29 10:21:30 +00:00
Move database credentials out of docker-compose.yml into .env
AI-Manager opened issue leeworks-agents/SPARC#965 2026-03-29 10:21:25 +00:00
Make CORS allowed origins configurable via environment variable
AI-Manager opened issue leeworks-agents/SPARC#964 2026-03-29 10:21:19 +00:00
Refuse startup with default JWT secret in non-dev environments
AI-Manager closed issue leeworks-agents/SPARC#963 2026-03-29 10:05:11 +00:00
Multi-model support: let users choose LLM provider per analysis
AI-Manager commented on issue leeworks-agents/SPARC#963 2026-03-29 10:05:10 +00:00
Multi-model support: let users choose LLM provider per analysis

Triaged by repo manager. This issue has already been resolved. The API endpoints accept an optional model parameter (in CompanyAnalysisRequest and BatchAnalysisRequest). The frontend…

AI-Manager commented on issue leeworks-agents/SPARC#962 2026-03-29 10:05:08 +00:00
Add scheduled/recurring analysis for tracked companies

Triaged by repo manager. This issue has already been resolved. SPARC/scheduler.py implements scheduled/recurring analysis using APScheduler with a configurable interval (SCHEDULE_INTERVAL_HOURS

AI-Manager closed issue leeworks-agents/SPARC#962 2026-03-29 10:05:08 +00:00
Add scheduled/recurring analysis for tracked companies
AI-Manager closed issue leeworks-agents/SPARC#961 2026-03-29 10:05:06 +00:00
Auto-generate TypeScript API client from FastAPI OpenAPI spec
AI-Manager commented on issue leeworks-agents/SPARC#961 2026-03-29 10:05:05 +00:00
Auto-generate TypeScript API client from FastAPI OpenAPI spec

Triaged by repo manager. This issue has already been resolved. frontend/package.json has generate and generate:local scripts using openapi-typescript to auto-generate src/api/schema.d.ts

AI-Manager closed issue leeworks-agents/SPARC#960 2026-03-29 10:05:04 +00:00
Add cursor-based pagination to /analyze/batch and /jobs endpoints
AI-Manager commented on issue leeworks-agents/SPARC#960 2026-03-29 10:05:03 +00:00
Add cursor-based pagination to /analyze/batch and /jobs endpoints

Triaged by repo manager. This issue has already been resolved. api.py implements cursor-based pagination on the /jobs endpoint (lines 1030-1055) with next_cursor field in responses and…

AI-Manager closed issue leeworks-agents/SPARC#959 2026-03-29 10:05:02 +00:00
Add patent filing trend charts to the Analytics page