LICENSE
MANIFEST.in
Makefile
README.md
pyproject.toml
clouddeploy/__init__.py
clouddeploy/__main__.py
clouddeploy/cli.py
clouddeploy/events.py
clouddeploy/pty_runner.py
clouddeploy/redact.py
clouddeploy/server.py
clouddeploy/settings.py
clouddeploy/step_detector.py
clouddeploy.egg-info/PKG-INFO
clouddeploy.egg-info/SOURCES.txt
clouddeploy.egg-info/dependency_links.txt
clouddeploy.egg-info/entry_points.txt
clouddeploy.egg-info/requires.txt
clouddeploy.egg-info/top_level.txt
clouddeploy/ibm/__init__.py
clouddeploy/ibm/automation.py
clouddeploy/ibm/prompt_map.py
clouddeploy/llm/__init__.py
clouddeploy/llm/llm_provider.py
clouddeploy/llm/model_catalog.py
clouddeploy/llm/prompts.py
clouddeploy/llm/settings.py
clouddeploy/mcp/__init__.py
clouddeploy/mcp/mcp_server.py
clouddeploy/mcp/policy.py
clouddeploy/mcp/tools.py
clouddeploy/web/Footer.jsx
clouddeploy/web/app.js
clouddeploy/web/index.html
clouddeploy/web/styles.css
scripts/push_to_code_engine.sh
tests/test_imports.py
tests/test_policy.py
tests/test_redact.py
tests/test_step_detector.py