circuitforge-core/circuitforge_core
pyr0ball 5801928f8e feat(tasks): add shared VRAM-aware LLM task scheduler
Extract generic batch scheduler into circuitforge_core.tasks.scheduler
so any CircuitForge product can use it. Includes VRAM detection via
cf-orch coordinator (cooperative free-VRAM), preflight fallback, and
unlimited fallback; singleton API; full test coverage (12 tests).
2026-03-30 23:12:23 -07:00
..
config feat: add config module and vision router stub 2026-03-25 11:08:03 -07:00
db feat: add db base connection and migration runner 2026-03-25 11:03:35 -07:00
llm feat: add LLM router (extracted from Peregrine) 2026-03-25 11:06:29 -07:00
pipeline feat: add wizard and pipeline stubs 2026-03-25 11:09:40 -07:00
resources fix(resources): address code review findings from final review 2026-03-30 22:46:07 -07:00
tasks feat(tasks): add shared VRAM-aware LLM task scheduler 2026-03-30 23:12:23 -07:00
tiers feat: add generalised tier system with BYOK and local vision unlocks 2026-03-25 11:04:55 -07:00
vision feat: add config module and vision router stub 2026-03-25 11:08:03 -07:00
wizard feat: add wizard and pipeline stubs 2026-03-25 11:09:40 -07:00
__init__.py feat: scaffold circuitforge-core package 2026-03-25 11:02:26 -07:00