Skip to content

Remote Code Mode Toolset

Similar to Code Mode, but executes code in a remote environment.

Basic Usage

agents:
  remote_coder:
    toolsets:
      - type: remote_code_mode
        toolsets:
          - type: file_access
            fs: "file:///workspace"

Configuration Reference

RemoteCodeModeToolsetConfig

Configuration for code mode tools.

RemoteCodeModeToolsetConfig (YAML)
1
2
3
4
5
6
toolsets:
- type: remote_code_mode
  environment: a
  toolsets:
  - a
  namespace: null