| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Original HTTPS Page] |
Deterministic context infrastructure for AI agents.
Context Engine provides a reproducible, auditable, and offline-first system for delivering exactly the right context to language models — every time, on every machine.
It replaces heuristic retrieval and opaque pipelines with content-addressed documents, immutable caches, and fully deterministic selection.
Modern AI systems depend on context retrieval that is:
This creates operational risk for teams deploying AI in production.
Context Engine treats context as infrastructure, not a runtime guess.
For identical inputs, it guarantees byte-identical outputs across:
No randomness. No hidden state. No network dependencies.
The platform is composed of three layers:
Deterministic selection and immutable cache model.
Features:
Lifecycle management for deterministic context artifacts.
Capabilities:
Agents never build context at runtime — they consume caches produced here.
Standardized integration via the Model Context Protocol (MCP).
Provides:
A standalone verification suite that enforces:
This harness validates the platform’s core guarantees externally using only CLI and MCP interfaces.
Context Engine is built around explicit invariants:
✔ Deterministic selection
✔ Immutable, content-addressed artifacts
✔ Explicit token budgeting
✔ Fully explainable results
✔ Offline-first operation
✔ Stable machine-readable contracts
These guarantees are enforced by specifications and compatibility tests, not convention.
Context Engine is designed for environments where reproducibility matters:
If your system must be explainable, reproducible, and inspectable — this is the foundation.
The platform is currently at v0:
Future releases will expand scoring strategies, language SDKs, and hosted infrastructure while preserving the deterministic contract.
| Repository | Purpose |
|---|---|
| context-core | Deterministic selection engine |
| context-cli | Build and inspect context caches |
| context-mcp-server | MCP server for agent integration |
| context-compat | Compatibility and determinism test harness |
| context-specs | Formal specifications and invariants |
| docs-site | Documentation and guides |
| context-sdk-js | JavaScript SDK (in development) |
| context-sdk-python | Python SDK (in development) |
Core components are open source under the Apache License 2.0.
Context Engine defines a new category: deterministic context infrastructure.
AI systems should be reproducible by design.
Context should be an artifact, not a guess.
Infrastructure should be inspectable, not probabilistic.
Open-source platform for deterministic, token-aware context selection for AI agents and LLMs
Core library: scoring, selection, and caching for the Context Engine
Rust 2
MCP server exposing context tools over JSON-RPC 2.0 stdio transport
Compatibility test harness: determinism, golden outputs, schema validation, and protocol compliance
Rust 1
Protocol specifications, architectural decisions, and design documents
Compatibility test harness: determinism, golden outputs, schema validation, and protocol compliance
Example integrations and usage patterns for CLI, MCP, and programmatic access
This organization has no public members. You must be a member to see who’s a part of this organization.
Loading…
Loading…
| Back | FazBrowse Home | New Git URL |