install_package
Install a package for your language (pip, npm, gem, etc.) into a session workspace or shared cache so executed code can import it.
Instructions
Install a package for a language (uv pip / npm / gem / go get / cargo add...).
With session_id, installs into that session's workspace so executed code can import it. Without, installs into a shared cache. Requires network.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| package | Yes | ||
| version | No | ||
| language | Yes | ||
| session_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||