UNPKG
coding-agent
Version:
alpha (1.1.0-alpha.0)
latest (1.1.2)
1.1.2
1.1.1
1.1.0
1.1.0-alpha.0
1.0.1
An AI coding agent using @agenite framework
coding-agent
/
dist
/
tools
/
command-runner.d.ts
9 lines
•
252 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
{
Tool
}
from
'@agenite/tool'
;
interface
CommandInput
{
command
:
string
;
cwd
?:
string
;
timeout
?:
number
; }
export
declare
function
createCommandRunnerTool
(
):
Tool
<
CommandInput
>;
export
{};
//# sourceMappingURL=command-runner.d.ts.map