Expand description
tools get — async handler stub.
Modules§
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
--argsare appended, and the result runs with CWD = the tool’s version folder’scli/subdir (objectiveai.jsonlives in the version folder). - Request
- Response
Manifest - Wire response for
tools get— a lean projection of the on-disk manifest.execis 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 ownfilesystem::toolsmanifest types.