Cognitive Orchestration Refactoring Phase Completed
1. git diff --stat:
pyproject.toml | 2 +
src/coreason_runtime/orchestration/graphs/topology_resolution_graph.py | 57 ++
src/coreason_runtime/orchestration/solvers/remediation_compiler.py | 22 +
src/coreason_runtime/orchestration/temporal_workflow_dispatcher.py | 8 -
src/coreason_runtime/orchestration/topology_activities.py | 29 +
src/coreason_runtime/orchestration/worker.py | 8 -
src/coreason_runtime/orchestration/workflows/__init__.py | 4 -
src/coreason_runtime/orchestration/workflows/dag_execution_workflow.py | 629 -----------------
src/coreason_runtime/orchestration/workflows/evaluator_optimizer_execution_workflow.py | 226 -------
src/coreason_runtime/orchestration/workflows/swarm_execution_workflow.py | 70 --
src/coreason_runtime/orchestration/workflows/system_2_remediation_workflow.py | 82 ---
tests/orchestration/graphs/test_topology_resolution.py | 38 +
tests/orchestration/manifold/test_manifold_coverage_physics.py | 2 -
tests/orchestration/nodes/test_speculative_truth_maintenance.py | 4 +-
tests/orchestration/solvers/test_remediation_compiler.py | 26 +
tests/orchestration/workflows/test_dag_execution_workflow.py | 742 ---------------------
tests/orchestration/workflows/test_dag_execution_workflow_coverage.py | 316 ---------
tests/orchestration/workflows/test_evaluator_optimizer_execution_workflow.py | 271 --------
tests/orchestration/workflows/test_speculative_execution_workflow.py | 4 +-
tests/orchestration/workflows/test_swarm_execution_workflow.py | 85 ---
tests/orchestration/workflows/test_swarm_workflow_gaps.py | 10 -
tests/orchestration/workflows/test_system_2_remediation.py | 116 ----
tests/orchestration/workflows/test_system_2_remediation_workflow.py | 52 --
uv.lock | 204 ++++++
24 files changed, 442 insertions(+), 2608 deletions(-)
2. The "Swarm" terminology has been largely eradicated (outside of one remaining replacement made to a mock inside a test), and the strict L1/L2/L3 taxonomy is firmly established with LangGraph for the L2 Meso-Plane and DSPy for the L3 Micro-Plane.