home/categories/framework-internals/agents2agentsai-ata-codex-rs-skills-src-assets-adapt-environment-skill-md
framework-internalsdevelopment

adapt-environment

Adapt code to work with a GPU node's installed environment. Use when an experiment fails due to dependency version mismatches, import errors, missing packages, or API incompatibilities between the code's expected environment and what's actually installed on the GPU node. Triggered by errors like 'ModuleNotFoundError', 'ImportError', version conflicts, or when the user says 'adapt this code to the environment'.

Agents2AgentsAI
maintainer
Agents2AgentsAI
更新於 3/24/2026
星標
78
分支
3
quick start

Installation and usage

Adapt code to work with a GPU node's installed environment. Use when an experiment fails due to dependency version mismatches, import errors, missing packages, or API incompatibilities between the code's expected environment and what's actually installed on the GPU node. Triggered by errors like 'ModuleNotFoundError', 'ImportError', version conflicts, or when the user says 'adapt this code to the environment'.

安裝
$ install --globalskills.sh
使用

安裝後,您可以透過在終端機執行以下指令來使用此技能:

skills use adapt-environment