Skip to main content

CLI to orchestrate AI agents (Claude, Codex, Gemini)

Project description

hire-ai

CLI to orchestrate AI agents (Claude, Codex, Gemini).

⚠️ Warning: By default, all agents run in auto-approve mode:

  • Claude Code: --dangerously-skip-permissions
  • Codex: --full-auto
  • Gemini CLI: -y

This means agents can execute commands and modify files without confirmation. You can customize this in ~/.config/hire/config.json.

Installation

# Using pipx (recommended)
pipx install hire-ai

# Using pip
pip install hire-ai

# Using Homebrew (macOS)
brew install nichiki/tap/hire-ai

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?"

# Pipe input
cat main.py | hire codex "Review this code"
git diff | hire claude "Explain these changes"
echo "What is 2+2?" | hire gemini

# Attach files (using @filepath - agent feature)
hire claude "Review @src/main.py for security issues"
hire codex "Explain @package.json and @tsconfig.json"

# 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


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.1.tar.gz (10.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

hire_ai-0.1.1-py3-none-any.whl (15.2 kB view details)

Uploaded Python 3

File details

Details for the file hire_ai-0.1.1.tar.gz.

File metadata

  • Download URL: hire_ai-0.1.1.tar.gz
  • Upload date:
  • Size: 10.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.2

File hashes

Hashes for hire_ai-0.1.1.tar.gz
Algorithm Hash digest
SHA256 a130a9e5096fa65753ba9846f29c10b627fbfa14983f1d471a175be92e70ab0d
MD5 5e91766fcae575c346720697e17c3e08
BLAKE2b-256 cf5db1eb956c167792b6d82af220947e3d57e9bdfe15b277e3037199e3458b88

See more details on using hashes here.

File details

Details for the file hire_ai-0.1.1-py3-none-any.whl.

File metadata

  • Download URL: hire_ai-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 15.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.2

File hashes

Hashes for hire_ai-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 0db5c69ce1c8e2873fc8b61bead284e3d65e815109611dd4eea608671edf9c16
MD5 80286dc5b847ed8efad801fdd1aba896
BLAKE2b-256 6bf25e93c5f4ee3605d2d2d3909de77d37da540a301de53afe642bd8e5255ddf

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page