LICENSE
README.md
pyproject.toml
serverkit/__init__.py
serverkit/config.py
serverkit/config.template.jsonc
serverkit/exceptions.py
serverkit.egg-info/PKG-INFO
serverkit.egg-info/SOURCES.txt
serverkit.egg-info/dependency_links.txt
serverkit.egg-info/entry_points.txt
serverkit.egg-info/requires.txt
serverkit.egg-info/top_level.txt
serverkit/ai/__init__.py
serverkit/ai/analyzer.py
serverkit/ai/jsonutil.py
serverkit/ai/ollama_client.py
serverkit/core/__init__.py
serverkit/core/collection.py
serverkit/core/display.py
serverkit/core/protocol.py
serverkit/core/server.py
serverkit/cron/__init__.py
serverkit/cron/job.py
serverkit/cron/manager.py
serverkit/disk/__init__.py
serverkit/disk/manager.py
serverkit/disk/partition.py
serverkit/docker/__init__.py
serverkit/docker/container.py
serverkit/docker/manager.py
serverkit/env/__init__.py
serverkit/env/manager.py
serverkit/env/vars.py
serverkit/logs/__init__.py
serverkit/logs/logfile.py
serverkit/logs/manager.py
serverkit/memory/__init__.py
serverkit/memory/manager.py
serverkit/memory/snapshot.py
serverkit/network/__init__.py
serverkit/network/connection.py
serverkit/network/manager.py
serverkit/output/__init__.py
serverkit/output/exporters.py
serverkit/output/progress.py
serverkit/output/tables.py
serverkit/output/theme.py
serverkit/ports/__init__.py
serverkit/ports/manager.py
serverkit/ports/port.py
serverkit/processes/__init__.py
serverkit/processes/aliases.py
serverkit/processes/factory.py
serverkit/processes/history.py
serverkit/processes/manager.py
serverkit/processes/process.py
serverkit/remote/__init__.py
serverkit/remote/connection.py
serverkit/remote/disk.py
serverkit/remote/executor.py
serverkit/remote/facade_managers.py
serverkit/remote/host_parsers.py
serverkit/remote/parsers.py
serverkit/remote/server.py
serverkit/remote/systemctl.py
serverkit/services/__init__.py
serverkit/services/handle.py
serverkit/services/manager.py
serverkit/shell/__init__.py
serverkit/shell/autocomplete.py
serverkit/shell/banner.py
serverkit/shell/banner_skip.py
serverkit/shell/chains.py
serverkit/shell/cli.py
serverkit/shell/lexer.py
serverkit/shell/mascot.py
serverkit/shell/menu.py
serverkit/shell/menu_tree.py
serverkit/shell/parser.py
serverkit/shell/repl.py
serverkit/shell/state.py
serverkit/shell/style.py
serverkit/systemctl/__init__.py
serverkit/systemctl/manager.py
serverkit/systemctl/service.py
serverkit/users/__init__.py
serverkit/users/manager.py
serverkit/users/session.py
serverkit/workflows/__init__.py
serverkit/workflows/builder.py
serverkit/workflows/factory.py
serverkit/workflows/manager.py
serverkit/workflows/step.py
serverkit/workflows/steps.py
serverkit/workflows/validator.py
serverkit/workflows/workflow.py
serverkit/workflows/catalog/__init__.py
serverkit/workflows/catalog/log_error_scan.json
serverkit/workflows/catalog/memory_audit.json
serverkit/workflows/catalog/nginx_health_check.json
serverkit/workflows/executors/__init__.py
serverkit/workflows/executors/base.py
serverkit/workflows/executors/parallel.py
serverkit/workflows/executors/sequential.py
tests/test_conditional_workflow.py
tests/test_config.py
tests/test_display_export.py
tests/test_env_snapshot.py
tests/test_external_commands.py
tests/test_host_parsers.py
tests/test_import.py
tests/test_logfile.py
tests/test_memory_disk.py
tests/test_process_aliases.py
tests/test_process_apps.py
tests/test_process_collection.py
tests/test_process_depth.py
tests/test_process_factory.py
tests/test_process_manager.py
tests/test_remote.py
tests/test_services.py
tests/test_system_mocks.py
tests/test_workflow_builder.py
tests/test_workflow_catalog.py
tests/test_workflow_engine.py
tests/test_workflows.py