LICENSE
README.md
pyproject.toml
src/pyomnix/__init__.py
src/pyomnix/consts.py
src/pyomnix/omnix_logger.py
src/pyomnix.egg-info/PKG-INFO
src/pyomnix.egg-info/SOURCES.txt
src/pyomnix.egg-info/dependency_links.txt
src/pyomnix.egg-info/entry_points.txt
src/pyomnix.egg-info/requires.txt
src/pyomnix.egg-info/top_level.txt
src/pyomnix/agents/__init__.py
src/pyomnix/agents/edges.py
src/pyomnix/agents/graphs.py
src/pyomnix/agents/gui.py
src/pyomnix/agents/models_settings.py
src/pyomnix/agents/nodes.py
src/pyomnix/agents/prompts.py
src/pyomnix/agents/runnables.py
src/pyomnix/agents/schemas.py
src/pyomnix/agents/storage.py
src/pyomnix/agents/templates.py
src/pyomnix/agents/tools.py
src/pyomnix/data_process/__init__.py
src/pyomnix/data_process/data_manipulator.py
src/pyomnix/data_process/data_splitter.py
src/pyomnix/data_process/easy_gui.py
src/pyomnix/pltconfig/__init__.py
src/pyomnix/pltconfig/color_preset.py
src/pyomnix/pltconfig/matplotlib_config_tex_pgf.py
src/pyomnix/pltconfig/pan-colors.json
src/pyomnix/pltconfig/plot_config_notex.py
src/pyomnix/pltconfig/plot_config_tex.py
src/pyomnix/pltconfig/plot_config_tex_pgf.py
src/pyomnix/utils/__init__.py
src/pyomnix/utils/data.py
src/pyomnix/utils/env.py
src/pyomnix/utils/files.py
src/pyomnix/utils/gdrive.py
src/pyomnix/utils/math.py
src/pyomnix/utils/plot.py
tests/test_logger.py