control-layer
Enrichment pendingA production-grade control layer that sits between your application logic and any LLM, input validation, schema enforcement, circuit breaking, targeted retry, and audit logging in one composable pipel
GraphCanon updated today · GitHub synced today
Verify the decision
Maintenance and security
Full trust report- Maintenance
- Steady (51d since push)
- As of today
- Provenance
- Not a fork · Personal account
- As of today
- Security (OSV)
- No lockfile
- As of today
Public GitHub metadata and optional OSV scans. Signals, not a guarantee. Trust methodology.
Install
pip install control-layer PyPISimilar tools
Same-category neighbours. No typed graph edges are catalogued for this tool yet.
Evidence and technical details
Sourced facts, taxonomy, compatibility claims, README excerpt, and machine-readable endpoints.
Overview
A production-grade control layer that sits between your application logic and any LLM — input validation, schema enforcement, circuit breaking, targeted retry, and audit logging in one composable pipeline.
Capability facts
- Languages
- python
Source: github.language · Jul 15, 2026
Categories
Compatibility
Sourced claims from the README excerpt - not unsourced marketing copy.
Source: README excerpt (regex_v1, Jul 15, 2026)
No ML dependencies. No GPU required. All functionality runs on the Python standard librarySource link
Tags
README
Installation
git clone https://github.com/Emmimal/control-layer.git
cd control-layer
pip install tiktoken tenacity pydantic structlog # required
pip install pytest # optional — for running tests
No ML dependencies. No GPU required. All functionality runs on the Python standard library plus the four packages above.
Quick Start
from control_layer import ControlLayer, ControlLayerConfig, ResponseSchema
For agents
This page has a .md twin and JSON over the API.