Обзор

Logic Shells

Structure#

  • full_symbolic_fidelity_shell.py → maximum resonance fidelity
  • minimal_viable_daemon.py → lightweight entrypoint
  • Other shells → specialized contexts for testing, benchmarking, or symbolic overlays

Purpose#

Logic shells are the “skins” of the tops and nous shells.
They let contributors choose the right balance of performance, fidelity, and symbolic depth.

  • core_logic → shells wrap around foundational runtime scripts
  • bots → shells can spawn bots as subprocesses
  • enTFT → invoked inside shells for encryption rituals
  • tops → orchestrates shells in distributed contexts

Updated