PulseMesh Open Telemetry Visualization Agent Guide - Architecture: Python 3.8+ core models, delta-based offline-first design. - Core models: TelemetrySample, AnomalySignal, Delta, DeltaSync. - Adapters: two starters under adapters/ (der_health.py, hvac_telemetry.py) - Testing: pytest with tests/ covering core models, deltas, adapters. - Workflow: build with pytest, then python -m build for packaging. - How to contribute: run tests, ensure packaging metadata valid, etc. Development commands: - Run tests: bash test.sh - Build package: python -m build - Lint/tests: pytest