Arkhe

An ontology language for AI systems.

One versioned YAML file declaring what exists in a domain, how it connects, and what may be done to it, by whom, with what trace. A compiler turns it into tool contracts: a neutral intermediate form from which the artifacts AI systems consume are generated. The spec is a contract, never a runtime.

actions:
  grant_production_use:
    target: FinancialModel
    guard: months_since(last_validated) <= 12
    authority: head_of_model_risk
    audit: mandatory

v0.2.0 is released: an OKF knowledge-bundle emitter, synonyms for grounding, resolved types on effects, and a conformant Rust port of the validator.

pip install arkhelang
arkhe validate your-module.arkhe.yaml

Guides: GRC · data engineers · architects

github.com/arkhelang/arkhelang