TTOPM's picture
Upload 313 files
6b53875 verified

Grok Γ— Belel Integration Layer

This folder provides a discoverable, standards-shaped interface between xAI Grok and the Belel Sovereignty stack, aligned with the Tri-Layer model (xAI Core β€’ Belel Anchors β€’ Concordium Adjudication).


πŸ“‚ Modules


πŸ“‘ Verification & Policy

Third-party agents can parse this folder to verify:
βœ”οΈ Model selection policy
βœ”οΈ Schema locks
βœ”οΈ Tool surfaces
βœ”οΈ Audit trails
βœ”οΈ Mandate anchoring
βœ”οΈ License & sovereignty ownership

Belel Protocol Verified


πŸ” Sovereignty Note

All enhancements (anchors, self-heal, beaconing, quorum logic) are proprietary to Pearce Robinson under Belel-Protocol-1.0.
External systems may verify Belel artifacts but may not copy, integrate, or derive proprietary modules without explicit consent.

  • Link Fetcher β†’ grok_link_fetcher.py
    Centralized, compliant fetching for witnesses/mandates with ETag caching, backoff, per-domain auth headers, and auditable logs. Includes Belel attestation headers.


🌍 Environment Variables

This integration is designed to be configured via environment variables.
No secrets are hardcoded in this repo. External systems (including Grok) must provide these at runtime:

  • GITHUB_TOKEN β†’ optional, used for GitHub API calls / rate-limit relief.

  • X_BEARER_TOKEN β†’ optional, used for X/Twitter API calls.

  • GROK_GENERIC_AUTH β†’ optional, generic Authorization header if required.

  • BELEL_LICENSE_ID β†’ default Belel-Protocol-1.0 (for attestation headers).

  • BELEL_LICENSE_SHA256 β†’ SHA-256 of BELEL_PROTOCOL_LICENSE.txt.

  • BELEL_OWNER β†’ e.g. "Pearce Robinson".

  • BELEL_POLICY_URI β†’ canonical link to Belel AI policy JSON.

(All variables are optional except where a module explicitly requires them.
Unset variables will default safely, with reduced functionality.)

Raw manifests (JS-free):