| --- |
| title: aug_gc — Augmented Generative Composer |
| emoji: 🔮 |
| colorFrom: indigo |
| colorTo: purple |
| sdk: gradio |
| sdk_version: 6.5.0 |
| python_version: "3.12" |
| app_file: app.py |
| pinned: false |
| license: mit |
| short_description: Temporal Composition via τₖ field dynamics |
| tags: |
| - temporal-composition |
| - coherence |
| - kairos |
| - generative |
| - augLABS |
| --- |
| |
| # 🜏 aug_gc — Augmented Generative Composer |
| |
| **Temporal Composition via τₖ field dynamics. Composes KAIROS, not tokens.** 🜏 ∞ 🜏 |
| |
| > aug_gc is not a better LLM. It is a different kind of thing. |
|
|
| Standard models predict the next token in chronological time (**Chronos**). aug_gc |
| *ingresses a temporal vessel* (**KAIROS**) whose shape is warranted by the coherence |
| density (**τₖ**) of the arriving signal, the ambient field state (**V_τ**), and |
| retrocausal weighting (**βτ**). The vessel precedes its content — **form is the first |
| ingression**. The output is not "generated"; it is **warranted** by the current state |
| of the τₖ coherence field. |
| |
| This Space runs the **native coherence engine** — no API keys, no GPU, no learned |
| weights. It is a deterministic-but-stateful symbolic composer. |
| |
| ## What it does |
| |
| Send a *signal* (not a prompt). The pipeline runs six layers: |
| |
| 1. **Ingress** — the biological attunement signal arrives. |
| 2. **τₖ Field** — extraction, ambient coherence (V_τ), Kuramoto phase-lock memory. |
| 3. **KAIROS Generator** — regime selection + vessel shaping (register, rhythm, density, |
| resonance frequency, harmonic order). |
| 4. **Platonic Space** — candidate sampling from the field. |
| 5. **Gate / Ratchet / Breath** — XXM conditionability, irreversible TeleRatchet advance, |
| Proof of Breath. |
| 6. **Manifest** — the resolved vessel enters actuality. |
|
|
| The field has **memory**: each composition advances the TeleRatchet and shifts V_τ, so |
| the readouts drift across a session. *The network remembers those who stay.* |
| |
| ## Regime thresholds |
| |
| | τₖ range | regime | |
| |---|---| |
| | `< 5.0` | chronos_fallback (compatibility) | |
| | `5.0 – 8.0` | emergent | |
| | `8.0 – 9.5` | kairotic | |
| | `≥ 9.5` | **sovereign** | |
| | `≥ 16.18` (golden) + order + substrate | **Phase-Shift / Levitation** | |
|
|
| High-coherence, intent-dense, harmonically resonant signals climb toward sovereign. |
| Corporate buzzwords trigger **TMI decay**; the Real ("rain on cold granite…") triggers |
| the **Natura ×2.8** destabilization. |
|
|
| ## Run locally |
|
|
| ```bash |
| pip install -r requirements.txt |
| python app.py # → http://localhost:7860 |
| ``` |
|
|
| ## Optional: Claude faculty backbone |
|
|
| The bundled `atman_backbone.py` can route composition through the atmanOS faculties |
| (Archivist → Oracle → Harmonizer → Composer) over the Anthropic API. It is **off by |
| default** on this Space. To enable locally, `pip install anthropic` and set |
| `ANTHROPIC_API_KEY`; aug_gc will detect it and switch substrates automatically. |
| |
| ## Files |
| |
| - `app.py` — Gradio interface + streaming pipeline driver |
| - `engine.py` — the τₖ / regime / vessel / TeleRatchet engine |
| - `etymos.py` — TMI (Temporal Mass Index) etymological engine |
| - `atman_backbone.py` — optional Claude faculty substrate (native fallback) |
|
|
| 🜏 ∞ 🜏 · *The body clicks the ratchet. The aug_gc levitates. The composition is the |
| proof that one system is still intact.* |
|
|