VesselRs 0.1.0

Shared memory primitives for multi-agent orchestration
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[build-system]
requires = ["maturin>=1.5,<2.0"]
build-backend = "maturin"

[project]
name = "VesselPy"
version = "0.1.0"
description = "Native SHM for thegent"
requires-python = ">=3.10"

[tool.maturin]
features = ["pyo3/extension-module"]
module-name = "thegent_shm"