CLI to orchestrate AI agents (Claude, Codex, Gemini)
Project description
hire
CLI to orchestrate AI agents (Claude, Codex, Gemini).
Installation
# Using pipx (recommended)
pipx install hire
# Using pip
pip install hire
# Using Homebrew
brew install nichiki/tap/hire
Prerequisites
You need at least one of the following CLI tools installed:
Usage
# Basic usage - hire an agent
hire codex "Design a REST API for a todo app"
hire gemini "Research the latest React 19 features"
hire claude "Review this code for security issues"
# Continue a session
hire -c codex "Tell me more about the authentication"
hire -s SESSION_ID "Follow up question"
# Name a session for later
hire -n my-project codex "Start designing the architecture"
hire -s my-project "What about the database schema?"
# Output as JSON
hire gemini "Summarize this" --json
# Session management
hire sessions # List all sessions
hire sessions codex # List Codex sessions only
hire show SESSION_ID # Show session details
hire delete SESSION_ID # Delete a session
Options
| Option | Description |
|---|---|
-c, --continue |
Continue the latest session |
-s, --session ID |
Continue a specific session |
-n, --name NAME |
Name the session |
-m, --model MODEL |
Specify model to use |
--json |
Output in JSON format |
Configuration
Config is stored at ~/.config/hire/config.json:
{
"adapters": {
"claude": {
"command": "claude",
"args": ["--dangerously-skip-permissions"]
},
"codex": {
"command": "codex",
"args": ["--full-auto"]
},
"gemini": {
"command": "gemini",
"args": ["-y"]
}
},
"defaults": {
"agent": "claude"
}
}
Data Storage
Sessions are stored at ~/.local/share/hire/sessions/.
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
hire_ai-0.1.0.tar.gz
(9.7 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
hire_ai-0.1.0-py3-none-any.whl
(14.7 kB
view details)
File details
Details for the file hire_ai-0.1.0.tar.gz.
File metadata
- Download URL: hire_ai-0.1.0.tar.gz
- Upload date:
- Size: 9.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a808f810ae45b1493e3ab6a7b66d5f0b79a3cd50b3b851422f4d0f5682fb6c8d
|
|
| MD5 |
c394891c82bd68b106f09238ce2b3d5e
|
|
| BLAKE2b-256 |
caf29a4745c6d74100f63096720f324f59d74f4c1250ef0e7e319bfe5138ae5e
|
File details
Details for the file hire_ai-0.1.0-py3-none-any.whl.
File metadata
- Download URL: hire_ai-0.1.0-py3-none-any.whl
- Upload date:
- Size: 14.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a43f26b395a8d9b3a4574d8897e1222899b08cb80ea80aaee329c62e96582f65
|
|
| MD5 |
f0fd96eeb533e53b614d3098f0108ca9
|
|
| BLAKE2b-256 |
6f7c171af08086a092045230d2eb3ac46eb0d950c09ecf06b7d6ba312ff63ab6
|