LICENSE
README.md
pyproject.toml
cogito/__init__.py
cogito/cli.py
cogito.egg-info/PKG-INFO
cogito.egg-info/SOURCES.txt
cogito.egg-info/dependency_links.txt
cogito.egg-info/entry_points.txt
cogito.egg-info/requires.txt
cogito.egg-info/top_level.txt
cogito/api/__init__.py
cogito/api/handlers.py
cogito/api/responses.py
cogito/commands/__init__.py
cogito/commands/initialize.py
cogito/commands/run.py
cogito/commands/scaffold_predict.py
cogito/core/__init__.py
cogito/core/app.py
cogito/core/config.py
cogito/core/exceptioin_handlers.py
cogito/core/exceptions.py
cogito/core/logging.py
cogito/core/metrics.py
cogito/core/model_store.py
cogito/core/models.py
cogito/core/utils.py
cogito/templates/predict_class_template.jinja2