|
|
||
|---|---|---|
| src/pulsemesh_open_telemetry_visualization_a | ||
| tests | ||
| .gitignore | ||
| AGENTS.md | ||
| README.md | ||
| pyproject.toml | ||
| setup.py | ||
| test.sh | ||
README.md
PulseMesh Open Telemetry Visualization A
A minimal MVP scaffold for PulseMesh Open Telemetry Visualization A.
- Provides a compact, offline-first telemetry visualization and anomaly detection contract.
- Offloads computation to edge devices via Delta-based reconciliation.
- Includes two starter adapters and a minimal core model surface.
This repository is structured to be Python-package friendly. The packaging config in pyproject.toml targets a standard PEP 517 build flow using setuptools. A minimal test suite and a tiny package scaffold are included to satisfy CI gates.