cleanup: Remove all V1 legacy, add CognitiveAgent V3

#5
by theapemachine - opened

V3 Cleanup: Remove all legacy code, add CognitiveAgent

All V1 legacy code removed. Clean V3-only package.

Deleted

  • tensegrity/legacy/ β€” V1 TensegrityAgent, MortonEncoder, MarkovBlanket
  • tensegrity/core/ β€” shim modules that re-exported legacy
  • tensegrity/engine/scoring.py β€” ScoringBridge + NGCLogitsProcessor (superseded by canonical pipeline)
  • tensegrity/pipeline/iterative.py β€” IterativeCognitiveScorer (superseded)
  • scripts/compare_iterative.py β€” compared two dead scoring paths
  • .DS_Store files

Added

  • tensegrity/engine/agent.py β€” CognitiveAgent, clean V3 replacement for TensegrityAgent

Modified

  • tensegrity/__init__.py β€” clean V3 exports, no lazy __getattr__, version 0.3.0
  • tensegrity/engine/__init__.py β€” exports CognitiveAgent, removed dead imports
  • tensegrity/broca/controller.py β€” imports CognitiveAgent instead of TensegrityAgent
theapemachine changed pull request status to open
theapemachine changed pull request status to merged

Sign up or log in to comment