circuitforge-core/circuitforge_core
pyr0ball db4e3047fd fix(resources): address code review findings from final review
- eviction_engine: replace deprecated asyncio.get_event_loop() with
  get_running_loop() (Python 3.12 compatibility)
- eviction_engine: remove unused httpx import
- coordinator app: return 422 for unknown node_id instead of silently
  falling back to hardcoded localhost URL
- eviction_executor: guard against pid <= 0 to prevent accidental
  SIGTERM to process group
- pyproject.toml: move pytest-asyncio to [dev] extras, not [orch]
- profile_registry: document CPU profile exclusion from list_public()
2026-03-30 22:46:07 -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
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