Governance: DGAF / Agent Amethyst — Yes. This visualization hub is part of the ndrorchestration DGAF ecosystem. See DGAF-Framework for spine documentation.
Interactive 3D data visualization platform powered by Google Cloud. Features Plotly, Matplotlib, and Streamlit for multidimensional data exploration — with phi-harmonic modal analysis, governance score plotting, drift trajectory visualization, and real-time agent chain rendering.
Part of the Phi-Harmonic Pentagon ecosystem.
- Governance scores — audit trail plots from
junior-apogee-appand DGAF eval runs - Drift trajectories — harmonic state monitoring surfaces from
Driftwatch - Agent chain viz — multi-agent synthesis flow graphs
- Phi-harmonic modal analysis — frequency decomposition in 3D manifold space
- General multidimensional data — rotating, zooming, filtering on any dataset
git clone https://github.com/ndrorchestration/3d-visualization-hub.git
cd 3d-visualization-hub
python -m venv .venv
# PowerShell:
Set-ExecutionPolicy Bypass -Scope Process -Force
.\.venv\Scripts\Activate.ps1
# macOS/Linux:
# source .venv/bin/activate
pip install --upgrade pip
pip install -r requirements.txt
streamlit run app.pyA minimal example dataset and visualization script are included.
python -m examples.simple_3d_scatterThis generates a sample dataset and opens an interactive 3D scatter plot in your browser. The example demonstrates:
- Data loading and transformation
- Real-time filtering with sliders
- 3D rotation, zoom, and pan controls
- Export to static images
See examples/ for more sample datasets and visualization templates.
This project uses GitHub Actions for continuous integration:
- Linting:
pylintandblackon Python code - Testing: Unit tests run automatically on every push
- Docker: Pre-built Docker image available for cloud deployment
# Run tests
pytest tests/ -v
# Code style
black .
pylint **/*.pyAll PRs must pass CI checks before merging.
- Driftwatch — phi-driven drift detection and harmonic state monitoring
- junior-apogee-app — AI evaluation platform (source of governance score data)
- DGAF-Framework — governance spine for the full ecosystem
- Acoustic-mesh — WebRTC acoustic mesh with phi-harmonic sensor analysis
Developed by Ndr "Ender" Hensel — AI Orchestration Engineer & Systems Architect, Columbus OH.
LinkedIn · GitHub