reeflex-core 0.0.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
reeflex_core/__init__.py
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"""Reeflex — deterministic governance gate for AI-agent actions.
|
|
2
|
+
|
|
3
|
+
reeflex-core is the /v1/decide decision engine. This is a placeholder
|
|
4
|
+
name-reservation release (0.0.1). It has no executable behavior. The
|
|
5
|
+
working code is public at https://github.com/Reeflex-io/reeflex
|
|
6
|
+
(Apache-2.0). See https://reeflex.io
|
|
7
|
+
"""
|
|
8
|
+
|
|
9
|
+
__version__ = "0.0.1"
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: reeflex-core
|
|
3
|
+
Version: 0.0.1
|
|
4
|
+
Summary: Reeflex — deterministic governance gate for AI-agent actions, the /v1/decide decision engine. Name reservation; code at github.com/Reeflex-io/reeflex
|
|
5
|
+
License-Expression: Apache-2.0
|
|
6
|
+
Project-URL: Homepage, https://reeflex.io
|
|
7
|
+
Project-URL: Source, https://github.com/Reeflex-io/reeflex
|
|
8
|
+
Requires-Python: >=3.8
|
|
9
|
+
Description-Content-Type: text/markdown
|
|
10
|
+
|
|
11
|
+
# reeflex-core
|
|
12
|
+
|
|
13
|
+
Reeflex is a deterministic governance layer for AI-agent actions: it decides
|
|
14
|
+
allow / deny / require_approval on a universal action envelope, using
|
|
15
|
+
classical logic (OPA/Rego) rather than another LLM in the decision path.
|
|
16
|
+
`reeflex-core` is the `/v1/decide` decision engine.
|
|
17
|
+
|
|
18
|
+
This is a name-reservation release — the real package ships soon; the
|
|
19
|
+
working code is public at https://github.com/Reeflex-io/reeflex
|
|
20
|
+
(Apache-2.0). See https://reeflex.io
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
reeflex_core/__init__.py,sha256=XNZxl8bwxQX8vwUhcZlbmCL7Sos_4uC2khoqyPqqfGQ,335
|
|
2
|
+
reeflex_core-0.0.1.dist-info/METADATA,sha256=Ehme75rtJAtKJcIpVtDPunInkNv4aK0H2OIh7bvWiLQ,895
|
|
3
|
+
reeflex_core-0.0.1.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
|
|
4
|
+
reeflex_core-0.0.1.dist-info/top_level.txt,sha256=53sUy2iS6abezCszb5DPfRSRZK37xaPcKeySJyrInL4,13
|
|
5
|
+
reeflex_core-0.0.1.dist-info/RECORD,,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
reeflex_core
|