Project Files Structure

This is the Agilab project files tree:

agilab/
__pycache__/ [excluded]
apps/
    __pycache__/ [excluded]
    flight_project/
        .pytest_cache/ [excluded]
        .venv/ [excluded]
        agilab/
            core/
                agi-env/
                    src/
                        agi_env/
                            resources/
                                .agilab/
                                mistral_offline/
                                    data/
                                        [max depth reached]
        Modules/ [excluded]
        src/
            __pycache__/ [excluded]
            agi_node/
            flight/
                __pycache__/ [excluded]
                __init__.py
                flight.py
                flight_args.py
            flight_worker/
                __pycache__/ [excluded]
                __init__.py
                dataset.7z
                flight_worker.py
                flight_worker.pyx
                pyproject.toml
            app_args_form.py
            app_settings.toml
            pre_prompt.json
        test/
            __pycache__/ [excluded]
            __init__.py
            _test_call_worker.py
            _test_flight_manager.py
            _test_flight_worker.py
            output.json
            test_df.ipynb
            test_flight_manager.py
            test_flight_worker.py
        AGI_run_flight.py
        distribution.json
        lab_steps.ipynb
        lab_steps.toml
        MANIFEST.in
        output.json
        pyproject.toml
        README.md
        run_test.sh
        uv_config.toml
    mycode_project/
        .pytest_cache/ [excluded]
        .venv/ [excluded]
        Modules/ [excluded]
        src/
            __pycache__/ [excluded]
            agi_node/
            mycode/
                __pycache__/ [excluded]
                __init__.py
                mycode.py
                mycode_args.py
            mycode_worker/
                __pycache__/ [excluded]
                __init__.py
                mycode_worker.py
                mycode_worker.pyx
                pyproject.toml
            app_args_form.py
            app_settings.toml
        test/
            __pycache__/ [excluded]
            _test_call_worker.py
            _test_mycode_manager.py
            _test_mycode_worker.py
            test_mycode_manager.py
            test_mycode_worker.py
        pyproject.toml
        README.md
        uv_config.toml
    network_sim_project/
        .idea/
            inspectionProfiles/
                profiles_settings.xml
                Project_Default.xml
            .gitignore
            misc.xml
            modules.xml
            network_sim_project.iml
            vcs.xml
            workspace.xml
        .venv/ [excluded]
        agilab/
            core/
                agi-env/
                    src/
                        agi_env/
                            resources/
                                .agilab/
                                    .env
                                    balancer_df.csv
                                    balancer_model.pkl
                                mistral_offline/
                                    data/
                                        [max depth reached]
        data/
            flight/
                dataset/
        Modules/ [excluded]
        src/
            __pycache__/ [excluded]
            agi_node/
            network_sim/
                __pycache__/ [excluded]
                __init__.py
                network_sim.py
                network_sim_args.py
                topology.py
            network_sim_worker/
                __pycache__/ [excluded]
                __init__.py
                network_sim_worker.py
                network_sim_worker.pyx
                pyproject.toml
            app_args_form.py
            app_settings.toml
            pre_prompt.json
        .coverage
        pyproject.toml
        README.md
        uv_config.toml
    templates/
        dag_app_template/
            src/
                __pycache__/ [excluded]
                dag_app/
                    __pycache__/ [excluded]
                    __init__.py
                    app_args.py
                    dag_app.py
                    dag_app_args.py
                dag_app_worker/
                    __pycache__/ [excluded]
                    __init__.py
                    dag_app_worker.py
                    pyproject.toml
                app_args_form.py
                app_settings.toml
                pre_prompt.json
            .gitignore
            MANIFEST.in
            pyproject.toml
            README.md
            uv_config.toml
        fireducks_app_template/
            src/
                __pycache__/ [excluded]
                fireducks_app/
                    __pycache__/ [excluded]
                    __init__.py
                    app_args.py
                    fireducks_app.py
                    fireducks_app_args.py
                fireducks_app_worker/
                    __pycache__/ [excluded]
                    __init__.py
                    fireducks_app_worker.py
                    pyproject.toml
                app_args_form.py
                app_settings.toml
                pre_prompt.json
            .gitignore
            MANIFEST.in
            pyproject.toml
            README.md
            uv_config.toml
        pandas_app_template/
            src/
                __pycache__/ [excluded]
                pandas_app/
                    __pycache__/ [excluded]
                    __init__.py
                    app_args.py
                    pandas_app.py
                    pandas_app_args.py
                pandas_app_worker/
                    __pycache__/ [excluded]
                    __init__.py
                    pandas_app_worker.py
                    pyproject.toml
                app_args_form.py
                app_settings.toml
                pre_prompt.json
            .gitignore
            MANIFEST.in
            pyproject.toml
            README.md
            uv_config.toml
        polars_app_template/
            src/
                __pycache__/ [excluded]
                polars_app/
                    __pycache__/ [excluded]
                    __init__.py
                    app_args.py
                    polars_app.py
                    polars_app_args.py
                polars_app_worker/
                    __pycache__/ [excluded]
                    __init__.py
                    polars_app_worker.py
                    pyproject.toml
                app_args_form.py
                app_settings.toml
                pre_prompt.json
            .gitignore
            MANIFEST.in
            pyproject.toml
            README.md
            uv_config.toml
    .gitignore
    __init__.py
    flight_legacy_project
    flight_trajectory_project
    flowsynth_project
    ilp_project
    install.py
    link_sim_project
    README.md
    rssi_predictor_project
    sat_trajectory_project
    satcom_sim_project
    sb3_trainer_project
