LICENSE
README.md
pyproject.toml
config/__init__.py
config/config.py
config/model_selector.py
config/provider_registry.default.json
config/provider_registry.py
config/setup_wizard.py
execution/__init__.py
execution/checkpoint.py
execution/config_validator.py
execution/cost_manager.py
execution/graph.py
execution/model_selector.py
execution/node_executor.py
execution/observability.py
execution/runner.py
execution/trace.py
governance/__init__.py
governance/compliance.py
governance/enforcer.py
governance/hooks.py
governance/policy.py
governance/project_init.py
hillstar_orchestrator.egg-info/PKG-INFO
hillstar_orchestrator.egg-info/SOURCES.txt
hillstar_orchestrator.egg-info/dependency_links.txt
hillstar_orchestrator.egg-info/entry_points.txt
hillstar_orchestrator.egg-info/requires.txt
hillstar_orchestrator.egg-info/top_level.txt
models/__init__.py
models/anthropic_mcp_model.py
models/anthropic_model.py
models/anthropic_ollama_api_model.py
models/devstral_local_model.py
models/mcp_model.py
models/mistral_api_model.py
models/mistral_mcp_model.py
models/ollama_mcp_model.py
models/openai_mcp_model.py
tests/__init__.py
tests/conftest.py
tests/test_cli.py
tests/test_config_hillstar_config.py
tests/test_config_model_selector.py
tests/test_config_provider_registry.py
tests/test_config_setup_wizard.py
tests/test_e2e_connectivity.py
tests/test_e2e_haiku_synthesis.py
tests/test_e2e_local_execution.py
tests/test_e2e_workflow.py
tests/test_execution_checkpoint.py
tests/test_execution_config_validator.py
tests/test_execution_cost_manager.py
tests/test_execution_graph.py
tests/test_execution_model_selector.py
tests/test_execution_node_executor.py
tests/test_execution_observability.py
tests/test_execution_runner.py
tests/test_execution_trace.py
tests/test_governance_compliance.py
tests/test_governance_enforcer.py
tests/test_governance_hooks.py
tests/test_governance_policy.py
tests/test_governance_project_init.py
tests/test_integration.py
tests/test_models_mcp_error_handling.py
tests/test_utils_credential_redactor.py
tests/test_utils_exceptions.py
tests/test_utils_json_output_viewer.py
tests/test_utils_report.py
tests/test_workflows_auto_discover.py
tests/test_workflows_discovery.py
tests/test_workflows_model_presets.py
tests/test_workflows_validator.py
utils/__init__.py
utils/credential_redactor.py
utils/exceptions.py
utils/json_output_viewer.py
utils/report.py
workflows/__init__.py
workflows/auto_discover.py
workflows/discovery.py
workflows/model_presets.py
workflows/validator.py