adachsoft/command-runner-tool

AI tool-call SPI tool that runs interactive CLI commands via external HTTP API and manages command sessions.

Installs: 1

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Forks: 0

pkg:composer/adachsoft/command-runner-tool

v0.1.0 2026-02-04 17:31 UTC

This package is not auto-updated.

Last update: 2026-02-19 14:59:16 UTC


README

adachsoft/command-runner-tool is a PHP library that exposes the command_runner tool for the adachsoft/ai-tool-call ecosystem.

The tool acts as a thin SPI wrapper around an external HTTP API that runs interactive CLI commands and manages their sessions. It is designed to be used by AI agents and automation workflows via the ai-tool-call facade.

Key capabilities:

  • start and kill interactive command sessions via HTTP,
  • send input and fetch output for running sessions,
  • list sessions and inspect basic session details,
  • integrate with adachsoft/ai-tool-call using ToolInterface and ToolFactoryInterface.