user@elli:~/Downloads/Remote/AST-COMPILER$ node compiler.js Validating DAG containing 6 nodes... -> Graph validation passed. No missing dependencies. --- AI COMPILATION ORDER (Bottom-Up) --- 1. Build: AST_COMPILER (Leaf Node) 2. Build: MARKDOWN_PARSER (Leaf Node) 3. Build: GRAPH_BUILDER (Needs: MARKDOWN_PARSER) 4. Build: CONTEXT_HYDRATOR (Needs: GRAPH_BUILDER) 5. Build: TOPOLOGICAL_SORTER (Needs: GRAPH_BUILDER) 6. Build: LLM_ORCHESTRATOR (Needs: CONTEXT_HYDRATOR, TOPOLOGICAL_SORTER) user@elli:~/Downloads/Remote/AST-COMPILER$