-
Notifications
You must be signed in to change notification settings - Fork 0
FAQ
No. GRDL compiles to three backends: OpenShell, Docker, or standalone HTTP. The standalone backend works with any agent framework, any runtime, any language. OpenShell is one deployment option, not a dependency.
Any agent that can make HTTP calls. Gemma 4 + Ollama, OpenClaw, Claude Code, LangChain, CrewAI, AutoGen, custom agents. See Agent Integration Guide.
Sub-microsecond per evaluation. Go benchmark: ~200-500 ns/op. HTTP round-trip on localhost adds ~0.5ms.
~3 MB for the engine. ~6.5 MB binary.
In OpenShell/Docker: no (kernel-level enforcement). In standalone: the agent application must respect the verdict. The sidecar is advisory in standalone mode.
OPA is a general policy engine. GRDL is specifically designed for agent governance with the Seven Laws framework, multi-backend compilation, and formal verification support. They can coexist.
Yes. Core is Apache 2.0. Enterprise modules (future) are BSL 1.1 with free tier for up to 10 agents.
Kubernetes admission controller and a built-in grdl-runtime with Linux namespace isolation (Approach 2) are planned.
GRDL Wiki
Getting started
Language
Architecture
Reference