LICENSE
README.md
pyproject.toml
llm_cli/__init__.py
llm_cli/consts.py
llm_cli/mcp_lib.py
llm_cli/mcp_server_lib.py
llm_cli/ui.py
llm_cli/apps/__init__.py
llm_cli/apps/benchmark.py
llm_cli/apps/cli_common.py
llm_cli/apps/config_init.py
llm_cli/apps/identity_tool.py
llm_cli/apps/mcp_server.py
llm_cli/apps/model_listing.py
llm_cli/apps/pqc_decrypt.py
llm_cli/apps/unified.py
llm_cli/clients/__init__.py
llm_cli/clients/base.py
llm_cli/clients/claude.py
llm_cli/clients/command_dispatcher.py
llm_cli/clients/command_impl.py
llm_cli/clients/completer.py
llm_cli/clients/config.py
llm_cli/clients/config_models.py
llm_cli/clients/exceptions.py
llm_cli/clients/gemini.py
llm_cli/clients/gemini_handlers.py
llm_cli/clients/gemini_parser.py
llm_cli/clients/managers.py
llm_cli/clients/mcp_manager.py
llm_cli/clients/ollama.py
llm_cli/clients/openai.py
llm_cli/clients/openai_base.py
llm_cli/clients/registry.py
llm_cli/clients/session.py
llm_cli/clients/session_helper.py
llm_cli/clients/session_ui.py
llm_cli/clients/tool_executor.py
llm_cli/clients/tool_executor_security.py
llm_cli/clients/tool_executor_types.py
llm_cli/clients/tool_executor_ui.py
llm_cli/clients/tool_executor_utils.py
llm_cli/modules/__init__.py
llm_cli/modules/custom_markdown.py
llm_cli/modules/media_utils.py
llm_cli/modules/models.py
llm_cli/modules/tool_registry.py
llm_cli/modules/tools/__init__.py
llm_cli/modules/tools/common.py
llm_cli/modules/tools/file_modification.py
llm_cli/modules/tools/file_ops.py
llm_cli/modules/tools/interpreter.py
llm_cli/modules/tools/web.py
llm_cli/security/__init__.py
llm_cli/security/audit.py
llm_cli/security/cass.py
llm_cli/security/dual_llm_verifier.py
llm_cli/security/identity.py
llm_cli/security/integrity.py
llm_cli/security/merkle.py
llm_cli/security/merkle_anchor.py
llm_cli/security/path_validator.py
llm_cli/security/permissions.py
llm_cli/security/policy.py
llm_cli/security/pqc.py
llm_cli/security/pqc_backend.py
llm_cli/security/pqc_cose.py
llm_cli/security/resource_manager.py
llm_cli/security/static_analyzer.py
llm_cli/security/tee_backend.py
llm_cli/security/trust.py
llm_secure_cli.egg-info/PKG-INFO
llm_secure_cli.egg-info/SOURCES.txt
llm_secure_cli.egg-info/dependency_links.txt
llm_secure_cli.egg-info/entry_points.txt
llm_secure_cli.egg-info/requires.txt
llm_secure_cli.egg-info/top_level.txt
tests/test_attachment.py
tests/test_audio_support.py
tests/test_audit_integrity.py
tests/test_claude_client.py
tests/test_cli_args.py
tests/test_clients_mcp_manager.py
tests/test_commands_integration.py
tests/test_conversation_history.py
tests/test_distributed_trust.py
tests/test_dual_llm_integration.py
tests/test_dual_llm_verifier.py
tests/test_e2e_tool_loop.py
tests/test_edit_file_fuzzy.py
tests/test_file_ops.py
tests/test_gemini_features.py
tests/test_hardware_and_kms.py
tests/test_integrity_auto_init.py
tests/test_interpreter.py
tests/test_log_trimming.py
tests/test_mcp_lib.py
tests/test_mcp_server.py
tests/test_mcp_tracing.py
tests/test_merkle.py
tests/test_ollama_client.py
tests/test_openai_client.py
tests/test_openai_image.py
tests/test_path_validator.py
tests/test_path_validator_advanced.py
tests/test_pdf_processing.py
tests/test_permissions.py
tests/test_pqc.py
tests/test_search_files.py
tests/test_session_and_executor.py
tests/test_static_analyzer.py
tests/test_stdout_conflicts.py
tests/test_tool_registry_consistency.py
tests/test_unified_provider_switching.py
tests/test_web_tools.py
tests/test_zero_trust.py