/$$$$$$ /$$$$$$ /$$$$$$$$ /$$ /$$ /$$$$$$$$ /$$__ $$ /$$__ $$| $$_____/| $$$ | $$|__ $$__/ | $$ \ $$ | $$ \__/| $$ | $$$$| $$ | $$ | $$$$$$$$ | $$ /$$$$| $$$$$ | $$ $$ $$ | $$ | $$__ $$ | $$|_ $$| $$__/ | $$ $$$$ | $$ | $$ | $$ | $$ \ $$| $$ | $$\ $$$ | $$ | $$ | $$ /$$| $$$$$$/| $$$$$$$$| $$ \ $$ | $$ |__/ |__/|__/ \______/ |________/|__/ \__/ |__/
Autonomous Gent for Gentlemen
A fully autonomous AI coding agent for your terminal. Reads, writes, edits, and executes — powered by Claude, GPT-4o, Gemini, or Grok. With the manners of a Victorian butler.
Everything a gentleman's agent should be capable of.
Does not merely suggest. A.GENT reads your project, forms a plan, writes the code, runs it, and verifies the result — all autonomously.
The signature feature. A Victorian gentleman's meticulous code review — scrutinising elegance, correctness, and maintainability with impeccable courtesy.
Claude Sonnet, GPT-4o, Gemini Pro, Grok — your intellect of choice. Switch models mid-session with a single command.
Uses targeted string replacement rather than full rewrites, preserving context and preventing unintended side effects.
Pin any number of source files into the agent's context with /add. They persist for the entire session.
Run git diff, commit, branch, and any other git command directly from the session with /git. View diffs in colour.
A self-improving two-tier memory system. A.GENT permanently learns your coding style, architectural rules, and past solutions in plain markdown files.
Run agent serve to securely cast your local terminal session to this website, giving you a rich, live-updating visual interface to your codebase.
A complete vocabulary for the discerning developer.
| Command | Description |
|---|---|
/help | Display all available commands |
/clear | Clear conversation history |
/status | Current provider, model, and context |
/models | List available models for your provider |
/model | Switch the active model interactively |
/add <file> | Add a file into the agent's context |
/files | Show all files currently in context |
/remove <file> | Remove a file from context |
/diff | Show git diff of the working tree |
/git <args> | Run any git command |
/run <cmd> | Execute a shell command |
/review <file> | Perform a Monocle Review |
/init | Generate an AGENT.md for your project |
/cost | Estimate token usage for the session |
/exit | Exit the session gracefully |
Up and running in under a minute.
Requires Node.js 18 or later.
npm install -g a.gent
An interactive wizard will guide you through selecting a provider and entering your API key.
agent config
Start the autonomous agent. Navigate to your project directory first for best results.
agent chat
Run A.GENT's signature review on any file for a thorough and eloquent critique.
agent review src/index.ts
Install A.GENT and bring some dignity to your workflow.