$ node index.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)
Parsing CEO Spec...
Validating DAG
containing 4 nodes...
-> Graph validation passed. No missing dependencies.
--- CALCULATED BUILD ORDER ---
1. MICROSERVICE_DEMO [Provider: local] 2.
DATABASE_MODELS [Provider: local] 3. BUSINESS_LOGIC
[Provider: online_llm] 4. REST_API [Provider: local]
======================================== STARTING
COMPILATION PIPELINE =======================================
= [STATE]
Created build directory at /home/user/Downloads/Remote/AST-COMPILER/build
=> Processing [1/4]: MICROSERVICE_DEMO
[BUILD] Compiling dependencies and generating prompt...
[API] Routing payload for MICROSERVICE_DEMO to
provider: [LOCAL] [STATE] Saved
artifact: MICROSERVICE_DEMO.js
=> Processing [2/4]: DATABASE_MODELS [BUILD] Compiling
dependencies and generating prompt...
[API] Routing payload for DATABASE_MODELS to provider: [LOCAL]
[STATE] Saved artifact:
DATABASE_MODELS.js
=> Processing [3/4]: BUSINESS_LOGIC [BUILD] Compiling
dependencies and generating prompt...
[API] Routing payload for BUSINESS_LOGIC to provider: [ONLINE_LLM]
[STATE] Saved artifact:
BUSINESS_LOGIC.js
[ CHECKPOINT REACHED] Node 'BUSINESS_LOGIC' requires human verification.
Action required: Review or edit
./build/BUSINESS_LOGIC.js
To resume the pipeline, simply run this script again.
$