LICENSE.txt
MANIFEST.in
README.md
VERSION
pyproject.toml
cloudmesh/ai/manager/__init__.py
cloudmesh/ai/manager/history_manager.py
cloudmesh/ai/plugins/alias.py
cloudmesh/ai/plugins/banner.py
cloudmesh/ai/plugins/cd.py
cloudmesh/ai/plugins/clear.py
cloudmesh/ai/plugins/config.py
cloudmesh/ai/plugins/create.py
cloudmesh/ai/plugins/diagnostic.py
cloudmesh/ai/plugins/history.py
cloudmesh/ai/plugins/man.py
cloudmesh/ai/plugins/markdown.py
cloudmesh/ai/plugins/pause.py
cloudmesh/ai/plugins/python_prg.py
cloudmesh/ai/plugins/shell.py
cloudmesh/ai/plugins/sysinfo.py
cloudmesh/ai/plugins/time.py
cloudmesh/ai/plugins/tree.py
cloudmesh/ai/plugins/version.py
cloudmesh/ai/plugins/watch.py
cloudmesh/ai/shell/__init__.py
cloudmesh/ai/shell/main.py
cloudmesh/ai/shell/utils.py
cloudmesh/ai/shell/templates/.gitignore
cloudmesh/ai/shell/templates/Makefile
cloudmesh/ai/shell/templates/VERSION
cloudmesh/ai/shell/templates/pyproject.toml
cloudmesh/ai/shell/templates/cloudmesh/ai/plugins/COMMAND.py
cloudmesh_ai_shell.egg-info/PKG-INFO
cloudmesh_ai_shell.egg-info/SOURCES.txt
cloudmesh_ai_shell.egg-info/dependency_links.txt
cloudmesh_ai_shell.egg-info/entry_points.txt
cloudmesh_ai_shell.egg-info/requires.txt
cloudmesh_ai_shell.egg-info/top_level.txt
tests/test_command_alias.py
tests/test_command_banner.py
tests/test_command_cd.py
tests/test_command_clear.py
tests/test_command_config.py
tests/test_command_create.py
tests/test_command_diagnostic.py
tests/test_command_history.py
tests/test_command_man.py
tests/test_command_markdown.py
tests/test_command_pause.py
tests/test_command_python_prg.py
tests/test_command_shell.py
tests/test_command_sysinfo.py
tests/test_command_time.py
tests/test_command_tree.py
tests/test_command_version.py
tests/test_shell_core.py