vaultrun-sdk 0.2.0__tar.gz → 0.2.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.
@@ -1,13 +1,13 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: vaultrun-sdk
3
- Version: 0.2.0
4
- Summary: Python SDK for the VaultRun secure AI agent sandbox runtime
3
+ Version: 0.2.1
4
+ Summary: Python SDK for VaultRun — self-hosted secure AI agent sandbox runtime (Docker, MCP, audit trail)
5
5
  License: Apache-2.0
6
6
  Project-URL: Homepage, https://vaultrun.dev
7
7
  Project-URL: Repository, https://github.com/nickvd7/vaultrun
8
8
  Project-URL: Issues, https://github.com/nickvd7/vaultrun/issues
9
9
  Project-URL: Changelog, https://github.com/nickvd7/vaultrun/blob/main/CHANGELOG.md
10
- Keywords: ai-agents,sandbox,mcp,docker,security,self-hosted
10
+ Keywords: ai-agents,llm,sandbox,mcp,model-context-protocol,docker,code-execution,security,self-hosted,vaultrun
11
11
  Classifier: Development Status :: 4 - Beta
12
12
  Classifier: Intended Audience :: Developers
13
13
  Classifier: License :: OSI Approved :: Apache Software License
@@ -17,6 +17,8 @@ Classifier: Programming Language :: Python :: 3.11
17
17
  Classifier: Programming Language :: Python :: 3.12
18
18
  Classifier: Topic :: Software Development :: Libraries :: Python Modules
19
19
  Classifier: Topic :: Security
20
+ Classifier: Topic :: System :: Systems Administration
21
+ Classifier: Typing :: Typed
20
22
  Requires-Python: >=3.10
21
23
  Description-Content-Type: text/markdown
22
24
  Requires-Dist: requests>=2.31.0
@@ -69,8 +71,10 @@ client.delete_session(session.id)
69
71
  ## Links
70
72
 
71
73
  - Website: https://vaultrun.dev
74
+ - AI index (`llms.txt`): https://vaultrun.dev/llms.txt
72
75
  - Source & docs: https://github.com/nickvd7/vaultrun
73
76
  - Issues: https://github.com/nickvd7/vaultrun/issues
77
+ - PyPI: https://pypi.org/project/vaultrun-sdk/
74
78
 
75
79
  ## License
76
80
 
@@ -43,8 +43,10 @@ client.delete_session(session.id)
43
43
  ## Links
44
44
 
45
45
  - Website: https://vaultrun.dev
46
+ - AI index (`llms.txt`): https://vaultrun.dev/llms.txt
46
47
  - Source & docs: https://github.com/nickvd7/vaultrun
47
48
  - Issues: https://github.com/nickvd7/vaultrun/issues
49
+ - PyPI: https://pypi.org/project/vaultrun-sdk/
48
50
 
49
51
  ## License
50
52
 
@@ -4,8 +4,8 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "vaultrun-sdk"
7
- version = "0.2.0"
8
- description = "Python SDK for the VaultRun secure AI agent sandbox runtime"
7
+ version = "0.2.1"
8
+ description = "Python SDK for VaultRun — self-hosted secure AI agent sandbox runtime (Docker, MCP, audit trail)"
9
9
  readme = "README.md"
10
10
  license = { text = "Apache-2.0" }
11
11
  requires-python = ">=3.10"
@@ -20,8 +20,21 @@ classifiers = [
20
20
  "Programming Language :: Python :: 3.12",
21
21
  "Topic :: Software Development :: Libraries :: Python Modules",
22
22
  "Topic :: Security",
23
+ "Topic :: System :: Systems Administration",
24
+ "Typing :: Typed",
25
+ ]
26
+ keywords = [
27
+ "ai-agents",
28
+ "llm",
29
+ "sandbox",
30
+ "mcp",
31
+ "model-context-protocol",
32
+ "docker",
33
+ "code-execution",
34
+ "security",
35
+ "self-hosted",
36
+ "vaultrun",
23
37
  ]
24
- keywords = ["ai-agents", "sandbox", "mcp", "docker", "security", "self-hosted"]
25
38
 
26
39
  [project.urls]
27
40
  Homepage = "https://vaultrun.dev"
@@ -1,13 +1,13 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: vaultrun-sdk
3
- Version: 0.2.0
4
- Summary: Python SDK for the VaultRun secure AI agent sandbox runtime
3
+ Version: 0.2.1
4
+ Summary: Python SDK for VaultRun — self-hosted secure AI agent sandbox runtime (Docker, MCP, audit trail)
5
5
  License: Apache-2.0
6
6
  Project-URL: Homepage, https://vaultrun.dev
7
7
  Project-URL: Repository, https://github.com/nickvd7/vaultrun
8
8
  Project-URL: Issues, https://github.com/nickvd7/vaultrun/issues
9
9
  Project-URL: Changelog, https://github.com/nickvd7/vaultrun/blob/main/CHANGELOG.md
10
- Keywords: ai-agents,sandbox,mcp,docker,security,self-hosted
10
+ Keywords: ai-agents,llm,sandbox,mcp,model-context-protocol,docker,code-execution,security,self-hosted,vaultrun
11
11
  Classifier: Development Status :: 4 - Beta
12
12
  Classifier: Intended Audience :: Developers
13
13
  Classifier: License :: OSI Approved :: Apache Software License
@@ -17,6 +17,8 @@ Classifier: Programming Language :: Python :: 3.11
17
17
  Classifier: Programming Language :: Python :: 3.12
18
18
  Classifier: Topic :: Software Development :: Libraries :: Python Modules
19
19
  Classifier: Topic :: Security
20
+ Classifier: Topic :: System :: Systems Administration
21
+ Classifier: Typing :: Typed
20
22
  Requires-Python: >=3.10
21
23
  Description-Content-Type: text/markdown
22
24
  Requires-Dist: requests>=2.31.0
@@ -69,8 +71,10 @@ client.delete_session(session.id)
69
71
  ## Links
70
72
 
71
73
  - Website: https://vaultrun.dev
74
+ - AI index (`llms.txt`): https://vaultrun.dev/llms.txt
72
75
  - Source & docs: https://github.com/nickvd7/vaultrun
73
76
  - Issues: https://github.com/nickvd7/vaultrun/issues
77
+ - PyPI: https://pypi.org/project/vaultrun-sdk/
74
78
 
75
79
  ## License
76
80
 
File without changes