quantforge-miner / agent.py

Commit History

Optimize Gemini key rotation by switching to key-level cooldowns only and adding GEMINI_PAID_API_KEY to rotation pool
f1b5c98

DevWizard-Vandan commited on

Support new Gemini API key format starting with AQ. prefix
1f3f682

DevWizard-Vandan commited on

Optimize Gemini key rotation, implement two-tier evaluation, and strict allowlist validator
d945cae

DevWizard-Vandan commited on

fix: remove vector_neut and other vector operators from prompts and fallbacks
e13c549

DevWizard-Vandan commited on

fix: route sk-ant API keys directly to native Anthropic endpoint and add anthropic package to requirements.txt
710603d

DevWizard-Vandan commited on

fix: resolve 7 critical pipeline issues causing zero alpha submissions
a234289

DevWizard-Vandan commited on

Migrate to event-driven immediate submission, increase daily cap to 20, and rename SP500 to TOPSP500
fdda2e5

DevWizard-Vandan commited on

allow multiple universes in settings and fallback mutations (TOP3000, TOP2000, TOP1000, TOP500, TOP200, SP500)
cd00509

DevWizard-Vandan commited on

add settings diversity to LLM prompts and fallback mutations
cdc23dd

DevWizard-Vandan commited on

fix: sanitize scientific notation format (1e-9) to standard decimal floats across generation and DB normalization phases, and update LLM prompts to prevent scientific notation output
b6cd490

DevWizard-Vandan commited on

Fix variable hallucination: restrict local fallback fields to verified ones, add prompt warnings, normalize variables on startup, and prevent infinite resets on unknown variable errors
e58d2ab

DevWizard-Vandan commited on

Auto-start miner, enable SQLite WAL, implement local smooth countdown, and sort submittable archive by latest first
b1fdb40

DevWizard-Vandan commited on

Implement evolutionary genetic loop, vector operator guardrails, automated orthogonalization, and smart retry backoffs
0c4e32b

DevWizard-Vandan commited on

Implement expression/variable name validation, dynamic few-shot learning prompt injection, and fix pending checks sync bug
b3d387a

DevWizard-Vandan commited on

Realign submitted statuses, persist batch timer cooldown, and integrate categorized data fields library with Vector unit safeguards
6414394

DevWizard-Vandan commited on

Update fallback chain to use active Gemini model strings (3.1 Flash-Lite, 2.5 Flash, 2.5 Flash-Lite, 3.5 Flash, 2.5 Pro, and 3.1 Pro Preview)
7a0a93c

DevWizard-Vandan commited on

Support multiple Gemini models dynamically and add stable Gemini models to fallback chain
a3ca41a

DevWizard-Vandan commited on

Fix WorldQuant unknown variable 'ni' by mapping to 'income' and resolve AttributeError in simulation results parser
e34068c

DevWizard-Vandan commited on

Restore advanced Gemini 3.5 Flash and Gemini 3.1 Pro model identifiers for native API and OpenRouter
2ccd1c1

DevWizard-Vandan commited on

Support GEMINI_API_KEY environment secret and correct model identifiers in agent.py
99e329c

DevWizard-Vandan commited on

Replace invalid net_income/cash_flow variables with standard ni in DB and generator
1d2d674

DevWizard-Vandan commited on

Fix WorldQuant BRAIN API simulation payload settings and safe float Retry-After parsing
0b78852

DevWizard-Vandan commited on

Fix overnight zero-progress: per-model cooldown, expanded fallback, robust metric parsing, session re-auth, throttle fix
3943a56

DevWizard-Vandan commited on

Implement LLM backoff cooldown for rate limits (429) and optimize timeout
a585b08

DevWizard-Vandan commited on

Upgrade Gemini models to Gemini 3.5 Flash and Gemini 3.1 Pro Preview
db302ab

DevWizard-Vandan commited on

Support native Google Gemini API keys in fallback routing
622079c

DevWizard-Vandan commited on

Initialize Space with QuantForge Miner code and 24/7 integration config
ddccbe9

DevWizard-Vandan commited on