-
Notifications
You must be signed in to change notification settings - Fork 1
FAQ
No. It is a reference blueprint: docs + framework-agnostic specs + a small runnable reference. Steal the contracts, implement them in your stack, and keep the reference as a conformance oracle. It favours legibility over throughput and ships no warranty (see LICENSE).
None, by default. The Capability Provider Model makes the model a swappable provider, and the
reference ships a deterministic offline EchoProvider so everything runs with no key and no network.
Plug in a real model by writing one provider class — see How To Extend.
Those optimise for capability (more tools, more autonomy). This blueprint is about the other half — accountability: a fail-closed policy surface on every action, and outcomes graded against evidence rather than the model's self-report. It is structural and model-agnostic, not a prompt or persona layer. The two are complementary: you could run such a framework as a provider underneath.
Concretely: nothing acts without passing the Policy Hook Surface (fail-closed, audited), and no mission is credited with success unless the Reality Grading Loop confirms it against evidence. As you plug in a stronger model, those guards matter more, because a stronger provider can do more damage per unpoliced action.
No. Python 3.9+ and the standard library. CI proves it on 3.9 / 3.11 / 3.12.
An error in a safety check that lets the action through anyway is security theatre. If a policy can't decide, the safe answer is "no." It is deliberately not disable-able.
Yes — a human is modelled as the highest-authority Capability Provider (typically for governance or high-stakes actions), and only the human principal may ratify a change to the rules.
Apache-2.0. Yes, including commercially — keep the license and NOTICE, and note any changed files.
See Contributing and the repo CONTRIBUTING.md. The one rule: a change must increase either reliability or evidence.
Genesis OS — Cognitive Agent Architecture Blueprint · Apache-2.0 · Capability must never outrun accountability.
Start
Core ideas
- Cognitive Kernel ABI
- Policy Hook Surface
- Capability Provider Model
- Reality Grading Loop
- Governance and Constitution
Build & contribute
Reference