LICENSE
MANIFEST.in
README.md
setup.cfg
setup.py
agent/__init__.py
agent/const.py
agent/version.py
agent/cli/__init__.py
agent/cli/cli.py
agent/function/__init__.py
agent/function/chain.py
agent/function/chat.py
agent/integration/__init__.py
agent/integration/aws.py
agent/integration/base.py
agent/integration/files.py
agent/integration/huggingface.py
agent/integration/snowflake.py
agent/model/__init__.py
agent/model/base.py
agent/model/openai.py
agent/prompt/__init__.py
agent/prompt/base.py
agent/prompt/memory.py
agent/templates/__init__.py
agent/templates/data_collection.yml
agent/templates/data_engineering.yml
agent/templates/model_deployment.yml
agent/templates/model_evaluation.yml
agent/templates/model_selection.yml
agent/templates/model_training.yml
agent/templates/utils.py
agent/types/__init__.py
agent/types/project.py
agent/types/step.py
agent/utils/__init__.py
agent/utils/config.py
agent/utils/system.py
mle_agent.egg-info/PKG-INFO
mle_agent.egg-info/SOURCES.txt
mle_agent.egg-info/dependency_links.txt
mle_agent.egg-info/entry_points.txt
mle_agent.egg-info/not-zip-safe
mle_agent.egg-info/requires.txt
mle_agent.egg-info/top_level.txt
tests/__init__.py