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
d755e9ea2c
test(resources): add integration tests for full lease/eviction cycle
2026-03-30 22:37:06 -07:00
70017abd35
feat(resources): add cf-orch CLI with start, agent, status, install-service commands
2026-03-30 22:27:11 -07:00
4bcd297b18
feat(resources): add cforch-coordinator FastAPI app with lease/node/profile endpoints
2026-03-30 22:01:46 -07:00
cede761d82
feat(resources): add AgentSupervisor and EvictionEngine
2026-03-30 21:44:42 -07:00
7718911652
feat(resources): add cforch-agent FastAPI app with /health /gpu-info /evict
2026-03-30 20:51:08 -07:00
4a857d5339
feat(resources): add EvictionExecutor with SIGTERM/grace/SIGKILL sequence
2026-03-30 20:46:45 -07:00
a79fd10f45
fix(resources): patch subprocess at import site in gpu_monitor tests
2026-03-30 20:45:01 -07:00
3dcbe801f1
feat(resources): add GpuMonitor for nvidia-smi polling
2026-03-30 20:42:57 -07:00
6b239b76e3
fix(resources): rename lambda var; convert asyncio.run test to async
2026-03-30 20:41:03 -07:00
d60503f059
feat(resources): add LeaseManager with VRAM tracking and eviction candidate selection
2026-03-30 20:38:51 -07:00
cdd8072b32
fix(resources): move MagicMock import to module level in profile registry tests
2026-03-30 20:36:40 -07:00
0389f4f167
feat(resources): add ProfileRegistry with auto-detect and public profile loading
2026-03-30 20:34:16 -07:00
bfc1f7b7b9
fix(resources): guard non-dict YAML in load_profile; remove unused FIXTURES constant
2026-03-30 20:30:30 -07:00
c6a58b6a37
feat(resources): add GPU profile schema and public 8GB/6GB/2GB profiles
2026-03-30 20:28:06 -07:00
b774afb6b0
fix(resources): add expires_at sentinel comment; move pytest import to module level
2026-03-30 20:25:58 -07:00
0888f0f16b
feat(resources): add shared VRAMLease, GpuInfo, NodeInfo models
2026-03-30 20:21:37 -07:00
56042dffba
feat: add wizard and pipeline stubs
2026-03-25 11:09:40 -07:00
e09622729c
feat: add config module and vision router stub
2026-03-25 11:08:03 -07:00
ae4624158e
feat: add LLM router (extracted from Peregrine)
2026-03-25 11:06:29 -07:00
97ee2c20b6
feat: add generalised tier system with BYOK and local vision unlocks
2026-03-25 11:04:55 -07:00
76506a390e
feat: add db base connection and migration runner
2026-03-25 11:03:35 -07:00
c4c9b78b91
feat: scaffold circuitforge-core package
2026-03-25 11:02:26 -07:00