ÆTHERYA Core – deterministic action-governance kernel for LLM agents
Fail-closed policy layer blocks LLM tool calls before execution, no LLM in decision path.
Deterministic action-governance kernel for LLM-driven systems with fail-closed execution, signed approvals, and verifiable audit chains.
Fail-closed guardrails for LLM actions with cryptographic approval and audit chains.
AI/LLM application engineers, companies deploying autonomous agents in high-stakes environments (finance, infrastructure, healthcare)
Open Policy Agent (OPA) · Kubernetes admission controllers · Temporal workflow governance
I built a small deterministic policy engine to govern actions proposed by LLMs before they are executed.
The system enforces:
- fail-closed execution - signed out-of-band approval proofs - anti-replay protection - verifiable audit chain
The repository includes a CLI demo showing how irreversible actions are denied, approved, and audited.
Repo: https://github.com/nayfly/aetherya-core
Feedback welcome.
Fail-closed policy layer blocks LLM tool calls before execution, no LLM in decision path.
Locked self-protection rules prevent agents from disabling their own guardrails.
CI/CD for agent writes with deterministic YAML policies, no LLM at eval time.
Nine deterministic evaluators block dangerous agent actions before they execute.
Verifiable decision replay for autonomous systems, but execution complexity limits adoption beyond safety-critical domains.
Hard-fail CI gate for GitHub Actions, but broader tools like Snyk, TruffleHog already integrate Actions scanning.