LICENSE
README.md
pyproject.toml
src/cli/src/stillwater/__init__.py
src/cli/src/stillwater/__main__.py
src/cli/src/stillwater/admin_client.py
src/cli/src/stillwater/audit_logger.py
src/cli/src/stillwater/budget.py
src/cli/src/stillwater/cascade.py
src/cli/src/stillwater/cli.py
src/cli/src/stillwater/cli_sync.py
src/cli/src/stillwater/confirmation.py
src/cli/src/stillwater/cpu_learner.py
src/cli/src/stillwater/data_registry.py
src/cli/src/stillwater/gen_ai_steroids_readme.py
src/cli/src/stillwater/llm_cli_support.py
src/cli/src/stillwater/llm_client.py
src/cli/src/stillwater/orchestrator.py
src/cli/src/stillwater/provider_registry.py
src/cli/src/stillwater/recipe_audit.py
src/cli/src/stillwater/recipe_executor.py
src/cli/src/stillwater/recipe_router.py
src/cli/src/stillwater/recipe_safety.py
src/cli/src/stillwater/session_manager.py
src/cli/src/stillwater/settings_loader.py
src/cli/src/stillwater/skills_ab.py
src/cli/src/stillwater/smalltalk_responder.py
src/cli/src/stillwater/triple_twin.py
src/cli/src/stillwater/usage_tracker.py
src/cli/src/stillwater.egg-info/PKG-INFO
src/cli/src/stillwater.egg-info/SOURCES.txt
src/cli/src/stillwater.egg-info/dependency_links.txt
src/cli/src/stillwater.egg-info/entry_points.txt
src/cli/src/stillwater.egg-info/requires.txt
src/cli/src/stillwater.egg-info/top_level.txt
src/cli/src/stillwater/connectors/__init__.py
src/cli/src/stillwater/connectors/email_sanitizer.py
src/cli/src/stillwater/connectors/gmail.py
src/cli/src/stillwater/providers/__init__.py
src/cli/src/stillwater/providers/_helpers.py
src/cli/src/stillwater/providers/_http.py
src/cli/src/stillwater/providers/anthropic_provider.py
src/cli/src/stillwater/providers/base.py
src/cli/src/stillwater/providers/claude_code_cli_provider.py
src/cli/src/stillwater/providers/http_provider.py
src/cli/src/stillwater/providers/ollama_provider.py
src/cli/src/stillwater/providers/openai_provider.py
src/cli/src/stillwater/providers/openrouter_provider.py
src/cli/src/stillwater/providers/pricing.py
src/cli/src/stillwater/providers/together_provider.py
tests/test_admin_backend.py
tests/test_admin_server.py
tests/test_claude_code_wrapper.py
tests/test_cloud_bridge.py
tests/test_cpu_service.py
tests/test_evidence_pipeline.py
tests/test_llm_cli_support.py
tests/test_llm_client.py
tests/test_llm_config_manager.py
tests/test_machine_webservices.py
tests/test_multipage_dashboard.py
tests/test_oauth3_enforcer.py
tests/test_oauth3_service.py
tests/test_provider_implementations.py
tests/test_providers.py
tests/test_recipe_engine.py
tests/test_security_gate.py
tests/test_service_base.py
tests/test_service_integration.py
tests/test_service_registry.py
tests/test_session_manager.py
tests/test_settings_loader.py
tests/test_store_auth.py
tests/test_store_client.py
tests/test_store_db.py
tests/test_store_models.py
tests/test_tunnel_service.py
tests/test_usage_tracker.py
tests/test_webservice_api_keys.py