Back to Nanobot

CLI Reference

docs/cli-reference.md

0.2.11.1 KB
Original Source

CLI Reference

CommandDescription
nanobot onboardInitialize config & workspace at ~/.nanobot/
nanobot onboard --wizardLaunch the interactive onboarding wizard
nanobot onboard -c <config> -w <workspace>Initialize or refresh a specific instance config and workspace
nanobot agent -m "..."Chat with the agent
nanobot agent -w <workspace>Chat against a specific workspace
nanobot agent -w <workspace> -c <config>Chat against a specific workspace/config
nanobot agentInteractive chat mode
nanobot agent --no-markdownShow plain-text replies
nanobot agent --logsShow runtime logs during chat
nanobot serveStart the OpenAI-compatible API
nanobot gatewayStart the gateway
nanobot statusShow status
nanobot provider login openai-codexOAuth login for providers
nanobot channels login <channel>Authenticate a channel interactively
nanobot channels statusShow channel status

Interactive mode exits: exit, quit, /exit, /quit, :q, or Ctrl+D.