reeflex-holds 0.0.1__tar.gz
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.
Potentially problematic release.
This version of reeflex-holds might be problematic. Click here for more details.
- reeflex_holds-0.0.1/PKG-INFO +18 -0
- reeflex_holds-0.0.1/README.md +8 -0
- reeflex_holds-0.0.1/pyproject.toml +18 -0
- reeflex_holds-0.0.1/setup.cfg +4 -0
- reeflex_holds-0.0.1/src/reeflex_holds.egg-info/PKG-INFO +18 -0
- reeflex_holds-0.0.1/src/reeflex_holds.egg-info/SOURCES.txt +7 -0
- reeflex_holds-0.0.1/src/reeflex_holds.egg-info/dependency_links.txt +1 -0
- reeflex_holds-0.0.1/src/reeflex_holds.egg-info/top_level.txt +1 -0
- reeflex_holds-0.0.1/src/reeflex_holds_placeholder/__init__.py +2 -0
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: reeflex-holds
|
|
3
|
+
Version: 0.0.1
|
|
4
|
+
Summary: Reeflex holds MCP server - resolve AI-agent governance holds from any MCP client. Name reservation; code at github.com/Reeflex-io/reeflex
|
|
5
|
+
License: 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-holds
|
|
12
|
+
|
|
13
|
+
Reeflex is an open-source, deterministic governance gate for AI-agent actions
|
|
14
|
+
(Apache-2.0). `reeflex-holds` is its MCP server surface: list and resolve
|
|
15
|
+
governance holds from any MCP client (e.g. Claude Desktop).
|
|
16
|
+
|
|
17
|
+
This is a name-reservation release - the real package ships soon; the working
|
|
18
|
+
code is public at https://github.com/Reeflex-io/reeflex. See https://reeflex.io
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
# reeflex-holds
|
|
2
|
+
|
|
3
|
+
Reeflex is an open-source, deterministic governance gate for AI-agent actions
|
|
4
|
+
(Apache-2.0). `reeflex-holds` is its MCP server surface: list and resolve
|
|
5
|
+
governance holds from any MCP client (e.g. Claude Desktop).
|
|
6
|
+
|
|
7
|
+
This is a name-reservation release - the real package ships soon; the working
|
|
8
|
+
code is public at https://github.com/Reeflex-io/reeflex. See https://reeflex.io
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
[build-system]
|
|
2
|
+
requires = ["setuptools>=68.0"]
|
|
3
|
+
build-backend = "setuptools.build_meta"
|
|
4
|
+
|
|
5
|
+
[project]
|
|
6
|
+
name = "reeflex-holds"
|
|
7
|
+
version = "0.0.1"
|
|
8
|
+
description = "Reeflex holds MCP server - resolve AI-agent governance holds from any MCP client. Name reservation; code at github.com/Reeflex-io/reeflex"
|
|
9
|
+
readme = "README.md"
|
|
10
|
+
license = {text = "Apache-2.0"}
|
|
11
|
+
requires-python = ">=3.8"
|
|
12
|
+
|
|
13
|
+
[project.urls]
|
|
14
|
+
Homepage = "https://reeflex.io"
|
|
15
|
+
Source = "https://github.com/Reeflex-io/reeflex"
|
|
16
|
+
|
|
17
|
+
[tool.setuptools.packages.find]
|
|
18
|
+
where = ["src"]
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: reeflex-holds
|
|
3
|
+
Version: 0.0.1
|
|
4
|
+
Summary: Reeflex holds MCP server - resolve AI-agent governance holds from any MCP client. Name reservation; code at github.com/Reeflex-io/reeflex
|
|
5
|
+
License: 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-holds
|
|
12
|
+
|
|
13
|
+
Reeflex is an open-source, deterministic governance gate for AI-agent actions
|
|
14
|
+
(Apache-2.0). `reeflex-holds` is its MCP server surface: list and resolve
|
|
15
|
+
governance holds from any MCP client (e.g. Claude Desktop).
|
|
16
|
+
|
|
17
|
+
This is a name-reservation release - the real package ships soon; the working
|
|
18
|
+
code is public at https://github.com/Reeflex-io/reeflex. See https://reeflex.io
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
reeflex_holds_placeholder
|