apps-pages/
    view_autoencoder_latenspace/
        .venv/ [excluded]
        src/
            view_autoencoder_latentspace/
                __init__.py
                autoencoder_latentspace.py
                view_autoencoder_latentspace.py
        pyproject.toml
    view_barycentric/
        .venv/ [excluded]
        src/
            view_barycentric/
                __init__.py
                barycentric_graph.py
                view_barycentric.py
        __init__.py
        pyproject.toml
    view_maps/
        .venv/ [excluded]
        src/
            view_maps/
                __init__.py
                maps.py
                view_maps.py
        pyproject.toml
    view_maps_3d/
        .venv/ [excluded]
        src/
            view_maps_3d/
                __init__.py
                maps_3d.py
                view_maps_3d.py
        pyproject.toml
    view_maps_network/
        .venv/ [excluded]
        src/
            view_maps_network/
                maps_network_graph.py
                view_maps_network.py
        pyproject.toml
    .gitignore
    __init__.py
    README.md
core/
    __pycache__/ [excluded]
    agi-cluster/
        .venv/ [excluded]
        __pycache__/ [excluded]
        src/
            agi_cluster/
                agi_distributor/
                    __pycache__/ [excluded]
                    __init__.py
                    agi_distributor.py
                    cli.py
            __init__.py
        .coverage
        .gitignore
        __init__.py
        build.py
        LICENSE
        MANIFEST.in
        pyproject.toml
        README.md
        uv_config.toml
    agi-core/
        src/
            agi_core/
                __pycache__/ [excluded]
                __init__.py
        LICENSE
        pyproject.toml
        README.md
    agi-env/
        .pytest_cache/ [excluded]
        .venv/ [excluded]
        __pycache__/ [excluded]
        src/
            __pycache__/ [excluded]
            agi_env/
                __pycache__/ [excluded]
                resources/
                    .agilab/
                        .env
                        balancer_df.csv
                        balancer_model.pkl
                    mistral_offline/
                        data/
                            AI-ML-cheatsheets-main/
                                01- Mathematics/
                                    1- Calculus cheat sheet all reduced.pdf
                                    2- Calculus cheat sheet.pdf
                                    3- Linear Algebra in 4 pages.pdf
                                    4- Probability cheat sheet.pdf
                                    4- Probability distribution cheat sheet.pdf
                                    5- Statistics cheat sheet.pdf
                                    6- Super-cheatsheet-mathematics.pdf
                                    7- Summary statistics.pdf
                                02- C++/
                                    1- C++ Reference Card.pdf
                                    2- C++ Libraries.pdf
                                    3- C++ OOP Reference Card.pdf
                                03- Python/
                                    1- Python for Beginners.pdf
                                    2- Python Reference Cheatsheet.pdf
                                    3- Python cheatsheet.pdf
                                    4- Python for Data Science cheatsheet.pdf
                                    5- Numpy cheatsheet.pdf
                                    6- Pandas cheatsheet 1.pdf
                                    6- Pandas cheatsheet 2.pdf
                                    7- Matplotlib cheatsheet 1.pdf
                                    7- Matplotlib cheatsheet 2.pdf
                                    8- Scikit-Learn cheatsheet.pdf
                                    List, Tuples, Sets, Dictionary.png
                                    Tutorial Python.PNG
                                04- Computer architecture/
                                    Computer organisation cheatsheet.pdf
                                05- Data structures/
                                    1- Classification of Data structures/
                                        [max depth reached]
                                    2- Data structures/
                                        [max depth reached]
                                    3- Complexity/
                                        [max depth reached]
                                    Resources.pdf
                                06- Automata theory/
                                    1- Languages and Automata cheathseet.pdf
                                    2- Automata cheatsheet.pdf
                                    3- Context-Free Grammar cheatsheet.pdf
                                06- Complexity theory/
                                    Complexity Theory Cheat Sheet.pdf
                                    Computability Theory Cheat Sheet.pdf
                                07- SQL/
                                    0- SQL-quick-guide.pdf
                                    1- SQL operations.pdf
                                    1- SQL query execution order.pdf
                                    2- SQL commands.pdf
                                    3- SQL-basics-cheat-sheet-a4.pdf
                                    4- SQL joins-cheat-sheet-a4.pdf
                                    5- Study-guide-data-retrieval-with-SQL.pdf
                                    6- SQL Roadmap.pdf
                                08- Data cleaning/
                                    Data-cleaning-checklist.pdf
                                    Data-cleaning-guide.pdf
                                    Data-preparation-cheatsheet.pdf
                                    Feature engineering.pdf
                                    Feature-selection-methods.png
                                    Hypothesis-testing-cheatsheet.pdf
                                09- Data visualization/
                                    1- Core principles of Data Visualization.pdf
                                    2- Visual Vocabulary.pdf
                                    3- Data visualization cheatsheet.pdf
                                    4- The chart chooser.pdf
                                    5- From Data to Visualization.pdf
                                10- Mathematical logic/
                                    cheatsheet-logic-models.pdf
                                11- Introduction to AI/
                                    cheatsheet-states-models.pdf
                                    cheatsheet-variables-models.pdf
                                12- Machine learning/
                                    0- Machine learning process.pdf
                                    1- Machine-learning-map.png
                                    2- Machine learning algorithms.png
                                    3- How to choose a ML algorithm 1.png
                                    3- How to choose a ML algorithm 2.pdf
                                    3- Time complexity of ML algorithms.pdf
                                    4- Comparison of ML algorithms 1.pdf
                                    4- Comparison of ML algorithms 2.pdf
                                    4- Comparison of ML algorithms 3.pdf
                                    4- Comparison of ML algorithms 4.png
                                    4- Comparison of ML algorithms 5.png
                                    5- super-cheatsheet-machine-learning.pdf
                                    6- Machine learning cheatsheets.pdf
                                    7- Machine learning explainability.pdf
                                    8- Machine learning operations MLOps.pdf
                                13- Deep learning/
                                    1- super-cheatsheet-deep-learning.pdf
                                    2- Large Language Models cheatsheet.pdf
                                    3- main types of neural networks.pdf
                                    4- Architecture - Classification MLP.png
                                    5- Architecture - Regression MLP.png
                                    6- Activation Function - Hidden Layer.png
                                    7- Activation Function - Output Layer.png
                                    8- Activation Functions.png
                                14- Metrics to evaluate machine learning algorithms/
                                    Metrics-machine-learning.pdf
                                    Performance-measure-machine-learning.pdf
                                15- Reinforcement learning/
                                    Reinforcement learning cheatsheet 1.pdf
                                    Reinforcement learning cheatsheet 2.pdf
                                16- Time series/
                                    Time-series-cheat-sheet.pdf
                                17- Git/
                                    Git-cheat-sheet 2.pdf
                                    Git-cheat-sheet.pdf
                                AI roadmap.png
                                AI-ML-cheatsheets.png
                                Google Drive.png
                                Mathematics.png
                                README.md
                            .gitkeep
                            cheatsheet-transformers-large-language-models.pdf
                            CheatSheet_Keras_Fonctions_Metrique.pdf
                            Keras-Cheat-Sheet-Python.pdf
                            machine-learning-cheat-sheet.pdf
                            Machine-Learning-Cheatsheet.pdf
                            ml-cheatsheet.pdf
                __init__.py
                agi_env.py
                agi_logger.py
                app_args.py
                defaults.py
                pagelib.py
                streamlit_args.py
            __init__.py
            pyproject.toml
        test/
            __pycache__/ [excluded]
            .coverage
            __init__.py
            clean_csv.py
            dummy_cmd.py
            test_agi_env.py
            test_app_args.py
            test_pagelib.py
            test_streamlit_args.py
        .gitignore
        __init__.py
        LICENSE
        MANIFEST.in
        pyproject.toml
        README.md
        uv_config.toml
    agi-node/
        .venv/ [excluded]
        src/
            agi_node/
                __pycache__/ [excluded]
                agi_dispatcher/
                    __pycache__/ [excluded]
                    __init__.py
                    agi_dispatcher.py
                    base_worker.py
                    build.py
                    post_install.py
                    pre_install.py
                dag_worker/
                    __pycache__/ [excluded]
                    __init__.py
                    dag_worker.py
                fireducks_worker/
                    __pycache__/ [excluded]
                    __init__.py
                    fireducks_worker.py
                pandas_worker/
                    __pycache__/ [excluded]
                    __init__.py
                    pandas_worker.py
                polars_worker/
                    __pycache__/ [excluded]
                    __init__.py
                    polars_worker.py
                __init__.py
                utils.py
            __init__.py
        __init__.py
        LICENSE
        MANIFEST.in
        pyproject.toml
        README.md
        SECURITY.md
        uv_config.toml
    test/
        __pycache__/ [excluded]
        __init__.py
        test_agi_distributor.py
        test_base_worker.py
        test_dag_worker.py
        test_fireducks_worker.py
        test_pandas_worker.py
        test_polars_worker.py
        test_work_dispatcher.py
    tools/
        __init__.py
        test_dask.py
        test_kill.py
    .gitignore
    __init__.py
    gen_app_script.py
    get_supported_python_versions.py
    install.ps1
    install.sh
