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 theirdescription.
Development
- Python >= 3.10
- See
read.pyfor the current entrypoint; packaging wraps this viasrc/archer_cli/cli.py.
License
MIT
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
archer_cli-0.2.3.tar.gz
(54.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file archer_cli-0.2.3.tar.gz.
File metadata
- Download URL: archer_cli-0.2.3.tar.gz
- Upload date:
- Size: 54.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.1.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1df57103744a2159f4bc234e2c5aa6cc70cb269f9ae59221401ba95e52f047ec
|
|
| MD5 |
3c047d58cde5e3d95673b10831a7d10a
|
|
| BLAKE2b-256 |
e3c0b61f2ebd03c38779390cfecdf75118cf262238e2a6f2e7e3fa697a353e90
|
File details
Details for the file archer_cli-0.2.3-py3-none-any.whl.
File metadata
- Download URL: archer_cli-0.2.3-py3-none-any.whl
- Upload date:
- Size: 60.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.1.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7de22f25ef04023c4342dd69738ac13fb907321430910da747debe991581d90d
|
|
| MD5 |
e771d37fb45ec401f2bf99b1e362f180
|
|
| BLAKE2b-256 |
827e6669e0c1baabd45e7ad38c3996dd03287b9fbb7a8801ce4cc1ed02ec63d9
|