LICENSE
MANIFEST.in
README.md
config-example.yaml
pyproject.toml
agsekit.egg-info/PKG-INFO
agsekit.egg-info/SOURCES.txt
agsekit.egg-info/dependency_links.txt
agsekit.egg-info/entry_points.txt
agsekit.egg-info/requires.txt
agsekit.egg-info/top_level.txt
agsekit_cli/__init__.py
agsekit_cli/agents.py
agsekit_cli/ansible_utils.py
agsekit_cli/backup.py
agsekit_cli/cli.py
agsekit_cli/config.py
agsekit_cli/debug.py
agsekit_cli/host_tools.py
agsekit_cli/i18n.py
agsekit_cli/interactive.py
agsekit_cli/mounts.py
agsekit_cli/prebuilt.py
agsekit_cli/prepare_strategies.py
agsekit_cli/progress.py
agsekit_cli/run_with_http_proxy.sh
agsekit_cli/run_with_proxychains.sh
agsekit_cli/vm.py
agsekit_cli/vm_bundle_definitions.py
agsekit_cli/vm_bundles.py
agsekit_cli/vm_prepare.py
agsekit_cli/agent_scripts/claude-code.sh
agsekit_cli/agent_scripts/codex-glibc.sh
agsekit_cli/agent_scripts/codex.sh
agsekit_cli/agent_scripts/proxychains_common.sh
agsekit_cli/agent_scripts/qwen.sh
agsekit_cli/agents_modules/__init__.py
agsekit_cli/agents_modules/aider.py
agsekit_cli/agents_modules/base.py
agsekit_cli/agents_modules/claude.py
agsekit_cli/agents_modules/cline.py
agsekit_cli/agents_modules/codex.py
agsekit_cli/agents_modules/codex_glibc.py
agsekit_cli/agents_modules/codex_glibc_prebuilt.py
agsekit_cli/agents_modules/forgecode.py
agsekit_cli/agents_modules/opencode.py
agsekit_cli/agents_modules/qwen.py
agsekit_cli/ansible/vm_packages.yml
agsekit_cli/ansible/vm_ssh.yml
agsekit_cli/ansible/agents/aider.yml
agsekit_cli/ansible/agents/claude.yml
agsekit_cli/ansible/agents/cline.yml
agsekit_cli/ansible/agents/codex-glibc-prebuilt.yml
agsekit_cli/ansible/agents/codex-glibc.yml
agsekit_cli/ansible/agents/codex.yml
agsekit_cli/ansible/agents/forgecode.yml
agsekit_cli/ansible/agents/opencode.yml
agsekit_cli/ansible/agents/proxychains.yml
agsekit_cli/ansible/agents/qwen.yml
agsekit_cli/ansible/bundles/docker.yml
agsekit_cli/ansible/bundles/golang.yml
agsekit_cli/ansible/bundles/nodejs.yml
agsekit_cli/ansible/bundles/nvm.yml
agsekit_cli/ansible/bundles/pyenv.yml
agsekit_cli/ansible/bundles/python.yml
agsekit_cli/ansible/bundles/rust.yml
agsekit_cli/ansible/callback_plugins/agsekit_progress.py
agsekit_cli/ansible/callback_plugins/agsekit_rich.py
agsekit_cli/ansible/connection_plugins/agsekit_multipass.py
agsekit_cli/commands/__init__.py
agsekit_cli/commands/addmount.py
agsekit_cli/commands/backup_clean.py
agsekit_cli/commands/backup_once.py
agsekit_cli/commands/backup_repeated.py
agsekit_cli/commands/config_example.py
agsekit_cli/commands/config_gen.py
agsekit_cli/commands/create_vm.py
agsekit_cli/commands/destroy_vm.py
agsekit_cli/commands/doctor.py
agsekit_cli/commands/down.py
agsekit_cli/commands/install_agents.py
agsekit_cli/commands/list_bundles.py
agsekit_cli/commands/mounts.py
agsekit_cli/commands/pip_upgrade.py
agsekit_cli/commands/portforward.py
agsekit_cli/commands/prepare.py
agsekit_cli/commands/removemount.py
agsekit_cli/commands/restart_vm.py
agsekit_cli/commands/run.py
agsekit_cli/commands/shell.py
agsekit_cli/commands/ssh.py
agsekit_cli/commands/start_vm.py
agsekit_cli/commands/status.py
agsekit_cli/commands/stop.py
agsekit_cli/commands/systemd.py
agsekit_cli/commands/up.py
agsekit_cli/commands/version.py
agsekit_cli/locales/en.json
agsekit_cli/locales/ru.json
agsekit_cli/systemd/agsekit-portforward.service
agsekit_cli/vm_installers/docker.sh
agsekit_cli/vm_installers/golang.sh
agsekit_cli/vm_installers/nodejs.sh
agsekit_cli/vm_installers/nvm.sh
agsekit_cli/vm_installers/pyenv.sh
agsekit_cli/vm_installers/python.sh
agsekit_cli/vm_installers/rust.sh
prebuilt-agents/codex-glibc/.dockerignore
prebuilt-agents/codex-glibc/Dockerfile
prebuilt-agents/codex-glibc/build-codex-glibc.sh
prebuilt-agents/codex-glibc/build.sh
tests/test_addmount_command.py
tests/test_agents.py
tests/test_agents_modules.py
tests/test_ansible_agent_proxychains.py
tests/test_ansible_multipass_connection.py
tests/test_ansible_utils.py
tests/test_ansible_vm_bundles.py
tests/test_backup_clean_command.py
tests/test_backup_lock.py
tests/test_backup_progress.py
tests/test_backup_repeated.py
tests/test_backup_repeated_commands.py
tests/test_build_backfill_github_releases.py
tests/test_build_check_pypi_version.py
tests/test_build_extract_changelog.py
tests/test_config_agents.py
tests/test_config_gen_command.py
tests/test_config_main.py
tests/test_config_mounts.py
tests/test_config_vms.py
tests/test_create_vm_command.py
tests/test_doctor_command.py
tests/test_down_command.py
tests/test_host_tools.py
tests/test_i18n.py
tests/test_install_agents_command.py
tests/test_install_script.py
tests/test_interactive_mode.py
tests/test_make_single_backup.py
tests/test_mount_commands.py
tests/test_mounts.py
tests/test_node_agent_installers.py
tests/test_pip_upgrade_command.py
tests/test_portforward.py
tests/test_prebuilt.py
tests/test_prepare_command.py
tests/test_progress.py
tests/test_removemount_command.py
tests/test_restart_vm_command.py
tests/test_run_command.py
tests/test_shell_command.py
tests/test_ssh_command.py
tests/test_start_vm_command.py
tests/test_status_command.py
tests/test_stop_vm_command.py
tests/test_systemd_command.py
tests/test_up_command.py
tests/test_version_command.py
tests/test_vm_compare.py
tests/test_vm_launch.py
tests/test_vm_proxychains.py