LICENSE
README.md
pyproject.toml
omnimancer/__init__.py
omnimancer/__main__.py
omnimancer/cli/__init__.py
omnimancer/cli/agent_loop.py
omnimancer/cli/approval_formatter.py
omnimancer/cli/approval_integration.py
omnimancer/cli/approval_prompt.py
omnimancer/cli/command_dispatch.py
omnimancer/cli/commands.py
omnimancer/cli/completion.py
omnimancer/cli/display.py
omnimancer/cli/dynamic_commands.py
omnimancer/cli/headless.py
omnimancer/cli/interface.py
omnimancer/cli/system_prompts.py
omnimancer/cli/tool_handler.py
omnimancer/cli/handlers/__init__.py
omnimancer/core/__init__.py
omnimancer/core/agent_engine.py
omnimancer/core/agent_mode_manager.py
omnimancer/core/chat_manager.py
omnimancer/core/config_manager.py
omnimancer/core/config_migration.py
omnimancer/core/config_validator.py
omnimancer/core/conversation_manager.py
omnimancer/core/engine.py
omnimancer/core/env_loader.py
omnimancer/core/fallback_manager.py
omnimancer/core/health_monitor.py
omnimancer/core/history_manager.py
omnimancer/core/hooks.py
omnimancer/core/mcp_integration_layer.py
omnimancer/core/models.py
omnimancer/core/provider_capabilities.py
omnimancer/core/provider_initializer.py
omnimancer/core/provider_registry.py
omnimancer/core/signal_handler.py
omnimancer/core/agent/__init__.py
omnimancer/core/agent/approval_context.py
omnimancer/core/agent/approval_interface.py
omnimancer/core/agent/approval_manager.py
omnimancer/core/agent/config.py
omnimancer/core/agent/file_system_manager.py
omnimancer/core/agent/program_executor.py
omnimancer/core/agent/read_before_write_errors.py
omnimancer/core/agent/status_core.py
omnimancer/core/agent/status_manager.py
omnimancer/core/agent/tool_definitions.py
omnimancer/core/agent/types.py
omnimancer/core/agent/web_client.py
omnimancer/core/agent/workflow_orchestrator.py
omnimancer/core/security/__init__.py
omnimancer/core/security/approval_workflow.py
omnimancer/core/security/audit_logger.py
omnimancer/core/security/permission_controller.py
omnimancer/core/security/sandbox_manager.py
omnimancer/core/security/security_manager.py
omnimancer/mcp/__init__.py
omnimancer/mcp/client.py
omnimancer/mcp/manager.py
omnimancer/providers/__init__.py
omnimancer/providers/azure.py
omnimancer/providers/base.py
omnimancer/providers/bedrock.py
omnimancer/providers/claude.py
omnimancer/providers/claude_code.py
omnimancer/providers/claude_credentials.py
omnimancer/providers/cohere.py
omnimancer/providers/digitalocean.py
omnimancer/providers/factory.py
omnimancer/providers/gemini.py
omnimancer/providers/mistral.py
omnimancer/providers/ollama.py
omnimancer/providers/openai.py
omnimancer/providers/openrouter.py
omnimancer/providers/perplexity.py
omnimancer/providers/vertex.py
omnimancer/providers/xai.py
omnimancer/ui/__init__.py
omnimancer/ui/cancellation_handler.py
omnimancer/ui/progress_indicator.py
omnimancer/ui/streaming_display.py
omnimancer/utils/__init__.py
omnimancer/utils/error_handler.py
omnimancer/utils/errors.py
omnimancer/utils/retry.py
omnimancer_cli.egg-info/PKG-INFO
omnimancer_cli.egg-info/SOURCES.txt
omnimancer_cli.egg-info/dependency_links.txt
omnimancer_cli.egg-info/entry_points.txt
omnimancer_cli.egg-info/requires.txt
omnimancer_cli.egg-info/top_level.txt
tests/test_approval_integration_compatibility.py
tests/test_approval_preview_format.py
tests/test_approval_remember.py
tests/test_approval_system.py
tests/test_azure_provider.py
tests/test_claude_credentials.py
tests/test_claude_provider.py
tests/test_cohere_provider.py
tests/test_command_approval_security.py
tests/test_config_comprehensive.py
tests/test_conversation_history.py
tests/test_conversation_manager.py
tests/test_core_engine.py
tests/test_digitalocean_provider.py
tests/test_enhanced_model_info.py
tests/test_env_loader.py
tests/test_error_handling_robustness.py
tests/test_execution_timeout_errors.py
tests/test_fallback_manager.py
tests/test_fixtures.py
tests/test_gemini_provider.py
tests/test_hooks.py
tests/test_httpx_compatibility.py
tests/test_import_validation.py
tests/test_interface_smoke_tests.py
tests/test_mcp_integration.py
tests/test_mcp_integration_layer.py
tests/test_mistral_provider.py
tests/test_models.py
tests/test_ollama_provider.py
tests/test_openai_context_fit.py
tests/test_openai_provider_tools.py
tests/test_perplexity_provider.py
tests/test_program_executor.py
tests/test_provider_base.py
tests/test_provider_capability_consistency.py
tests/test_provider_integration.py
tests/test_provider_registry.py
tests/test_retry.py
tests/test_security_validation.py
tests/test_system_integration.py
tests/test_system_prompts.py
tests/test_tool_calling_integration.py
tests/test_tool_handler.py
tests/test_workflows_comprehensive.py
tests/test_xai_provider.py