Expand description
Built-in shell tool surface (shell.exec / shell.start /
shell.write).
This module is the surface layer: tool definitions, argument parsing,
the StandardShell executor, prompt contributions, and the plugin
factory. The process-lifecycle machinery lives in [runtime] and the
output-buffer plumbing in [output].
Structs§
- Standard
Shell - Standard
Shell Plugin Factory - PluginFactory for the built-in shell tool surface.
Functions§
- shell_
prompt_ contributions - shell_
prompt_ contributions_ for_ access - Returns the shell prompt contributions, gating the
shell.writereference on whether that tool is actually callable in the current session. - shell_
provider - Build the cached shell tool provider (
shell.exec/shell.start).