r4kib/pachy

Minimalist Coding Agent Written in PHP

Maintainers

Package info

github.com/r4kib/pachy

pkg:composer/r4kib/pachy

Statistics

Installs: 4

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v0.0.9 2026-05-13 20:45 UTC

This package is auto-updated.

Last update: 2026-05-13 20:48:42 UTC


README

Minimalist Coding Agent written in PHP using Laravel Zero and Neuron AI.

Installation

You can install Pachy globally using Composer:

composer global require r4kib/pachy:*

Ensure your global composer bin directory is in your system's PATH.

Setup Authentication

Before using the AI features, you need to configure your LLM provider. Pachy supports OpenAI, Anthropic, and Gemini.

Run the following command and follow the prompts:

pachy auth

You will be asked to:

  • Select an LLM Provider (OpenAI, Anthropic, Gemini).
  • Enter your API Key.
  • Specify a default model name (e.g., gpt-4o, claude-3-5-sonnet-latest).

Settings are stored in ~/.pachy/settings.json.

Usage: Coder Agent

The Coder Agent is an interactive AI assistant that can help you write, refactor, and explore your codebase. It has access to powerful tools for file manipulation, searching, and structural analysis.

To start the agent:

pachy coder

Key Features:

  • Interactive Chat: Natural language interface for coding tasks.
  • Tool-Enabled: The agent can read, write, search, and analyze files automatically.
  • Human-in-the-loop: All sensitive operations (like writing or deleting files) require your explicit approval.
  • Context-Aware: Understands your project structure and file contents.

License

GPL-3.0-or-later