zyr-agent
v1.7.9
Published
Terminal-based autonomous AI agent powered by ZYR 4 Beast.
Readme
ZYR CLI Agent
ZYR CLI Agent is a terminal-based autonomous AI agent powered by ZYR 4 Beast. It can inspect projects, edit files, run commands, search code, create directories, and use basic git operations through a local tool loop.
Install
npm install -g zyr-agentUsage
zyr
zyr "build a REST API for a todo app with Express and TypeScript"
zyr --dir ./my-project "add authentication to the existing app"
zyr --model zyr-4-beast "refactor the database layer"
zyr --no-interactive --auto-approve "fix all TypeScript errors"Authentication
On first run, the CLI asks for your ZYR API key and stores it in ~/.zyr-agent/config.json.
You can also set it for one command:
ZYR_API_KEY=zyr_sk_... zyr "summarize this codebase"Safety
By default, write, edit, delete, shell, mkdir, and git commit actions ask for confirmation. Use --auto-approve only in trusted directories.
Models
zyr-4-luna: fast model for simple taskszyr-4-burst: balanced model for medium taskszyr-4-beast: default full-power model for complex tasks
