Skip to main content
Command reference

codespar agent

Run an agent directory built on @codespar/agent-core

1 min read
View MarkdownEdit on GitHub

Run an agent directory built on @codespar/agent-core

1 command in @codespar/cli 0.13.0.

Each one prints what its operation answered. What a command prints has the rule, and Configuration has the exit codes and the shape of a failure.

codespar agent run

Run one turn of the agent (or its interactive terminal, without --input) via its own npm start

codespar agent run [options] <dir>
optionwhat it does
--input <text>One turn, no prompt — the same --input the agent's npm start takes
--approveDecide the turn's execution: approve
--denyDecide the turn's execution: deny

On this page

codespar agent | CodeSpar