Logic Shells

The logic_shells directory contains modular shells that define runtime contexts for the tops and nous shell layers.
Each shell provides a different “lens” for executing TFT protocols, from minimal daemons to full symbolic fidelity.

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