@obsku/tool-shell
v1.0.3
Published
Shell execution tool for @obsku/framework
Maintainers
Readme
@obsku/tool-shell
Shell execution tool for @obsku/framework.
Installation
npm install @obsku/tool-shellQuick Start
import { agent } from "@obsku/framework";
import { exec } from "@obsku/tool-shell";
const myAgent = agent({
name: "shell-runner",
prompt: "Run shell commands.",
tools: [exec],
});API Reference
exec
Plugin for running shell commands with timeout and execution controls.
License
MIT
