# Archer CLI
Archer is a Rich-powered, cancellable TUI/CLI assistant that integrates with the Anthropic API and provides a tool-calling workflow.
## Features
- Beautiful Rich UI with footer and status lines
- Cancellable operations: press ESC while processing
- Tooling: read files, list files, bash, search, and edit files
## Installation
```
pip install archer-cli
```
## Usage
```
archer
```
## Custom Slash Commands
Add project-specific commands by placing markdown files under `.archer/commands` in your repo root. The filename becomes the command name. Example:
```
.archer/commands/security_review.md
```
Frontmatter and body format:
```
---
title: Security Review
description: run this when we need a security review
---
You're goal is security review. Review the solution and try to find security issues.
```
Usage:
- Run `/security_review` (optional args appended will be passed as context).
- The file body is injected into the conversation and processed like a normal request.
- These custom commands appear in the `/` dropdown with their `description`.
## Development
- Python >= 3.10
- See `read.py` for the current entrypoint; packaging wraps this via `src/archer_cli/cli.py`.
## License
MIT
Raw data
{
"_id": null,
"home_page": null,
"name": "archer-cli",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.10",
"maintainer_email": null,
"keywords": "cli, tui, rich, llm, assistant",
"author": "Archer Contributors",
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/e3/c0/b61f2ebd03c38779390cfecdf75118cf262238e2a6f2e7e3fa697a353e90/archer_cli-0.2.3.tar.gz",
"platform": null,
"description": "# Archer CLI\n\nArcher is a Rich-powered, cancellable TUI/CLI assistant that integrates with the Anthropic API and provides a tool-calling workflow.\n\n## Features\n- Beautiful Rich UI with footer and status lines\n- Cancellable operations: press ESC while processing\n- Tooling: read files, list files, bash, search, and edit files\n\n## Installation\n```\npip install archer-cli\n```\n\n## Usage\n```\narcher\n```\n\n## Custom Slash Commands\n\nAdd project-specific commands by placing markdown files under `.archer/commands` in your repo root. The filename becomes the command name. Example:\n\n```\n.archer/commands/security_review.md\n```\n\nFrontmatter and body format:\n\n```\n---\ntitle: Security Review\ndescription: run this when we need a security review\n---\n\nYou're goal is security review. Review the solution and try to find security issues.\n```\n\nUsage:\n\n- Run `/security_review` (optional args appended will be passed as context).\n- The file body is injected into the conversation and processed like a normal request.\n- These custom commands appear in the `/` dropdown with their `description`.\n\n## Development\n- Python >= 3.10\n- See `read.py` for the current entrypoint; packaging wraps this via `src/archer_cli/cli.py`.\n\n## License\nMIT\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Archer: a Rich-powered CLI assistant",
"version": "0.2.3",
"project_urls": {
"Homepage": "https://github.com/your-org/archer-cli",
"Issues": "https://github.com/your-org/archer-cli/issues"
},
"split_keywords": [
"cli",
" tui",
" rich",
" llm",
" assistant"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "827e6669e0c1baabd45e7ad38c3996dd03287b9fbb7a8801ce4cc1ed02ec63d9",
"md5": "e771d37fb45ec401f2bf99b1e362f180",
"sha256": "7de22f25ef04023c4342dd69738ac13fb907321430910da747debe991581d90d"
},
"downloads": -1,
"filename": "archer_cli-0.2.3-py3-none-any.whl",
"has_sig": false,
"md5_digest": "e771d37fb45ec401f2bf99b1e362f180",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.10",
"size": 60626,
"upload_time": "2025-09-04T07:27:07",
"upload_time_iso_8601": "2025-09-04T07:27:07.027223Z",
"url": "https://files.pythonhosted.org/packages/82/7e/6669e0c1baabd45e7ad38c3996dd03287b9fbb7a8801ce4cc1ed02ec63d9/archer_cli-0.2.3-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "e3c0b61f2ebd03c38779390cfecdf75118cf262238e2a6f2e7e3fa697a353e90",
"md5": "3c047d58cde5e3d95673b10831a7d10a",
"sha256": "1df57103744a2159f4bc234e2c5aa6cc70cb269f9ae59221401ba95e52f047ec"
},
"downloads": -1,
"filename": "archer_cli-0.2.3.tar.gz",
"has_sig": false,
"md5_digest": "3c047d58cde5e3d95673b10831a7d10a",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.10",
"size": 53982,
"upload_time": "2025-09-04T07:27:08",
"upload_time_iso_8601": "2025-09-04T07:27:08.217900Z",
"url": "https://files.pythonhosted.org/packages/e3/c0/b61f2ebd03c38779390cfecdf75118cf262238e2a6f2e7e3fa697a353e90/archer_cli-0.2.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-09-04 07:27:08",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "your-org",
"github_project": "archer-cli",
"github_not_found": true,
"lcname": "archer-cli"
}