@ap3x/cli
v0.1.1
Published
Interactive coding-agent CLI
Readme
@ap3x/cli
The ap3x command line: an interactive coding agent with tool use, sessions, slash commands, hooks, and a durable job scheduler.
Part of AP3X — a TypeScript multi-agent framework.
Install
npm install @ap3x/cliInstall
npm install -g @ap3x/cli
ap3x --helpWhat's inside
- Interactive + single-shot modes — a full TUI session, or
ap3x -p "…"to print an answer and exit. - Auth — browser OAuth for subscription backends, or API keys from the environment.
- Slash commands — a curated command set operating over an injected context, so they are testable without a terminal.
- Hooks — lifecycle hooks around tool use and delegation, configurable and dry-runnable.
ap3x cron— durable scheduled jobs hosted on@ap3x/cadence.
Documentation
See the AP3X repository for architecture notes, the full package map, and examples.
License
MIT
