README.md
setup.py
scripts/__init__.py
scripts/terminal_helper.py
unishell/__init__.py
unishell/cli.py
unishell/agents/__init__.py
unishell/agents/devops/__init__.py
unishell/agents/devops/action_handler.py
unishell/agents/devops/aks_deploy_agent.py
unishell/agents/devops/azure_auth_validator.py
unishell/agents/devops/code_analysis_agent.py
unishell/agents/devops/common.py
unishell/agents/devops/config_store.py
unishell/agents/devops/deployment_config_manager.py
unishell/agents/devops/deployment_parameter_editor.py
unishell/agents/devops/docker_agent.py
unishell/agents/devops/kubernetes_agent.py
unishell/agents/devops/monitoring_agent.py
unishell/agents/devops/orchestrator.py
unishell/agents/devops/preflight_check.py
unishell/agents/devops/registry_agent.py
unishell/agents/devops/self_healing_agent.py
unishell/computer_use/__init__.py
unishell/computer_use/loop.py
unishell/computer_use/tools/__init__.py
unishell/computer_use/tools/base.py
unishell/computer_use/tools/bash.py
unishell/computer_use/tools/collection.py
unishell/computer_use/tools/computer.py
unishell/computer_use/tools/edit.py
unishell/computer_use/tools/run.py
unishell/core/__init__.py
unishell/core/async_core.py
unishell/core/core.py
unishell/core/default_system_message.py
unishell/core/render_message.py
unishell/core/respond.py
unishell/core/action_registry/__init__.py
unishell/core/action_registry/action_registry.py
unishell/core/action_registry/action_schema.py
unishell/core/action_registry/example_usage.py
unishell/core/action_registry/registry_impl.py
unishell/core/action_registry/actions/app.force_close.json
unishell/core/action_registry/actions/app.install.json
unishell/core/action_registry/actions/app.list.json
unishell/core/action_registry/actions/app.open.json
unishell/core/action_registry/actions/app.schedule_autostart.json
unishell/core/action_registry/actions/app.set_default.json
unishell/core/action_registry/actions/app.startup_toggle.json
unishell/core/action_registry/actions/app.uninstall.json
unishell/core/action_registry/actions/app.update.json
unishell/core/action_registry/actions/app.version.json
unishell/core/action_registry/actions/autofix.config_mismatch.json
unishell/core/action_registry/actions/autofix.rollback_update.json
unishell/core/action_registry/actions/browser.open.json
unishell/core/action_registry/actions/cache.clear.json
unishell/core/action_registry/actions/chart.generate.json
unishell/core/action_registry/actions/deploy.aks.json
unishell/core/action_registry/actions/deploy.local.json
unishell/core/action_registry/actions/disk.clean_temp.json
unishell/core/action_registry/actions/disk.enable_encryption.json
unishell/core/action_registry/actions/disk.format.json
unishell/core/action_registry/actions/disk.mount.json
unishell/core/action_registry/actions/disk.unmount.json
unishell/core/action_registry/actions/disk.usage.json
unishell/core/action_registry/actions/docker.install.json
unishell/core/action_registry/actions/document.open.json
unishell/core/action_registry/actions/env.configure_vars.json
unishell/core/action_registry/actions/env.setup_java.json
unishell/core/action_registry/actions/env.setup_node.json
unishell/core/action_registry/actions/env.setup_python.json
unishell/core/action_registry/actions/env.setup_virtualenv.json
unishell/core/action_registry/actions/example_actions.yaml
unishell/core/action_registry/actions/excel.chart.generate.json
unishell/core/action_registry/actions/excel.create.json
unishell/core/action_registry/actions/excel.dashboard.generate.json
unishell/core/action_registry/actions/excel.edit.json
unishell/core/action_registry/actions/excel.open.json
unishell/core/action_registry/actions/excel.save.json
unishell/core/action_registry/actions/excel.update_cell.json
unishell/core/action_registry/actions/file.chmod.json
unishell/core/action_registry/actions/file.compress.json
unishell/core/action_registry/actions/file.control.json
unishell/core/action_registry/actions/file.copy.json
unishell/core/action_registry/actions/file.create.json
unishell/core/action_registry/actions/file.delete.json
unishell/core/action_registry/actions/file.encrypt.json
unishell/core/action_registry/actions/file.extract.json
unishell/core/action_registry/actions/file.move.json
unishell/core/action_registry/actions/file.permissions.json
unishell/core/action_registry/actions/file.read.json
unishell/core/action_registry/actions/file.rename.json
unishell/core/action_registry/actions/file.search.json
unishell/core/action_registry/actions/file.set_permissions.json
unishell/core/action_registry/actions/file.write.json
unishell/core/action_registry/actions/firewall.disable.json
unishell/core/action_registry/actions/firewall.enable.json
unishell/core/action_registry/actions/firewall.open_port.json
unishell/core/action_registry/actions/firewall.port.json
unishell/core/action_registry/actions/folder.create.json
unishell/core/action_registry/actions/git.pull.json
unishell/core/action_registry/actions/logs.check.json
unishell/core/action_registry/actions/monitor.cpu_threshold.json
unishell/core/action_registry/actions/monitor.crash_loop.json
unishell/core/action_registry/actions/monitor.disk_full.json
unishell/core/action_registry/actions/monitor.error_logs.json
unishell/core/action_registry/actions/monitor.predict_failure.json
unishell/core/action_registry/actions/monitor.ram_spike.json
unishell/core/action_registry/actions/monitor.root_cause.json
unishell/core/action_registry/actions/network.check_ip.json
unishell/core/action_registry/actions/network.configure_ethernet.json
unishell/core/action_registry/actions/network.configure_proxy.json
unishell/core/action_registry/actions/network.flush_dns.json
unishell/core/action_registry/actions/network.ping.json
unishell/core/action_registry/actions/network.reset.json
unishell/core/action_registry/actions/network.set_dhcp.json
unishell/core/action_registry/actions/network.set_static_ip.json
unishell/core/action_registry/actions/process.kill.json
unishell/core/action_registry/actions/project.detect_and_setup.json
unishell/core/action_registry/actions/project.smart_run.json
unishell/core/action_registry/actions/script.run.json
unishell/core/action_registry/actions/security.check_logs.json
unishell/core/action_registry/actions/service.disable.json
unishell/core/action_registry/actions/service.enable.json
unishell/core/action_registry/actions/service.restart.json
unishell/core/action_registry/actions/service.start.json
unishell/core/action_registry/actions/service.stop.json
unishell/core/action_registry/actions/system.cpu.json
unishell/core/action_registry/actions/system.guardian.start.json
unishell/core/action_registry/actions/system.hibernate.json
unishell/core/action_registry/actions/system.info.json
unishell/core/action_registry/actions/system.lock.json
unishell/core/action_registry/actions/system.network.json
unishell/core/action_registry/actions/system.resources.json
unishell/core/action_registry/actions/system.restart.json
unishell/core/action_registry/actions/system.settings.json
unishell/core/action_registry/actions/system.shutdown.json
unishell/core/action_registry/actions/system.sleep.json
unishell/core/action_registry/actions/system.update.json
unishell/core/action_registry/actions/system.volume.json
unishell/core/action_registry/actions/usb.lockdown.json
unishell/core/action_registry/actions/user.change_password.json
unishell/core/action_registry/actions/user.create.json
unishell/core/action_registry/actions/user.delete.json
unishell/core/action_registry/actions/user.grant_admin.json
unishell/core/action_registry/actions/wifi.connect.json
unishell/core/action_registry/actions/wifi.disconnect.json
unishell/core/action_registry/actions/wifi.list.json
unishell/core/agent/__init__.py
unishell/core/agent/agent.py
unishell/core/agent/config.py
unishell/core/agent/config_manager.py
unishell/core/agent/gateway_client.py
unishell/core/agent/heartbeat.py
unishell/core/agent/poller.py
unishell/core/agent/reporter.py
unishell/core/agent/task_poller.py
unishell/core/computer/__init__.py
unishell/core/computer/computer.py
unishell/core/computer/ai/__init__.py
unishell/core/computer/ai/ai.py
unishell/core/computer/browser/__init__.py
unishell/core/computer/browser/browser.py
unishell/core/computer/browser/browser_next.py
unishell/core/computer/calendar/__init__.py
unishell/core/computer/calendar/calendar.py
unishell/core/computer/clipboard/__init__.py
unishell/core/computer/clipboard/clipboard.py
unishell/core/computer/contacts/__init__.py
unishell/core/computer/contacts/contacts.py
unishell/core/computer/display/__init__.py
unishell/core/computer/display/display.py
unishell/core/computer/display/point/__init__.py
unishell/core/computer/display/point/point.py
unishell/core/computer/docs/__init__.py
unishell/core/computer/docs/docs.py
unishell/core/computer/files/__init__.py
unishell/core/computer/files/files.py
unishell/core/computer/keyboard/__init__.py
unishell/core/computer/keyboard/keyboard.py
unishell/core/computer/mail/__init__.py
unishell/core/computer/mail/mail.py
unishell/core/computer/mouse/__init__.py
unishell/core/computer/mouse/mouse.py
unishell/core/computer/os/__init__.py
unishell/core/computer/os/app_control.py
unishell/core/computer/os/os.py
unishell/core/computer/os/system_control.py
unishell/core/computer/skills/__init__.py
unishell/core/computer/skills/skills.py
unishell/core/computer/sms/__init__.py
unishell/core/computer/sms/sms.py
unishell/core/computer/terminal/__init__.py
unishell/core/computer/terminal/base_language.py
unishell/core/computer/terminal/terminal.py
unishell/core/computer/terminal/languages/__init__.py
unishell/core/computer/terminal/languages/applescript.py
unishell/core/computer/terminal/languages/html.py
unishell/core/computer/terminal/languages/java.py
unishell/core/computer/terminal/languages/javascript.py
unishell/core/computer/terminal/languages/jupyter_language.py
unishell/core/computer/terminal/languages/powershell.py
unishell/core/computer/terminal/languages/python.py
unishell/core/computer/terminal/languages/r.py
unishell/core/computer/terminal/languages/react.py
unishell/core/computer/terminal/languages/ruby.py
unishell/core/computer/terminal/languages/shell.py
unishell/core/computer/terminal/languages/subprocess_language.py
unishell/core/computer/utils/__init__.py
unishell/core/computer/utils/computer_vision.py
unishell/core/computer/utils/get_active_window.py
unishell/core/computer/utils/html_to_png_base64.py
unishell/core/computer/utils/recipient_utils.py
unishell/core/computer/utils/run_applescript.py
unishell/core/computer/vision/__init__.py
unishell/core/computer/vision/vision.py
unishell/core/execution/__init__.py
unishell/core/execution/execution_adapter.py
unishell/core/execution/safe_os_adapter.py
unishell/core/gateway/__init__.py
unishell/core/gateway/dynamic_loader.py
unishell/core/gateway/event_enabled_orchestrator.py
unishell/core/gateway/event_integration.py
unishell/core/gateway/execution_orchestrator.py
unishell/core/gateway/gateway_orchestrator.py
unishell/core/gateway/simple_gateway_orchestrator.py
unishell/core/gateway/task.py
unishell/core/intent/__init__.py
unishell/core/intent/enhanced_parameter_extractor.py
unishell/core/intent/intent_classifier.py
unishell/core/intent/llm_intent_classifier.py
unishell/core/intent/llm_parameter_extractor.py
unishell/core/intent/parameter_extractor.py
unishell/core/llm/__init__.py
unishell/core/llm/llm.py
unishell/core/llm/run_function_calling_llm.py
unishell/core/llm/run_text_llm.py
unishell/core/llm/run_tool_calling_llm.py
unishell/core/llm/utils/__init__.py
unishell/core/llm/utils/convert_to_openai_messages.py
unishell/core/llm/utils/merge_deltas.py
unishell/core/llm/utils/parse_partial_json.py
unishell/core/models/__init__.py
unishell/core/models/execution_context.py
unishell/core/models/execution_result.py
unishell/core/models/intent_result.py
unishell/core/monitoring/__init__.py
unishell/core/monitoring/execution_log.py
unishell/core/monitoring/monitoring_engine.py
unishell/core/monitoring/simple_monitoring_engine.py
unishell/core/policy_engine/__init__.py
unishell/core/policy_engine/policy_decision.py
unishell/core/policy_engine/policy_engine.py
unishell/core/policy_engine/simple_policy_engine.py
unishell/core/rollback/__init__.py
unishell/core/rollback/rollback_manager.py
unishell/core/rollback/simple_rollback_manager.py
unishell/core/rollback/snapshot.py
unishell/core/self_healing/__init__.py
unishell/core/self_healing/diagnosis_engine.py
unishell/core/self_healing/event_detector.py
unishell/core/self_healing/knowledge_base.py
unishell/core/self_healing/metrics_store.py
unishell/core/self_healing/repair_agent.py
unishell/core/self_healing/self_healing_daemon.py
unishell/core/self_healing/telemetry_agent.py
unishell/core/self_healing/trend_analyzer.py
unishell/core/utils/__init__.py
unishell/core/utils/lazy_import.py
unishell/core/utils/path_resolver.py
unishell/core/utils/scan_code.py
unishell/core/utils/system_debug_info.py
unishell/core/utils/telemetry.py
unishell/core/utils/temporary_file.py
unishell/core/utils/truncate_output.py
unishell/core/visualization/__init__.py
unishell/core/visualization/action_handler.py
unishell/core/visualization/chart_engine.py
unishell/core/visualization/chart_generator.py
unishell/core/visualization/data_loader.py
unishell/core/visualization/enhanced_excel_dashboard.py
unishell/core/visualization/excel_chart_generator.py
unishell/integrations/__init__.py
unishell/integrations/dashboard_client.py
unishell/terminal_interface/__init__.py
unishell/terminal_interface/contributing_conversations.py
unishell/terminal_interface/conversation_navigator.py
unishell/terminal_interface/local_setup.py
unishell/terminal_interface/magic_commands.py
unishell/terminal_interface/render_past_conversation.py
unishell/terminal_interface/start_terminal_interface.py
unishell/terminal_interface/terminal_interface.py
unishell/terminal_interface/validate_llm_settings.py
unishell/terminal_interface/components/__init__.py
unishell/terminal_interface/components/base_block.py
unishell/terminal_interface/components/code_block.py
unishell/terminal_interface/components/message_block.py
unishell/terminal_interface/profiles/__init__.py
unishell/terminal_interface/profiles/historical_profiles.py
unishell/terminal_interface/profiles/profiles.py
unishell/terminal_interface/profiles/defaults/__init__.py
unishell/terminal_interface/profiles/defaults/assistant.py
unishell/terminal_interface/profiles/defaults/aws-docs.py
unishell/terminal_interface/profiles/defaults/bedrock-anthropic.py
unishell/terminal_interface/profiles/defaults/cerebras.py
unishell/terminal_interface/profiles/defaults/codestral-few-shot.py
unishell/terminal_interface/profiles/defaults/codestral-os.py
unishell/terminal_interface/profiles/defaults/codestral-vision.py
unishell/terminal_interface/profiles/defaults/codestral.py
unishell/terminal_interface/profiles/defaults/default.yaml
unishell/terminal_interface/profiles/defaults/e2b.py
unishell/terminal_interface/profiles/defaults/fast.yaml
unishell/terminal_interface/profiles/defaults/gemma2.py
unishell/terminal_interface/profiles/defaults/groq.py
unishell/terminal_interface/profiles/defaults/llama3-os.py
unishell/terminal_interface/profiles/defaults/llama3-vision.py
unishell/terminal_interface/profiles/defaults/llama3.py
unishell/terminal_interface/profiles/defaults/llama31-database.py
unishell/terminal_interface/profiles/defaults/local-assistant.py
unishell/terminal_interface/profiles/defaults/local-os.py
unishell/terminal_interface/profiles/defaults/local.py
unishell/terminal_interface/profiles/defaults/obsidian.py
unishell/terminal_interface/profiles/defaults/os.py
unishell/terminal_interface/profiles/defaults/qwen.py
unishell/terminal_interface/profiles/defaults/screenpipe.py
unishell/terminal_interface/profiles/defaults/template_profile.py
unishell/terminal_interface/profiles/defaults/the01.py
unishell/terminal_interface/profiles/defaults/vision.yaml
unishell/terminal_interface/utils/__init__.py
unishell/terminal_interface/utils/check_for_package.py
unishell/terminal_interface/utils/check_for_update.py
unishell/terminal_interface/utils/cli_input.py
unishell/terminal_interface/utils/count_tokens.py
unishell/terminal_interface/utils/display_markdown_message.py
unishell/terminal_interface/utils/display_output.py
unishell/terminal_interface/utils/export_to_markdown.py
unishell/terminal_interface/utils/find_image_path.py
unishell/terminal_interface/utils/get_conversations.py
unishell/terminal_interface/utils/in_jupyter_notebook.py
unishell/terminal_interface/utils/local_storage_path.py
unishell/terminal_interface/utils/oi_dir.py
unishell_q.egg-info/PKG-INFO
unishell_q.egg-info/SOURCES.txt
unishell_q.egg-info/dependency_links.txt
unishell_q.egg-info/entry_points.txt
unishell_q.egg-info/requires.txt
unishell_q.egg-info/top_level.txt