feat(agent): inject top 3 HIGH/CRITICAL research notes into system prompt (400 char hard cap, zero context drain) 9f22fbe Running verified Jarvis2345 commited on 17 days ago
research: 1h cadence (3600s), expand domain pool to 10 incl. FREE_CHOICE, human bio/psych, evolutionary bio 6d40c36 verified Jarvis2345 commited on 17 days ago
hotfix: Dynamically inject persona into research and planning prompts to un-hardcode JARVIS b82a8b7 verified Jarvis2345 commited on 18 days ago
hotfix: Route report and propose tasks to RESEARCH_ENGINE key to prevent draining Chat/Cloud keys 210134b verified Jarvis2345 commited on 18 days ago
hotfix: Increase continuous research sleep to 1 hour and expand topics to 125+ c414ca2 verified Jarvis2345 commited on 18 days ago
hotfix: Rewrite inject_key to round-robin tier assignment to perfectly distribute partitioned 7-key systems e2c8b7e verified Jarvis2345 commited on 18 days ago
hotfix: Automatically partition NVIDIA keys into PC (1-7) and Cloud (8-14) to prevent rate limit collisions 3754ff8 verified Jarvis2345 commited on 18 days ago
hotfix: Implement robust JSON extraction to parse fallback LLMs conversational wrapper text c238c65 verified Jarvis2345 commited on 18 days ago
hotfix: Dynamically generate failover chain based on model tier b0ae31c verified Jarvis2345 commited on 18 days ago
hotfix: Implement robust 2D auto-failover (models + keys) in call_nvidia_model 63f8957 verified Jarvis2345 commited on 18 days ago
hotfix: Fix TokenManager probe to check each exhausted key independently instead of a hardcoded general key 22d1e68 verified Jarvis2345 commited on 18 days ago
hotfix: Enforce 30s timeout on NVIDIA API calls so the model fails over instantly instead of hanging for 5 minutes 8c4e708 verified Jarvis2345 commited on 18 days ago
hotfix: Harden ResearchEngine verification gate to stop theoretical physics from queuing as software features c21616b verified Jarvis2345 commited on 18 days ago
hotfix: Enable graceful fallback to pure Kokoro when rvc_python is missing on cloud deployments b64f59c verified Jarvis2345 commited on 18 days ago
hotfix: Restore TTS kwargs architecture to omega_event_bus backend/voice/engines/kokoro_engine.py 0a757d0 verified Jarvis2345 commited on 18 days ago
hotfix: Restore TTS kwargs architecture to omega_event_bus backend/events/omega_event_bus.py 0db6275 verified Jarvis2345 commited on 18 days ago
hotfix: Fix omega_events DB schema and TTS kwarg mismatch backend/events/omega_event_bus.py b5df646 verified Jarvis2345 commited on 18 days ago
hotfix: Fix omega_events DB schema and TTS kwarg mismatch backend/db/migrations.py 04bfd35 verified Jarvis2345 commited on 18 days ago
hotfix: Emit UI live_key_status during normal chat stream routing 94a54cc verified Jarvis2345 commited on 18 days ago
hotfix: Sync cognitive router 429 logic with EXHAUSTED_GOOGLE_KEYS memory leak backend/services/connectors/__init__.py 932ad3c verified Jarvis2345 commited on 18 days ago
hotfix: Sync cognitive router 429 logic with EXHAUSTED_GOOGLE_KEYS memory leak backend/services/token_manager.py 1cc27ff verified Jarvis2345 commited on 18 days ago
hotfix: Add missing gradio_client for SF3D fallback to backend/requirements.txt 23061c7 verified Jarvis2345 commited on 18 days ago
hotfix: Add missing gradio_client for SF3D fallback to requirements.txt 020ee99 verified Jarvis2345 commited on 18 days ago
hotfix: Fix ws_manager import from agent_ws in backend/family_device/remote_actions.py 2c66286 verified Jarvis2345 commited on 18 days ago
hotfix: Remove missing config import and use os.environ in backend/family_device/enrollment.py e477c3e verified Jarvis2345 commited on 18 days ago
hotfix: Fix verify_token import and add qrcode dependency for backend/routers/family_device_routes.py f260ff0 verified Jarvis2345 commited on 18 days ago
hotfix: Fix verify_token import and add qrcode dependency for backend/requirements.txt a62eda9 verified Jarvis2345 commited on 18 days ago
hotfix: Fix verify_token import and add qrcode dependency for requirements.txt 4c80b5a verified Jarvis2345 commited on 18 days ago
sync: Updated new feature checklist with MDM features e432a54 verified Jarvis2345 commited on 18 days ago
sync: MDM feature additions for backend/routers/family_device_routes.py f10dd3e verified Jarvis2345 commited on 18 days ago
sync: MDM feature additions for backend/family_device/remote_actions.py 2a8fb35 verified Jarvis2345 commited on 18 days ago
sync: MDM feature additions for backend/family_device/enrollment.py 417f374 verified Jarvis2345 commited on 18 days ago
sync: MDM feature additions for backend/family_device/__init__.py e296204 verified Jarvis2345 commited on 18 days ago
fix: clean connector chain — Gemini primary, NVIDIA final fallback, Ollama skipped on cloud, others auto-skipped if no key 844e7e2 verified Jarvis2345 commited on 21 days ago
feat: add NVIDIA Vault (15 keys) as final fallback tier in stream_with_fallback connector chain 844dbb0 verified Jarvis2345 commited on 21 days ago
fix: add completion log statement so user can visually verify successful research processing e448f11 verified Jarvis2345 commited on 21 days ago
fix: force variety in autonomous research topics by randomly selecting scientific domains 1f9fdf0 verified Jarvis2345 commited on 21 days ago
tune: reduce deep research sleep interval from 2 hours to 10 minutes for much faster learning 97c219c verified Jarvis2345 commited on 21 days ago
fix: specify diverse NVIDIA models in secondary verification gate prompt 8150d95 verified Jarvis2345 commited on 21 days ago
feat: add strict secondary LLM validation gate before queuing feature proposals to ensure they are actually codable in Python 1e908be verified Jarvis2345 commited on 21 days ago
fix: increase char limit for dynamic topics since fallback NVIDIA model is sometimes chatty c5814de verified Jarvis2345 commited on 21 days ago
fix: restrict LLM proposal prompt so JARVIS only proposes implementable code features, not abstract knowledge a702ece verified Jarvis2345 commited on 21 days ago
fix: add omega_events table to central db migrations 2bcfe1c verified Jarvis2345 commited on 21 days ago
feat: upgrade background research loop to dynamically generate vast unbounded internet topics via LLM instead of fixed list 3db43f3 verified Jarvis2345 commited on 21 days ago
fix: update hardcoded 2025 year in research queries to use dynamic current year e048feb verified Jarvis2345 commited on 21 days ago
fix: add omega_events table creation to SQLite migrations ea20bc9 verified Jarvis2345 commited on 21 days ago