gatekeeper icon indicating copy to clipboard operation
gatekeeper copied to clipboard

feat: llm engine driver

Open sozercan opened this issue 4 months ago • 1 comments

What this PR does / why we need it:

This is a fun new experimental engine we were discussing in the community call. requires https://github.com/open-policy-agent/frameworks/pull/411 to merged in first.

see https://github.com/sozercan/gatekeeper/tree/llm/demo/llm for more information

demo: https://asciinema.org/a/QTBEBp8l0vE5wgD9yGgxE3mnV

possible future work is function calling/tool usage to query k8s api for referrential policies and ability to query external data sources.

Which issue(s) this PR fixes (optional, using fixes #<issue number>(, fixes #<issue_number>, ...) format, will close the issue(s) when the PR gets merged): Fixes #

Special notes for your reviewer:

sozercan avatar Apr 08 '24 19:04 sozercan