agentix-runtime-basic 0.1.0__tar.gz → 0.1.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.
- {agentix_runtime_basic-0.1.0 → agentix_runtime_basic-0.1.1}/PKG-INFO +2 -2
- {agentix_runtime_basic-0.1.0 → agentix_runtime_basic-0.1.1}/pyproject.toml +2 -2
- {agentix_runtime_basic-0.1.0 → agentix_runtime_basic-0.1.1}/.gitignore +0 -0
- {agentix_runtime_basic-0.1.0 → agentix_runtime_basic-0.1.1}/LICENSE +0 -0
- {agentix_runtime_basic-0.1.0 → agentix_runtime_basic-0.1.1}/README.md +0 -0
- {agentix_runtime_basic-0.1.0 → agentix_runtime_basic-0.1.1}/runtime/Dockerfile +0 -0
- {agentix_runtime_basic-0.1.0 → agentix_runtime_basic-0.1.1}/src/agentix/bash/__init__.py +0 -0
- {agentix_runtime_basic-0.1.0 → agentix_runtime_basic-0.1.1}/src/agentix/files/__init__.py +0 -0
- {agentix_runtime_basic-0.1.0 → agentix_runtime_basic-0.1.1}/tests/test_primitives.py +0 -0
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: agentix-runtime-basic
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.1
|
|
4
4
|
Summary: Shell + file I/O primitives for Agentix sandboxes
|
|
5
5
|
Project-URL: Homepage, https://github.com/Agentiix/Agentix-Runtime-Basic
|
|
6
6
|
Author: Agentiix
|
|
7
7
|
License: MIT
|
|
8
8
|
License-File: LICENSE
|
|
9
9
|
Requires-Python: >=3.11
|
|
10
|
-
Requires-Dist:
|
|
10
|
+
Requires-Dist: agentixx>=0.1.0
|
|
11
11
|
Provides-Extra: dev
|
|
12
12
|
Requires-Dist: pyright>=1.1.380; extra == 'dev'
|
|
13
13
|
Requires-Dist: pytest-asyncio>=0.23; extra == 'dev'
|
|
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "agentix-runtime-basic"
|
|
7
|
-
version = "0.1.
|
|
7
|
+
version = "0.1.1"
|
|
8
8
|
description = "Shell + file I/O primitives for Agentix sandboxes"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
requires-python = ">=3.11"
|
|
@@ -16,7 +16,7 @@ dependencies = [
|
|
|
16
16
|
# only here so `pip install agentix-runtime-basic` brings agentix
|
|
17
17
|
# along as a peer (entry-point discovery needs the framework
|
|
18
18
|
# installed in the same venv).
|
|
19
|
-
"
|
|
19
|
+
"agentixx>=0.1.0",
|
|
20
20
|
]
|
|
21
21
|
|
|
22
22
|
[project.optional-dependencies]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|