This release is a pre-release and may not be stable for production use.
Manta Node Python
Overview
Distributed edge execution agent for the Manta platform. Manages containerized task execution on compute nodes and provides local services to running tasks.
Quick Start
# Install
pip install -e ".[all]"
# Run node
python -m manta_node --manager-host localhost --manager-port 50051 --token <jwt_token>
# Run multiple nodes
python -c "from manta_node import start_nodes; import asyncio; asyncio.run(start_nodes(3, 'localhost', 50051, '<jwt_token>'))"
Documentation
📚 Full documentation is available at docs.manta-tech.io
For developers working on this component:
- Node Architecture - Container orchestration, service implementation (lives in
mantatech/manta-deployper ADR-0013) - CLAUDE.md - Development guidelines
Architecture
- Container Management: Docker-based task execution
- gRPC Services: LocalServicer and WorldServicer for task communication
- MQTT Integration: Asynchronous command reception
- Resource Monitoring: Real-time metrics collection
Testing
python -m pytest tests/ --cov=manta_node
Docker Setup
For Linux users encountering permission issues:
# Follow Docker post-installation steps
# https://docs.docker.com/engine/install/linux-postinstall/
sudo usermod -aG docker $USER
License
GNU Affero General Public License
Release files for manta-node 0.6b0.dev623
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| manta_node-0.6b0.dev623-py3-none-any.whl | Python 3 | none | any | Details |
Release files / manta_node-0.6b0.dev623-py3-none-any.whl
| Download URL | manta_node-0.6b0.dev623-py3-none-any.whl |
|---|---|
| Size | 142.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
a6037bca43dd633667dc457f28b6024a8e3cffcba5ff5d3aa41a23e29737b968
|
|
BLAKE2b-256 checksum How to use checksums |
324378f42ded6f38afd410a6ee2d6fa39c463eab569c6fbca4d362ee04eb1d63
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 15, 2026.
Transparency log