examples/
    flight/
        AGI_install_flight.py
        AGI_run_flight.py
    flight_trajectory/
        AGI_install_flight_trajectory.py
        AGI_run_flight_trajectory.py
    ilp/
        AGI_install_ilp.py
        AGI_run_ilp.py
    link_sim/
        AGI_install_link_sim.py
        AGI_run_link_sim.py
    mycode/
        AGI_install_mycode.py
        AGI_run_mycode.py
    network_sim/
        AGI_install_network_sim.py
        AGI_run_network_sim.py
    sat_trajectory/
        AGI_install_sat_trajectory.py
        AGI_run_sat_trajectory.py
    satcom_sim/
        AGI_install_satcom_sim.py
    sb3_trainer/
        AGI_install_sb3_trainer.py
        AGI_run_sb3_trainer.py
pages/
    __pycache__/ [excluded]
    ▶️ EDIT.py
    ▶️ EXECUTE.py
    ▶️ EXPERIMENT.py
    ▶️ EXPLORE.py
resources/
    help/
        __init__.py
        cluster-help.html
        edit_help.html
        execute_help.html
        experiment_help.html
        index.html
        roadmap.html
        views_help.html
    __init__.py
    agi_logo.png
    agilab_logo.png
    code_editor.scss
    config.toml
    custom_buttons.json
    info_bar.json
    theme.css
test/
    __pycache__/ [excluded]
    __init__.py
    test_model_returns_code.py
    test_streamlit.sh
.gitignore
__init__.py
agi_codex.py
AGILAB.py
install_apps.ps1
install_apps.sh
lab_run.py
LICENSE
MANIFEST.in
output.json
steps.toml
uv_config.toml