Skip to main content

Module get

Module get 

Source
Expand description

tools get — async handler stub.

Modules§

request_schema
response_schema

Structs§

Args
Command
Exec
Per-OS exec command for a tool. The current platform’s vector is the program plus its leading arguments; the caller’s --args are appended, and the result runs with CWD = the tool’s version folder’s cli/ subdir (objectiveai.json lives in the version folder).
Request
ResponseManifest
Wire response for tools get — a lean projection of the on-disk manifest. exec is required (a tool always has a command). The on-disk-only fields (cli_zip, source) are intentionally absent; the CLI owns the full on-disk shape in its own filesystem::tools manifest types.

Enums§

Path
Schema

Functions§

execute
execute_transform

Type Aliases§

Response