Skip to content

CLI

Terminal window
# One-shot prompt
agntk "organize this folder by date"
# Named agent (enables persistent memory)
agntk -n my-agent "fix the failing tests"
# Interactive REPL
agntk -i
# With custom instructions
agntk --name code-reviewer --instructions "You are a code reviewer" "review src/"
# Pipe input
cat error.log | agntk "explain these errors"
FlagShortDescription
--name-nAgent name (enables persistent memory)
--instructionsSystem prompt text
--interactive-iInteractive REPL mode
--workspaceWorkspace root (default: cwd)
--max-stepsMaximum agent steps (default: 25)
--verboseShow full tool args/output
--quiet-qText output only (for piping)
--version-vShow version
--help-hShow help