Nuclear facility digital operations platform — extends Axiom
Project description
Neutron OS
Nuclear Energy Unified Technology for Research, Operations & Networks
A modular digital platform for nuclear facilities that unifies data management, operations tracking, experiment scheduling, and analytics — replacing fragmented workflows (paper logs, spreadsheets, phone calls) with integrated digital tools.
Key Capabilities
- Model Corral — Physics model registry with 18 commands: init, validate, add, clone, search, list, show, pull, lineage, diff, export, audit, generate, lint, sweep, materials, share, receive — plus review, reviews, resolve, invite, contributors, status
- Materials — 11 verified compositions with MCNP/MPACT card generation
- Facility Packs — NETL-TRIGA, MSRE, PWR-generic with 8 commands: list, show, install, uninstall, init, publish, materials, sync
- CoreForge Bridge — Integration with CoreForge neutronics tools
- Federation Model Sharing — Share and receive models across federated nodes
- Signal Pipeline — Ingest signals from voice memos, Teams, GitLab, Linear, and freetext; extract structured insights; publish weekly briefings
- Publisher — Document lifecycle management with provider-based generation, storage, and review
- Interactive Agent — Chat-based assistant with facility context (
neut chat) - Self-Diagnostics — AI-powered troubleshooting (
neut doctor) - Extension System — Scaffold and manage facility-specific extensions (
neut ext) - MCP Server — IDE integration via Model Context Protocol (
neut serve-mcp)
Quick Start
pip install neutron-os
# Or from source
git clone https://rsicc-gitlab.tacc.utexas.edu/ut-computational-ne/neutron-os-core.git
cd neutron-os-core
pip install -e ".[all]"
# Or use the bootstrap script (creates venv, installs, sets up direnv)
./scripts/bootstrap.sh
# Verify
neut --help
neut doctor
# Run the onboarding demo
neut demo run collaborator
See CONTRIBUTING.md for detailed setup instructions including direnv, venv, and troubleshooting.
Repository Structure
Neutron_OS/
├── src/neutron_os/ # Python package root
│ ├── neut_cli.py # CLI entry point
│ ├── infra/ # Shared infra (gateway, orchestrator, auth)
│ └── extensions/ # Extension system
│ └── builtins/ # Builtin extensions (sense, docflow, chat, demo…)
├── runtime/ # Instance data (config, inbox, sessions — gitignored)
├── tests/ # Cross-cutting tests
├── docs/ # Architecture specs, PRDs, design docs
├── infra/ # Terraform, Helm, K3D configs
├── scripts/ # Bootstrap and installation scripts
├── pyproject.toml # Package definition (Hatchling)
├── Makefile # Dev commands (test, build, lint, clean)
└── CLAUDE.md # AI assistant context and project conventions
CLI
# Model Corral (18+ commands)
neut model add ./input.i # Auto-detect and register a model
neut model list # Browse registered models
neut model search --code mcnp # Search by code type
neut model validate ./input.i # Validate model file
neut model materials # List available materials
neut model generate --material UO2 # Generate MCNP/MPACT cards
neut model review <id> # Start a collaborative review
neut model share <id> # Share via federation
# Facility Packs (8 commands)
neut facility list # Available packs
neut facility install NETL-TRIGA # Install a facility pack
neut facility sync # Sync with upstream
# Platform
neut chat # Interactive agent
neut signal pipeline ingest # Run signal ingestion
neut pub publish # Generate and publish documents
neut doctor # AI-powered diagnostics
neut ext init my-extension # Create a new extension
neut demo run collaborator # Guided onboarding walkthrough
Development
make test # 415+ tests
make integration # Integration tests (needs .env credentials)
make lint # Ruff linter
make build # Build wheel
make clean # Remove build artifacts
Tech Stack
| Layer | Technology |
|---|---|
| CLI & Agents | Python (argparse, rich, prompt-toolkit) |
| LLM Gateway | Model-agnostic (Anthropic, OpenAI, any OpenAI-compatible) |
| Data Platform | Apache Iceberg + DuckDB + Dagster + dbt |
| Database | PostgreSQL + pgvector |
| Infrastructure | Terraform, Helm, K3D |
| CI/CD | GitLab CI with AI code review |
| Packaging | Hatchling (pip-installable wheel) |
Design Principles
- Reactor-agnostic core with facility-specific config
- Offline-first — queue locally, sync on restore
- Human-in-the-loop for all writes in safety-adjacent contexts
- No vendor lock-in — model-agnostic, cloud-agnostic, IDE-agnostic
- Provider pattern — swap implementations via config, not code changes
Contributing
See CONTRIBUTING.md for development workflow, git practices, and conventions.
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file neutron_os-0.9.1.tar.gz.
File metadata
- Download URL: neutron_os-0.9.1.tar.gz
- Upload date:
- Size: 47.2 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5f351e7a49cb88c237730e2578952e1a538a8fa5f5989e62f447356723453f5d
|
|
| MD5 |
d8a905bf46dc987f11e244f4419b8eed
|
|
| BLAKE2b-256 |
9cb8ed771d87e3c1003e67626250d20fc30a0a2208efae9d8903e07354962541
|
File details
Details for the file neutron_os-0.9.1-py3-none-any.whl.
File metadata
- Download URL: neutron_os-0.9.1-py3-none-any.whl
- Upload date:
- Size: 164.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
befb13eec731384671cfa2f1bcba38af5e17ce3b8e7e63809de55f8041e3b878
|
|
| MD5 |
511e1886b09384612a84418dbbef52c6
|
|
| BLAKE2b-256 |
7f3bd441fa40a1ba0421c6a502d43963ae568c848a3075e9fa3f832685ea6532
|