| dag_engine_ui |
cpp |
tools |
Frontend ImGui para dag_engine. Lista, lanza e inspecciona DAGs con live updates via WS. |
| imgui |
| dashboard |
| dag |
| scheduler |
| http |
| websocket |
|
| data_table_cpp_viz |
| viz_render_cpp_viz |
| compute_stage_cpp_core |
| compute_pipeline_cpp_core |
| compute_column_stats_cpp_core |
| auto_detect_type_cpp_core |
| tql_emit_cpp_core |
| tql_apply_cpp_core |
| lua_engine_cpp_core |
| join_tables_cpp_core |
| tql_to_sql_cpp_core |
| llm_anthropic_cpp_core |
| empty_state_cpp_core |
|
|
|
imgui |
main.cpp |
apps/dag_engine_ui |
https://gitea.organic-machine.com/dataforge/dag_engine_ui |
| phosphor |
accent |
| tree-structure |
#7c3aed |
|
| id |
cmd |
timeout_s |
severity |
| build_cmake |
cmake --build cpp/build -j --target dag_engine_ui |
300 |
critical |
|
| id |
cmd |
timeout_s |
severity |
| binary_exists |
test -x cpp/build/linux/apps/dag_engine_ui/dag_engine_ui || test -x cpp/build/apps/dag_engine_ui/dag_engine_ui |
5 |
critical |
|
| id |
cmd |
timeout_s |
expect_stdout_contains |
severity |
| self_test |
(cpp/build/linux/apps/dag_engine_ui/dag_engine_ui --self-test 2>&1 || cpp/build/apps/dag_engine_ui/dag_engine_ui --self-test 2>&1) | head -20 |
10 |
self-test |
warning |
|
| id |
cmd |
expect_stdout_contains |
severity |
| cpp_apps_conformance |
./fn doctor cpp-apps 2>&1 | grep -A1 dag_engine_ui || echo 'no issues' |
no issues |
critical |
|
|