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
- 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
# Clone
git clone https://github.com/benjaminbooth/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
neut chat # Interactive agent
neut signal pipeline ingest # Run signal ingestion
neut signal status # Pipeline health
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 # Unit 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.0.tar.gz.
File metadata
- Download URL: neutron_os-0.9.0.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 |
d35acb080870cc49c7db2d2e22f1c7410813a951dbf6a9da276dba60de7d2e02
|
|
| MD5 |
1ea3ac2b7e0012c55825f465b39c7c8c
|
|
| BLAKE2b-256 |
44628e05b7ee5a066a59803c57cce6d517d7b48c0c1a5e61f02bbd4019bb5a22
|
File details
Details for the file neutron_os-0.9.0-py3-none-any.whl.
File metadata
- Download URL: neutron_os-0.9.0-py3-none-any.whl
- Upload date:
- Size: 149.6 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 |
700670e12e27c696b1a58c7859ffb700f31d68da48ef0b2deec32782cb770533
|
|
| MD5 |
e5b6ced44b6d5bf1cd5c50af73cfdd1a
|
|
| BLAKE2b-256 |
b96ea15f82dbd795ed26d2f555a82c38c83fe07e0bc0662cb2aa23e0372e25c8
|