Shared scaffold for CircuitForge products
Find a file
2026-04-04 18:28:27 -07:00
.forgejo/workflows feat: cf-orch Docker image + Forgejo CI pipeline 2026-04-03 09:10:29 -07:00
circuitforge_core feat: affiliates public API surface (__init__.py) 2026-04-04 18:27:45 -07:00
docker feat: cf-orch Docker image + Forgejo CI pipeline 2026-04-03 09:10:29 -07:00
tests test: affiliates integration tests — full wrap_url round-trip 2026-04-04 18:28:27 -07:00
.gitignore feat(orch): replace Ouro/vllm-Docker with generic HF inference server; add ProcessSpec 2026-04-02 15:33:08 -07:00
CHANGELOG.md chore: CHANGELOG for v0.5.0 2026-04-02 23:05:22 -07:00
Dockerfile.orch feat: cf-orch Docker image + Forgejo CI pipeline 2026-04-03 09:10:29 -07:00
pyproject.toml feat: cf-orch Docker image + Forgejo CI pipeline 2026-04-03 09:10:29 -07:00
README.md feat: scaffold circuitforge-core package 2026-03-25 11:02:26 -07:00

circuitforge-core

Shared scaffold for CircuitForge products.

Modules

  • circuitforge_core.db — SQLite connection factory and migration runner
  • circuitforge_core.llm — LLM router with fallback chain
  • circuitforge_core.tiers — Tier system with BYOK and local vision unlocks
  • circuitforge_core.config — Env validation and .env loader
  • circuitforge_core.vision — Vision router stub (v0.2+)
  • circuitforge_core.wizard — First-run wizard base class stub
  • circuitforge_core.pipeline — Staging queue stub (v0.2+)

Install

pip install -e .

License

BSL 1.1 — see LICENSE