feat(resources): cf-orch GPU VRAM orchestration — Plan A core #1

Merged
pyr0ball merged 21 commits from feature/cforch-core-orchestration into main 2026-03-31 10:43:53 -07:00
Showing only changes of commit cdd8072b32 - Show all commits

View file

@ -1,8 +1,11 @@
# tests/test_resources/test_profile_registry.py
import pytest
from unittest.mock import MagicMock
from circuitforge_core.resources.profiles.schema import (
GpuProfile, ServiceProfile, load_profile
)
from circuitforge_core.resources.coordinator.profile_registry import ProfileRegistry
def test_load_8gb_profile(tmp_path):
@ -53,10 +56,6 @@ def test_service_profile_defaults():
assert svc.consumers == []
from unittest.mock import MagicMock
from circuitforge_core.resources.coordinator.profile_registry import ProfileRegistry
def test_profile_registry_loads_public_profiles():
registry = ProfileRegistry()
profiles = registry.list_public()