reasoning-deployment-service 0.3.1__tar.gz → 0.3.2__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 reasoning-deployment-service might be problematic. Click here for more details.
- {reasoning_deployment_service-0.3.1 → reasoning_deployment_service-0.3.2}/PKG-INFO +9 -1
- reasoning_deployment_service-0.3.2/pyproject.toml +48 -0
- reasoning_deployment_service-0.3.2/reasoning_deployment_service/runner.py +122 -0
- {reasoning_deployment_service-0.3.1 → reasoning_deployment_service-0.3.2}/reasoning_deployment_service.egg-info/PKG-INFO +9 -1
- {reasoning_deployment_service-0.3.1 → reasoning_deployment_service-0.3.2}/reasoning_deployment_service.egg-info/SOURCES.txt +2 -0
- reasoning_deployment_service-0.3.2/reasoning_deployment_service.egg-info/entry_points.txt +2 -0
- {reasoning_deployment_service-0.3.1 → reasoning_deployment_service-0.3.2}/reasoning_deployment_service.egg-info/requires.txt +5 -0
- reasoning_deployment_service-0.3.1/pyproject.toml +0 -37
- {reasoning_deployment_service-0.3.1 → reasoning_deployment_service-0.3.2}/README.md +0 -0
- {reasoning_deployment_service-0.3.1 → reasoning_deployment_service-0.3.2}/reasoning_deployment_service/__init__.py +0 -0
- {reasoning_deployment_service-0.3.1 → reasoning_deployment_service-0.3.2}/reasoning_deployment_service/cli_editor/__init__.py +0 -0
- {reasoning_deployment_service-0.3.1 → reasoning_deployment_service-0.3.2}/reasoning_deployment_service/cli_editor/api_client.py +0 -0
- {reasoning_deployment_service-0.3.1 → reasoning_deployment_service-0.3.2}/reasoning_deployment_service/cli_editor/cli_runner.py +0 -0
- {reasoning_deployment_service-0.3.1 → reasoning_deployment_service-0.3.2}/reasoning_deployment_service/cli_editor/config.py +0 -0
- {reasoning_deployment_service-0.3.1 → reasoning_deployment_service-0.3.2}/reasoning_deployment_service/cli_editor/google_deps.py +0 -0
- {reasoning_deployment_service-0.3.1 → reasoning_deployment_service-0.3.2}/reasoning_deployment_service/cli_editor/reasoning_engine_creator.py +0 -0
- {reasoning_deployment_service-0.3.1 → reasoning_deployment_service-0.3.2}/reasoning_deployment_service/gui_editor/__init__.py +0 -0
- {reasoning_deployment_service-0.3.1 → reasoning_deployment_service-0.3.2}/reasoning_deployment_service/gui_editor/main.py +0 -0
- {reasoning_deployment_service-0.3.1 → reasoning_deployment_service-0.3.2}/reasoning_deployment_service/gui_editor/requirements_minimal.txt +0 -0
- {reasoning_deployment_service-0.3.1 → reasoning_deployment_service-0.3.2}/reasoning_deployment_service/gui_editor/run_program.sh +0 -0
- {reasoning_deployment_service-0.3.1 → reasoning_deployment_service-0.3.2}/reasoning_deployment_service/gui_editor/src/__init__.py +0 -0
- {reasoning_deployment_service-0.3.1 → reasoning_deployment_service-0.3.2}/reasoning_deployment_service/gui_editor/src/core/__init__.py +0 -0
- {reasoning_deployment_service-0.3.1 → reasoning_deployment_service-0.3.2}/reasoning_deployment_service/gui_editor/src/core/api_client.py +0 -0
- {reasoning_deployment_service-0.3.1 → reasoning_deployment_service-0.3.2}/reasoning_deployment_service/gui_editor/src/core/config.py +0 -0
- {reasoning_deployment_service-0.3.1 → reasoning_deployment_service-0.3.2}/reasoning_deployment_service/gui_editor/src/core/google_deps.py +0 -0
- {reasoning_deployment_service-0.3.1 → reasoning_deployment_service-0.3.2}/reasoning_deployment_service/gui_editor/src/core/reasoning_engine_creator.py +0 -0
- {reasoning_deployment_service-0.3.1 → reasoning_deployment_service-0.3.2}/reasoning_deployment_service/gui_editor/src/ui/__init__.py +0 -0
- {reasoning_deployment_service-0.3.1 → reasoning_deployment_service-0.3.2}/reasoning_deployment_service/gui_editor/src/ui/agent_space_view.py +0 -0
- {reasoning_deployment_service-0.3.1 → reasoning_deployment_service-0.3.2}/reasoning_deployment_service/gui_editor/src/ui/authorization_view.py +0 -0
- {reasoning_deployment_service-0.3.1 → reasoning_deployment_service-0.3.2}/reasoning_deployment_service/gui_editor/src/ui/reasoning_engine_view.py +0 -0
- {reasoning_deployment_service-0.3.1 → reasoning_deployment_service-0.3.2}/reasoning_deployment_service/gui_editor/src/ui/reasoning_engines_view.py +0 -0
- {reasoning_deployment_service-0.3.1 → reasoning_deployment_service-0.3.2}/reasoning_deployment_service/gui_editor/src/ui/ui_components.py +0 -0
- {reasoning_deployment_service-0.3.1 → reasoning_deployment_service-0.3.2}/reasoning_deployment_service/reasoning_deployment_service.py +0 -0
- {reasoning_deployment_service-0.3.1 → reasoning_deployment_service-0.3.2}/reasoning_deployment_service.egg-info/dependency_links.txt +0 -0
- {reasoning_deployment_service-0.3.1 → reasoning_deployment_service-0.3.2}/reasoning_deployment_service.egg-info/top_level.txt +0 -0
- {reasoning_deployment_service-0.3.1 → reasoning_deployment_service-0.3.2}/setup.cfg +0 -0
- {reasoning_deployment_service-0.3.1 → reasoning_deployment_service-0.3.2}/setup.py +0 -0
|
@@ -1,10 +1,13 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: reasoning-deployment-service
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.2
|
|
4
4
|
Summary: Deployment helper for Vertex AI Reasoning Engines & Agent Spaces
|
|
5
5
|
Author: AxG-AI-Exchange-GenAI-Initiative
|
|
6
6
|
Author-email: Sergio Estrada <sergio.estrada@accenture.com>
|
|
7
7
|
License: Apache-2.0
|
|
8
|
+
Project-URL: Homepage, https://github.com/AxG-AI-Exchange-GenAI-Initiative/AIXAgentDeploymentService
|
|
9
|
+
Project-URL: Repository, https://github.com/AxG-AI-Exchange-GenAI-Initiative/AIXAgentDeploymentService
|
|
10
|
+
Project-URL: Issues, https://github.com/AxG-AI-Exchange-GenAI-Initiative/AIXAgentDeploymentService/issues
|
|
8
11
|
Requires-Python: >=3.7
|
|
9
12
|
Description-Content-Type: text/markdown
|
|
10
13
|
Requires-Dist: requests>=2.28
|
|
@@ -13,10 +16,15 @@ Requires-Dist: google-auth>=2.20
|
|
|
13
16
|
Requires-Dist: google-cloud-storage>=2.16
|
|
14
17
|
Requires-Dist: keyring>=24.0
|
|
15
18
|
Requires-Dist: keyrings.google-artifactregistry-auth>=1.1
|
|
19
|
+
Requires-Dist: google-cloud-aiplatform>=1.50.0
|
|
20
|
+
Requires-Dist: protobuf<7.0.0,>=4.21
|
|
21
|
+
Requires-Dist: click>=8.0
|
|
16
22
|
Provides-Extra: dev
|
|
17
23
|
Requires-Dist: pytest; extra == "dev"
|
|
18
24
|
Requires-Dist: build; extra == "dev"
|
|
19
25
|
Requires-Dist: twine; extra == "dev"
|
|
26
|
+
Requires-Dist: black; extra == "dev"
|
|
27
|
+
Requires-Dist: ruff; extra == "dev"
|
|
20
28
|
Dynamic: author
|
|
21
29
|
Dynamic: requires-python
|
|
22
30
|
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
[build-system]
|
|
2
|
+
requires = ["setuptools>=61.0", "wheel"]
|
|
3
|
+
build-backend = "setuptools.build_meta"
|
|
4
|
+
|
|
5
|
+
[project]
|
|
6
|
+
name = "reasoning-deployment-service"
|
|
7
|
+
version = "0.3.2"
|
|
8
|
+
description = "Deployment helper for Vertex AI Reasoning Engines & Agent Spaces"
|
|
9
|
+
readme = "README.md"
|
|
10
|
+
license = { text = "Apache-2.0" }
|
|
11
|
+
requires-python = ">=3.9"
|
|
12
|
+
|
|
13
|
+
authors = [
|
|
14
|
+
{ name = "Sergio Estrada", email = "sergio.estrada@accenture.com" }
|
|
15
|
+
]
|
|
16
|
+
|
|
17
|
+
dependencies = [
|
|
18
|
+
"requests>=2.28",
|
|
19
|
+
"python-dotenv>=1.0",
|
|
20
|
+
"google-auth>=2.20",
|
|
21
|
+
"google-cloud-storage>=2.16",
|
|
22
|
+
"keyring>=24.0",
|
|
23
|
+
"keyrings.google-artifactregistry-auth>=1.1",
|
|
24
|
+
"google-cloud-aiplatform>=1.50.0", # Vertex AI SDK
|
|
25
|
+
"protobuf>=4.21,<7.0.0", # pinned for compat
|
|
26
|
+
"click>=8.0" # nice for CLI menus if you expand later
|
|
27
|
+
]
|
|
28
|
+
|
|
29
|
+
[project.optional-dependencies]
|
|
30
|
+
dev = [
|
|
31
|
+
"pytest",
|
|
32
|
+
"build",
|
|
33
|
+
"twine",
|
|
34
|
+
"black",
|
|
35
|
+
"ruff"
|
|
36
|
+
]
|
|
37
|
+
|
|
38
|
+
[project.urls]
|
|
39
|
+
Homepage = "https://github.com/AxG-AI-Exchange-GenAI-Initiative/AIXAgentDeploymentService"
|
|
40
|
+
Repository = "https://github.com/AxG-AI-Exchange-GenAI-Initiative/AIXAgentDeploymentService"
|
|
41
|
+
Issues = "https://github.com/AxG-AI-Exchange-GenAI-Initiative/AIXAgentDeploymentService/issues"
|
|
42
|
+
|
|
43
|
+
[project.scripts]
|
|
44
|
+
reasoning-deploy = "reasoning_deployment_service.runner:Runner.run"
|
|
45
|
+
|
|
46
|
+
[tool.setuptools.packages.find]
|
|
47
|
+
where = ["."]
|
|
48
|
+
include = ["reasoning_deployment_service*"]
|
|
@@ -0,0 +1,122 @@
|
|
|
1
|
+
import os
|
|
2
|
+
import sys
|
|
3
|
+
import subprocess
|
|
4
|
+
from pathlib import Path
|
|
5
|
+
from dotenv import load_dotenv
|
|
6
|
+
import argparse
|
|
7
|
+
|
|
8
|
+
from reasoning_deployment_service import (
|
|
9
|
+
ReasoningEngineDeploymentService,
|
|
10
|
+
)
|
|
11
|
+
from reasoning_deployment_service.gui_editor import GUIEditor
|
|
12
|
+
from reasoning_deployment_service.cli_editor import CLIRunner
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
class Runner:
|
|
16
|
+
@staticmethod
|
|
17
|
+
def run():
|
|
18
|
+
parser = argparse.ArgumentParser(description="Reasoning Engine Deployment Runner")
|
|
19
|
+
parser.add_argument(
|
|
20
|
+
"--mode",
|
|
21
|
+
choices=["create", "auth", "cli", "gui", "populate_files"],
|
|
22
|
+
required=False,
|
|
23
|
+
help="Operation mode to run",
|
|
24
|
+
)
|
|
25
|
+
args = parser.parse_args()
|
|
26
|
+
|
|
27
|
+
# --- Ensure .gitignore covers junk ---
|
|
28
|
+
Runner._ensure_gitignore()
|
|
29
|
+
|
|
30
|
+
# --- Ensure your_agent_import.py exists ---
|
|
31
|
+
if not Path("your_agent_import.py").exists():
|
|
32
|
+
Runner._create_agent_import()
|
|
33
|
+
|
|
34
|
+
# --- Always ensure venv exists & is up to date ---
|
|
35
|
+
venv_python = Runner._ensure_venv()
|
|
36
|
+
|
|
37
|
+
# --- Install dependencies into venv ---
|
|
38
|
+
Runner._install_deps(venv_python)
|
|
39
|
+
|
|
40
|
+
# --- If no config files, restrict menu ---
|
|
41
|
+
if not Path(".env.agent").exists() or not Path("aix_agent.yaml").exists():
|
|
42
|
+
print("Missing .env.agent or aix_agent.yaml.")
|
|
43
|
+
print("Options:\n 5) Generate placeholder config\n q) Quit")
|
|
44
|
+
choice = input("Enter choice: ").strip()
|
|
45
|
+
if choice == "5":
|
|
46
|
+
subprocess.check_call([venv_python, "deploy.py", "--mode", "populate_files"])
|
|
47
|
+
else:
|
|
48
|
+
sys.exit(0)
|
|
49
|
+
return
|
|
50
|
+
|
|
51
|
+
# --- Dispatch based on mode or menu ---
|
|
52
|
+
if args.mode:
|
|
53
|
+
Runner._dispatch(args.mode, venv_python)
|
|
54
|
+
else:
|
|
55
|
+
Runner._menu(venv_python)
|
|
56
|
+
|
|
57
|
+
# ------------------ HELPERS ------------------
|
|
58
|
+
|
|
59
|
+
@staticmethod
|
|
60
|
+
def _ensure_gitignore():
|
|
61
|
+
gi = Path(".gitignore")
|
|
62
|
+
if not gi.exists():
|
|
63
|
+
gi.write_text("# Generated by Runner\n")
|
|
64
|
+
patterns = [".venv", ".venv_deploy", "venv", "__pycache__", "deploy_env", "your_agent_import.py"]
|
|
65
|
+
content = gi.read_text().splitlines()
|
|
66
|
+
for p in patterns:
|
|
67
|
+
if p not in content:
|
|
68
|
+
with gi.open("a") as f:
|
|
69
|
+
f.write(f"{p}\n")
|
|
70
|
+
|
|
71
|
+
@staticmethod
|
|
72
|
+
def _create_agent_import():
|
|
73
|
+
agent_dir = input("Enter the directory where your root_agent (agent.py) lives: ").strip()
|
|
74
|
+
if not Path(agent_dir, "agent.py").exists():
|
|
75
|
+
print(f"Error: {agent_dir}/agent.py not found")
|
|
76
|
+
sys.exit(1)
|
|
77
|
+
import_path = agent_dir.replace("/", ".") + ".agent"
|
|
78
|
+
Path("your_agent_import.py").write_text(f"from {import_path} import root_agent\n")
|
|
79
|
+
print(f"Created your_agent_import.py pointing to {agent_dir}/agent.py")
|
|
80
|
+
|
|
81
|
+
@staticmethod
|
|
82
|
+
def _ensure_venv():
|
|
83
|
+
venv_dir = Path("deploy_env")
|
|
84
|
+
if not venv_dir.exists():
|
|
85
|
+
subprocess.check_call([sys.executable, "-m", "venv", str(venv_dir)])
|
|
86
|
+
print("Created venv at ./deploy_env")
|
|
87
|
+
return str(venv_dir / "bin" / "python")
|
|
88
|
+
|
|
89
|
+
@staticmethod
|
|
90
|
+
def _install_deps(venv_python):
|
|
91
|
+
subprocess.check_call([venv_python, "-m", "pip", "install", "--upgrade", "pip"])
|
|
92
|
+
subprocess.check_call([venv_python, "-m", "pip", "install", "keyring", "keyrings.google-artifactregistry-auth"])
|
|
93
|
+
# Install reasoning-deployment-service itself (current package)
|
|
94
|
+
subprocess.check_call([venv_python, "-m", "pip", "install", "reasoning-deployment-service"])
|
|
95
|
+
|
|
96
|
+
if Path("requirements.txt").exists():
|
|
97
|
+
subprocess.check_call([venv_python, "-m", "pip", "install", "-r", "requirements.txt"])
|
|
98
|
+
|
|
99
|
+
@staticmethod
|
|
100
|
+
def _dispatch(mode, venv_python):
|
|
101
|
+
from your_agent_import import root_agent
|
|
102
|
+
svc = ReasoningEngineDeploymentService(root_agent, deployment_environment="DEV")
|
|
103
|
+
|
|
104
|
+
if mode == "create":
|
|
105
|
+
svc.one_deployment_with_everything_on_it()
|
|
106
|
+
elif mode == "auth":
|
|
107
|
+
svc.one_deployment_with_everything_on_it(skip_engine_step=True)
|
|
108
|
+
elif mode == "cli":
|
|
109
|
+
CLIRunner().run()
|
|
110
|
+
elif mode == "gui":
|
|
111
|
+
GUIEditor().run()
|
|
112
|
+
elif mode == "populate_files":
|
|
113
|
+
svc._check_required_files_exist()
|
|
114
|
+
|
|
115
|
+
@staticmethod
|
|
116
|
+
def _menu(venv_python):
|
|
117
|
+
print("Choose an operation:\n1) Create/Update\n2) Auth only\n3) CLI\n4) GUI\nq) Quit")
|
|
118
|
+
choice = input("Enter choice: ").strip()
|
|
119
|
+
mapping = {"1": "create", "2": "auth", "3": "cli", "4": "gui"}
|
|
120
|
+
if choice.lower() == "q":
|
|
121
|
+
sys.exit(0)
|
|
122
|
+
Runner._dispatch(mapping.get(choice, ""), venv_python)
|
|
@@ -1,10 +1,13 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: reasoning-deployment-service
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.2
|
|
4
4
|
Summary: Deployment helper for Vertex AI Reasoning Engines & Agent Spaces
|
|
5
5
|
Author: AxG-AI-Exchange-GenAI-Initiative
|
|
6
6
|
Author-email: Sergio Estrada <sergio.estrada@accenture.com>
|
|
7
7
|
License: Apache-2.0
|
|
8
|
+
Project-URL: Homepage, https://github.com/AxG-AI-Exchange-GenAI-Initiative/AIXAgentDeploymentService
|
|
9
|
+
Project-URL: Repository, https://github.com/AxG-AI-Exchange-GenAI-Initiative/AIXAgentDeploymentService
|
|
10
|
+
Project-URL: Issues, https://github.com/AxG-AI-Exchange-GenAI-Initiative/AIXAgentDeploymentService/issues
|
|
8
11
|
Requires-Python: >=3.7
|
|
9
12
|
Description-Content-Type: text/markdown
|
|
10
13
|
Requires-Dist: requests>=2.28
|
|
@@ -13,10 +16,15 @@ Requires-Dist: google-auth>=2.20
|
|
|
13
16
|
Requires-Dist: google-cloud-storage>=2.16
|
|
14
17
|
Requires-Dist: keyring>=24.0
|
|
15
18
|
Requires-Dist: keyrings.google-artifactregistry-auth>=1.1
|
|
19
|
+
Requires-Dist: google-cloud-aiplatform>=1.50.0
|
|
20
|
+
Requires-Dist: protobuf<7.0.0,>=4.21
|
|
21
|
+
Requires-Dist: click>=8.0
|
|
16
22
|
Provides-Extra: dev
|
|
17
23
|
Requires-Dist: pytest; extra == "dev"
|
|
18
24
|
Requires-Dist: build; extra == "dev"
|
|
19
25
|
Requires-Dist: twine; extra == "dev"
|
|
26
|
+
Requires-Dist: black; extra == "dev"
|
|
27
|
+
Requires-Dist: ruff; extra == "dev"
|
|
20
28
|
Dynamic: author
|
|
21
29
|
Dynamic: requires-python
|
|
22
30
|
|
|
@@ -3,9 +3,11 @@ pyproject.toml
|
|
|
3
3
|
setup.py
|
|
4
4
|
reasoning_deployment_service/__init__.py
|
|
5
5
|
reasoning_deployment_service/reasoning_deployment_service.py
|
|
6
|
+
reasoning_deployment_service/runner.py
|
|
6
7
|
reasoning_deployment_service.egg-info/PKG-INFO
|
|
7
8
|
reasoning_deployment_service.egg-info/SOURCES.txt
|
|
8
9
|
reasoning_deployment_service.egg-info/dependency_links.txt
|
|
10
|
+
reasoning_deployment_service.egg-info/entry_points.txt
|
|
9
11
|
reasoning_deployment_service.egg-info/requires.txt
|
|
10
12
|
reasoning_deployment_service.egg-info/top_level.txt
|
|
11
13
|
reasoning_deployment_service/cli_editor/__init__.py
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
[build-system]
|
|
2
|
-
requires = ["setuptools>=61.0", "wheel"]
|
|
3
|
-
build-backend = "setuptools.build_meta"
|
|
4
|
-
|
|
5
|
-
[project]
|
|
6
|
-
name = "reasoning-deployment-service"
|
|
7
|
-
version = "0.3.1"
|
|
8
|
-
description = "Deployment helper for Vertex AI Reasoning Engines & Agent Spaces"
|
|
9
|
-
readme = "README.md"
|
|
10
|
-
license = { text = "Apache-2.0" }
|
|
11
|
-
requires-python = ">=3.9"
|
|
12
|
-
|
|
13
|
-
authors = [
|
|
14
|
-
{ name = "Sergio Estrada", email = "sergio.estrada@accenture.com" }
|
|
15
|
-
]
|
|
16
|
-
|
|
17
|
-
dependencies = [
|
|
18
|
-
"requests>=2.28",
|
|
19
|
-
"python-dotenv>=1.0",
|
|
20
|
-
"google-auth>=2.20",
|
|
21
|
-
"google-cloud-storage>=2.16",
|
|
22
|
-
"keyring>=24.0",
|
|
23
|
-
"keyrings.google-artifactregistry-auth>=1.1"
|
|
24
|
-
]
|
|
25
|
-
|
|
26
|
-
[project.optional-dependencies]
|
|
27
|
-
dev = [
|
|
28
|
-
"pytest",
|
|
29
|
-
"build",
|
|
30
|
-
"twine",
|
|
31
|
-
]
|
|
32
|
-
|
|
33
|
-
[project.urls]
|
|
34
|
-
|
|
35
|
-
[tool.setuptools.packages.find]
|
|
36
|
-
where = ["."]
|
|
37
|
-
include = ["reasoning_deployment_service*"]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|