Metadata-Version: 2.4
Name: synthfuse
Version: 0.2.0
Summary: Unified Field Engineering – A Deterministic Hybrid Organism Architecture
Home-page: https://github.com/deskiziarecords/Synth-fuse
Author: J. Roberto Jiménez
Author-email: "J. Roberto Jiménez" <tijuanapaint@gmail.com>
License: OpenGate Integrity License
Project-URL: Homepage, https://github.com/deskiziarecords/Synth-fuse
Project-URL: Documentation, https://synth-fuse.readthedocs.io/
Project-URL: Repository, https://github.com/deskiziarecords/Synth-fuse
Project-URL: Changelog, https://github.com/deskiziarecords/Synth-fuse/releases
Project-URL: Bug-Tracker, https://github.com/deskiziarecords/Synth-fuse/issues
Keywords: neurosymbolic,jax,hybrid-intelligence,fusion-calculus,alchemj,deterministic-ai,thermodynamic-computing,unified-field-engineering
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: numpy>=1.24.0
Requires-Dist: jax>=0.4.25
Requires-Dist: jaxlib>=0.4.25
Requires-Dist: aiofiles>=23.0.0
Requires-Dist: aiohttp>=3.9.0
Requires-Dist: watchfiles>=0.20.0
Requires-Dist: msgpack>=1.0.5
Requires-Dist: pyyaml>=6.0
Requires-Dist: pydantic>=2.5.0
Requires-Dist: pydantic-settings>=2.1.0
Requires-Dist: structlog>=23.0.0
Requires-Dist: cryptography>=42.0.0
Provides-Extra: dev
Requires-Dist: pytest>=7.4.0; extra == "dev"
Requires-Dist: pytest-cov>=4.1.0; extra == "dev"
Requires-Dist: pytest-asyncio>=0.21.0; extra == "dev"
Requires-Dist: black>=23.11.0; extra == "dev"
Requires-Dist: mypy>=1.7.0; extra == "dev"
Requires-Dist: ruff>=0.1.0; extra == "dev"
Requires-Dist: pre-commit>=3.5.0; extra == "dev"
Requires-Dist: sphinx>=7.2.0; extra == "dev"
Requires-Dist: sphinx-rtd-theme>=1.3.0; extra == "dev"
Requires-Dist: build>=1.0.0; extra == "dev"
Requires-Dist: twine>=4.0.0; extra == "dev"
Requires-Dist: wheel>=0.42.0; extra == "dev"
Provides-Extra: lab
Requires-Dist: fastapi>=0.104.0; extra == "lab"
Requires-Dist: uvicorn[standard]>=0.24.0; extra == "lab"
Requires-Dist: streamlit>=1.28.0; extra == "lab"
Requires-Dist: plotly>=5.18.0; extra == "lab"
Requires-Dist: jupyter-server>=2.7.0; extra == "lab"
Requires-Dist: jupyter-client>=8.6.0; extra == "lab"
Provides-Extra: notebook
Requires-Dist: jupyterlab>=4.0.0; extra == "notebook"
Requires-Dist: ipywidgets>=8.1.0; extra == "notebook"
Requires-Dist: matplotlib>=3.8.0; extra == "notebook"
Requires-Dist: pandas>=2.1.0; extra == "notebook"
Requires-Dist: seaborn>=0.13.0; extra == "notebook"
Provides-Extra: security
Requires-Dist: python-jose[cryptography]>=3.3.0; extra == "security"
Requires-Dist: passlib[bcrypt]>=1.7.4; extra == "security"
Provides-Extra: all
Requires-Dist: pytest>=7.4.0; extra == "all"
Requires-Dist: black>=23.11.0; extra == "all"
Requires-Dist: fastapi>=0.104.0; extra == "all"
Requires-Dist: jupyterlab>=4.0.0; extra == "all"
Requires-Dist: streamlit>=1.28.0; extra == "all"
Requires-Dist: cryptography>=42.0.0; extra == "all"
Dynamic: author
Dynamic: home-page
Dynamic: requires-python

# Synth-Fuse v0.2.0 – Unified Field Engineering

**A Deterministic Hybrid Organism** that fuses abstract logic with low‑level thermodynamic execution.

## 🏛️ Project Vision

Synth‑Fuse is a neuro‑symbolic execution environment that bridges *high‑level abstract logic* and *hardware‑level physics*. By treating computation as a **Semantic‑Thermodynamic Loop (STCL)**, every logical impulse is:

* mathematically stable  
* thermodynamically coherent  
* cryptographically certified before it reaches the hardware

## 🧠 The Cabinet of Alchemists

A decentralized council of specialist agents governs every stage of the lifecycle:

| Role | Responsibility |
|------|----------------|
| **The Architect** | Designs high‑level strategies on the **Sigil Space** (W‑Orion search) |
| **The Engineer** | "Solders" Sigils into JAX‑traceable HLO kernels |
| **The Librarian** | Manages the **Zeta‑Vault** – native data ingestion |
| **The Physician** | Monitors manifold "vitals" and performs surgical roll‑backs |
| **The Shield** | Enforces OpenGate safety certificates and Lyapunov‑based stability |
| **The Body** | Dynamically redistributes computational load |
| **The Jury** | Validates Sigil impulses via weighted Bayesian consensus |

## 🚀 Quick Start

```bash
# Install
pip install -e .[all]

# Start Cabinet
synthfuse

# Open Lab interface
streamlit run lab/app.py
